@charset "utf-8";

.container {
    width: 1300px;
}

*,
*:hover,
*:focus {
    box-sizing: border-box;
    outline: none;
}

.mobile-view {
    display: none;
}

.desktop-view {
    display: inline-block;
}

body{
    font-family: "Mulish", system-ui;
}

/*-----------Animation------------*/
/* .wow.animated {opacity: 0;}
.wow:not(.animated) {opacity: 1;} */
/*-----------/Animation------------*/


/*Header Starts*/
header {
    background: #003240;
}

header .greystrip {
    background: #00222C;
    color: #cec0c0;
    padding: 8px 0 8px;
}

header .greystrip ul {
    padding: 0;
    width: 100%;
    text-align: right;
}

header .greystrip ul li {
    display: inline-block;
    padding: 0 10px;
    position: relative;
}

header .greystrip ul li::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 15px;
    background: white;
    top: 55%;
    transform: translateY(-50%);
    right: -3px;
}

header .greystrip ul li:last-child {
    padding-right: 0px;
    border-right: none;
    position: static;
}

header .greystrip ul li a {
    color: #ffffff;
    font-size: 15px;
    line-height: 18px;
    font-weight: 500;
}

header .greystrip ul li a:hover {
    color: #50E024;
}

header .greystrip ul li a img {
    margin: -2px 3px 0 0;
}

header .bg-body-tertiary {
    background-color: transparent !important;
}

header .navbar-nav li {
    padding: 0 15px;
}

header .navbar-nav li:last-child {
    padding-right: 0px;
}

header li a.nav-link {
    color: #ffffff;
    padding: 0 !important;
    font-size: 18px;
    line-height: 21px;
    font-weight: 400;
}

header li a.nav-link:focus,
header li a.nav-link:hover {
    color: #50E024;
}

header .navbar-expand-lg .navbar-nav {
    justify-content: flex-end !important;
    width: 100%;
}

section.banner {
    background-color: #003240;
    background: url(../images/banner-bg.png) no-repeat;
    background-size: cover;
    padding-bottom: 175px;
    padding-top: 50px;
}

section.banner h1 {
    color: #ffffff;
    font-size: 60px;
    line-height: 66px;
    font-weight: 800;
    padding-bottom: 30px;
}

section.banner p {
    color: #ffffff;
    font-size: 22px;
    line-height: 27px;
    font-weight: 400;
    width: 85%;
}


section.section-data {
    padding: 80px 0 0px;
}

section.section-data.bg-blue {
    background-color: #003240;
    padding: 80px 0 60px;
    margin-top: 50px
}

section.section-data.bg-grey {
    background-color: #F6F6F6;
    padding: 80px 0;
    margin-top: 50px
}

section.section-data .col-md-5 > div{
    width: 80%;
}
section.section-data h3 {
    color: #003240;
    font-size: 36px;
    line-height: 46px;
    font-weight: 800;
    padding-bottom: 25px;
    position: relative;
}

section.section-data h3::after {
    content: '';
    position: absolute;
    width: 66px;
    height: 7.8px;
    background-color: #50E024;
    bottom: 0;
    left: 0;
}

section.section-data p {
    color: #20383F;
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
    margin-top: 15px;
}

section.section-data.bg-blue span {
    color: #ffffff;
    text-align: left;
    font-size: 18px;
    line-height: 21px;
    font-weight: 700;
}

section.section-data.bg-blue h3 {
    color: #ffffff;
    text-align: left;
    font-size: 32px;
    line-height: 38px;
    font-weight: 800;
    padding-bottom: 38px;
    width: 80%;
}

section.section-data.bg-blue ul {
    margin: 0;
    padding: 0;
}

section.section-data.bg-blue ul li {
    color: #ffffff;
    text-align: left;
    font-size: 18px;
    line-height: 21px;
    font-weight: 400;
    padding: 0px 0px 0px 30px;
    background: url(../images/tick.svg) no-repeat;
    margin-bottom: 15px;
}

