@font-face {
    font-family: 'Anton';
    src: url(../fonts/Anton-Regular.ttf);
}

@font-face {
    font-family: 'Roboto-Light';
    src: url(../fonts/Roboto-Light.ttf);
}

@font-face {
    font-family: 'Roboto-Bold';
    src: url(../fonts/Roboto-Medium.ttf);
}
html {
    overflow-x: hidden;
}
body {
    font-family: 'Roboto-Light' !important;
    color: #000;
    background-color: rgba(255,255,255,0.3);
    width: 100vw;
    overflow-x: hidden;
}

* {
    background-repeat: no-repeat;
}

    *:focus {
        outline: 0;
    }

h1, h2, h3, h4, h5, h6 {
    font-family: 'Anton';
    font-weight: normal;
}

input, select, textarea {
    height: 40px;
    width: 100%;
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 5px;
    border-radius: 6px;
    font-family: 'Roboto-Light';
}

a {
    color: inherit !important;
}

    a:hover {
        color: b69052;
    }
.center {
	text-align: center;
}
#parallax1 {
    width: 100vw;
    height: 100vh;
    position: fixed;
    background-image: url(../img/parallax-1.png);
    background-position: 17% 30%;
    z-index: -1;
    animation: ease-in;
}

#parallax2 {
    width: 100vw;
    height: 100vh;
    position: fixed;
    background-image: url(../img/parallax-2.png);
    background-position: 87% 30%;
    z-index: -1;
    animation: ease-in;
}

.btn.primary {
    height: 40px;
    border-radius: 6px;
    background-color: #80bd01;
    color: #fff !important;
    min-width: 90px;
    margin: 0 5px;
    font-size: 18px;
    transition: 0.3s;
}

    .btn.primary:hover {
        background-color: #b9d779;
    }

.btn.focus, .btn:focus {
    box-shadow: 0;
}

.btn.white {
    border-radius: 6;
    background-color: #fff;
    color: #80bd01 !important;
    min-width: 90px;
}

h1.headline {
    font-family: 'Anton';
    text-align: center;
    font-size: 72px;
    margin-bottom: 50px;
}

.header-sec {
    margin: 20px 0;
    background-color: #fff;
}

.logo-div {
    display: inline-block;
    margin: 10px -10px;
}

.link {
    display: block;
    text-align: center;
    text-decoration: none;
}

    .link:hover {
        text-decoration: none;
    }

.headline {
    font-family: 'Anton';
}

.subheader {
    font-family: 'Anton';
    color: #3b7cca;
    font-size: 40px;
}

.slider {
    width: 100%;
    height: 700px;
    /*background-image: url(../img/BI-Cinemagraph.gif);*/
    background-size: cover;
    background-color: transparent;
    position: relative;
    /*padding: 10px;*/
}

    .slider .headline {
        color: #fff;
        font-size: 9em;
        margin-left: 50px;
        text-shadow: 0 0 10px rgba(0,0,0,0.5);
    }

        .slider .headline > span {
            display: block;
            text-align: left;
        }

            .slider .headline > span:nth-child(2) {
                margin-left: 90px;
            }

            .slider .headline > span:last-child {
                margin-left: 190px;
            }

    /*.slider .carousel {
        position: relative;
        height: 100% !important;
    }
    .slider .carousel-inner {
        position: relative;
        width: 100%;
        overflow: hidden;
        height: 100% !important;
    }
    .slider .carousel-item {
        height:100% !important;
    }*/
/*by lamis 4/22/2019*/
    .slider .slider-item {
        width: 100%;
        height: 700px;
        padding: 10px;
        background-size: cover;
        background-color: transparent;
        /* position: relative; */
    }
    /*------------------------ Ver Navigation ------------------------*/
    .ver-navigation {
        background-color: rgba(30, 67, 112, 0.95);
        width: 28%;
        height: 700px;
        position: absolute;
        top: 0;
        right: 0;
        color: #fff;
        padding-top: 30px;
        z-index: 1000;
    }

    .ver-navigation .list-group-item {
        background-color: transparent;
        text-align: right;
        padding: 0 20px;
        border: 0;
        font-size: 22px;
    }

        .ver-navigation .list-group-item a {
            padding: 30px 10px 30px 50px;
            float: right;
            margin: 0 20px;
            text-decoration: none;
            transition: 0.3s;
            border-bottom: 1px solid transparent;
        }

        .ver-navigation .list-group-item img {
            float: right;
            margin-left: 20px;
        }

        .ver-navigation .list-group-item.active {
            background-color: transparent !important;
        }

            .ver-navigation .list-group-item.active a, .ver-navigation .list-group-item a:hover {
                border-bottom: 1px solid #7ebf07;
                color: #7ebf07 !important;
            }

