.header {
    position: relative;
    width: 100%;
    padding: 30px 0px;
}

.header .menu {
    position: fixed;
    top: 38px;
    right: 10%;
    width: 18%;
    height: 100%;
    padding: 50px 0px 0px 50px;
    background: rgba(1, 63, 188, 0.95);
    z-index: 999;
}

.header .menu .close-btn {
    position: absolute;
    width: 60px;
    height: 60px;
    top: 5px;
    right: 5px;
    background: url("../images/burger-close.png") center no-repeat;
    background-size: cover;
    z-index: 999;
}

.fullContainer {
    position: relative;
    width: 100%;
}

@media (max-width:900px) {

    .content,
    .contentMedium,
    .contentSmall {
        position: relative;
        margin: 0px auto;
        width: 90%;
    }
}

@media (min-width:900px) {
    .pageContent {
        min-height: 80vh;
    }

    .content {
        position: relative;
        margin: 0px auto;
        width: 80%;
    }

    .contentMedium {
        position: relative;
        margin: 0px auto;
        width: 60%;
    }

    .contentSmall {
        position: relative;
        margin: 0px auto;
        width: 45%;
    }
}


/****************************************************************************************/
/****************************************************************************************/
/****************************************************************************************/
/****************************************************************************************/
/****************************************************************************************/

#heroText {
    position: relative;
}

#heroText .btn-contact {
    padding: 10px 50px 10px 25px;
    border: 1px solid #000;
    /* border-radius:25px; */
    outline: none;
    color: #000;
    background: #FFF url("../images/arrow-right.png") right 20px center no-repeat;
}

#heroText .btn-contact:hover {
    outline: 2px solid #000;
}

/****************************************************************************************/
/****************************************************************************************/
/****************************************************************************************/
/****************************************************************************************/
/****************************************************************************************/

#services {
    position: relative;
}

#services .service {
    width: 100%;
    height: 300px;
    padding: 50px;
    /* border-radius:10px; */

}

#services .service .image {
    position: absolute;
    bottom: 50px;
    right: 50px;
    width: 130px;
    height: 130px;
}

/****************************************************************************************/
/****************************************************************************************/
/****************************************************************************************/
/****************************************************************************************/
/****************************************************************************************/

#caseStudy {
    position: relative;
}

#caseStudy .tech {
    float: left;
    margin-right: 10px;
    padding: 10px;
    /* border-radius:10px; */
    border: 1px solid #ccc;
    background: transparent;
}

#caseStudy .btn-contact {
    text-align: left;
    padding: 10px 50px 10px 25px;
    border: 1px solid #000;
    /* border-radius:25px; */
    outline: none;
    color: #000;
    background: #FFF url("../images/arrow-right.png") right 20px center no-repeat;
}

#caseStudy .btn-contact:hover {
    outline: 2px solid #000;
}

/****************************************************************************************/
/****************************************************************************************/
/****************************************************************************************/
/****************************************************************************************/
/****************************************************************************************/

#projects {
    position: relative;
}

#projects .description {
    position: relative;
    margin-top: -100px;
    width: 100%;
    padding: 100px 300px 50px 300px;
    /* border-radius:10px; */
    background: linear-gradient(to bottom, rgba(1, 63, 188, 0) 0%, rgba(1, 63, 188, 0.9) 80%, #013fbc 100%);
    z-index: 999;
}

@media(max-width:900px) {
    #projects .description {
        padding: 130px 50px 50px 50px;
        background: linear-gradient(to bottom, rgba(1, 63, 188, 0) 0%, rgba(1, 63, 188, 0.9) 40%, #013fbc 100%);
    }
}

#projects .btn-portfolio {
    text-align: left;
    padding: 10px 50px 10px 25px;
    border: 2px solid #FFF;
    /* border-radius:50px; */
    outline: none;
    color: #FFF;
    background: transparent url("../images/arrow-right-white.png") right 20px center no-repeat;
}

#projects .btn-portfolio:hover {
    outline: 2px solid #FFF;
}

/****************************************************************************************/
/****************************************************************************************/
/****************************************************************************************/
/****************************************************************************************/
/****************************************************************************************/

#clients {
    position: relative;
}

#clients .client {
    padding: 40px 0px;
}

/****************************************************************************************/
/****************************************************************************************/
/****************************************************************************************/
/****************************************************************************************/
/****************************************************************************************/

#technologies {
    position: relative;
}

#technologies .breaking-news {
    width: 100%;
    padding: 10px;
    overflow: hidden;
}

#technologies .marquee {
    white-space: nowrap;
}

#technologies .technology {
    float: left;
    margin-right: 20px;
    padding: 10px 25px;
    border: 1px solid #000;
    /* border-radius:15px; */
}

/****************************************************************************************/
/****************************************************************************************/
/****************************************************************************************/
/****************************************************************************************/
/****************************************************************************************/

#gallery {
    position: relative;
}

#gallery .image {
    border: 1px solid #000;
    overflow: hidden;
    /* ensures zoomed image doesn't overflow */
}

#gallery .image img {
    transition: transform 0.5s ease;
}

#gallery .image:hover img {
    transform: scale(1.8);
}