section.design-to-meet h3 {
    color: #003240;
    font-size: 32px;
    line-height: 38px;
    font-weight: 800;
    padding-bottom: 25px;
    position: relative;
    margin-bottom: 58px;
}

section.design-to-meet h3::after {
    content: '';
    position: absolute;
    width: 66px;
    height: 7.8px;
    background-color: #50E024;
    bottom: 0;
    left: auto;
    right: 50%;
    transform: translateX(50%);
}


section.section-data .accordion {
    width: 380px;
}

section.section-data .accordion .accordion-item {
    padding: 0px 20px;
    border: none;
    transition: all 0.5s;
    margin-bottom: 8px;
    border-radius: 20px;
}

section.section-data .accordion .accordion-item.active {
    padding: 20px;
    box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-bottom: 20px;
}

section.section-data .accordion .accordion-button {
    color: #003240;
    font-size: 20px;
    line-height: 48px;
    font-weight: 700;
    padding: 0;
    background: transparent;
    border: none;
    outline: none;
    box-shadow: none !important;
}

section.section-data .accordion .accordion-body {
    padding: 0;
    border: none;
}


section.section-data.bg-grey .card {
    padding: 28px 25px;
    border-radius: 20px;
    box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 25px;
    min-height: 260px;
}

section.section-data.bg-grey .card img {
    height: 55px;
}

section.section-data.bg-grey .card h3 {
    color: #003240;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    position: static;
    margin-bottom: 0px;
    padding: 18px 0px 9px;
}

section.section-data.bg-grey .card h3::after {
    content: none;
}

section.section-data.bg-grey .card p {
    color: #20383F;
    font-size: 18px;
    line-height: 21px;
    font-weight: 400;
    margin: 0px;
    padding: 0px;
}

section.section-data.bg-blue-img {
    background-color: #F6F6F6 !important;
    background: url(../images/bottom-bg.png) no-repeat;
    background-size: cover;
    padding-top: 280px;
    padding-bottom: 80px;
}

section.section-data.bg-blue-img h3 {
    color: #ffffff;
    font-size: 52px;
    line-height: 62px;
    font-weight: 800;
    position: static;
    margin-bottom: 0px;
    padding: 18px 0px 9px;
    position: static;
}

section.section-data.bg-blue-img h3::after {
    content: none;
}

footer {
    background-color: #05161B;
    padding: 115px 0 40px;
}

footer h4 {
    color: #FFFFFF;
    font-size: 18px;
    line-height: 19px;
    font-weight: 700;
    margin-bottom: 15px;
}

footer ul {
    margin: 0;
    padding: 0;
    width: 85%;
}

footer li a {
    color: #B0B0B0;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
}

footer li a:hover {
    color: #50E024;
}

.hiring {
    background: #50E024;
    font-size: 10px;
    line-height: 19px;
    padding: 6px 13px;
    color: #000000;
    border-radius: 100px;
    font-weight: 700;
    border: 1px solid #50E024;
}

.hiring:hover {
    background: transparent;
    color: #50E024;
}

footer .copy-right {
    border-top: 1px solid #494949;
    margin: 40px 0 0px;
    padding-top: 40px;
    color: #ffffff;
}

footer .copy-right span {
    font-size: 15px;
    line-height: 28px;
}

.modal input{
    width: 80%;
}

