:root {
    --primary: #1d61ca;
    --light: #f6f4f9;
    --dark: #04000b;
}
.text-dark {
    color: #26232c !important;
}
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
    z-index: 99999;
}
#spinner.show {
    transition: opacity 0.5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
.btn {
    font-weight: 400;
    transition: 0.5s;
    font-family: "Rubik", sans-serif;
}
.btn:hover {
    background-color: var(--light) !important;
    color: var(--dark) !important;
}
.btn:focus {
    box-shadow: none !important;
}
.btn-square {
    width: 38px;
    height: 38px;
}
.btn-sm-square {
    width: 32px;
    height: 32px;
}
.btn-lg-square {
    width: 48px;
    height: 48px;
}
.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50px;
}
.navbar-light .btn {
    color: var(--light);
    background: var(--primary);
    border-color: var(--primary);
}
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    font-size: 10px;
    font-weight: bold;
    vertical-align: middle;
    margin-left: 8px;
}
.navbar-light .navbar-nav .nav-link {
    position: relative;
    padding: 30px 0;
    font-family: "Rubik", sans-serif;
    font-size: 16.5px;
    font-weight: 400;
    color: var(--dark) !important;
    outline: none;
    transition: 0.5s;
}
.navbar-light .navbar-nav .nav-link:not(:last-child) {
    margin-right: 40px;
}
.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--dark) !important;
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary) !important;
}
.navbar-light .navbar-brand {
    display: flex;
    align-items: center;
}
.navbar-light .navbar-brand .logo-text {
    color: var(--primary);
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-left: 10px;
}
.navbar-light .navbar-brand img {
    max-height: 60px;
    transition: 0.5s;
}
.sticky-top.navbar-light .navbar-brand img {
    max-height: 45px;
}
@media (max-width: 991.98px) {
    .sticky-top.navbar-light {
        position: relative;
        background: #ffffff;
    }
    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #dddddd;
    }
    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
        color: var(--dark) !important;
    }
    .navbar-light .navbar-brand h1 {
        color: var(--primary);
    }
    .navbar-light .navbar-brand img {
        max-height: 45px;
    }
    .hero-header {
        padding: 0 !important;
        min-height: 75vh !important;
    }
}
.navbar-toggler {
    border-radius: 0 !important;
    font-size: 24px !important;
}
.navbar-toggler:focus {
    box-shadow: none !important;
}
@media (min-width: 992px) {
    .navbar-light {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(256, 256, 256, 0.1);
        z-index: 999;
    }
    .sticky-top.navbar-light {
        position: fixed;
        background: #ffffff;
    }
    .sticky-top.navbar-light .navbar-brand h1 {
        color: var(--primary);
    }
    .navbar-light .navbar-nav .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: 0.5s;
    }
    .navbar-light .navbar-nav .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: 0.5s;
        opacity: 1;
    }
}
.hero-header {
    display: flex;
    align-items: center;
    padding: 4rem 0 0 0;
    min-height: 100vh;
    background-image: url(../img/hero-bg.jpg);
    background-position: center;
    background-size: cover;
}
.intro-text {
    font-weight: 500;
}
.section-title {
    position: relative;
    display: flex;
    align-items: center;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 5px;
    text-align: center;
}
.section-title span:first-child,
.section-title span:last-child {
    position: relative;
    display: inline-block;
    margin-right: 30px;
    width: 30px;
    height: 2px;
}
.section-title span:last-child {
    margin-right: 0;
    margin-left: 30px;
}
.section-title span:first-child::after,
.section-title span:last-child::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 2px;
    top: 0;
    right: -20px;
}
.section-title span:last-child::after {
    right: auto;
    left: -20px;
}
.section-title.text-primary span:first-child,
.section-title.text-primary span:last-child,
.section-title.text-primary span:first-child::after,
.section-title.text-primary span:last-child::after {
    background: var(--primary);
}
.section-title.text-secondary span:first-child,
.section-title.text-secondary span:last-child,
.section-title.text-secondary span:first-child::after,
.section-title.text-secondary span:last-child::after {
    background: var(--primary);
}
.section-title.text-white span:first-child,
.section-title.text-white span:last-child,
.section-title.text-white span:first-child::after,
.section-title.text-white span:last-child::after {
    background: #ffffff;
}
.text-italic {
    font-style: italic;
    font-family: sans-serif;
}
.text-justify {
    text-align: justify;
}
.aboutimg {
    width: 75%;
}
.service-item {
    position: relative;
    padding: 20px;
    overflow: hidden;
    transition: 0.5s;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.service-item .service-icon {
    margin: auto;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    background: url(../img/blob-primary.png) center center no-repeat;
    background-size: contain;
    transition: 0.5s;
}
.service-item h5,
.service-item p {
    transition: 0.5s;
}
.service-section{
    background-color: #f8f9fa;
}
.service-section .service-item h5{
    font-size: 17px !important;
}
.work-detail {
    background-color: var(--primary);
}
.faq-section .faq {
    background-color: #fff;
    padding: 10px 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 5px;
}
.faq-section .faq:not(:last-child) {
    margin-bottom: 10px;
}
.faq-section .faq .faq-item {
    background-color: #fff;
    border: 0;
    box-shadow: none;
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    text-align: start;
    width: 100%;
}
.faq-section .faq .faq-item span{
    display: inline-block;
    transition: all .3s;
}
.faq-section .faq .faq-item[aria-expanded="true"] span{
    transform: rotate(180deg);
}
.faq-section .faq .faq-item .title {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
}
.faq-section .faq .faq-item span i {
    display: inline-block;
    transition: all 0.2s;
}
.faq-section .faq .content {
    margin-bottom: 0;
}
.infoModal .modal-content {
    padding: 10px;
    border-radius: 2px;
    background: url(../img/hero-bg.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    color: var(--dark);
}
.infoModal .modal-content .close-btn {
    position: absolute;
    top: -10px;
    right: -10px;
    border: 0;
    color: #fff;
    background-color: #000;
    padding: 5px 10px;
    border-radius: 2px;
}
@media (max-width: 576px) {
    .infoModal .modal-content .close-btn {
        top: 0;
        right: 0;
        border-radius: 0;
    }
}
.footer {
    margin-top: 3rem;
    background-color: var(--primary);
}
.footer .copyright {
    padding: 25px 0;
    font-size: 14px;
}
.footer .copyright a {
    color: var(--light);
}
.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid var(--light);
}
.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}