.extra-nav {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

    .extra-nav img {
        margin-right: 10px;
    }

    .extra-nav a {
        display: inline-block;
        margin-right: 20px;
        font-size: 24px;
        text-decoration: none !important;
        transition: 0.3s;
    }

        .extra-nav a:hover {
            color: #7ebf07 !important;
        }

.ver-navigation .logo-white.list-group-item {
    display: none;
}

/*------------------------ Hor Navigation ------------------------*/
.nav__container {
    width: 100%;
    background-color: #f3f3f3;
}
.nav__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 0;
}
.nav-toggle i {
    font-size: 25px;
    color: #b9d779;
}
.nav-toggle.open .fa-bars:before {
    content: "\f106";
}
.navigation-inner .nav-toggle.fade {
    opacity: 1;
}
.navigation-inner .logo-div {
    margin-right: 50px;
    margin: 0;
}
.nav__mobile .nav__btn {
    display: block;
    padding: 10px 5px;
}

.nav__mobile {
    display: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.nav__logo {
    font-size: 1.4rem;
    font-weight: 700;
    color: #555;
}

.nav__menu {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
}

.showing {
    max-height: 37rem;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.nav__menu li {
    list-style: none;
    position: relative;
    white-space: nowrap;
    padding: 0;
}

    .nav__menu li a {
        display: block;
        font-size: 20px;
        color: #222;
        text-decoration: none;
        height: 100%;
        padding: 30px;
    }
    .nav__menu li.active a, .nav__menu li:hover>a {
        background-color: #b9d779;
        color: #fff !important;
    }
    .nav__menu li .show li a {
        background-color: #fff;
        color: #222 !important;
    }
        .nav-toggle {
            display: block;
            background-color: transparent;
            width: 40px;
            cursor: pointer;
            padding: 4px
        }


.nav__menu .dropdown ul {
    z-index: 10000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: static;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all .4s;
    transition: all .4s;
}

    .nav__menu .dropdown ul.show {
        max-height: 20rem;
        -webkit-transition: all .4s;
        transition: all .4s;
    }

.nav__menu .dropdown li a {
    display: block;
    font-size: 18px;
    color: #222;
    text-decoration: none;
    padding: 30px 20px;
}

.nav__menu li a:hover {
    color: #d72827;
    text-decoration: none;
}

.nav__menu .dropdown > a:after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: .875rem;
    padding-left: 5px;
    color: #7e7e7e;
}

.nav__menu .active.dropdown > a:after {
    content: "\f106"
}

.nav__menu .dropdown .dropdown > a:after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: .875rem;
    padding-left: 5px;
    color: #7e7e7e;
}

.nav__menu .dropdown .active.dropdown > a:after {
    content: "\f106";
}

.menu-toggle {
    max-height: 0;
    overflow: hidden;
}
.homepage .menu-toggle {
    display: none;
}

    .menu-toggle, .menu-toggle.active {
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
    }

        .menu-toggle.active {
            max-height: 100vh;
        }

.resize-animation-stopper * {
    -webkit-transition: none !important;
    transition: none !important;
    -webkit-animation: none !important;
    animation: none !important
}

.homepage-menu {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100000;
}

