@font-face {
    font-family: 'Bulo-Regular';
    src: url('../fonts/Bulo.woff') format('woff'), url('../fonts/Bulo.eot') format('eot'), url('../fonts/Bulo.ttf') format('ttf');
}

@font-face {
    font-family: 'Bulo-Medium';
    src: url('../fonts/BuloMedium.woff') format('woff'), url('../fonts/BuloMedium.eot') format('eot'), url('../fonts/BuloMedium.ttf') format('ttf');
}

@font-face {
    font-family: 'Bulo-Bold';
    src: url('../fonts/BuloBold.woff') format('woff'), url('../fonts/BuloBold.eot') format('eot'), url('../fonts/BuloBold.ttf') format('ttf');
}

@font-face {
    font-family: 'Bulo-Black';
    src: url('../fonts/BuloBlack.woff') format('woff'), url('../fonts/BuloBlack.eot') format('eot'), url('../fonts/BuloBlack.ttf') format('ttf');
}

@font-face {
    font-family: 'Adelle-Regular';
    src: url('../fonts/Adelle-Regular.woff') format('woff'), url('../fonts/Adelle-Regular.eot') format('eot'), url('../fonts/Adelle-Regular.ttf') format('ttf');
}

@font-face {
    font-family: 'Adelle-Light';
    src: url('../fonts/Adelle-Light.woff') format('woff'), url('../fonts/Adelle-Light.eot') format('eot'), url('../fonts/Adelle-Light.ttf') format('ttf');
}



html {
    font-size: 62.5%;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Bulo-Regular';
    color: #4f4d4d;
}

img {
    max-width: 100%;
}

* {
    box-sizing: border-box;
}

ul, ol, li, label {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    color: #3c3c3c;
}

p {
    margin: 0;
    padding: 0;
    font-size: 1.6rem;
    color: #4f4d4d;
}

    p.sub-heading {
        font-size: 2.4rem;
        color: #3c3c3c;
        max-width: 980px;
        margin: 0 auto 30px;
    }

a, a:hover, a:focus {
    text-decoration: none;
}

h1 {
    font-size: 5rem;
    font-family: 'Bulo-Black';
}

h2 {
    font-size: 5rem;
    font-family: 'Bulo-Black';
    margin: 0 0 10px;
}

h3 {
    font-size: 3rem;
}

    h3.sub-heading {
        font-size: 3.4rem;
    }

h4 {
    font-size: 2.4rem;
    font-family: 'Bulo-Bold';
    margin: 0 0 10px;
}

h5 {
    font-size: 2rem;
    font-family: 'Bulo-Bold';
    margin: 0 0 10px;
}

    h5.sub-heading {
        font-size: 1.8rem;
        font-family: 'Bulo-Bold';
        margin: 0 0 10px;
    }

h6 {
    font-size: 1.6rem;
    font-family: 'Bulo-Regular';
}




a.cta-blue {
    display: inline-block;
    font-size: 1.6rem;
    padding: 10px 25px 13px;
    line-height: 1;
    color: #ffffff;
    font-family: 'Bulo-Medium';
    border-radius: 3px;
    background-color: #4690ef;
    transition: all 0.2s;
}

    a.cta-blue:hover {
        color: #fff;
        background-color: #287cda;
    }

a.cta-blue1 {
    display: inline-block;
    font-size: 2.3rem;
    padding: 8px 12px 12px 12px;
    line-height: 1;
    color: #ffffff;
    font-family: 'Bulo-Medium';
    border-radius: 3px;
    background-color: #4690ef;
    transition: all 0.2s;
}

    a.cta-blue1:hover {
        color: #fff;
        background-color: #287cda;
    }

.bg-grey {
    background-color: #f3f3f3;
}

.align-center {
    text-align: center;
}

.social-icon {
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    background-color: #ffffff;
    color: #4f4d4d;
    text-align: center;
    border-radius: 50%;
}

.header {
    width: 100%;
    float: left;
    box-shadow: 0px 0px 4px -2px #eeeeee;
    transition: all 0.2s;
}

.header-inner {
    width: 100%;
    float: left;
    position: relative;
}

.header i.fa-caret-down,
i.fa-caret-right {
    color: #beb6b6;
}
/*.sticky-header {
	position: fixed;
	top: 0;
	left: 0;
	border-radius: 0;
	z-index: 2;
	box-shadow: 0px 0px 8px -2px #454545;
}*/

