@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');

html,
body {
    overflow-x: hidden;
    font-family: "Gill-Sans";
    cursor: none !important;
}

p {
    letter-spacing: 0;
    font-size: 18px;
}

@media (any-pointer: fine) {
    html,
    body {
        cursor: none;
    }

    input,
    a:-webkit-any-link,
    [type="button"]:not(:disabled),
    [type="reset"]:not(:disabled),
    [type="submit"]:not(:disabled),
    button:not(:disabled),
    .carousel-prev,
    .carousel-next,
    a.link-no-deco,
    .link-no-deco,
    label {
        cursor: none !important;
    }

    .cursor {
        position: absolute;
        background: gray;
        width: 8px;
        height: 8px;
        border-radius: 100%;
        z-index: 99999;
        transition: 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform,
        0.2s cubic-bezier(0.75, -1.27, 0.3, 2.33) opacity;
        user-select: none;
        pointer-events: none;
        transform: scale(0.8);
    }

    .cursor:before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        background-image: url("../images/Cursor.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 100%;
        opacity: 0;
    }

    .cursor.active {
        opacity: 0.7;
        transform: scale(12);
    }

    .cursor.active::before {
        opacity: 1;
    }

    .cursor-follower {
        position: absolute;
        background: transparent;
        background-image: url("../images/megatwo-crop.png");
        background-size: 70%;
        background-repeat: no-repeat;
        background-position: center;
        width: 55px;
        height: 55px;
        border-radius: 100%;
        border: 2px solid #ccc;
        z-index: 99999;
        transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform,
        0.4s cubic-bezier(0.75, -1.27, 0.3, 2.33) opacity;
        user-select: none;
        pointer-events: none;
        transform: translate(4px, 4px);
    }

    .cursor-follower.active {
        opacity: 0.3;
        transform: scale(0);
    }
}

#wrapper {
    overflow: hidden;
}

.main-offset,
.main-client-offset {
    padding-left: 8rem;
    padding-right: 8rem;
}

.main-offset-margin {
    margin-left: 6.5rem;
    margin-right: 6.5rem;
}

.main-padding-top {
    padding-top: 6rem;
}

.main-padding-bottom {
    padding-bottom: 6rem;
}

.mobile-padding-top-bottom {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.mobile-padding-top-bottom-1 {
    padding-top: 5rem;
    padding-bottom: 3rem;
}

.vertical-align-list {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}

h1, h2 {
    font-size: 50px;
    /* font-family: "PlayfairDisplay-BoldItalic"; */
    /*font-family: "Libre Baskerville", serif;*/
    font-family: "Gill-Sans-Medium", serif;
    line-height: 150%;
    letter-spacing: 0.2em;
}

.none-italic-font {
    font-family: "PlayfairDisplay-Bold" !important;
}

h3 {
    font-size: 25px;
    font-family: "Gill-Sans-Medium";
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.story-descrip h1, .story-descrip h2, .story-descrip h3, .story-descrip h4, .story-descrip h5 {
    color: white;
}

.bg-transparent {
    background: transparent;
}

.bg-img {
    width: 100%;
    height: 100%;
}

/*common*/
a.link-no-deco,
.link-no-deco {
    text-decoration: none;
    cursor: pointer;
}

/* top nav */
#top-nav.navbar-scolled {
    background-color: #fff !important;
    transition: background-color 200ms linear;
}

img.navbar-scolled.scrolled {
    height: 60px !important;
}

/*@media (max-width: 1560px) and (min-width: 1025px) {*/
/*    .navbar-scolled.scrolled a {*/
/*        font-size: 16px;*/
/*    }*/
/*    img.navbar-scolled.scrolled {*/
/*        height: 28px !important;*/
/*    }*/
/*}*/
.drop-item {
    cursor: none;
}

.dropdown {
    float: left;
    overflow: hidden;
}

.dropdown .dropbtn {
    color: black;
    text-transform: uppercase;
    line-height: 24px;
    letter-spacing: 0.5em;
    padding-left: 15px;
    padding-right: 15px;
}

.dropdown-content {
    display: none;
    position: fixed;
    background-color: #fff;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 9999;
}

.dropdown-content-mobile,
.dropdown-content-mobile-solution {
    position: fixed;
    background-color: #fff;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 9999;
}

.dropdown-content a,
.dropdown-content-mobile a,
.dropdown-content-mobile-solution a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.dropdown:hover .dropdown-content {
    display: block;
}

#top-nav {
    background-color: transparent !important;
    /* font-family: "Gill-Sans-Medium"; */
    font-family: "Lato", sans-serif;
    font-weight: bold;
}

