/* inter-300 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/Inter/inter-v19-latin-300.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-regular - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/Inter/inter-v19-latin-regular.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-500 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/Inter/inter-v19-latin-500.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-600 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/Inter/inter-v19-latin-600.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-700 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/Inter/inter-v19-latin-700.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/***************************
// End Font Imports
***************************/

/***************************
// Default Styles
***************************/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --font-inter: 'Inter', sans-serif;

    --color-white: #FFFFFF;
    --color-black: #000000;
}

body {
    letter-spacing: 0;
    font-family: var(--font-inter);
    color: #1E1F21;
}

a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}


.font-size-60 * {
    font-size: 60px;
}

.font-size-48 * {
    font-size: 48px;
}

.font-size-40 * {
    font-size: 40px;
}

.font-size-32 * {
    font-size: 32px;
}

.font-size-24 * {
    font-size: 24px;
}

.font-size-20 * {
    font-size: 20px;
}

.font-size-18 * {
    font-size: calc(18px - 1px);
}

.font-size-16 * {
    font-size: 16px;
}

.font-size-15 * {
    font-size: 15px;
}

.font-size-14 * {
    font-size: 14px;
}

.font-size-13 * {
    font-size: 13px;
}




.font-weight-700 * {
    font-weight: 700;
}

.font-weight-600 * {
    font-weight: 600;
}

.font-weight-500 * {
    font-weight: 500;
}

.font-weight-400 * {
    font-weight: 400;
}

.font-weight-300 * {
    font-weight: 300;
}


.line-height-180 * {
    line-height: 160%;
}

.line-height-160 * {
    line-height: 160%;
}

.line-height-150 * {
    line-height: 150%;
}

.line-height-130 * {
    line-height: 130%;
}

.line-height-100 * {
    line-height: 100%;
}

.line-height-24 * {
    line-height: 24px;
}


/***************************
// End Default Styles
***************************/

/***************************
// Buttons
***************************/
.btn img {
    transform: translateX(0);
    transition: transform 0.3s ease;
}

.btn:hover img {
    transform: translateX(6px);
    transition: transform 0.3s ease;
}

.hero .btn.btn-filled-blue,
.hero .btn.btn-transparent-white {
    gap: 0px !important;
    margin: 0px !important;
}

.btn.btn-transparent-white {
    font-weight: 600;
    line-height: 130%;
    vertical-align: middle;
    text-transform: uppercase;
    color: var(--color-white);
    box-shadow: 3px 4px 4.6px 1px #00000012;
    border: 2px solid #FFFFFF;
    border-radius: 5px;
    padding-top: 16px;
    padding-right: 39px;
    padding-bottom: 16px;
    padding-left: 39px;
    gap: 8px;
    margin: 10px;
    margin-left: 0;
}

.btn.btn-transparent-white:hover {
    background-color: rgba(255, 255, 255, 0.1);
    box-shadow: 3px 4px 4.6px 1px #00000012;
}

.btn.btn-filled-blue {
    font-weight: 600;
    line-height: 130%;
    vertical-align: middle;
    text-transform: uppercase;
    color: var(--color-white);
    box-shadow: 3px 4px 4.6px 1px #00000012;
    border: 1px solid #29A2D1;
    background: #29A2D1;
    border-radius: 5px;
    padding-top: 16px;
    padding-right: 39px;
    padding-bottom: 16px;
    padding-left: 39px;
    gap: 8px;
    margin: 10px;
    margin-left: 0;
}

.btn.btn-filled-blue:hover {
    background-color: rgba(41, 162, 209, 0.8);
    box-shadow: 3px 4px 4.6px 1px #00000012;
}

.btn.btn-read-more {
    color: #29A2D1;
    font-weight: 700;
    line-height: 180%;
    vertical-align: middle;
    padding: 0;
}

.btn.btn-read-more:hover {
    color: #115671;
    text-decoration: underline;
    text-decoration-color: #115671;
    text-underline-offset: 5px;
}

/***************************
// End Buttons
***************************/

/***************************
// Header
***************************/

.header {
    background-color: #16130E;
    height: 50px;
    display: flex;
    align-items: center;
}