@media screen and (min-width:800px) {
    .menu-toggle {
        max-height: 100vh;
        overflow: visible;
    }
    .nav__container {
        width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 0;
    }

    .nav__container, .nav__mobile {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .nav__mobile .nav__btn {
            display: none;
        }

    .nav__menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        max-height: 100%;
        overflow: visible;
    }
    
    .nav__menu li {
        list-style: none;
        position: relative;
        white-space: nowrap;
        padding: 0;
    }
   
            .nav__menu li a:hover {
                color: #d72827;
                text-decoration: none
            }

        .nav__menu .dropdown {
            position: relative;
        }

            .nav__menu .dropdown ul {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
                position: absolute;
                top: 100%;
                left: -30px;
                opacity: 0;
                visibility: hidden;
                overflow: visible;
                padding: 0 1rem;
                -webkit-transition: all .4s ease;
                transition: all .4s ease;
            }

            .nav__menu .dropdown:hover > ul {
                top: 100%;
                left: 0;
                opacity: 1;
                visibility: visible;
                overflow: visible;
                padding: 0 1rem
            }

            .nav__menu .dropdown ul li {
                padding: 0;
                background-color: #fff;
                position: relative;
                min-width: 200px;
            }

                .nav__menu .dropdown ul li:hover {
                    background-color: #b9d779;
                }

                    .nav__menu .dropdown ul li:hover a {
                        color: #fff;
                    }


                .nav__menu .dropdown ul li a:hover {
                    display: block;
                }

            .nav__menu .dropdown > a:after {
                content: "\f107"
            }

            .nav__menu .dropdown:hover > a:after, .nav__menu .dropdown > a:after {
                font-family: "Font Awesome 5 Free";
                font-weight: 900;
                font-size: .875rem;
                padding-left: 5px;
                color: #b9d779;
            }

            .nav__menu .dropdown:hover > a:after {
                content: "\f106";
            }

            .nav__menu .dropdown .dropdown > a:after {
                content: "\f105";
            }

            .nav__menu .dropdown .dropdown:hover > a:after, .nav__menu .dropdown .dropdown > a:after {
                font-family: "Font Awesome 5 Free";
                font-weight: 900;
                font-size: .875rem;
                padding-left: 10px;
                color: #b9d779;
            }

            .nav__menu .dropdown .dropdown:hover > a:after {
                content: "\f104";
            }

            .nav__menu .dropdown .dropdown:hover > ul {
                position: absolute;
                top: 0;
                right: calc(100% - 17px);
                left: auto;
                opacity: 1;
                visibility: visible;
            }

            .nav__menu .dropdown .dropdown ul {
                position: absolute;
                top: 0;
                right: calc(100% - 17px);
                left: auto;
                opacity: 0;
                visibility: hidden;
                -webkit-transition: all .4s ease-in-out;
                transition: all .4s ease-in-out;
            }
    }

.dropdown.second-level li a {
    color: #b9d779 !important;
}
@media screen and (max-width:600px) {
    .homepage-menu {
        display: block;
    }
    .nav__menu li a {
        color: #222;
        text-decoration: none;
        font-size: 20px;
        padding: 20px;
        background-color: #fff;
    }
    .nav__container, .nav__mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    } 
}
/*
.navigation .hor-navigation {
    display: none;
}

.navigation-inner {
    position: fixed;
    width: 100%;
    background-color: rgba(255,255,255,0.95);
    z-index: 1000;
}

    .navigation-inner .logo-div {
        margin-right: 50px;
    }

.hor-navigation {
    display: inline-block;
    width: 100%;
    height: 90px;
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
}

    .hor-navigation .logo-div {
        margin: 0 20px;
    }

    .hor-navigation .list-inline {
        margin-bottom: 0;
        position: relative;
    }

    .hor-navigation .list-inline-item {
        margin: 0 !important;
    }

        .hor-navigation .list-inline-item:last-child {
            position: absolute;
            right: 0;
        }

        .hor-navigation .list-inline-item a {
            padding: 30px;
            font-size: 20px;
            transition: 0.2s;
            height: 90px;
            display: block;
        }

            .hor-navigation .list-inline-item a:hover, .hor-navigation .list-inline-item.active a {
                background-color: #b9d779;
                color: #fff !important;
                text-decoration: none;
            }
.language img {
	margin-right: 6px;
}
*/
/*------------------------ Inner Page ------------------------*/
.content-section .fade:not(.show) {
	display: none;
}
.header-div {
    background-image: url(../img/about-bg.png);
    background-size: cover;
    height: 380px;
    color: #fff;
}

.solutions.header-div {
    background-image: url(../img/Solutions_bg.png);
}

.header-div .headline {
    font-size: 100px;
    text-align: left;
    padding: 170px 0 20px 0;
}

.under-construction {
    padding: 50px 0;
    min-height: 500px;
}

    .under-construction img {
        width: 100%;
    }

    .under-construction h4 {
        text-align: center;
    }

