@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap');


@font-face {
    font-family: 'proximanova-regular';
    src: url('../fonts/proximanova-regular.eot');
    src: url('../fonts/proximanova-regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/proximanova-regular.woff2') format('woff2'),
        url('../fonts/proximanova-regular.woff') format('woff'),
        url('../fonts/proximanova-regular.ttf') format('truetype'),
        url('../fonts/proximanova-regular.svg#proxima nova') format('svg');
}

@font-face {
    font-family: 'proxima-nova-extrabold';
    src: url('../fonts/proxima-nova-extrabold.eot');
    src: url('../fonts/proxima-nova-extrabold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/proxima-nova-extrabold.woff2') format('woff2'),
        url('../fonts/proxima-nova-extrabold.woff') format('woff'),
        url('../fonts/proxima-nova-extrabold.ttf') format('truetype'),
        url('../fonts/proxima-nova-extrabold.svg#proxima nova') format('svg');
}

@font-face {
    font-family: 'proxima-nova-bold';
    src: url('../fonts/proxima-nova-bold.eot');
    src: url('../fonts/proxima-nova-bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/proxima-nova-bold.woff2') format('woff2'),
        url('../fonts/proxima-nova-bold.woff') format('woff'),
        url('../fonts/proxima-nova-bold.ttf') format('truetype'),
        url('../fonts/proxima-nova-bold.svg#proxima nova') format('svg');
}


::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #8a8a8a !important;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #8a8a8a !important;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #8a8a8a !important;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #8a8a8a !important;
}


@media (min-width: 1900px) {
    .container {
        max-width: 1280px;
    }
}

/***********navbar css start**********/
.bg-light {
    height: 111px;
    background-color: #ffffff !important;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 99;
    top: 0;
}

/* .banner {
    margin-top: 45px;
} */
.navbar-light .navbar-nav .nav-link {
    color: #000000;
    font-family: proximanova-regular;
    font-size: 20px;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    padding-left: 44px;
}

.bottom-nav {
    background-color: #060228;
    margin-top: 111px;
}
.bottom-nav ul li:last-child {
    border: 0;
}

.bottom-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
}

.bottom-nav ul a {
    color: #ffffff;
    font-family: 'proximanova-regular';
    font-size: 18px;

    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0;
    padding-left: 15px;
}

.bottom-nav ul li {
    display: flex;
    align-items: center;
    border-right: 1px solid #373a6a;
    padding: 20px 0px;
    width: 33%;
    justify-content: center;
}

.navbar-light .navbar-nav .nav-link span {
    padding-right: 12px;
}

.contact-button {
    border-radius: 8px;
    background-color: #000080;
    border-color: #000080;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-transform: uppercase;
    margin-left: 25px;
    font-family: 'Lato', sans-serif;
    padding: 0;
}

.contact-button a {
    padding: 12px 20px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
}

.contact-button:hover {
    background-color: #12a1e8;
    border-color: #12a1e8;
}

.navbar-nav {
    align-items: center;
}

/***********navbar css start**********/

/*******banner css start**************/
.banner .carousel-caption {
    bottom: 270px;
}

.banner .carousel-caption h5 {
    color: #ffffff;
    font-family: 'proximanova-regular';
    font-size: 60px;
    font-weight: 600;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
}

.banner .carousel-caption h2 {
    color: #ffffff;
    font-family: proxima-nova-extrabold;
    font-size: 80px;
    font-weight: 800;
    font-style: normal;
    letter-spacing: -1.6px;
    line-height: 90px;

    text-transform: uppercase;
    margin-bottom: 26px;
}

.call-us-button {
    border-radius: 8px;
    background-color: #12a1e8;
    padding: 12px 57px;
    border-color: #12a1e8;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    font-family: 'Lato', sans-serif;
}

.call-us-button:hover {
    background-color: #000080;
    border-color: #000080;
}

/*******banner css end**************/

/**********how-work css start****************/
.how-work {
    padding: 90px 0px;
}

.title {
    text-align: center;
    margin-bottom: 50px;
}

.title h2 {
    color: #0e0e0e;
    font-family: 'proxima-nova-bold';
    font-size: 45px;

    font-style: normal;
    letter-spacing: normal;
    line-height: 30px;
}

.job-box {
    box-shadow: 0 15px 32px rgba(27, 117, 188, 0.12);
    border-radius: 26px;
    background-color: #ffffff;
    position: relative;
    text-align: center;
    padding: 25px;
}