.logo {
    width: auto;
    float: left;
    padding: 3px 0;
}

    .logo a {
        display: inline-block;
    }

.nav-wrapper {
    width: auto;
    float: right;
    display: flex;
    align-items: center;
}

    .nav-wrapper ul {
        list-style-type: none;
        float: left;
    }

        .nav-wrapper ul li {
            float: left;
        }

            .nav-wrapper ul li a {
                display: inline-block;
                font-size: 1.4rem;
                padding: 22px 10px;
                color: #4f4d4d;
                transition: all 0.2s;
                line-height: 1.2;
            }

            .nav-wrapper ul li.more {
                position: relative;
            }

                .nav-wrapper ul li.more ul {
                    width: 20%;
                    right: 0;
                    left: auto;
                }

            .nav-wrapper ul li a:hover {
                color: #000000;
                background: #ffffff;
            }

            .nav-wrapper ul li ul {
                list-style-type: none;
                margin: 0;
                padding: 0;
                float: left;
                position: absolute;
                z-index: 2;
                background: #ffffff;
                box-shadow: 0px 0px 6px -2px #4f4d4d;
                left: 0;
                display: none;
                min-width: 200px;
                width: 100%;
            }

                .nav-wrapper ul li ul li ul {
                    left: 100%;
                    top: 0;
                }

                .nav-wrapper ul li ul li:hover ul {
                    display: block;
                }

                .nav-wrapper ul li ul li,
                .nav-wrapper ul li ul li ul li {
                    float: none;
                    border-top: 1px solid #e7e7e6;
                    position: relative;
                }

                    .nav-wrapper ul li ul li:first-child {
                        border-top: none;
                    }

        .nav-wrapper ul.subscribe li {
            position: relative;
        }

        .nav-wrapper ul.subscribe ul {
            width: 20%;
        }

        /*industries*/
        .nav-wrapper ul li ul.dropdown-inr {
            padding: 35px 10px 35px;
        }

            .nav-wrapper ul li ul.dropdown-inr li {
                float: left;
                border-top: none;
                width: 50%;
                padding: 0 20px;
            }

                .nav-wrapper ul li ul.dropdown-inr li.heading {
                    width: 100%;
                }

                    .nav-wrapper ul li ul.dropdown-inr li.heading a {
                        padding: 15px 10px 15px 120px;
                    }

        .nav-wrapper ul.dropdown-inr li a {
            padding: 15px 10px 15px 80px;
        }

        .nav-wrapper ul li ul.dropdown-inr li a img {
            position: absolute;
            left: 30px;
        }

        .nav-wrapper ul li ul.dropdown-inr li a p {
            font-size: 1.4rem;
            font-family: 'Adelle-Light';
            line-height: 1.6;
        }
        /*industries*/

        /*blog*/
        .nav-wrapper ul.dropdown-inr.blg li a {
            padding: 15px 10px 15px 110px;
        }
/*blog*/

/*we-offer*/
.dd-sec-head {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 5px;
}