.content-tabs {
    background-color: #d5e7af;
}

    .content-tabs.nav-pills .nav-link {
        padding: 25px 30px;
        font-size: 24px;
        color: #fff !important;
        font-family: 'Anton';
    }

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #b9d779 !important;
    border-radius: 0;
}

.content-section {
    padding: 30px 0;
}

/*--------------------------- About Page ---------------------------------*/
.why-qbs h4 {
    color: #3b7cca;
    font-size: 26px;
}

.content-section p {
    margin-bottom: 20px;
}

.why-qbs .ribbon {
    background-color: #f4f9eb;
    position: absolute;
    text-align: center;
    width: 100%;
    left: 0;
    padding: 20px;
    font-size: 35px;
    color: #3b7cca;
    margin-top: 30px;
}

    .why-qbs .ribbon span {
        font-family: 'Anton';
        font-size: 54px;
        color: #80bd01;
    }

.statistics {
    margin-top: 200px;
    font-size: 36px;
    list-style: none;
    padding: 0;
}

    .statistics li div {
        font-family: 'Anton';
        font-size: 80px;
        color: #80bd01;
        display: inline-block;
        width: 165px;
    }

    .statistics li:nth-child(2n) div {
        color: #3b7cca;
    }

    .statistics li span {
        display: inline-table;
        margin-top: -36px;
        vertical-align: middle;
    }

.vision-mision h1 {
    font-family: 'Anton';
    font-size: 60px;
    color: #3b7cca;
    margin-top: 50px;
}

.vision img {
    max-width: 100%;
}

.vision-mision p {
    display: block;
    font-size: 20px;
}

.mission {
    text-align: right;
}

    .mission img {
        max-width: 100%;
    }

.media-center > span {
    margin: 30px 0;
    display: block;
    font-size: 26px;
}

.category {
    text-align: center;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    display: block;
    text-decoration: none;
}

    .category:hover {
        text-decoration: none;
    }

    .category .thumb {
        height: 500px;
        overflow: hidden;
        border: 10px solid #b9d779;
    }
.category .thumb img {
	height: 100%;
}
    .category h4 {
        font-size: 32px;
        font-family: 'Anton';
        color: #3b7cca;
        padding: 10px 0;
    }

@media (max-width: 768px) {
    .why-qbs .ribbon {
        font-size: 32px;
    }

        .why-qbs .ribbon span {
            font-size: 48px;
        }

    .vision-mision h1 {
        margin-top: 20px;
    }
}

@media (max-width: 514px) {
    .content-tabs.nav-pills .nav-item {
        width: 100%;
    }

    .content-tabs.nav-pills .nav-link {
        border-bottom: 1px solid #b9d779;
        padding: 10px 20px;
        font-size: 22px;
    }

    .why-qbs .ribbon {
        position: initial;
    }

    .statistics {
        font-size: 20px;
        margin-top: 20px;
    }

        .statistics li div {
            width: 25%;
            margin-right: 5%;
            font-size: 55px;
        }

        .statistics li span {
            width: 68%;
        }

    .why-qbs .ribbon {
        font-size: 28px;
    }

        .why-qbs .ribbon span {
            font-size: 40px;
        }

    .vision-mision h1 {
        font-size: 40px;
    }

    .vision-mision p {
        display: block;
        font-size: 14px;
    }

    .vision-mision h1 {
        margin-top: 0;
    }
}

@media (max-width: 320px) {
    .statistics li div {
        font-size: 40px;
    }

    .statistics {
        font-size: 16px;
    }
}

/*------------------------- Acheivments ----------------------------*/
.clients-page {
	background-color: #fafafa;
	padding: 0 !important;
}
.clients-row {
	padding: 30px 0;
}
.clients-row:nth-child(2n) {
	background-color: #f3f3f3;
}
.client-card {
	display: inline-block;
	height: 150px;
	background-color: #fff;
	border: 1px solid #ddd;
	padding: 20px;
	text-align: center;
	margin: 15px;
}
.cs-card .img-div {
	background-color: #fff;
	border: 1px solid #ddd;
}
.cs-card .img-div img {
	width: 100%;
}
.cs-card span {
	color: #3b7cca;
	font-size: 20px;
	font-family: 'Anton';
	display: block;
	margin-top: 10px;
}

/*------------------------------------------------------------*/
.top-partners {
    padding-top: 50px;
}

    .top-partners > div {
        text-align: center;
    }

.ms-partner {
    margin-bottom: 30px;
}