/****************************************************************************************/
/****************************************************************************************/
/****************************************************************************************/
/****************************************************************************************/
/****************************************************************************************/

#ourWork {
    position: relative;
}

#ourWork .project {
    width: 100%;
    padding-bottom: 50px;
    border-bottom: 1px solid #000;
    text-decoration: none !important;
}

@media (max-width: 900px) {

    #ourWork .special-padding {
        padding-top: 1rem;
    }
}

#ourWork .project .btn-visit {
    text-align: left;
    padding: 10px 50px 10px 25px;
    border: 0;
    color: #FFF;
    background: #013fbc url("../images/arrow-right-white.png") right 20px center no-repeat;
}

#ourWork .project .btn-visit:hover,
#ourWork .project .btn-visit:focus {
    border: 0;
    color: #000 !important;
    background: #FFF url("../images/arrow-right.png") right 20px center no-repeat;
    outline: 2px solid #000 !important;
}

/****************************************************************************************/
/****************************************************************************************/
/****************************************************************************************/
/****************************************************************************************/
/****************************************************************************************/

#caseStudies {
    position: relative;
}

#caseStudies .category {
    width: 100%;
    padding: 80px 50px 80px 50px;
    z-index: -1;
    background: rgb(244, 251, 255);
}

/* #caseStudies .category .title {
    margin-left: 20%;
} */

@media(max-width:900px) {
    #caseStudies .category {
        width: 100%;
        padding: 20px 5%;
        background: rgb(244, 251, 255);
    }

    #caseStudies .category .title {
        margin-left: 0%;
    }
}

#caseStudies .tech {
    float: left;
    margin-right: 10px;
    padding: 10px;
    /* border-radius:10px; */
    border: 1px solid #ccc;
    background: transparent;
}


/****************************************************************************************/
/****************************************************************************************/
/****************************************************************************************/
/****************************************************************************************/
/****************************************************************************************/

#statistics {
    position: relative;
    padding: 50px 0px;
}

#statistics .category {
    width: 120%;
    padding: 80px 350px 80px 50px;
    z-index: 999;
}

/****************************************************************************************/
/****************************************************************************************/
/****************************************************************************************/
/****************************************************************************************/
/****************************************************************************************/

#testimonials {
    position: relative;
}

@media(max-width:900px) {
    #testimonials .box {
        width: 100%;
        height: 100%;
        padding: 40px 20px;
        border-radius: 20px;
    }
}

@media(min-width:900px) {
    #testimonials .box {
        width: 100%;
        height: 100%;
        padding: 100px 80px;
        border-radius: 20px;
    }
}

/****************************************************************************************/
/****************************************************************************************/
/****************************************************************************************/
/****************************************************************************************/
/****************************************************************************************/

#leaders {
    position: relative;
    padding: 50px 0px;
}

#leaders .box {
    width: 100%;
    height: 100%;
    padding: 100px 80px;
    border-radius: 20px;
}


/****************************************************************************************/
/****************************************************************************************/
/****************************************************************************************/
/****************************************************************************************/
/****************************************************************************************/


#collection {
    --collection-gap: 12px;
}

#collection .collection-masonry {
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
    width: 100%;
}

#collection .grid-sizer,
#collection .gutter-sizer {
    display: block;
    height: 0;
    pointer-events: none;
    position: absolute;
    visibility: hidden;
}

#collection .gutter-sizer {
    width: var(--collection-gap);
}

#collection .grid-sizer,
#collection .collection-masonry .grid-item {
    width: calc((100% - (3 * var(--collection-gap))) / 4);
}

@media (max-width: 575px) {

    #collection .grid-sizer,
    #collection .collection-masonry .grid-item {
        width: calc((100% - var(--collection-gap)) / 2);
    }
}

#collection .collection-masonry .grid-item {
    margin-bottom: var(--collection-gap);
}

#collection .collection-masonry .grid-item img {
    display: block;
    width: 100%;
    height: auto;
}


/****************************************************************************************/
/****************************************************************************************/
/****************************************************************************************/
/****************************************************************************************/
/****************************************************************************************/

.footer {
    position: relative;
    width: 100%;
    padding: 50px 0px;
}

.footer .country {
    padding: 20px 0px;
    border-bottom: 1px solid #FFF;
}

.footer .country:last-child {
    border-bottom: 0px;
}

.footer .country .square-indicator {
    display: inline-block;
    width: 14px;
    height: 14px;
    background-color: #FFF;
    margin-left: 6px;
    vertical-align: middle;
}

.footer-office-media #officeImage {
    display: block;
    width: 100%;
    height: auto;
}

.footer-offices {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    width: 100%;
}

.footer-office-media {
    max-width: 420px;
    width: 100%;
}

.footer-office-details {
    width: 100%;
}

.footer-office-details-row {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    line-height: 1.5;
    width: 100%;
}

.footer-office-detail {
    display: block;
    line-height: 1.5;
    width: 100%;
    word-break: break-word;
}

.footer-office-label {
    margin-right: 0.35rem;
}

.footer-office-link {
    color: #FFF !important;
    text-decoration: none !important;
}