.nav-wrapper ul li ul.dropdown-inr li.content-2 a img {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.nav-wrapper ul li ul.dropdown-inr li.content-2 a h5 {
    padding-left: 45px;
}

.dd-offer-inr {
    width: 50%;
    float: left;
}

.nav-wrapper ul li ul.dropdown-offer li {
    float: none;
    width: 100%;
    margin: 0 0 28px;
}

    .nav-wrapper ul li ul.dropdown-offer li.content-2 {
        margin: 15px 0 0 !important;
    }

    .nav-wrapper ul li ul.dropdown-offer li:last-child {
        margin: 0;
    }

    .nav-wrapper ul li ul.dropdown-offer li.content-2 a p {
        margin: 5px 0 0;
    }

.nav-wrapper ul li ul.dropdown-inr li.content-2 a {
    width: 48%;
    float: left;
    position: relative;
    padding: 15px;
    background: #f7fafb;
    border: 1px solid #e7e7e6;
    border-radius: 5px;
    margin-right: 4%;
    margin-bottom: 4%;
}

    .nav-wrapper ul li ul.dropdown-inr li.content-2 a:hover {
        background-color: #f3f3f3;
    }

    .nav-wrapper ul li ul.dropdown-inr li.content-2 a:nth-child(2n) {
        margin-right: 0;
    }
/*we-offer*/

/*get-quote*/
.nav-wrapper ul li ul.dropdown-inr.dd-offer2 {
    padding: 35px 30px;
}

.nav-wrapper ul li ul.dropdown-inr li.content-2.content-3 a {
    width: 100%;
    margin-right: 0;
}

.nav-wrapper ul li ul.dropdown-offer li.content-2.content-3 {
    width: 33.33%;
    float: left;
    padding: 0 10px;
}
    /*get-quote*/

    /*vendors*/
    .nav-wrapper ul li ul.dropdown-offer li.content-2.content-3.content-4 {
        width: 25%;
    }
/*vendors*/

.nav-wrapper ul li ul li a {
    width: 100%;
    padding: 15px 10px;
}

    .nav-wrapper ul li ul li a i {
        float: right;
    }

    .nav-wrapper ul li ul li a:hover {
        background-color: #f3f3f3;
    }

        .nav-wrapper ul li ul li a:hover h5,
        .nav-wrapper ul li ul li a:hover h4,
        .nav-wrapper ul li ul li a:hover h3 {
            color: #0275d8;
        }

        .nav-wrapper ul li ul li a:hover .dd-sec-head h5 {
            color: inherit;
        }

.nav-wrapper ul.subscribe {
    width: auto;
    padding-right: 25px;
}

    .nav-wrapper ul.subscribe li a {
        color: #3c3c3c;
        font-family: 'Bulo-Bold';
    }
/* mobile-nav */
.nav-wrapper .mobile-nav {
    width: auto;
    float: left;
    display: none !important;
}
/* mobile-nav */
.navigation {
    width: auto;
    float: left;
    padding: 0 10px;
}

    .navigation ul {
        width: 100%;
    }

li.opend > ul {
    display: block !important;
}

.navigation ul li.opend,
.subscribe li.opend,
.form-field ul li.opend {
    color: #000000;
    background: #ffffff;
}

.nav-wrapper ul.icons {
    width: auto;
}

    .nav-wrapper ul.icons li {
        position: relative;
        float: left;
    }

        .nav-wrapper ul.icons li a {
            display: inline-block;
            font-size: 1.2rem;
            padding: 0;
            transition: all 0.2s;
            border: 1px solid #e7e7e6;
            margin: 0 3px;
            line-height: 27px;
        }

            .nav-wrapper ul.icons li a:hover {
                background-color: #e7e7e6;
                color: #4f4d4d;
            }

.nav-wrapper .form-field {
    width: auto;
    float: right;
}

    .nav-wrapper .form-field ul {
        width: auto;
    }

        .nav-wrapper .form-field ul li ul {
            padding: 15px;
            right: 0;
            left: inherit;
            width: 20%;
        }

            .nav-wrapper .form-field ul li ul li {
                border-top: none;
            }

                .nav-wrapper .form-field ul li ul li form {
                    width: 100%;
                    float: left;
                }

                .nav-wrapper .form-field ul li ul li .login-field {
                    width: 100%;
                    float: left;
                }

                .nav-wrapper .form-field ul li ul li span {
                    font-size: 1.5rem;
                    font-family: 'Bulo-Bold';
                    color: #3c3c3c;
                    line-height: 1.1;
                    margin: 0 0 5px;
                    width: 100%;
                    float: left;
                }

                .nav-wrapper .form-field ul li ul li input {
                    width: 100%;
                    float: left;
                    font-size: 1.5rem;
                    font-family: 'Bulo-Regular';
                    color: #4f4d4d;
                    line-height: 1.3;
                    margin: 0 0 15px;
                    border: 1px solid #cccccc;
                    border-radius: 3px;
                    background: #f9f9f9;
                    padding: 3px 5px 6px;
                }

                    .nav-wrapper .form-field ul li ul li input:hover {
                        background-color: #ffffff;
                    }

                    .nav-wrapper .form-field ul li ul li input:focus {
                        background-color: #ffffff;
                        box-shadow: 0px 0px 6px -2px #bbbbbb;
                    }

                .nav-wrapper .form-field ul li ul li .login-field.inline input {
                    display: inline-block;
                    width: auto !important;
                    margin: 3px 5px 10px 0;
                }

                .nav-wrapper .form-field ul li ul li .login-field.inline span {
                    display: inline-block;
                    width: auto !important;
                }

    .nav-wrapper .form-field .login-field .submit-btn {
        border: none;
        padding: 5px 15px 10px;
        width: auto;
        display: inline-block;
        line-height: 1;
        background: #3c3c3c;
        color: #ffffff;
        border-radius: 3px;
        font-family: 'Bulo-Medium';
        transition: all .2s;
        cursor: pointer;
    }

        .nav-wrapper .form-field .login-field .submit-btn:hover {
            background: #4f4d4d;
        }

    .nav-wrapper .form-field .login-field.login-helper a {
        padding: 0;
        text-transform: none;
        font-family: 'Bulo-Regular';
    }

        .nav-wrapper .form-field .login-field.login-helper a:hover {
            text-decoration: underline;
            background: none;
        }

    .nav-wrapper .form-field .login-field.login-helper span.no-account {
        font-size: 1.4rem;
        font-family: 'Bulo-Regular';
        width: auto;
        margin-right: 5px;
    }

    .nav-wrapper .form-field span.or {
        margin: 5px 0;
        text-align: center;
        height: 1px;
        background: #cccccc;
    }

.nav-wrapper .sign-up-form span.or {
    margin: 0 0 5px;
}
/*.nav-wrapper .form-field span.or::before,
.nav-wrapper .form-field span.or::after {
    content: "";
    position: absolute;    
    top: 50%;    
    background: #000000;
    height: 1px;
    width: 50%;
    margin: 0 auto;
    z-index: 0;
}
.nav-wrapper .form-field span.or::before {
	left: 0;   
}
.nav-wrapper .form-field span.or::after {       
    right: 0;   
}*/
.nav-wrapper .form-field .login-field.login-helper a {
    color: #0275d8;
    width: auto;
}

.nav-wrapper form.sign-up-form {
    display: none;
    transition: .3s;
}

.sign-up-form-show form.sign-up-form {
    display: inline-block;
}

.sign-up-form-show .custom-login {
    display: none;
}



.banner {
    width: 100%;
    float: left;
    position: relative;
    padding: 315px 0;
    background: url('../images/banner.jpg') no-repeat center center / cover;
}

    .banner .content {
        padding: 0 15px;
        position: absolute;
        z-index: 1;
        bottom: 10%;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
    }

        .banner .content h1 {
            color: #ffffff;
            margin: 0 0 10px;
            line-height: 1.2;
        }

        .banner .content h3.sub-heading {
            color: #ffffff;
            margin: 0 0 25px;
            line-height: 1.2;
        }

.we-offer {
    width: 100%;
    float: left;
    padding: 95px 0 45px;
    text-align: center;
}

.offer-outer {
    width: 100%;
    float: left;
}

.offer-inner {
    width: 100%;
    float: left;
    margin: 0 0 30px;
}

.offer-inr-title {
    width: 100%;
    float: left;
    padding: 20px 0;
}

.offer-inner ul {
    list-style-type: none;
}

    .offer-inner ul li {
        position: relative;
        color: #4f4d4d;
        font-size: 16px;
        line-height: 2;
        font-family: 'Adelle-Light';
    }

    .offer-inner ul i {
        color: #4690ef;
        padding-right: 5px;
    }

.offer-inner a {
    display: inline-block;
    font-size: 1.6rem;
    color: #2976b2;
    font-family: 'Adelle-Light';
    line-height: 1;
    transition: all 0.2s;
}

    .offer-inner a:hover {
        color: #004c87;
    }

.we-offer.our-values {
    padding: 100px 0 55px;
}

    .we-offer.our-values p.sub-heading {
        margin: 0 auto 50px;
    }

    .we-offer.our-values .offer-inner p {
        margin: 0;
        font-family: 'Adelle-Light';
    }

.know-how {
    width: 100%;
    float: left;
    padding: 95px 0 60px;
}

.kh-outer {
    width: 100%;
    float: left;
}

.kh-inner {
    width: 100%;
    float: left;
    margin: 0 0 30px;
    padding-left: 65px;
}

    .kh-inner.kh-inner2 {
        padding-right: 65px;
        padding-left: 0;
    }

    .kh-inner ul {
        width: 100%;
        float: left;
        list-style-type: none;
    }

        .kh-inner ul li {
            font-size: 2.4rem;
        }

        .kh-inner ul i {
            color: #4690ef;
            padding-right: 5px;
        }

.get-started {
    width: 100%;
    float: left;
    padding: 100px 0;
}

.gs-outer {
    width: 100%;
    float: left;
}

.gs-inner {
    width: 100%;
    float: left;
}

    .gs-inner video {
        border-radius: 5px;
    }

.get-started h2 {
    margin: 20px 0 10px;
}

.get-started p.sub-heading {
    margin: 0 0 20px;
}

.our-team {
    width: 100%;
    float: left;
    /*padding: 95px 0;*/
    padding-top: 8%;
}

.ot-outer {
    width: 100%;
    float: left;
    margin: 15px 0;
}

.ot-inner {
    width: 100%;
    float: left;
    margin: 0 0 30px;
    box-shadow: 0px 0px 5px -3px gray;
    border-radius: 5px;
}

    .ot-inner img {
        border-radius: 5px 5px 0 0;
    }

.ot-inr-title {
    width: 100%;
    float: left;
    padding: 25px;
    background-color: #ffffff;
    border-radius: 0 0 5px 5px;
}

.ot-inner h5, h6 {
    line-height: 1;
    margin: 0 0 8px;
}

.ot-inner h6 {
    color: #4f4d4d;
    font-family: 'Adelle-Light';
}

.location {
    width: 100%;
    float: left;
    background: url('../images/hp-img12.jpg') no-repeat center center / cover;
    padding: 100px 0;
}

.location-slider {
    width: 100%;
    float: left;
}

.flexslider {
    margin: 0;
    background: none;
    border: none;
}

#slider .slides img {
    width: auto;
    position: relative;
    display: inline-block;
}