.job-box img {
    position: absolute;
    top: -48px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.job-box h3 {
    padding-top: 53px;
    color: #000000;
    font-family: 'proxima-nova-bold';
    font-size: 24px;
    font-style: normal;
    letter-spacing: normal;
    line-height: 30px;
}

.job-box p {
    color: #454545;
    font-family: 'proximanova-regular';
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.48px;
    line-height: 26px;
    margin: 0;
}

.row.how-fix {
    margin-top: 48px;
}

/**********how-work css end****************/
/********gallrey-slider css start***********/
.gallrey-slider {
    background-color: #000080;
    padding: 56px 0px;
}

.gallrey-box {
    height: 132px;
    box-shadow: 0 8px 30px rgb(0 0 0 / 12%);
    border-radius: 10px;
    background-color: #ffffff;
    padding: 44px 0px;
    width: 92% !important;
    margin: 0 auto;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.gallrey-box img {
    text-align: center;
    margin: 0 auto;
}

.slick-list {
    padding: 0px !important;
}

.slick-prev:before,
.slick-next:before {
    font-family: ui-monospace;
    font-size: 15px;
    line-height: 1;
    opacity: 9;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slick-prev {
    left: -55px;
}

.slick-next {
    right: -38px;
}

/********gallrey-slider css end***********/

/********our-services css start***********/
.our-services {
    padding-top: 100px;
}

.services-box h2 {
    color: #0e0e0e;
    font-family: 'proxima-nova-bold';
    font-size: 24px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 30px;
}

.services-box p {
    color: #454545;
    font-family: 'proximanova-regular';
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.48px;
    line-height: 26px;
    margin-bottom: 30px;
}

.services-reapis {
    padding-top: 33px;
    padding-right: 44px;
}

.readmore-button {
    border-radius: 8px;
    border: 2px solid #12a1e8;
    background-color: #12a1e8;
    padding: 12px 50px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    text-transform: uppercase;
    border-color: #12a1e8;
    font-family: 'Lato', sans-serif;
}

.services-box {
    margin-bottom: 98px;
}

.services-box img {
    max-width: 100%;
}

.readmore-button:hover {
    border: 2px solid #000080;
    background-color: #000080;
}

/********our-services css end***********/

/*********footer css start********/
.footer {
    background-image: url('../img/footer-banner.png');
    background-size: cover;
    background-position: center;
    padding-top: 107px;
    padding-bottom: 144px;
}

.get-touch h2 {
    color: #ffffff;
    font-family: 'proxima-nova-bold';
    font-size: 32px;
    font-weight: 600;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    margin-bottom: 28px;
}

.footer-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-list li {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.footer-list li p {
    color: #ffffff;
    font-family: 'proximanova-regular';
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    margin: 0;
}

.footer-list li a {
    color: #ffffff;
    font-family: 'proximanova-regular';
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    text-decoration: none;
}

.footer-list li:first-child {
    align-items: flex-start;
}

.footer-list li img {
    padding-right: 23px;
}

.footer-form h2 {
    color: #ffffff;
    font-family: 'proxima-nova-bold';
    font-size: 32px;
    font-weight: 600;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    margin-bottom: 28px;
}

.footer-form input {
    height: 47px;
    border-radius: 8px;
    background-color: #ffffff;
    color: #8a8a8a;
    font-family: 'proximanova-regular';
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 30px;
    border: 0;
}

.footer-form textarea {
    height: 112px;
    border-radius: 8px;
    background-color: #ffffff;
    color: #8a8a8a;
    font-family: 'proximanova-regular';
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 30px;
    border: 0;
}

.footer-button {
    border-radius: 8px;
    background-color: #12a1e8;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-transform: uppercase;
    padding: 17px 41px;
    border-color: #12a1e8;
    margin-top: 15px;
    font-family: 'Lato', sans-serif;
}

.social-list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    margin-top: 57px;
}

.social-list li a {
    margin-right: 23px;
}

.footer-button:hover {
    border-color: #000080;
    background-color: #000080;
}

.copy-right-footer {
    background-color: #000000;
    padding: 41px 0px;
}

.copy-right-footer p {
    margin: 0;
    color: #70737b;
    font-family: 'proximanova-regular';
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: -0.36px;
}

.copy-right-footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.copy-right-footer ul li a {
    color: #70737b;
    font-family: 'proximanova-regular';
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: -0.36px;
    text-decoration: none;
}

.copy-right-footer ul li {
    margin-right: 5px;
}

/*********footer css start********/


/***********responsive start************/

@media screen and (min-device-width: 320px) and (max-device-width: 767px) {
    .bottom-nav ul {
        flex-direction: column;
        padding-top: 15px;
    }

    .bottom-nav ul li {
        width: 100%;
        padding: 0;
        margin-bottom: 12px;
        display: block;
    }

    .bottom-nav ul a {
        font-size: 16px;
    }


    .slick-prev,
    .slick-next {
        display: none !important;
    }

    .bg-light {
        height: auto;
    }

    .navbar-nav {
        align-items: flex-start;
        padding-top: 23px;
    }

    .navbar-light .navbar-nav .nav-link {
        padding-left: 0;
        font-size: 16px;
    }

    .contact-button {
        margin-left: 0;
        margin-top: 9px;
        font-size: 14px;
    }

    .how-work {
        padding: 50px 0px;
        padding-bottom: 0;
    }

    .title h2 {
        font-size: 30px;
    }

    .title {
        margin-bottom: 30px;
    }

    .job-box {
        margin-bottom: 56px;
    }

    .our-services {
        padding-top: 50px;
    }

    .services-box h2 {
        font-size: 20px;
    }

    .services-box {
        margin-bottom: 31px;
    }

    .readmore-button {
        font-size: 15px;
    }

    .footer {
        padding-top: 50px;
        padding-bottom: 57px;
    }

    .get-touch h2 {
        font-size: 30px;
    }

    .footer-list li {
        margin-bottom: 16px;
    }

    .footer-list li p {
        font-size: 16px;
    }

    .footer-list li a {
        font-size: 16px;
    }

    .social-list {
        margin-top: 30px;
        margin-bottom: 50px;
    }

    .footer-form input {
        height: 40px;
    }

    .footer-form textarea {
        height: 80px;
    }

    .footer-form h2 {
        font-size: 30px;
    }

    .footer-button {
        font-size: 15px;
        width: auto;
    }

    .copy-right-footer p {
        text-align: center;
        font-size: 16px;
        margin-bottom: 10px;
    }

    .copy-right-footer ul {
        justify-content: center;
    }

    .copy-right-footer {
        padding: 20px 0px;
    }

    .copy-right-footer ul li a {
        font-size: 16px;
    }

    .bottom-nav {
        margin-top: 89px;
    }

    .d-none {
        display: block !important;
    }

    .banner .carousel-caption h2 {
        font-size: 27px;
        line-height: inherit;
        letter-spacing: 0;
    }

    .banner .carousel-caption h5 {
        font-size: 22px;
        font-weight: normal;
    }

    .w-100 {
        height: 228px;
    }

    .call-us-button {
        font-size: 15px;
    }

    .banner .carousel-caption {
        bottom: 0;
    }

}


@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .bg-light {
        height: unset;
    }

    .bottom-nav {
        margin-top: 96px;
    }

    .bottom-nav ul a {
        font-size: 14px;
    }

    .banner .carousel-caption {
        bottom: 47px;
    }

    .banner .carousel-caption h5 {
        font-size: 35px;
    }

    .banner .carousel-caption h2 {
        font-size: 52px;
        line-height: 60px;
    }

    .how-work {
        padding: 50px 0px;
    }

    .title h2 {
        font-size: 30px;
    }

    .title {
        margin-bottom: 30px;
    }

    .job-box {
        padding: 10px;
    }

    .job-box h3 {
        font-size: 18px;
        padding-top: 28px;
    }

    .job-box img {
        width: 72px;
        top: -24px;
    }

    .row.how-fix {
        margin-top: 26px;
    }

    .job-box p {
        font-size: 15px;
    }

    .gallrey-box img {
        max-width: 100%;
    }

    .slick-next {
        right: -14px;
    }

    .slick-prev {
        left: -36px;
    }

    .our-services {
        padding-top: 50px;
    }

    .readmore-button {
        font-size: 15px;
    }

    .services-box {
        margin-bottom: 52px;
    }

    .footer {
        padding-top: 50px;
        padding-bottom: 70px;
    }

    .footer-form h2 {
        font-size: 22px;
    }

    .get-touch h2 {
        font-size: 22px;
    }

    .footer-list li p {
        font-size: 16px;
    }

    .footer-list li a {
        font-size: 16px;
    }

    .footer-form textarea {
        height: 80px;
    }

    .footer-button {
        width: auto;
        font-size: 15px;
    }

    .copy-right-footer p {
        font-size: 16px;
    }

    .copy-right-footer ul li a {
        font-size: 16px;
    }

    .navbar-light .navbar-nav .nav-link {
        padding-left: 0;
    }

    .navbar-nav {
        align-items: flex-start;
        padding-top: 20px;
    }

    .contact-button {
        margin-left: 0;
        margin-top: 10px;
        font-size: 15px;
    }

    .navbar-light .navbar-nav .nav-link {
        font-size: 18px;
    }

}


@media screen and (min-device-width: 992px) and (max-device-width: 1024px) {
    .navbar-nav {
        align-items: center;
        padding-top: 0px;
    }

    .navbar-light .navbar-nav .nav-link {
        padding-left: 9px;
    }

    .contact-button {
        margin-left: 10px;
        margin-top: 0;
        font-size: 14px;
    }

    .banner .carousel-caption {
        bottom: 91px;
    }

}

@media screen and (min-device-width: 1025px) and (max-device-width: 1200px) {
    .bg-light {
        height: unset;
    }

    .bottom-nav {
        margin-top: 96px;
    }

    .bottom-nav ul a {
        font-size: 14px;
    }

    .banner .carousel-caption {
        bottom: 97px;
    }

    .banner .carousel-caption h5 {
        font-size: 35px;
    }

    .banner .carousel-caption h2 {
        font-size: 52px;
        line-height: 60px;
    }

    .how-work {
        padding: 50px 0px;
    }

    .title h2 {
        font-size: 30px;
    }

    .title {
        margin-bottom: 30px;
    }

    .job-box {
        padding: 20px;
    }

    .job-box h3 {
        font-size: 18px;
        padding-top: 28px;
    }

    .job-box img {
        width: 99px;
        top: -29px;
    }

    .row.how-fix {
        margin-top: 26px;
    }

    .job-box p {
        font-size: 15px;
    }

    .gallrey-box img {
        max-width: 100%;
    }

    .slick-next {
        right: -14px;
    }

    .slick-prev {
        left: -36px;
    }

    .our-services {
        padding-top: 50px;
    }

    .readmore-button {
        font-size: 15px;
    }

    .services-box {
        margin-bottom: 52px;
    }

    .footer {
        padding-top: 50px;
        padding-bottom: 70px;
    }

    .footer-form h2 {
        font-size: 22px;
    }

    .get-touch h2 {
        font-size: 22px;
    }

    .footer-list li p {
        font-size: 16px;
    }

    .footer-list li a {
        font-size: 16px;
    }

    .footer-form textarea {
        height: 80px;
    }

    .footer-button {
        width: auto;
        font-size: 15px;
    }

    .copy-right-footer p {
        font-size: 16px;
    }

    .copy-right-footer ul li a {
        font-size: 16px;
    }

    .navbar-light .navbar-nav .nav-link {
        padding-left: 9px;
    }



    .contact-button {
        margin-left: 10px;
        font-size: 14px;
    }

    .navbar-light .navbar-nav .nav-link {
        font-size: 18px;
    }
    .footer-list li {margin-bottom: 20px;}

.services-box h2 {font-size: 20px;}

}

@media screen and (min-device-width: 1201px) and (max-device-width: 1365px) {
    .bottom-nav {
        margin-top: 100px;
    }

    .slick-next {
        right: -14px;
    }

    .slick-prev {
        left: -36px;
    }

    .navbar-light .navbar-nav .nav-link {
        font-size: 17px;
        padding-left: 30px;
    }

    .contact-button {
        font-size: 15px;
    }

    .bg-light {
        height: 100px;
    }

    .bottom-nav ul a {
        font-size: 17px;
    }

    .banner .carousel-caption {
        bottom: 102px;
    }

    .banner .carousel-caption h2 {
        font-size: 60px;
    }

    .banner .carousel-caption h5 {
        font-size: 50px;
    }

    .how-work {
        padding: 70px 0px;
    }

    .title h2 {
        font-size: 35px;
    }

    .our-services {
        padding-top: 70px;
    }

    .footer {
        padding-top: 70px;
        padding-bottom: 100px;
    }

    .copy-right-footer {
        padding: 30px 0px;
    }

    .job-box {
        padding: 20px;
    }

    .call-us-button {
        padding: 12px 30px;
    }

    .readmore-button {
        padding: 12px 30px;
        font-size: 15px;
    }

    .footer-button {
        width: auto;
        font-size: 15px;
        padding: 15px 34px;
    }
}


@media screen and (min-device-width: 1366px) and (max-device-width: 1800px) {
    .bottom-nav {
        margin-top: 100px;
    }

    .navbar-light .navbar-nav .nav-link {
        font-size: 17px;
        padding-left: 30px;
    }

    .contact-button {
        font-size: 15px;
    }

    .bg-light {
        height: 100px;
    }

    .bottom-nav ul a {
        font-size: 17px;
    }

    .banner .carousel-caption {
        bottom: 146px;
    }

    .banner .carousel-caption h2 {
        font-size: 60px;
    }

    .banner .carousel-caption h5 {
        font-size: 50px;
    }

    .how-work {
        padding: 70px 0px;
    }

    .title h2 {
        font-size: 35px;
    }

    .our-services {
        padding-top: 70px;
    }

    .footer {
        padding-top: 70px;
        padding-bottom: 100px;
    }

    .copy-right-footer {
        padding: 30px 0px;
    }

    .job-box {
        padding: 20px;
    }

    .call-us-button {
        padding: 12px 30px;
    }

    .readmore-button {
        padding: 12px 30px;
        font-size: 15px;
    }

    .footer-button {
        width: auto;
        font-size: 15px;
        padding: 15px 34px;
    }
}