@font-face {
    font-family: Aktiv;
    src: url(../fonts/Aktiv-Grotesk/TTF/AktivGrotesk-Regular.ttf);
}

@font-face {
    font-family: Aktiv-Bold;
    src: url(../fonts/Aktiv-Grotesk/TTF/AktivGrotesk-Bold.ttf);
}

html {
    font-family: Aktiv;
}

body {
    background: #FFF;
}

.desk {
    display: block;
}

.mob {
    display: none;
}

.cursor:hover {
    cursor: pointer;
}

/* ||||||||||||||||||||||||| */
/* ||||||||||||||||||||||||| */
/*         Home Page         */
/* ||||||||||||||||||||||||| */
/* ||||||||||||||||||||||||| */

.header-section {
    background: #F3F9F9;
}

.header-logo {
    width: 145px;
}

.navbar-nav .nav-link.active {
    color: #00ADEE;
    font-family: Aktiv;
    font-size: 14px;
    font-weight: 700;
}

.nav-link {
    font-family: Aktiv;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
}

.nav-link:hover,
.nav-link:focus {
    color: #666666;
}

.banner-text {
    font-family: Aktiv-Bold;
    font-size: 48px;
    font-weight: 800;
    line-height: 61.44px;
    text-align: left;
    color: #FFFFFF;
}

.pos-home-1 {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.os-title {
    font-family: Aktiv-Bold;
    font-size: 34px;
    font-weight: 800;
    text-align: left;
    color: #0E4BAD;
}

.os-p {
    font-family: Aktiv;
    font-size: 14px;
    font-weight: 400;
    color: #777B92;
}

.card-sol {
    border: 1px solid #DFDFDF;
    border-radius: 12px;
    background-color: #f9f9f9;
}

.img-div-card-sol {
    height: 130px;
}

.image-card {
    width: 115px;
}

.card-sol-p {
    font-family: Aktiv;
    font-size: 25px;
    font-weight: 600;
    color: #000000;
}

.slick-prev:before,
.slick-next:before {
    color: #000000;
}

.read-more-a {
    color: #00ADEE;
    text-decoration: none;
}

.control-c {
    width: 56px;
    height: 56px;
}

.slick-prev {
    left: -1%;
    z-index: 1;
}

.slick-next {
    right: -1%;
    z-index: 1;
}

.out-services-section {
    background-color: #F2F2F2;
}

.service-cards-txt {
    background-color: #FFFFFF;
    min-height: 125px;
}

.out-services-p {
    font-family: Aktiv;
    font-size: 25px;
    font-weight: bold;
    color: #000;
}

.view-all-btn {
    color: #00ADEE;
    font-size: 18px;
    border: 1px #00ADEE solid;
    background: none;
    border-radius: 50px;
    height: 55px;
    width: 168px;
    padding-left: auto;
    padding-right: auto;
}

.w-20 {
    width: 20%;
}

.hr-br-100 {
    width: 100%;
    border: #DFDFDF 2px solid;
}

.dark-blue-bold {
    font-size: 14px;
    font-weight: bold;
    color: #0E4BAD;
}

.footer-ninfo-txt-grey {
    font-size: 14px;
    font-weight: normal;
    color: #777B92;
}

.w-16 {
    width: 16.5%;
}

.footer-sec {
    background-color: #F2F2F2;
    background-image: url(../images/nnn.png);
}

.logo-footer {
    width: 209px;
}

.blue-bold {
    font-size: 14px;
    font-weight: bold;
    color: #00ADEE;
}

.footer-social-links {
    height: 30px;
    width: 30px;
}

.footer-links-main {
    color: #666666;
    font-size: 14px;
    font-weight: 600;
    line-height: 45px;
    text-decoration: none;
}

.footer-links-main-m {
    line-height: 0px;
}

.footer-links-sub {
    color: #666666;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    line-height: 25px;
}

.h-blue:hover {
    color: #00ADEE;
}

.navbar-toggler {
    border: none;
}

/* ||||||||||||||||||||||||| */
/* ||||||||||||||||||||||||| */
/* ||||||||||||||||||||||||| */
/* ||||||||||||||||||||||||| */
/* ||||  About-US-Page  |||| */
/* ||||||||||||||||||||||||| */
/* ||||||||||||||||||||||||| */
/* ||||||||||||||||||||||||| */
/* ||||||||||||||||||||||||| */

.banner-sm-txt {
    color: #FFF;
    font-size: 22px;
}

.bg-d-blue {
    background-color: #0E4BAD;
}

.vscv-heading {
    color: #FFF;
    font-size: 25px;
}

.vscv-p {
    color: #FFF;
    font-size: 14px;
}

.border-right {
    border-right: 3px solid rgba(255, 255, 255, 0.2);
}

.border-right-dark {
    border-right: 3px solid rgba(0, 0, 0, 0.2)
}


/* ||||||||||||||||||||||||| */
/* ||||||||||||||||||||||||| */
/* ||||||||||||||||||||||||| */
/* ||||||||||||||||||||||||| */
/* ||||  Media Queries  |||| */
/* ||||||||||||||||||||||||| */
/* ||||||||||||||||||||||||| */
/* ||||||||||||||||||||||||| */
/* ||||||||||||||||||||||||| */


@media (max-width: 767.5px) {

    .desk {
        display: none;
    }

    .mob {
        display: block;
    }

    /* ||||||||||||||||||||||||| */
    /* ||||||||||||||||||||||||| */
    /*         Home Page         */
    /* ||||||||||||||||||||||||| */
    /* ||||||||||||||||||||||||| */

    .banner-text {
        font-size: 24px;
        line-height: 25.44px;
    }

    .w-16 {
        width: 49%;
    }

    .nav-pos-abs {
        position: absolute;
        z-index: 2;
        background: #f2f2f2;
        width: 230px;
        right: -5%;
        top: -30%;
        padding: 30px;
        height: 100vh;
    }

    .navbar-toggler-icon-cus {
        display: inline-block;
        width: 1.5em;
        height: 1.5em;
        vertical-align: middle;
        background-image: url(../images/icon-close.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
    }

    /* ||||||||||||||||||||||||| */
    /* ||||||||||||||||||||||||| */
    /* ||||||||||||||||||||||||| */
    /* ||||||||||||||||||||||||| */
    /* ||||  About-US-Page  |||| */
    /* ||||||||||||||||||||||||| */
    /* ||||||||||||||||||||||||| */
    /* ||||||||||||||||||||||||| */
    /* ||||||||||||||||||||||||| */

    .border-right {
        border-right: none;
    }
}