#slider .slide_bg .map-bg {
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
}

#slider .slides > li {
    overflow: hidden;
    padding-top: 10px;
    position: relative;
}

#carousel {
    margin: 20px 0 25px;
}

    #carousel .slides {
        width: 100% !important;
    }

        #carousel .slides > li {
            width: auto !important;
            display: inline-block !important;
            float: none !important;
        }

    #carousel .cta-blue.map-tabs {
        background-color: transparent;
        padding: 10px 20px 13px;
    }

        #carousel .cta-blue.map-tabs:hover {
            background-color: #4690ef;
        }

    #carousel .flex-active-slide .cta-blue.map-tabs {
        background-color: #4690ef;
    }

        #carousel .flex-active-slide .cta-blue.map-tabs:hover {
            background-color: #287cda;
        }

    #carousel .cta-blue1.map-tabs {
        background-color: transparent;
        padding: 10px 20px 13px;
    }

        #carousel .cta-blue1.map-tabs:hover {
            background-color: #4690ef;
        }

    #carousel .flex-active-slide .cta-blue1.map-tabs {
        background-color: #4690ef;
    }

        #carousel .flex-active-slide .cta-blue1.map-tabs:hover {
            background-color: #287cda;
        }



.location h2 {
    color: #ffffff;
}

.analytics {
    width: 100%;
    float: left;
    padding: 95px 0 60px;
}

