@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');

:root {
    /* --bg-primary: #082567; */
    --bg-primary: #192057;
    --text-primary: #192057;
    --accent-color: #dc3545;
    --accent-text: #25A5DE;
}

*,
*:before,
*:after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    box-sizing: border-box;
    font-size: 1rem;
}

body {
    background-color: #f5f5f5;
    min-height: 100vh;
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4;
    color: #6c7176;
    overflow-x: hidden;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul {
    margin: 0;
    padding: 0;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    font-style: normal;
}

.container.custom-max-width {
    max-width: 1184px;
}

.fwidth__text {
    max-width: 500px;
}

.fs__title {
    font-size: 2.4rem;
    font-weight: 900;
}

.fs__subtitle {
    font-size: 1.4rem;
    font-weight: bold;
}

.header__text {
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    font-weight: 500;
}

.text__white {
    color: white !important;
}

.text__accent {
    color: var(--accent-text);
}




img,
video,
picture {
    display: block;
    max-width: 100%;
}

.blog__img,
.card__img {
    width: 100%;
    aspect-ratio: 1/.6;
    object-fit: cover;
    transition: all 200ms linear;
}

/* commmon styles */

.bg__primary {
    background-color: var(--bg-primary);
}

.text__primary {
    color: var(--text-primary);
}

.accent__color {
    color: var(--accent-color);
}

.accent__text {
    color: var(--accent-text);
}

a {
    text-decoration: none;
}

.btn__primary {
    border: none;
    color: #fff;
    transition: all 0.5s ease-in-out;
}

.btn__primary:hover {
    background-color: white;
    color: var(--text-primary);
    border: var(--text-primary) 2px solid;
}

.btn__primary__outline {
    background-color: white;
    color: var(--text-primary);
    border: var(--text-primary) 2px solid;
}

.btn__primary:hover {
    opacity: .8;
}

/* Navbar */
.navbar__inner {
    width: 100%;
    max-height: 82px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* .brand__box {
    
    height: 80px;
} */

.navbar__menu {
    height: 100%;
    display: flex;
    gap: 1.8rem;
}

.navbar__menu .nav__link {
    color: white;
}

.hero__section {
    width: 100%;
    background-image: url(../images/static/map.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


/* intro section */
.intro__card {
    display: flex;
    flex-direction: column;
}

.intro__card__content {
    padding: 0 1rem;
}

.intro__card__footer {
    margin: auto;
}

.about__header {
    position: relative;
    margin-left: 24px;
}

.about__header::after {
    position: absolute;
    content: "";
    width: 6px;
    height: 36px;
    background-color: #dc3545;
    left: -24px;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 0px;
    padding-left: 0;
}

.line___header {
    position: relative;
    width: 100%;
    padding-left: 62px;
}

.line___header::before {
    position: absolute;
    content: "";
    width: 36px;
    height: 2px;
    background-color: var(--bgline-color, #0B4CAD);
    margin-left: -48px;
    top: 50%;
    transform: translateY(-50%);
}

.clamped__text {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: var(--clamp-lines, 2);
    line-clamp: var(--clamp-lines, 2);
}

/* Highlights */
.highlights__section {
    width: 100%;
    background-image: url(../images/static/highlight.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.trans__listitem .translist__iconbox {
    width: 48px;
    height: 48px;
}

.img__fluid {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
}

/* FAQS */
.faqs__section,
.services__content {
    width: 100%;
    height: 100%;
    background-image: url(../images/static/bg-light.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.faqs__left {
    position: relative;
    width: 100%;
    height: 100%;
}

.faqs__left__img {
    width: 80%;
    height: auto;
}

.faqs__left__info {
    position: absolute;

    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #192057;
    color: white;
}

.partners__container {
    width: 100%;
}

.info-faq-area dt {
    cursor: pointer;
    padding: 15px 25px;
    background-image: linear-gradient(to right, #192057 0%, #024086 51%, #192057 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 10px;
    color: #fff;
    font-weight: 500;
}

.info-faq-area dt:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.info-faq-area dd {
    margin: 0;
    padding: 15px 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* contact us page  */
.contactus__hero {
    width: 100%;
}

.contactus__top {
    width: 100%;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.6)), url(../images/static/contactbg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.services__hero {
    width: 100%;
    height: 100%;
}

.services__top {
    width: 100%;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.6)), url(../images/static/bg-services.jpg);
    background-color: #dc3545;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.icon__box__border {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid white;
    padding: 4px;
    border-radius: 50%;
}

/* Services page */
.step__box {
    background-color: #0B4CAD;
    width: 36px;
    height: 36px;
}

/* Blog Area */
.sub__button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    background-color: gray;
    border-radius: 24px;
}

.sub__button .sub__input {
    border: white;
}

.sub__button .sub__input:focus {
    outline-color: white !important;
}

/* Aboutus page */

.aboutus__hero {
    width: 100%;
    min-height: 30vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.aboutus__left {
    width: 80%;
}

.aboutus__mission {
    max-width: 55%;
    height: max-content;
    background-color: #0B4CAD;
    position: absolute;
    right: 0;
    bottom: 50px;
    opacity: .9;
}

.vision__section {
    width: 100%;
    min-height: 300px;
    background-image: url(../images/static/bg-tech.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center left;
}


.wrapper {
    width: 96%;
    max-width: 1536px;
    margin-inline: auto;
    position: relative;
    background: white;
    height: 100px;

    overflow: hidden;
    mask-image: linear-gradient(to right,
            rgba(0, 0, 0, 0),
            rgba(0, 0, 0, 1) 20%,
            rgba(0, 0, 0, 1) 80%,
            rgba(0, 0, 0, 0));
}

@keyframes scrollLeft {
    to {
        left: -200px;
    }
}

.item {
    width: 128px;
    height: 64px;
    background-color: white;
    border-radius: 6px;
    position: absolute;
    left: max(calc(200px * 8), 100%);
    animation-name: scrollLeft;
    animation-duration: 30s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.item1 {
    animation-delay: calc(30s / 8 * (8 - 1) * -1);
}

.item2 {
    animation-delay: calc(30s / 8 * (8 - 2) * -1);
}

.item3 {
    animation-delay: calc(30s / 8 * (8 - 3) * -1);
}

.item4 {
    animation-delay: calc(30s / 8 * (8 - 4) * -1);
}

.item5 {
    animation-delay: calc(30s / 8 * (8 - 5) * -1);
}

.item6 {
    animation-delay: calc(30s / 8 * (8 - 6) * -1);
}

.item7 {
    animation-delay: calc(30s / 8 * (8 - 7) * -1);
}

.item8 {
    animation-delay: calc(30s / 8 * (8 - 8) * -1);
}

.content__container p,
.content__container li {
    margin-bottom: 20px;
}

/* Footer */
.text__muted {
    color: #6c7176;
}

.footer__img {
    width: 36px;
    height: 36px;
}

/* CSS for screens smaller than 600 pixels wide */
@media only screen and (max-width: 600px) {
    .bg__aboutus {
        background-color: #024086;
        width: 100%;
        height: 280px;
    }

    .bg__aboutus img {
        width: 100%;
        aspect-ratio: 1/.6;
        object-fit: cover;
    }
}