.header a {
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 2px;
}

.header .header-social-icons {
    display: flex;
}

.header .header-social-icons img {
    width: 14px;
    height: 14px;
    margin-left: 10px;
}

/***************************
// End Header
***************************/
/***************************
// Navbar
***************************/
.navbar {
    padding: 0;
}

.navbar-custom-bg-white {
    position: static;
    width: 100%;
    z-index: 10;
    background-color: #DEDEDE21;
}

.navbar-custom {
    position: absolute;
    width: 100%;
    z-index: 10;
}

.navbar-custom .info-bar {
    color: #FFFFFF;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}

.navbar-custom .navbar-brand img.logo {
    width: 100%;
    max-width: 58px;
    height: auto;
    object-fit: cover;
}

.navbar-collapse {
    transition: none !important;
}

.navbar-custom.scrolled {
    background-color: #2f2f2f;
}

.show {
    animation: none !important;
    transition: none !important;
}

.nav-link {
    color: #1E1F21;
}

.navbar-custom .nav-link {
    color: #FFFFFF;
    vertical-align: middle;
    padding-left: 0.8rem !important;
    padding-right: 0.8rem !important;
}

.navbar-custom-bg-white .nav-link:hover {
    color: #115671;
}

.nav-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-item.dropdown {
    position: relative;
}

.dropdown-menu {
    border-radius: 0;
    padding: 0;
}

/* MEGAMENU */

.dropdown-toggle::after {
    display: none;
}

/***************************
// End Navbar
***************************/

/***************************
// Hero Section
***************************/

.hero {
    position: relative;
    overflow: hidden;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
}

.hero-content {
    padding-top: calc(84px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.hero-little {
    position: relative;
    width: 100%;
    height: 242px;
    background: #F4F4F4;
    border-width: 1px 0px 1px 0px;
    border-style: solid;
    border-color: #E3E3E3;
    display: flex;
    align-items: center;
    justify-content: left;
    overflow: hidden;
}

/***************************
// End Hero Section
***************************/

/***************************
// Services Products Section
***************************/




/***************************
// Services Products Section
***************************/


.services-products {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.services-products .card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: none;
    width: 100%;
    max-width: 380px;
}

.services-products .card-body {
    padding: 1rem 0;
    width: 100%;
    color: #1E1E1E;
}

.services-products .card-body p {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.services-products .card img {
    width: 100%;
    object-fit: cover;
    display: block;
    height: 250px;
}

.service-card {
    flex: 0 0 31%;
    max-width: 31%;
}

/***************************
// End Services Products Section
***************************/

/***************************
// Half Split Section
***************************/

.half-split img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

.half-split .right-side {
    background-color: #115671;
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.half-split .right-side .content {
    max-width: 636px;
    padding-left: 30px;
    line-height: 160%;
}

/***************************
// End Half Split Section
***************************/

/***************************
// References Section
***************************/

.references {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.references img {
    width: 100%;
    max-width: 281px;
    height: 100%;
    object-fit: cover;
}

/***************************
// End References Section
***************************/

/***************************
// Join us Section
***************************/
.join-us {
    position: relative;
    background: url("../images/services1.webp") center center / cover no-repeat;
    height: 774px;
    overflow: hidden;
}

.join-us::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    opacity: 1;
    z-index: 1;
}

.join-us-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.join-us-content strong {
    font-weight: 700;
}

/***************************
// End Join us Section
***************************/

/***************************
// Why-us Section
***************************/
.why-us {
    padding-top: 5rem;
    padding-bottom: 1rem;
    color: var(--color-black-1E1F21);
}

.why-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    padding: 2rem 1rem;
    height: 100%;
}

.why-box-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.why-box-header .title {
    height: 40px;
}

.why-box img {
    width: 77px;
    height: 77px;
}

/***************************
// End Why-us Section
***************************/

/***************************
// Important Section
***************************/
.important {
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-color: #115671;
}

.important .intro-text {
    flex: 1;
    padding: 4rem 6rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 50%;
}

.important .intro-text-wrapper {
    max-width: 680px;
    height: 100%;
    margin-left: auto;
    padding: 3rem;
}

.important .right-side img {
    width: 100%;
    height: 100%;
    max-height: 420px;
    object-fit: cover;
}

/***************************
// End Important Section
***************************/

/***************************
// Places Section
***************************/
.places {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.places .card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: none;
    width: 100%;
    max-width: 380px;
}

.places .card-body {
    padding: 1rem 0;
    padding-top: 1.5rem;
    width: 100%;
    color: #1E1E1E;
}

.places .card-body p {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.places .card img {
    width: 100%;
    object-fit: cover;
    display: block;
    height: 250px;
}

.places .card img.icon {
    width: 16px;
    height: 17px;
}


/***************************
// End Places Section
***************************/

/***************************
// Footer Section
***************************/
footer {
    background-color: #115671;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

footer img.logo {
    max-width: 58px;
    height: auto;
    width: 100%;
    object-fit: cover;
}

footer .footer-icon {
    width: 55px;
    height: 55px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #8A766F;
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    flex-shrink: 0;
}

footer .copyright {
    font-weight: 400;
    line-height: 100%;
}

footer .copyright strong {
    font-weight: 700;
}

footer a {
    color: inherit;
    text-decoration: none;
}

footer hr {
    border: none;
    border-top: 0.3px solid var(--color-white);
    margin: 0.75rem 0;
    max-width: 186px;
}

footer a:hover {
    text-decoration: underline;
}

footer.footer-bottom {
    background-color: #001A23;
    padding: 2rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

footer.footer-bottom a {
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 0%;
}

footer.footer-bottom strong {
    font-weight: 700;
}

footer img.phone-icon {
    width: 43px;
    height: 43px;
}

@media (min-width: 1200px) {
    footer .col-lg-2 {
        flex: 0 0 auto;
        width: 17.666667%;
    }

    footer .offset-lg-2 {
        margin-left: 21.666667%;
    }
}

/***************************
// End Footer Section
***************************/


/***************************
// About us Section
***************************/

.about-us {
    padding-top: 6rem;
}

.breadcrumb span {
    font-weight: 400 !important;
    line-height: 150% !important;
    vertical-align: middle;
    color: #CACACA !important;
    display: flex;
    align-items: center;
}

.breadcrumb img {
    width: 14px !important;
    height: 14px !important;
}


.about-us-content img {
    width: 100%;
    max-width: 539px;
    height: 650px;
    object-fit: cover;
}

/***************************
// End About us Section
***************************/

/***************************
// Services List Section
***************************/

.services-list {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.services-list .image-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.blog-list .image-wrapper {
    max-height: 261px;
}

.services-list .image-wrapper {
    max-width: 344px;
    border-radius: 10px;
}

.services-list .image-wrapper {
    max-width: 415px;
    border-radius: 0;
}

.services-list .image-wrapper img {
    width: 100%;
    height: 100%;
    max-height: 230px;
    object-fit: cover;
    display: block;
}

.services-list .image-wrapper .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    z-index: 2;
    pointer-events: none;
}

.services-list .card {
    height: 100%;
}

.services-list .context * {
    color: #1E1E1E;
}

.services-list .card div.context p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.services-list .btn-read-more {
    margin-top: auto;
}

.services-list .items img {
    width: 100%;
    max-width: 380px;
    height: 100%;
    object-fit: cover;
}

.services-list iframe {
    width: 100%;
}

/***************************
// End Services List Section
***************************/

/***************************
// Contact Section
***************************/
.contact {
    padding-bottom: 6rem;
}

.contact .form-control {
    border: 1px solid #E0E0E0;
    background: #FFFFFF;
    width: 100%;
    height: 50px;
    gap: 10px;
    border-radius: 6px;
    border-width: 1px;
    padding-top: 12px;
    padding-right: 20px;
    padding-bottom: 12px;
    padding-left: 20px;
    color: #828282;
    outline: none;
    /* Prevent focus outline */
    box-shadow: none;
    /* Prevent focus shadow */
}

.contact .form-control:focus {
    outline: none;
    /* Prevent focus outline */
    box-shadow: none;
    /* Prevent focus shadow */
}

.contact .form-select::placeholder,
.contact .form-control::placeholder,
.contact textarea::placeholder {
    color: #828282;
}

.contact .form-group {
    margin-bottom: 1.5rem;
}

.contact .form-control-textarea {
    border: 1px solid #E0E0E0;
    background: #FFFFFF;
    width: 100%;
    height: 164px;
    gap: 10px;
    border-radius: 6px;
    border-width: 1px;
    padding-top: 12px;
    padding-right: 20px;
    padding-bottom: 12px;
    padding-left: 20px;
    color: #828282;
    outline: none;
    /* Prevent focus outline */
    box-shadow: none;
    /* Prevent focus shadow */
}

.contact .form-control-textarea:focus {
    outline: none;
    /* Prevent focus outline */
    box-shadow: none;
    /* Prevent focus shadow */
}

.contact .form-check-input {
    box-shadow: 0px 0px 4px 0px #00000038;
    background: #FFFFFF;
    width: 22px;
    height: 22px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
}

.contact .label-policy strong {
    font-weight: 700;
    color: #115671;
}

.contact .form-check-input:checked {
    border-color: #115671;
    position: relative;
}

.contact .form-check-input:checked::after {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #115671;
    display: block;
}

.contact .form-check-label {
    font-weight: 400;
    line-height: 150%;
}

.contact .form-section h5 {
    color: #115671;
}

.contact .form-select {
    border: 1px solid #E0E0E0;
    color: #828282;
    width: 100%;
    height: 50px;
    border-radius: 5px;
    border-width: 0.5px;
    padding-top: 7px;
    padding-right: 15px;
    padding-bottom: 7px;
    padding-left: 15px;
    gap: 10px;
    --bs-form-select-bg-img: url('../images/icons/down-arrow.svg');
    background-size: 20px 20px;
    background-position: right 15px center;
    background-repeat: no-repeat;
}

.custom-file-upload {
    display: inline-block;
    padding: 18px 30px;
    cursor: pointer;
    background-color: #E3E3E3;
    border: none;
    border-radius: 6px;
    transition: background-color 0.3s ease;
    text-align: center;
    font-size: 13px;
}

.custom-file-upload:hover {
    background-color: #c7c7c7;
}

#cv {
    display: none;
}

.file-name {
    margin-top: 10px;
    font-style: italic;
    color: #333;
}

/***************************
// End contact Section
***************************/


.upload-box {
    position: relative;
    border: 3px dashed #5D5D5D;
    border-radius: 5px;
    padding: 40px 20px;
    background-color: #fefefe;
    text-align: center;
    color: #333;
    height: 111px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.upload-box input[type="file"] {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
}

.upload-box.drag-over {
    background-color: #e0f7ff;
    border-color: #00BFFF;
}


.upload-placeholder {
    pointer-events: none;
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
}

/*fileinput*/
.file-input-container .input-wrapper {
    cursor: pointer;
    min-height: 115px;

    position: relative;
    background-color: rgba(0, 0, 0, .02);
    border: 1px dashed #ccc;
    border-radius: 4px;
    margin-bottom: 8px;
    padding: 32px;
    text-align: center;
}

.file-input-container .placeholder {
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
}

.uploadedFile,
.file-preview {
    display: flex;
    align-items: center;
    position: relative;
    width: max-content;
    width: 100%;
    column-gap: 15px;
}

.uploadedFile img,
.file-preview img {
    width: 100px;
    aspect-ratio: 1 / 1.5;
    object-fit: cover;
}

.deleteUploadedFile,
.delete-btn {
    margin-left: auto;
    color: red;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
    border: 1px solid #bebebe;
    opacity: 95%;
    width: 26px;
    height: 26px;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.uploadedFileList,
.fileList {
    display: flex;
    gap: 8px;
    flex-direction: column;
    margin-bottom: 1.2em;
}

.fileInput {
    display: none;
}

.uploaded-title {
    font-size: 20px;
}

/*fileinput*/

.career_img img {
    width: 100%;
    max-width: 100%;
    max-height: 250px;
    object-fit: cover;
}

.career_img img.noimage {
    width: 100%;
    max-width: 100%;
    max-height: 250px;
    object-fit: contain;
}