.case-study {
    width: 100%;
    float: left;
    padding: 95px 0;
}

.cs-outer {
    width: 100%;
    float: left;
    margin: 10px 0;
}

.cs-inner {
    width: 100%;
    float: left;
    /*background-color: #3c3c3c;
    background: #ffffff;*/
    position: relative;
    margin: 0 0 30px;
    border-radius: 5px;
}

    .cs-inner::before {
        content: '';
        /*background: rgb(70, 144, 239);
    background-color: #4690ef;*/
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        opacity: 0;
        border-radius: 5px;
        transition: all 0.2s;
    }
    /*.cs-inner:hover:before {
	opacity: 1;
}
.cs-inner img {
	opacity: 0.25;
	border-radius: 5px;
}*/
    /*.cs-inner h4 {
	color: #fff;
	margin: 0 0 8px;
}*/
    .cs-inner a {
        display: inline-block;
        color: #ffffff;
        font-size: 1.6rem;
        line-height: 1.2;
        font-family: 'Adelle-Light';
        width: 100%;
    }

.cs-inr-title {
    width: 100%;
    float: left;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.ot-inner.news-inner .ot-inr-title {
    border-radius: 5px;
    padding: 25px 15px;
    text-align: left;
}

.ot-inner.news-inner h4 {
    margin: 0 0 15px;
}

.ot-inner.news-inner span {
    font-size: 1.5rem;
    margin: 0 0 5px;
    color: #4f4d4d;
    font-family: 'Adelle-Light';
}

.ot-inner.news-inner p {
    font-family: 'Adelle-Light';
    font-size: 1.5rem;
    margin: 0 0 15px;
    min-height: 70px;
}

.ot-inner.news-inner a {
    display: inline-block;
    font-size: 1.5rem;
    color: #2976b2;
    font-family: 'Adelle-Light';
    line-height: 1;
    transition: all 0.2s;
}

    .ot-inner.news-inner a:hover {
        color: #004c87;
    }

.footer {
    width: 100%;
    float: left;
}

.footer-outer {
    width: 100%;
    float: left;
    padding: 70px 0 30px;
}

.footer-items {
    width: 100%;
    float: left;
    margin: 0 0 20px;
}

    .footer-items ul {
        width: 100%;
        float: left;
        list-style-type: none;
        font-size: 0;
    }

        .footer-items ul h4 {
            text-transform: capitalize;
            font-family: 'Bulo-Bold';
        }

        .footer-items ul li {
            position: relative;
            line-height: 1.2;
            margin: 0 0 5px;
        }

            .footer-items ul li a {
                display: inline-block;
                font-size: 1.5rem;
                color: #4f4d4d;
                transition: all 0.2s;
            }

                .footer-items ul li a:hover {
                    text-decoration: underline;
                }

            .footer-items ul li.link {
                margin: 3px 0 5px;
                line-height: 1.3;
                display: inline-block;
            }

                .footer-items ul li.link a {
                    background-color: #999999;
                    color: #ffffff;
                    font-size: 1.2rem;
                    margin-right: 6px;
                    height: 35px;
                    width: 35px;
                    line-height: 35px;
                }

                    .footer-items ul li.link a:hover {
                        background-color: #4f4d4d;
                    }

.companies-logo {
    width: 100%;
    float: left;
    border-top: 1px solid #eeebec;
    border-bottom: 1px solid #eeebec;
    padding: 30px 0;
}

.cl-inner {
    width: 100%;
    float: left;
    text-align: center;
}

.copyright-section {
    width: 100%;
    float: left;
    color: #4f4d4d;
    padding: 15px 0;
    text-align: center;
    font-size: 1.5rem;
}


@media(max-width: 1199px) {
    .nav-wrapper ul li a {
        padding: 22px 6px;
    }

    .nav-wrapper ul.subscribe {
        padding-right: 0;
    }

    .kh-inner {
        padding-left: 0;
    }

        .kh-inner.kh-inner2 {
            padding-right: 0;
        }

    .ot-inr-title {
        min-height: 120px;
    }

    .ot-inner.news-inner h4 {
        min-height: 55px;
    }

    .ot-inner.news-inner p {
        min-height: 90px;
    }

    .nav-wrapper ul li ul.dropdown-inr li.content-2 a {
        min-height: 155px;
    }

    .nav-wrapper ul li ul.dropdown-inr li.content-2.content-3 a {
        min-height: 180px;
    }
}

@media(max-width: 991px) {
    .nav-wrapper .mobile-nav {
        display: block;
    }

    .nav-wrapper .navigation {
        display: none;
    }

    .nav-wrapper ul.subscribe {
        display: none;
    }

    .nav-wrapper ul.icons {
        display: none;
    }

    .mean-container .mean-bar {
        min-height: 0;
        background: none;
        padding: 0;
        top: 61px;
        position: absolute;
    }

    .mean-container .mean-nav {
        margin-top: 0;
        max-height: calc(100vh - 62px);
        overflow: auto;
        background: #ffffff;
    }

    .mean-container a.meanmenu-reveal {
        color: #4f4d4d;
        top: -54px;
        padding: 13px 15px 11px;
    }

        .mean-container a.meanmenu-reveal span {
            background: #4f4d4d;
        }

    .mean-container .mean-nav ul li a:hover {
        color: #000000;
        background-color: #e7e7e6;
    }

    .mean-container .mean-nav ul li a {
        width: 100%;
        padding: 1em 3%;
        box-sizing: border-box;
        line-height: 1;
        font-size: 1.6rem;
        text-transform: capitalize;
        color: #4f4d4d;
        border-top: 1px solid #e7e7e6;
    }

    .mean-container .mean-nav ul li li a {
        width: 100%;
        padding: 1em 5%;
        color: #4f4d4d !important;
        opacity: 1;
        border-top: 1px solid #e7e7e6;
    }

    .mean-container .mean-nav ul li li li a {
        width: 100%;
        padding: 1em 7%;
    }

    .mean-container .mean-nav ul li li a:hover {
        color: #000000 !important;
        background-color: #e7e7e6;
    }

    .mean-container .mean-nav ul li a.mean-expand {
        height: 47px;
        width: 47px;
        line-height: 12px;
        border-left: 1px solid rgba(231,231,230,.4) !important;
        border-bottom: 1px solid rgba(231,231,230,.4) !important;
    }

        .mean-container .mean-nav ul li a.mean-expand:hover {
            background: #e7e7e6;
        }

    .mean-container .mean-bar.sticky-header {
        position: fixed;
        top: 51px;
        left: 0;
        border-radius: 0;
        z-index: 2;
        box-shadow: 0px 0px 8px -2px #454545;
    }

    .mean-container .mean-bar.sticky-header {
        z-index: 10
    }

    .mean-container a.meanmenu-reveal.sticky-mean-bar {
        left: 0 !important;
    }

    html {
        font-size: 59.5%;
    }

    .get-started h2 {
        margin: 0 0 10px;
    }

    .ot-inr-title {
        min-height: auto;
    }

    .ot-inner.news-inner h4 {
        min-height: auto;
    }

    .ot-inner.news-inner p {
        min-height: auto;
    }

    .ot-inner img {
        width: 100%;
    }

    .nav-wrapper .form-field ul {
        padding-right: 35px;
    }

    .mean-container .mean-nav ul li a i.fa-caret-down {
        display: none;
    }

    .nav-wrapper ul li a {
        width: 55px;
        line-height: 1.3;
    }
}

@media(max-width: 767px) {
    .banner {
        padding: 200px 0;
    }

    .we-offer {
        padding: 50px 0 10px;
    }

        .we-offer.our-values {
            padding: 50px 0 10px;
        }

    .know-how {
        padding: 50px 0 30px;
    }

    .get-started {
        padding: 50px 0 30px;
        text-align: center;
    }

    .gs-inner {
        margin: 0 0 30px
    }

    .our-team {
        padding: 50px 0;
    }

    .ot-inner.news-inner .ot-inr-title {
        text-align: center;
    }

    .location {
        padding: 50px 0;
    }

        .location .content {
            padding: 0 0 300px;
        }

    .analytics {
        padding: 50px 0 30px;
    }

    .case-study {
        padding: 50px 0;
    }

    .footer-outer {
        padding: 50px 0 10px;
    }

    .cl-inner {
        margin: 0 0 20px;
    }

    .cs-inner img {
        width: 100%;
    }

    .companies-logo {
        padding: 30px 0 10px;
    }

    .footer {
        text-align: center;
    }
    /*#slider .slides img{top: 75px; left: 0;}*/
}

@media(max-width: 575px) {
    html {
        font-size: 55.5%;
    }

    .mean-container .mean-nav ul li a.mean-expand {
        height: 44px;
        width: 44px;
    }

    .nav-wrapper ul li a {
        padding: 23px 6px;
    }

    .offer-inner {
        margin: 0 0 20px;
    }

    .kh-inner {
        margin: 0 0 20px;
    }

    p.sub-heading {
        margin: 0 auto 20px;
    }

    .ot-inner {
        margin: 0 0 20px;
    }
    /*#slider .slides img.clients{left: -10px;}
	#slider .slides img.vendors{top: -70px;}*/
}

@media(max-width: 480px) {
    #carousel .cta-blue.map-tabs {
        padding: 10px 14px 13px;
    }
}

@media(max-width: 480px) {
    #carousel .cta-blue1.map-tabs {
        padding: 10px 14px 13px;
    }
}