.shortpoint-logo, .intel-logo, .nintex-logo {
    display: inline-block;
    width: 33.33%;
    height: 170px;
    float: left;
    padding: 30px;
}

.shortpoint-logo {
    background-color: #f8f8f8;
    padding-top: 65px;
}

.intel-logo {
    background-color: #f0f0f0;
}

.nintex-logo {
    background-color: #e8e8e8;
    padding-top: 75px;
}

/*------------------------------------------------------------*/
.services-sec {
    background-color: #a9c46f;
    background-image: url(../img/pattern.png);
    background-repeat: repeat;
}

    .services-sec .nav.nav-pills {
        width: 100%;
    }

    .services-sec .nav-item {
        width: 50%;
    }

    .services-sec .nav-pills .nav-link {
        border-radius: 0;
        background-color: rgba(255,255,255,0.4);
        padding: 20px 60px;
        font-size: 36px;
        font-family: 'Anton';
        color: #fff !important;
    }

    .services-sec .nav-item:first-child {
        text-align: right;
    }

    .services-sec .nav-item:last-child {
        text-align: left;
    }

    .services-sec .nav-item .nav-link.active, .nav-item .show > .nav-link {
        background-color: rgba(255,255,255,0.2);
    }

.cards-sec {
    padding: 70px 50px 40px 50px;
    margin: 0 !important;
}

.card-div {
    background-color: #f5f9ec;
    border-radius: 6px;
    padding: 50px 30px;
    margin-bottom: 30px;
    width: 100%;
    height: 325px;
    text-align: center;
}

    .card-div p {
        font-size: 18px;
    }

    .card-div .title {
        color: #80bd01 !important;
        font-family: 'Roboto-Bold';
        font-size: 24px;
        margin: 10px 0;
        text-decoration: none;
        display: block;
    }

/*------------------------------------------------------------*/
.our-team {
    padding: 50px 100px 20px 100px;
}

.team-cards .row-fluid {
    margin: 0 auto;
}

.emp-div {
    background-color: #f3f3f3;
    border-radius: 6px;
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
    box-shadow: 0 0 92px #ccc;
    display: inline-block;
    overflow: hidden;
}
    .emp-div > img {
        width: 100%;
    }
    .emp-div h3 {
        font-family: 'Anton';
        font-size: 30px;
        margin: 15px 0 0 0
    }

    .emp-div span {
        color: #80bd01;
        font-size: 18px;
        display: block;
        margin-bottom: 10px;
    }

    .emp-div > div {
        padding: 10px;
        border-top: 1px solid #ccc;
    }

        .emp-div > div a img {
            transition: 0.3s;
        }

        .emp-div > div .facebook:hover img {
            content: url(../img/facebook-blue.png);
        }

        .emp-div > div .linkedin:hover img {
            content: url(../img/linkedin-blue.png);
        }

/*------------------------------------------------------------*/
.contact-form {
    padding: 50px;
    background-image: url(../img/Footer-Cinemagraph.gif);
    background-size: cover;
    background-position: right;
    color: #fff;
}

    .contact-form h1 {
        margin-bottom: 10px;
    }

    .contact-form h4 {
        text-align: center;
        margin-bottom: 20px;
    }

    .contact-form .form-div {
        width: 720px;
        margin: 0 auto;
        margin-bottom: 30px;
    }
.form-div .error_field {
    color: red;
}
.form-label {
    display: block;
    margin-bottom: 5px;
}

.contact-form input, .contact-form textarea {
    color: #fff;
    background-color: rgba(255,255,255,0.3);
    border: 1px solid #fff;
    font-family: 'Roboto-Bold';
}

.contact-form textarea {
    height: 180px;
}

.form-div row > div {
    margin-bottom: 20px;
}

.form-div .form-item {
    margin-bottom: 15px;
}

.contact-form .form-div .cta-div {
    text-align: center;
    margin-top: 10px;
}

.address-div {
    margin-top: 50px;
    font-size: 20px;
}

/*------------------------ Solutions Styles ------------------------*/
.solutions.nav {
    background-color: #f1f7e4;
    border-radius: 4px;
    overflow: hidden;
}

    .solutions.nav .nav-link {
        padding: 15px;
        border-bottom: 1px solid #e0e6d3;
    }

        .solutions.nav .nav-link:last-child {
            border: 0;
        }

        .solutions.nav .nav-link:hover {
            cursor: pointer;
            color: #fff !important;
            background-color: #b9d779;
        }

        .solutions.nav .nav-link.active, .solutions.nav .show > .nav-link {
            color: #fff !important;
        }