#top-nav .navbar-nav a.nav-item.nav-link {
    color: black;
    text-transform: uppercase;
    line-height: 24px;
    letter-spacing: 0.3em;
    padding-left: 15px;
    padding-right: 15px;
}

/* scroll icon */
.icon-scroll {
    position: fixed;
    left: 49.5%;
    bottom: 5%;
    width: 35px;
    height: 35px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transform: translate(-50%, -15px);
    /* transform: translate(10px ,-10px); */
    background-image: url(../images/home/scroll\ down\ icon.png);
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-name: scroll;
    z-index: 9999;
}

.dark-red {
    color: #b90508;
}

a.dark-red:hover {
    color: #b90508;
}

@keyframes scroll {
    0% {
        opacity: 1;
    }
    100% {
        /* opacity: 0; */
        transform: translate(-50%, 20px);
    }
}

@media (max-width: 1280px) {
    #top-nav {
        background-color: white !important;
    }

    .main-offset,
    .main-client-offset {
        padding-left: 3rem;
        padding-right: 3rem;
    }

    .main-offset-margin {
        margin-left: 3rem;
        margin-right: 3rem;
    }

    #top-nav .navbar-nav a.nav-item.nav-link {
        letter-spacing: 0.3em;
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 1025px) {
    .main-offset,
    .main-client-offset {
        padding-left: 3rem;
        padding-right: 3rem;
    }

    .main-offset-margin {
        margin-left: 3rem;
        margin-right: 3rem;
    }

    #top-nav .navbar-nav a.nav-item.nav-link {
        line-height: 24px;
        letter-spacing: 0.2em;
        padding-left: 8px;
        padding-right: 8px;
    }
}

@media (max-width: 844px) {
    #top-nav .navbar-nav a.nav-item.nav-link {
        letter-spacing: 0.1em;
        padding-left: 7px;
        padding-right: 7px;
        font-size: 15px;
    }

    .main-client-offset {
        padding-left: 0;
        padding-right: 0;
    }

    .main-offset {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .main-offset-margin {
        margin-left: 1.5rem;
        margin-right: 1.5rem;
    }
}

@media (max-width: 767px) {
    .mobile-mx-auto {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .main-offset,
    .main-client-offset {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .main-offset-margin {
        padding-left: 2rem;
        padding-right: 2rem;
        margin: 0;
    }

    #top-nav {
        box-shadow: 20px -41px 20px 32px rgb(30 30 30 / 100%);
        -webkit-box-shadow: 20px -41px 20px 32px rgb(30 30 30 / 100%);
        -moz-box-shadow: 20px -41px 20px 32px rgb(30 30 30 / 100%);
    }

    #top-nav .navbar-collapse {
        margin-top: 10px;
    }

    #top-nav .navbar-nav a.nav-item.nav-link {
        padding-left: 0;
        padding-right: 0;
    }

    .dropdown-content,
    .dropdown-content-mobile,
    .dropdown-content-mobile-solution {
        position: relative;
    }

    .mobile-padding-top-bottom {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .mobile-padding-top-bottom-1 {
        padding-top: 3rem;
        padding-bottom: 2.5rem;
    }
}

/*last section*/
.last-section {
    margin-top: -2px;
    margin-bottom: -2px;
}

/* footer */
.wave-faq {
    height: auto;
    width: 100%;
    margin-bottom: -1px;
    overflow: hidden;
}

#footer {
    background: #232020;
    padding-top: 30px;
    color: white;
    font-size: 15px;
    /* padding: 2em 3em 1em 3em!important; */
}