.modal .search-bar button{
    background-color: #50E024;
    color: #fff;
    background-clip: padding-box;
    border-color: transparent;
    border-radius: 99em;
    border-style: solid;
    border-width: .2em;
    font-family: var(--fmxe-text-family-brand);
    font-weight: 600;
    line-height: 1;
    margin-bottom: .17em;
    padding: .73em 1.35em .6em;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.modal .search-bar button:hover{
    background-color: #50E024;
    border-color: #50E024;
    box-shadow: 0 0 0 .087em #50E024;
    background-color: #50E024;
    color: #fff;
    border-color: transparent;
    box-shadow: 0 0 0 .087em #50E024;
}

.modal .search-input {
    width: 70%;
}

.modal .search-input input {
    width: 100%;
    box-shadow: none;
}
/*------------------------------------------------------------------------Responsive Start------------------------------------------------------------------------*/

@media (max-width: 1500px) {}



@media (max-width:1025px) {
    .container {
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width:992px) {
    .mobile-view {
        display: inline-block;
    }

    .desktop-view {
        display: none;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .btn-menu {
        cursor: pointer;
        display: block;
        height: 38px;
        padding: 0;
        position: absolute;
        right: 5px;
        top: 15px;
        width: 50px;
        z-index: 400;
    }

    .btn-menu span {
        background-color: #73797e;
        display: block;
        font-size: 0;
        height: 4px;
        left: 10px;
        margin-top: -2px;
        position: absolute;
        right: 10px;
        top: 50%;
    }

    button.btn-menu {
        background: transparent;
        border: medium none;
        box-shadow: none;
    }

    .btn-menu.white span {
        background-color: #ffffff;
    }

    .btn-menu span::before {
        background: #ffffff none repeat scroll 0 0;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        width: 100%;
        top: -10px;
    }

    .btn-menu span::after {
        background: #ffffff none repeat scroll 0 0;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        width: 100%;
        bottom: -10px;
    }

    header .navbar-toggler {
        float: right;
        border-color: white;
        position: relative;
        top: 22px;
    }

    .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
        position: absolute;
        background: #003240;
        width: 100%;
        z-index: 999999;
    }

    header li a.nav-link {
        font-size: 30px;
        line-height: 60px;
    }

    section.banner {
        padding-bottom: 125px;
        padding-top: 20px;
    }

    section.banner h1 {
        font-size: 38px;
        line-height: 48px;
        padding-bottom: 20px;
        text-align: left;
    }

    section.banner p {
        font-size: 18px;
        line-height: 26px;
        text-align: left;
        width: 100%;
    }

    section.section-data {
        padding: 20px 0 0px;
    }

    section.section-data h3 {
        font-size: 28px;
        line-height: 36px;
        margin-top: 20px;
    }


    section.section-data.bg-blue {
        padding: 40px 0;
        margin-top: 20px;
    }

    section.section-data.bg-blue ul {
        margin: 30px 0 0 0;
    }

    section.design-to-meet h3 {
        font-size: 24px !important;
        margin-bottom: 28px;
    }

    section.section-data .accordion {
        width: 100%;
    }

    section.section-data.bg-grey {
        padding: 10px 0;
        margin-top: 20px;
    }

    section.section-data.bg-blue h3 {
        font-size: 28px;
        line-height: 32px;
        width: 100%;
    }

    section.section-data.bg-grey .card h3 {
        font-size: 20px !important;
        padding: 0px 0px 9px;
    }

    section.section-data.bg-blue-img {
        padding-top: 50px;
        padding-bottom: 30px;
    }

    section.section-data.bg-blue-img h3 {
        font-size: 28px;
        line-height: 42px;
        padding: 28px 0px 10px;
    }

    footer {
        padding: 40px 0 40px;
    }

    footer .col-lg-3.col-md-6.col-sm-6.col-xs-12 {
        margin-bottom: 30px;
    }

    footer .copy-right {
        margin: 20px 0 0px;
        padding-top: 20px;
        flex-direction: column;
    }

    footer .copy-right span {
        margin-top: 25px;
    }
}


@media (max-width:767px) {
    section.banner {
        padding-bottom: 125px;
        padding-top: 20px;
    }

    section.banner h1 {
        font-size: 38px;
        line-height: 48px;
        padding-bottom: 20px;
        text-align: center;
    }

    section.banner p {
        font-size: 18px;
        line-height: 26px;
        text-align: center;
        width: 100%;
    }

    .flex-direc-col-rev {
        flex-direction: column-reverse;
    }

    section.section-data .col-md-5 > div{
        width: 100%;
    }
}