.solution-details {
    font-size: 20px;
}

.solutions-sec.tab-content .solution-details {
    min-height: 550px;
    background-position: center;
}

#v-pills-portal .solution-details {
    background-image: url(../img/portal-bg.png);
}

#v-pills-bi .solution-details {
    background-image: url(../img/bi-bg.png);
}

#v-pills-cloud .solution-details {
    background-image: url(../img/cloud-bg.png);
}

#v-pills-enterprise .solution-details {
    background-image: url(../img/enterprise-bg.png);
}

#v-pills-mobile .solution-details {
    background-image: url(../img/mobile-bg.png);
}

#v-pills-consultancy .solution-details {
    background-image: url(../img/consultancy-bg.png);
}

#v-pills-nabadat .solution-details {
    background-image: url(../img/nabadat-bg.png);
}

#v-pills-deput .solution-details {
    background-image: url(../img/deput-bg.png);
}

#v-pills-kbt .solution-details {
    background-image: url(../img/kbt-bg.png);
}

#v-pills-lms .solution-details {
    background-image: url(../img/lms-bg.png);
}

#v-pills-elite .solution-details {
    background-image: url(../img/elite-bg.png);
}

/*------------------------------------------------------------*/
footer {
    background-image: url(../img/pattern.png);
    background-repeat: repeat;
    text-align: center;
    padding: 10px 20px;
    color: #fff;
    font-size: 0.8em;
    background-color: #555 !important;
}

.footer-menu {
    width: 720px;
    margin: 0 auto;
    margin-bottom: 50px;
    text-align: left;
}

    .footer-menu ul {
        display: inline-block;
    }

    .footer-menu .list-inline-item:not(:last-child) {
        margin-right: 20px;
    }

    .footer-menu > div {
        display: inline-block;
        float: right;
    }

        .footer-menu > div a {
            display: inline-block;
            margin-right: 5px;
            margin-top: 5px;
        }

/*------------------------ Media Queries ------------------------*/
@media (max-width: 1024px) {
    .navigation .hor-navigation {
        display: block;
        position: static;
        top: 0;
        background-color: #f3f3f3;
    }

        .slider .logo-div {
            display: none;
        }

    .navigation .ver-navigation {
        width: 100%;
        height: 70px;
        padding: 0;
    }

        .navigation .ver-navigation ul {
            flex-direction: row;
            font-size: 14px;
            height: 70px;
        }

    .ver-navigation .list-group-item {
        text-align: left;
        display: inline-block;
        padding: 0;
    }

        .ver-navigation .list-group-item a {
            height: 70px;
            float: none;
            font-size: 14px;
            display: block;
            padding: 20px 10px;
            margin: 0;
        }

            .ver-navigation .list-group-item a > img {
                display: none;
            }

    .ver-navigation .logo-white.list-group-item {
        display: inline-block;
    }

        .ver-navigation .logo-white.list-group-item img {
            width: 150px;
            margin: 20px 40px 20px 20px;
        }

    .ver-navigation .list-group-item.active a, .ver-navigation .list-group-item a:hover {
        border-bottom: 3px solid #7ebf07;
    }

    .hor-navigation {
        height: 60px;
    }

        .hor-navigation .logo-div {
            margin-left: 10px;
        }

            .hor-navigation .logo-div img {
                width: 150px
            }

        .hor-navigation .list-inline-item a {
            font-size: 14px;
            height: 60px;
            padding: 20px 10px;
        }

        .hor-navigation .list-inline-item:last-child {
            top: -10px;
            padding-right: 0;
        }

            .hor-navigation .list-inline-item:last-child img {
                margin-right: 5px;
            }

    .extra-nav {
        position: relative;
        bottom: 0;
        left: 0;
        float: right;
        top: -50px;
        font-size: 14px;
    }

        .extra-nav a {
            font-size: 14px;
            margin-right: 10px;
        }

    .slider {
        height: 600px;
    }

        .slider .headline {
            font-size: 7em;
        }

    .cards-sec {
        padding: 70px 0 40px 0;
    }

    .our-team {
        padding: 50px 20px 20px 20px;
    }
}