.footer-office-link:hover {
    color: #FFF !important;
    text-decoration: underline !important;
}

@media (min-width: 992px) {

    .footer-offices {
        display: grid;
        column-gap: 2rem;
        grid-template-areas:
            "image countries"
            "details details";
        grid-template-columns: minmax(0, 5fr) minmax(0, 4fr);
        row-gap: 1.5rem;
    }

    .footer-countries {
        align-self: start;
        grid-area: countries;
    }

    .footer-office-media {
        grid-area: image;
        max-width: none;
    }

    .footer-office-details {
        grid-area: details;
        margin-top: 0 !important;
    }

    .footer-office-detail {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

@media (max-width: 991px) {

    .footer-countries {
        order: 1;
    }

    .footer-office-media {
        order: 2;
        max-width: 100%;
    }

    .footer-office-details {
        order: 3;
    }

    .footer .country {
        padding: 14px 0;
    }
}

.footer .contactForm {
    position: relative;
    border-left: 2px solid #FFF;
    padding: 20px 80px 20px 80px;
}

@media(max-width:900px) {
    .footer .contactForm {
        position: relative;
        margin-top: 30px;
        border-left: 0px;
        border-top: 2px solid #FFF;
        padding: 20px 0px;
    }
}

.footer .contactForm input[type="text"] {
    width: 100%;
    padding: 15px;
    /* border-radius:25px; */
    border: 2px solid #FFF;
    color: #FFF;
    background: transparent;
    outline: none;
}

.footer .contactForm select {
    width: 100%;
    padding: 15px;
    /* border-radius:25px; */
    border: 2px solid #FFF;
    color: #FFF;
    background: transparent;
    outline: none;
    appearance: none !important;
}

.footer .contactForm select:focus,
footer .contactForm select option:checked {
    background: #013fbc !important;
    color: #fff !important;
}

.footer .contactForm textarea {
    width: 100%;
    height: 150px;
    padding: 15px;
    /* border-radius:25px; */
    border: 2px solid #FFF;
    color: #FFF;
    background: transparent;
    outline: none;
    resize: none;
}

.footer .contactForm .btn-submit {
    width: 50%;
    text-align: left;
    padding: 10px 50px 10px 25px;
    border: 2px solid #FFF;
    /* border-radius:25px; */
    outline: none;
    color: #FFF;
    background: transparent url("../images/arrow-right-white.png") right 20px center no-repeat;
}

.footer .contactForm .btn-submit:hover {
    outline: 2px solid #FFF;
}

.footer .copyright {
    margin-top: 2.5rem;
    padding-top: 1.5rem;
    position: static;
    width: 100%;
}

/****************************************************************************************/
/****************************************************************************************/
/****************************************************************************************/
/****************************************************************************************/
/****************************************************************************************/

.spinner {
    margin: 0px auto;
    width: 3em;
    height: 3em;
    cursor: not-allowed;
    border-radius: 50%;
    border: 2px solid #000;
    box-shadow: -10px -10px 10px #02baf1, 0px -10px 10px 0px #02baf1, 10px -10px 10px #0278bc, 10px 0 10px #02baf1, 10px 10px 10px 0px #0278bc, 0 10px 10px 0px #0278bc, -10px 10px 10px 0px #02baf1;
    animation: rot55 0.7s linear infinite;
}

.spinnerin {
    border: 2px solid #000;
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@keyframes rot55 {
    to {
        transform: rotate(360deg);
    }
}

/****************************************************************************************/
/****************************************************************************************/
/****************************************************************************************/
/****************************************************************************************/
/****************************************************************************************/

.burger-btn {
    width: 40px;
    height: 30px;
    position: relative;
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
}

.burger-btn span {
    display: block;
    height: 4px;
    background: #333;
    margin: 6px 0;
    border-radius: 2px;
    transition: all 0.4s ease;
}

/* Animate to X */
.burger-btn.active span:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
}

.burger-btn.active span:nth-child(2) {
    opacity: 0;
}

.burger-btn.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
}

/* Overlay */
.menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: 1000;
}

.menu-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* Side Menu */
.side-menu {
    position: fixed;
    top: 0;
    right: -300px;
    width: 300px;
    height: 100%;
    background: white;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
    transition: right 0.3s ease;
    z-index: 1002;
    padding-top: 50px;
}

.side-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.side-menu ul li {
    border-bottom: 1px solid #ddd;
}

.side-menu ul li a {
    display: block;
    padding: 15px 30px;
    text-decoration: none;
    transition: background 0.3s;
}

/* .side-menu ul li a:hover {
    background: #f0f0f0;
} */
/* Active menu */
.side-menu.active {
    right: 0;
}


/****************************************************************************************/
/****************************************************************************************/
/****************************************************************************************/
/****************************************************************************************/
/****************************************************************************************/

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeUpOnClick {
    animation: fadeUp 0.35s ease;
}

@keyframes fadeleft {
    from {
        opacity: 0;
        transform: translateX(-100px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.fadeLeftOnClick {
    animation: fadeleft 0.35s ease;
}

.alert-danger,
.alert-success {
    padding: 10px !important;
    border-radius: 0px !important;
}