#footer p {
    color: #c7c7c7;
    font-size: 15px;
}

#footer h5 {
    line-height: 150%;
    font-family: "Gill-Sans-Medium";
}

#footer .about-etc {
    width: 80%;
}

#footer p.sub-item {
    margin-bottom: 0.5rem;
}

.read-more,
.read-more a {
    line-height: 24px;
    letter-spacing: 0.1em;
    font-family: "Gill-Sans-Medium";
    text-transform: uppercase;
    color: black;
}

.read-more a:hover {
    text-decoration: underline;
}

.color-white {
    color: white !important;
}

.color-black {
    color: black !important;
}

@media (max-width: 1025px) {
    h1, h2 {
        font-size: 40px;
    }

    h3 {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    h1, h2 {
        font-size: 30px;
        letter-spacing: 0.1em;
    }

    h3 {
        font-size: 18px;
    }

    #footer .logo-container {
        text-align: center;
    }

    #footer .about-etc {
        width: 100%;
    }
}

/* contact-us section*/
#contact-form label {
    /* color: white; */
}

/* #contact-form input,
#contact-form .input-group {
    width: 70vw;
}
#contact-form textarea {
    width: 90vw;
} */
/*@media screen and (max-width: 500px) {*/
/*    #contact-form input,*/
/*    #contact-form .input-group {*/
/*        width: 80vw;*/
/*    }*/
/*}*/
#contact-form input.invalid {
    /* background-color: #ffdddd; */
}

#contact-form textarea {
    border-radius: 0.25rem;
    padding: 6px 12px;
}

.contact-tab {
    display: none;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
}

.step {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbbbbb;
    border: none;
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
}

.step.active {
    opacity: 1;
}

.step.finish {
    background-color: #4caf50;
}

#contact-form input::-webkit-outer-spin-button,
#contact-form input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
#contact-form input[type="number"] {
    -moz-appearance: textfield;
}

#contact-form .form-check {
    border: 2px solid white;
    padding-left: 0px;
    border-radius: 8px;
    height: 2.2rem;
}

#contact-form .form-check label {
    margin-top: 0.25rem;
}

/* all slider [start] */
.our-team-slider .slick-list {
    margin: 0 -5px;
}

.our-team-slider .slick-slide > div {
    padding: 0 5px;
}

.service-slider .slick-slide > div {
    padding: 0em 0.5em 2em 0.5em;
}

.service-slider .slick-prev:before {
    color: #212028;
}

.service-slider .slick-next:before {
    color: #212028;
}

.service-slider .slick-prev:before {
    color: #212028;
    content: '';
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.service-slider .slick-next:before {
    color: #212028;
    content: '';
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

/* all slider [end] */
.service-slider br {
    display: none;
}

#home_wave canvas {
    margin-top: -100vh;
}

.dark-blue-bg {
    background: #212028;
}

#top-nav.white-bg {
    background-color: #fff !important;
}

@media screen and (max-width: 420px) {
    .wave-faq {
        margin-bottom: -2px;
    }
}

@media screen and (max-width: 559px) {
    .service-slider h4 {
        font-size: 0.8rem;
    }

    .service-slider br {
        display: block;
    }
}

@media screen and (max-width: 365px) {
    .service-slider h4 {
        font-size: 0.7rem;
    }
}

/* #contact-form input[type=checkbox] + label { border: 1px solid yellow; font-style: italic; } .form-check:has(input[type=checkbox]:checked) { border: 2px solid lightgreen; color: lightgreen; font-style: normal; } */
@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

/* @media screen and (max-width: 600px) {
    #contact-form input,
    #contact-form .input-group,
    #contact-form textarea {
        width: 100%;
    }
} */
.mobile-d,
.mobile-df {
    display: none;
}

.web-d,
.web-df {
    display: none;
}

.tab-d {
    display: none;
}

@media screen and (max-width: 992px) {
    .mobile-d {
        display: block;
    }

    .mobile-df {
        display: flex;
    }
}