@media (max-width: 922px) {
    .ver-navigation {
        display: none;
    }
    .homepage .menu-toggle {
        display: block !important;
    }
    
    .nav__mobile {
        display: flex;
    }

    .navigation-inner .logo-div {
        display: inline-flex;
    }

        .navigation-inner .logo-div img {
            height: 50px;
            margin-top: 5px;
            display: inline-block;
        }

    .nav__mobile .nav__btn {
        display: inline-flex;
    }
    .slider {
        height: auto;
    }
    .slider .slider-item {
        height: 450px;
    }
    .slider .headline {
        font-size: 5em;
        margin-left: 0;
        text-align: left;
        margin-top: 25%;
    }
    .top-partners {
        padding-top: 30px;
    }
    .solutions-sec.tab-content .solution-details {
        min-height: initial;
    }
    }

    @media (max-width: 768px) {
            .slider .headline > span {
                display: inline-block;
                text-align: left;
                margin: 0 20px 0 0 !important;
            }

        h1.headline {
            font-size: 60px;
        }

        .cards-sec {
            padding: 30px 0;
        }

        .contact-form .form-div {
            width: 100%;
        }


        .team-cards > div {
            text-align: center;
        }

        .footer-menu {
            width: 100%;
        }
    }

    @media (max-width: 514px) {
        .header-div .headline {
            font-size: 50px;
        }

        .under-construction img {
            content: url(../img/under-construction-phone.png);
        }

        .hor-navigation .list-inline {
            height: 100vh;
            background: rgba(255,255,255,0.5);
        }

        .hor-navigation li {
            display: none;
        }

        .hor-navigation .list-inline-item {
            width: 100%;
        }

            .hor-navigation .list-inline-item:last-child {
                position: relative;
            }

            .hor-navigation .list-inline-item a {
                font-size: 18px;
            }

        .navigation .logo-div > img {
            margin-left: -10px;
        }

        .logo-div > img {
            width: 150px;
            margin-top: 6px;
        }

            .slider .slider-item {
                height: 300px;
            }
            .slider .headline {
                font-size: 3em;
                text-align: left;
                margin-top: 32%;
            }

                .slider .headline > span {
                    margin: 0 10px 0 0 !important;
                }

        h1.headline {
            font-size: 45px;
            margin-bottom: 20px;
        }

        .top-partners {
            padding-top: 20px;
        }

            .top-partners > div img {
                width: 100%;
                max-width: 200px;
                max-height: 80px;
            }

            .top-partners > .ms-partner img {
                max-width: 100%;
                max-height: 100%;
            }

        .shortpoint-logo, .intel-logo, .nintex-logo {
            height: 120px;
        }

        .shortpoint-logo {
            padding-top: 43px;
        }

        .intel-logo img {
            margin-top: -10px;
        }

        .nintex-logo {
            padding-top: 42px;
        }

        .other-partners > div {
            display: block;
            width: 100%;
        }

            .other-partners > div img {
                width: auto;
            }

        .services-sec .nav-pills .nav-link {
            padding: 20px;
            text-align: center !important;
            font-size: 30px;
        }

        .cards-sec {
            padding: 20px 0;
        }

        .our-team {
            padding: 20px 10px;
        }

        .team-cards > div {
            text-align: center !important;
        }

        .card-div p {
            font-size: 16px;
        }

        .contact-form {
            padding: 20px;
        }

            .contact-form h4 {
                font-size: 18px;
            }

        .header-div {
            height: 250px;
        }

            .header-div .headline {
                font-size: 60px;
                padding: 100px 0 20px 0;
            }

        .under-construction {
            padding-top: 20px;
        }

        .footer-menu {
            margin-bottom: 10px;
        }

            .footer-menu .list-inline-item {
                display: block;
                font-size: 15px;
                margin-bottom: 20px;
            }

            .footer-menu > div {
                float: right;
                width: 30%;
            }

                .footer-menu > div a {
                    display: block;
                    margin: 15px 0;
                }
    }

    @media (max-width: 320px) {
        .slider .headline {
            font-size: 3em;
        }

        h1.headline {
            font-size: 36px;
        }

        .contact-form .form-div .cta-div {
            margin-top: 0;
        }

            .contact-form .form-div .cta-div a {
                width: 100%;
            }
    }