@media screen and (min-width: 993px) {
    .web-d {
        display: block;
    }

    .web-df {
        display: flex;
    }
}

@media screen and (min-width: 768px) {
    .tab-d {
        display: block;
    }

    .w-md-50 {
        width: 50% !important;
    }
}

.z-1000 {
    z-index: 1000;
}

.z--1 {
    z-index: -1;
}

.pos-rel {
    position: relative;
}

.slide-container .slick-prev:before {
    color: #212028;
    content: '';
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.slide-container .slick-next:before {
    color: #212028;
    content: '';
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.slide-container .slick-prev {
    left: 1%;
    position: absolute;
    z-index: 9999;
}

.slide-container .slick-next {
    right: 1%;
    position: absolute;
    z-index: 9999;
}

#target-img {
    perspective: 30px;
}

#target-img-child {
    transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
    /* box-shadow: 2px 2px 50px rgba(0, 0, 0, 0.2); */
}

#target-img-1 {
    perspective: 30px;
}

#target-img-child-1 {
    transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
    /* box-shadow: 2px 2px 50px rgba(0, 0, 0, 0.2); */
}

#target-img-2 {
    perspective: 30px;
}

#target-img-child-2 {
    transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
    /* box-shadow: 2px 2px 50px rgba(0, 0, 0, 0.2); */
}

.a-not-link:hover {
    text-decoration: none;
}

@media screen and (min-width: 1200px) {
    .slide-container .slick-prev {
        left: 3%;
    }

    .slide-container .slick-next {
        right: 3%;
    }
}

.videoWrapper {
    position: relative;
    padding-bottom: 56%; /* 16:9 */
    height: 0;

}

.videoWrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-container {
    position: relative;
    width: 100%;
    margin: auto;
}

.video-container-1 {
    position: relative;
    width: 100%;
    margin: auto;
    pointer-events: none;
}

.fancybox-video {
    pointer-events: none;
}

.expand-nav.expand-true .fa-angle-down,
.expand-nav-solution.expand-true .fa-angle-down {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transition-duration: 0.5s;
    transition-property: transform;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.expand-nav.expand-false .fa-angle-down,
.expand-nav-solution.expand-false .fa-angle-down {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    transition-duration: 0.5s;
    transition-property: transform;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.fancybox-slide--iframe .fancybox-content {
    width: 800px;
    height: 600px;
    max-width: 95%;
    max-height: 90%;
    margin: 0;
}

@media (max-width: 767px) {
    .fancybox-slide {
        padding: 0 !important;
    }
}

#contact-section #prevBtn {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: white;
    width: 25vw;
    border: 1px solid white;
    background-color: inherit;
}

#contact-section #nextBtn {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: white;
    width: 25vw;
    border: 1px solid white;
    background-color: inherit;
}

#contact-section #contactBtn {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: white;
    width: 25vw;
    border: 1px solid white;
    background-color: inherit;
}

.custom-margin-1 {
    margin-left: -53px;
}

.custom-margin-2 {
    margin-left: -15px;
}

.custom-margin-3 {
    margin-left: -90px;
}

.custom-margin-4 {
    margin-left: -100px;
}

.mof-logo-section img {
    width: 40%;
}

@media (max-width: 991px) {
    #awards-section .img-container {
        /* width: 20vw; */
    }

    .custom-margin-1 {
        margin-left: -33px;
    }

    .custom-margin-2 {
        margin-left: -3px;
    }

    .custom-margin-3 {
        margin-left: -60px;
    }

    .custom-margin-4 {
        margin-left: -70px;
    }
}

@media (max-width: 767px) {
    .custom-margin-1 {
        margin-left: -12px;
    }

    .custom-margin-2 {
        margin-left: -3px;
    }

    .custom-margin-3 {
        margin-left: -30px;
    }

    .custom-margin-4 {
        margin-left: -30px;
    }


    .contact-no-container {
        padding-bottom: 2rem;
    }

    #contact-section #prevBtn {
        width: 35vw;
    }

    #contact-section #nextBtn {
        width: 35vw;
    }

    .mof-logo-section img {
        width: 100%;
    }
}
