@import url('https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css');
@import url('https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap-theme.min.css');
/*@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');*/
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css');
/* @import url('https://cdnjs.cloudflare.com/ajax/libs/fullPage.js/2.6.6/jquery.fullPage.css'); */
@import url('../script/fullpage/jquery.fullPage.css');
@import url('https://cdn.rawgit.com/michalsnik/aos/2.1.1/dist/aos.css');
@import url('fonts.css');
@import url('style-jumbonav.css');
@import url('jumbo-nav.css');
@import url('job-search.css');
@import url('background-images.css');



/* RESET-GENERAL STYLES */


* {
    margin: 0;
    padding: 0;
    font-family: 'texgyreadventorregular', Arial, sans-serif;
    /* text-transform: uppercase; */
}

h1, h2, h3, h4, h5, h6 {
    /*font-family: 'texgyreadventorbold', Arial, sans-serif;*/
}


body .map {
    width: 100%;
    height: 500px;
    padding: 0;
    margin: 0;
    border: 1px solid #a5a9ad;
    position: relative;
}

ol, ul {
    padding: 0;
    margin: 0;
    list-style: none;
    /*width: 100%;*/
    display: block;
}

a {
    color: #000;
    text-decoration: none;
}

    a:hover, a:visited {
        color: #fb6707;
    }

p {
    font-size: 1.5rem;
    font-weight: 100;
    margin-bottom: 20px;
}

aside, footer, header, section {
    display: block;
    width: 100%;
}
.legal {
    margin-top:20px
}
.legal a, .legal a:hover, .legal a:visited{
color:#000;
font-size:12px
}

.text-white {
    color: #fff !important;
}

.mt-30 {
    margin-top: 30px;
}
.mt-45 {
    margin-top: 45px;
}
.mt-30p {
    margin-top: 30%;
}
/*jumbo nav*/

.navigation .logo-top {
    padding: 32px 0 0 8px;
}

    .navigation .logo-top a {
        background: url("../img/logo.png") no-repeat;
        -webkit-background-size: 223px 120px;
        -moz-background-size: 223px 120px;
        -o-background-size: 223px 120px;
        background-size: 223px 120px;
        display: block;
        text-indent: -3000em;
        overflow: hidden;
    }

@media 
  (-webkit-min-device-pixel-ratio: 2), 
  (min-resolution: 192dpi) { 
  .navigation .logo-top a {
    background: url("../img/logo-2x.png") no-repeat;
  }
}

.overflow {
    overflow: hidden !important;
}


/* ------------------------------------
Search bar
------------------------------------- */
.search-bar-header {
    background-color: rgba(239, 239, 239, 0.95);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: none;
    z-index: 1;
}

    .search-bar-header .close-spot {
        width: 90px;
        height: 70px;
        position: absolute;
        top: 10px;
        right: 10px;
        z-index: 50;
        cursor: pointer;
    }

    .search-bar-header .line {
        width: 100%;
        height: 1px;
        position: relative;
        top: 84px;
        background-color: rgba(251, 103, 7, 0.4);
    }

@media (min-width: 768px) {
    .search-bar-header .line {
        top: 112px;
    }
}

.search-bar-header form {
    padding: 100px 24px 40px;
    position: relative;
    z-index: 10;
    /*======================================
    Selectric
 ======================================*/
    /* Items box */
}

@media (min-width: 768px) {
    .search-bar-header form {
        padding: 135px 44px 30px;
    }
}

.search-bar-header form .form-group {
    position: relative;
    padding-top: 10px;
}

    .search-bar-header form .form-group input[type="text"], #job-search form .form-group input[type="text"] {
        width: 100%;
        height: 50px;
        border: 1px solid #aaa;
        -o-border-radius: 0px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 12px;
        border-radius: 0px;
        margin-bottom: 5px;
        color: #555;
        font-size: 1.6rem;
        padding-left: 55px;
    }

    .search-bar-header form .form-group .search-icon {
        position: absolute;
        top: 17px;
        left: 10px;
        z-index: 5;
        width: 35px;
        height: 35px;
        background: transparent url("../img/orange-icon-search.png") center center no-repeat;
    }

.search-bar-header form .selectric-wrapper {
    position: relative;
    cursor: pointer;
}

.search-bar-header form .selectric-responsive {
    width: 100%;
}

.search-bar-header form .selectric {
    border: 1px solid #a0b7bd;
    background: #FFFFFF;
    position: relative;
    border-radius: 0px;
}

    .search-bar-header form .selectric .label {
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin: 0 48px 0 10px;
        height: 48px;
    }

    .search-bar-header form .selectric .button {
        background: white;
        border-radius: 0px;
        display: block;
        position: absolute;
        right: 0px;
        cursor: pointer;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 38px;
        height: 38px;
        color: #00acea;
        text-align: center;
        background: transparent!important;
        font: 0/0 a;
    }

        .search-bar-header form .selectric .button:after {
            content: " ";
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            margin: auto;
            width: 0;
            height: 0;
            border: 4px solid transparent;
            border-top-color: #444444;
            border-bottom: none;
        }

.search-bar-header form .selectric-hover .selectric {
    border-color: #e3f0f8;
}

    .search-bar-header form .selectric-hover .selectric .button {
        color: #879ea4;
    }

        .search-bar-header form .selectric-hover .selectric .button:after {
            border-top-color: #879ea4;
        }

.search-bar-header form .selectric-open {
    z-index: 9999;
}

    .search-bar-header form .selectric-open .selectric {
        border-color: #879ea4;
    }

    .search-bar-header form .selectric-open .selectric-items {
        display: block;
    }

.search-bar-header form .selectric-disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.search-bar-header form .selectric-hide-select {
    position: relative;
    overflow: hidden;
    width: 0;
    height: 0;
}

    .search-bar-header form .selectric-hide-select select {
        position: absolute;
        left: -100%;
        display: none;
    }

.search-bar-header form .selectric-input {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 1px !important;
    height: 1px !important;
    outline: none !important;
    border: none !important;
    *font: 0/0 a !important;
    background: none !important;
}

.search-bar-header form .selectric-temp-show {
    position: absolute !important;
    visibility: hidden !important;
    display: block !important;
}

.search-bar-header form .selectric-items {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #FFF;
    border: 1px solid #C4C4C4;
    z-index: -1;
    box-shadow: 0 0 10px -6px;
}

    .search-bar-header form .selectric-items .selectric-scroll {
        height: 100%;
        overflow: auto;
    }

.search-bar-header form .selectric-above .selectric-items {
    top: auto;
    bottom: 100%;
}

.search-bar-header form .selectric-items ul, .search-bar-header form .selectric-items li {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    min-height: 20px;
}

.search-bar-header form .selectric-items li {
    display: block;
    padding: 8px;
    border-top: 1px solid #EFEFEF;
    border-bottom: 1px solid #EEE;
    color: #666;
    cursor: pointer;
}

    .search-bar-header form .selectric-items li.selected {
        background: #e3f0f8;
        color: #444;
    }

    .search-bar-header form .selectric-items li:hover {
        background: #F0F0F0;
        color: #444;
    }

.search-bar-header form .selectric-items .disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default !important;
    background: none !important;
    color: #666 !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.search-bar-header form .selectric-items .selectric-group .selectric-group-label {
    font-weight: bold;
    padding-left: 10px;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: none;
    color: #444;
}

.search-bar-header form .selectric-items .selectric-group.disabled li {
    filter: alpha(opacity=100);
    opacity: 1;
}

.search-bar-header form .selectric-items .selectric-group li {
    padding-left: 25px;
}

.search-bar-header form .button {
    -webkit-appearance: none;
    -webkit-border-raduis: 0px;
    border-radius: 0px;
    height: 42px;
    position: relative;
    top: 11px;
    background-color: #ff6506;
    padding: 10px 18px;
    text-align: center;
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: normal;
    font-size: 1.3rem;
    letter-spacing: 3px;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -ms-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    padding: 10px 18px !important;
    border: 0;
    width: 100%;
    text-align: center;
}

    .search-bar-header form .button:hover {
        text-decoration: none;
        background-color: #fb7c2f;
    }

    .search-bar-header form .button:active {
        text-decoration: none;
        background-color: #0092c6;
    }

@media (min-width: 768px) {

    .search-bar-header form .button {
        height: 49px;
        padding: 18px 28px;
        font-size: 16px;
    }
}

@media (min-width: 768px) {
    .search-bar-header form .button {
        font-size: 10px;
    }
}

@media (min-width: 992px) {
    .search-bar-header form .button {
        font-size: 14px;
    }
}

@media screen and (min-width: 991px) and (max-width: 1398px) {
    .search-bar-header form .button {
        font-size: 12px;
    }
}
/* Radio buttons and checkboxes */
.checkbox {
    border-bottom: 1px solid rgba(17, 17, 17, 0.2);
    margin: 0;
    padding: 10px 15px;
}

    .checkbox label {
        padding-top: 3px;
        min-height: 25px;
        padding-right: 30px;
    }

.has-js .label_radio input,
.label_check input {
    left: -9999px;
    position: absolute;
}

.jumbo-nav nav ul.social {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0px 0 0 0;
}

    .jumbo-nav nav ul.social li {
        float: left;
        border: 0px;
        width: auto;
        padding: 0;
        margin: 0;
    }

        .jumbo-nav nav ul.social li:after {
            display: none;
        }

        .jumbo-nav nav ul.social li a {
            display: block;
            width: auto;
            width: 60px;
            height: 60px;
            margin-right: 10px;
            text-align: center;
            background-image: url("../img/social-icon-bg.png");
            background-position: center center;
            background-repeat: no-repeat;
            background-size: cover;
            /*background-color: #fff;*/
            border-radius: 50%;
        }

            .jumbo-nav nav ul.social li a i {
                display: block;
                background-size: cover;
                width: 30px;
                height: 30px;
                line-height: 30px;
                margin: 15px;
            }

                .jumbo-nav nav ul.social li a i.envelope, .jumbo-nav nav ul.social li a i.email {
                    background-image: url("../img/social-icon-envelope.png");
                    background-position: center center;
                    background-repeat: no-repeat;
                }

                .jumbo-nav nav ul.social li a i.twitter {
                    background-image: url("../img/social-icon-twitter.png");
                    background-position: center center;
                    background-repeat: no-repeat;
                }

                .jumbo-nav nav ul.social li a i.linkedin {
                    background-image: url("../img/social-icon-linkedin.png");
                    background-position: center center;
                    background-repeat: no-repeat;
                }

                .jumbo-nav nav ul.social li a i.facebook, .jumbo-nav nav ul.social li a i.youtube, .jumbo-nav nav ul.social li a i.googleplus {
                    padding-top: 4px;
                    color: #fb6707;
                }

/* REGISTER MODAL */

.register-modal {
    width: 100%;
    float: left;
}

    .register-modal .modal-content .modal-body .form-inline label {
        width: 40%;
        float: left;
        display: block;
        font-size: 1.6rem;
        font-weight: normal;
        color: #fff;
    }

    .register-modal .modal-content .modal-body .form-inline .form-control {
        float: right;
        width: 60%;
        display: block;
    }

    .register-modal .modal-content .modal-body .form-inline ul li.check .checkbox {
        margin-bottom: 0px;
    }

        .register-modal .modal-content .modal-body .form-inline ul li.check .checkbox label {
            width: 100%;
        }

        .register-modal .modal-content .modal-body .form-inline ul li.check .checkbox input[type="checkbox"] {
            height: auto;
            position: absolute;
        }

        .register-modal .modal-content .modal-body .form-inline ul li.check .checkbox span {
            position: relative;
            font-size: 1.5rem;
            top: -2px;
        }

    .register-modal .modal-content .modal-body .form-inline ul li input[type="submit"] {
        margin-left: 0;
        width: auto;
    }

    .register-modal .modal-content .modal-body .form-inline ul li p {
        text-align: left;
    }

    .register-modal .modal-content .modal-body .form-inline ul li p, .register-modal .modal-content .modal-body .form-inline ul li a {
        color: #fff;
    }

    .register-modal .modal-content .modal-body .form-inline ul li a {
        text-decoration: underline;
    }

        .register-modal .modal-content .modal-body .form-inline ul li a:hover {
            text-decoration: none;
        }

@media screen and (max-width: 767px) {
    /* line 553, ../scss/_modal.scss */
    .register-modal .modal-content .modal-body .form-inline .form-control, .register-modal .modal-content .modal-body .form-inline label, .register-modal .modal-content .modal-body .form-inline textarea {
        width: 100%;
    }
}
/* FORGOTTEN MODAL */
.forgotten-passowrd .modal-content .modal-body .form-inline ul li #sendEmailAdress {
    width: 100%;
}

/* ------------------------------------
Modal windows
------------------------------------- */


.modal-body {
    position: relative;
    padding: 0 15px;
}


@media (min-width: 1400px) {
    .modal-dialog {
        top: 50%;
        position: absolute;
        left: 50%;
        margin: 0;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .modal.fade .modal-dialog {
        top: 50%;
        left: 50%;
        opacity: 0;
        transform-origin: left;
        -webkit-transform: scale(0.6) translate3d(-50%, -50%, 0);
        -moz-transform: scale(0.6) translate3d(-50%, -50%, 0);
        -o-transform: scale(0.6) translate3d(-50%, -50%, 0);
        transform: scale(0.6) translate3d(-50%, -50%, 0);
        -webkit-transition: all 0.2 ease-out;
        -moz-transition: all 0.2 ease-out;
        -ms-transition: all 0.2 ease-out;
        -o-transition: all 0.2 ease-out;
        transition: all 0.2 ease-out;
    }

    .modal.fade.in .modal-dialog {
        -webkit-transform: scale(1) translate3d(-50%, -50%, 0);
        -moz-transform: scale(1) translate3d(-50%, -50%, 0);
        -o-transform: scale(1) translate3d(-50%, -50%, 0);
        transform: scale(1) translate3d(-50%, -50%, 0);
        opacity: 1;
    }
}

.modal-open {
    overflow: visible;
}

.modal-dialog {
    z-index: 999999;
    width: 1000px;
}

.modal-content {
    border: 5px solid #fff;
    background-color: #e95d00;
    padding: 40px 20px;
}

    .modal-content a.modal-close {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        border-left: 3px solid #fff;
        border-bottom: 3px solid #fff;
        box-shadow: none;
        width: 40px;
        height: 40px;
        padding: 0;
        margin: 0;
        border-radius: 0;
        background: transparent;
        background-image: url("../img/close-modal-02.png");
        background-position: center center;
        background-repeat: no-repeat;
    }

    .modal-content .modal-header {
        text-align: center;
        border: none;
    }

        .modal-content .modal-header h2 {
            color: #fff;
            text-transform: uppercase;
            font-size: 4.0rem;
            font-weight: bold;
            padding: 0;
            margin: 0 0 10px 0;
        }

        .modal-content .modal-header h3 {
            font-size: 1.4rem;
            text-transform: uppercase;
            letter-spacing: 0.4rem;
            line-height: 3.6rem;
        }

.modal-body form {
    width: 100%;
    overflow: hidden;
}

    .modal-body form ul li {
        position: relative;
        width: 100%;
        float: left;
    }

        .modal-body form ul li.check {
            margin-bottom: 10px;
        }

        .modal-body form ul li input {
            width: 100%;
            -o-border-radius: 0px;
            -webkit-border-radius: 0px;
            -moz-border-radius: 0px;
            border-radius: 0px;
            width: 100%;
            height: 50px;
            color: #0f0f1e;
            font-size: 1.6rem;
            margin-bottom: 20px;
        }

    .modal-body form input::-webkit-input-placeholder {
        color: #0f0f1e;
        font-size: 1.6rem;
        opacity: 1;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        filter: alpha(opacity=100);
        -khtml-opacity: 1;
    }

    .modal-body form input:-moz-placeholder {
        color: #0f0f1e;
        font-size: 1.6rem;
        opacity: 1;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        filter: alpha(opacity=100);
        -khtml-opacity: 1;
    }

    .modal-body form input::-moz-placeholder {
        color: #0f0f1e;
        font-size: 1.6rem;
        opacity: 1;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        filter: alpha(opacity=100);
        -khtml-opacity: 1;
    }

    .modal-body form input:-ms-input-placeholder {
        color: #0f0f1e;
        font-size: 1.6rem;
        opacity: 1;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        filter: alpha(opacity=100);
        -khtml-opacity: 1;
    }

    .modal-body form ul li input[type="submit"] {
        background: #fb6707;
        font-size: 1.4rem;
        letter-spacing: 3px;
        color: #fff;
        text-transform: uppercase;
        border: none;
        padding: 15px;
        width: 220px;
        display: block;
        margin: 0 auto;
        margin-bottom: 20px;
    }

        .modal-body form ul li input[type="submit"]:hover {
            background-color: #ffa31a;
        }

    .modal-body form ul li p {
        color: #fff;
        font-size: 1.4rem;
        padding: 0;
        margin: 0;
        text-align: center;
    }

        .modal-body form ul li p a {
            color: #fff;
            text-decoration: underline;
        }

            .modal-body form ul li p a:visited {
                color: #fff;
                text-decoration: none;
            }

            .modal-body form ul li p a:hover {
                color: #fff;
                text-decoration: none;
            }

    .modal-body form ul li .checkbox {
        width: 100%;
        float: left;
        padding: 0;
        border-bottom: 0;
        position: relative;
        margin-bottom: 20px;
    }

        .modal-body form ul li .checkbox label:before {
            content: "";
            display: block;
            width: 20px;
            height: 20px;
            border: 1px solid #fff;
            top: 2px;
            left: 0;
            position: absolute;
        }

        .modal-body form ul li .checkbox label {
            color: #fff;
            padding-left: 30px;
            position: relative;
        }

.has-js .modal-body form label.c_on,
.has-js .modal-body form label.r_on {
    background: url("../img/icons/checkbox-checked-tick.png") no-repeat scroll 3px 5px;
}

.modal-body form ul li span.retrieve-password, .modal-body form ul li a.retrieve-password {
    width: auto;
    display: block;
    color: #fff;
    padding: 0;
    margin: 0;
    right: 0;
    position: relative;
    top: -10px;
    text-align: center;
    text-decoration: underline;
}

    .modal-body form ul li span.retrieve-password:hover, .modal-body form ul li a.retrieve-password:hover {
        text-decoration: none;
    }

@media (min-width: 768px) {
    .modal-body form ul li span.retrieve-password, .modal-body form ul li a.retrieve-password {
        top: 4px;
        text-align: right;
    }
}

@media screen and (max-width: 1099px) {
    /* line 405, ../scss/_modal.scss */
    .modal-dialog {
        width: 94%;
        margin: 0 auto;
    }
}

.modal-body form ul li textarea {
    width: 100%;
    max-width: 100%;
    min-height: 240px;
    background: #fff;
    padding: 20px 10px;
    box-shadow: none;
    border: 1px solid #ccc;
    font-size: 2.0rem;
    font-weight: normal;
    color: #0f0f1e;
    margin-bottom: 20px;
}

.modal-body form ul li.check a:hover {
    color: #fff;
    text-decoration: none;
    outline: none;
}

.modal-body form ul li.check a:visited {
    color: #fff;
    text-decoration: none;
    outline: none;
}

.modal-body form ul li.check a:active {
    color: #fff;
    text-decoration: none;
    outline: none;
}

.modal-body form ul li.check a {
    color: #fff;
    text-decoration: none;
    outline: none;
}
/* Homepage */
.homepage.section1 h1 {
    /*width: 500px;*/
    margin: 0 auto;
}

.homepage.our-focused-technology-verticals .icon {
    display: inline-block;
    width: 80px;
    height: 80px;
    text-align: center;
}

.icon-cloud {
    background: url(../img/homepage/homepage-icons.png) border-box 0px 0px no-repeat;
}

.icon-infrastructure {
    background: url(../img/homepage/homepage-icons.png) border-box -80px 0px no-repeat;
}

.icon-digital {
    background: url(../img/homepage/homepage-icons.png) border-box -160px 0px no-repeat;
}

.icon-software {
    background: url(../img/homepage/homepage-icons.png) border-box 0px -80px no-repeat;
}

.icon-data {
    background: url(../img/homepage/homepage-icons.png) border-box -80px -80px no-repeat;
}

.icon-testing {
    background: url(../img/homepage/homepage-icons.png) border-box -160px -80px no-repeat;
}

.homepage.our-focused-technology-verticals .icon-title, .homepage.our-focused-industry-domains .icon-title {
    font-size: 13px;
    color: #333;
    text-transform: uppercase;
    display: block;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
    text-decoration: none;
}

.homepage.our-focused-industry-domains .circle-org {
    color: #fff;
    width: 83px;
    height: 83px;
    line-height: 70px;
    font-size: 40px;
    text-align: center;
    background-color: #fb6707;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    margin: 0 auto;
    cursor: default;
}

.focused-area .line-width-anime {
    width: 0;
    height: 1px;
    background-color: #fb6707;
    margin: 0 auto;
    -webkit-transition: width 0.3s ease;
    -moz-transition: width 0.3s ease;
    -ms-transition: width 0.3s ease;
    -o-transition: width 0.3s ease;
    transition: width 0.3s ease;
}

.focused-area .line-height-anime {
    width: 1px;
    height: 0px;
    background-color: #fb6707;
    margin: 0 auto 10px;
    -webkit-transition: height 0.3s ease;
    -moz-transition: height 0.3s ease;
    -ms-transition: height 0.3s ease;
    -o-transition: height 0.3s ease;
    transition: height 0.3s ease;
}

.focused-area .sub-makert-hover {
    margin: 0 auto 10px;
}

    .focused-area .sub-makert-hover .subsectors {
        display: inline-table;
        opacity: 0;
        text-decoration: none;
        padding-right: 14px;
        padding-left: 3px;
        background: transparent url("../img/homepage/slash.png") center right no-repeat;
        -webkit-transition: opacity 0.3s ease;
        -moz-transition: opacity 0.3s ease;
        -ms-transition: opacity 0.3s ease;
        -o-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
        cursor: default;
    }

    .focused-area .sub-makert-hover.visible .subsectors {
        opacity: 1;
    }

.hero-content {
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    width: 50%;
}

    .hero-content h1 {
        font-family: 'texgyreadventorbold', Arial, sans-serif;
        text-align: center;
        font-size: 4.5rem;
        text-transform: uppercase;
        color: #333;
        padding-bottom: 30px;
        line-height: 1.3;
        letter-spacing: 0.02em;
        /*font-weight: bold;*/
    }

        .hero-content h1 span {
            font-family: 'texgyreadventorbold', Arial, sans-serif;
            /*background: rgba(255, 255, 255, 0.3);
            padding: 0 10px;*/
        }

.bg-trans1 {
    background: rgba(63, 49, 48, 0.8);
    padding: 10px 10px 10px;
}

.bg-trans2 {
    background: rgba(255, 255, 255, 0.75);
    padding: 10px 10px 1px;
}

.hero-content h1 span.brand {
    color: #fb6707;
}

.hero-content h1 span.no-bg {
    background: transparent;
    padding: 0px;
}

p.sub-title-text {
    color: #333;
    font-size: 1.8rem;
    text-align: center;
    letter-spacing: 0.3px;
    /*line-height: 1;*/
    margin-bottom: 50px;
    font-weight: 300;
}

    p.sub-title-text span {
        background: rgba(255, 255, 255, 0.3);
        padding: 0 7px;
    }

.hero-content .scrollTo {
    text-decoration: none;
    /*display: none;*/
}

    .hero-content .scrollTo:hover {
        text-decoration: none;
    }

    .hero-content .scrollTo .scrollMarket {
        text-align: center;
        color: #424242;
        padding-top: 50px;
        display: block;
        font-size: 1.2rem;
        text-transform: uppercase;
        background: url("../img/homepage/scroll-icon.png") top center no-repeat;
    }

.future-ready-org {
    position: fixed;
    right: 25px;
    width: 125px;
    top: 85px;
    z-index: 1;
}
.future-ready-org img{
    width: 125px;
}
.followers-left {
   display: inline-block;
    position: absolute;
    left: -100px;
    top: 45px; 
}
.followers-right {
     display: inline-block;
    position: absolute;
    right: -100px;
    top: 45px;   
}
.followers-left > img, .followers-right > img {
    width: 80px;
}
.about-us .left-area, .about-us .right-area {
    padding: 50px;
}

.about-us .left-area {
    margin-top: -125px;
}

.about-us .right-area {
    margin-top: 15%;
}

.about-us .s-journey img {
    position: relative;
    margin: 10px auto 50px;
}

.list-boxes p {
    text-align: left;
    padding: 0 15px;
}

.right-part p, .left-part p {
    font-size: 1.8rem;
    line-height: 1.2;
}

.left-part {
    padding-left: 70px;
}

.right-part {
    padding-right: 70px;
}

.list-boxes ul {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0 0 0 15px;
}

.list-boxes li {
    background: #f9f9f9 url("../img/homepage/bullet.png") center left no-repeat;
    padding: 6px 5px 10px 50px;
    display: inline-block;
    height: 57px;
    width: 100%;
    font-size: 1.6rem;
}

    .list-boxes li:nth-child(even) {
        background: #e0e0e0 url("../img/homepage/bullet.png") center left no-repeat;
    }

.text-underline {
    font-size: 3rem;
    text-align: center;
    padding-bottom: 30px;
}

    .text-underline::after {
        content: "";
        position: absolute;
        width: 200px;
        height: 1px;
        background-color: #fb6707;
        left: 50%;
        margin-top: 40px;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }
/* Our Focusesd Areas */

p.highlight {
    font-size: 2.1rem;
    color: #fb6707;
    line-height: 1.2;
}

/*---------------------------
     About Us 
-------------------------------*/
.div-transparent-white, .div-transparent-orange {
    padding-top: 70px;
    height: 100%;
    display: block;
    /*margin-top:70px*/
}

.div-transparent-white {
    background: rgba(255, 255, 255, 0.6);
}

.div-transparent-orange {
    background: rgba(255, 102, 0, 0.8);
}

    .div-transparent-orange .hero-content h1 span, .div-transparent-orange .sub-title-text {
        color: #fff;
    }

    .div-transparent-orange .highlight {
        color: #000;
    }

#why-we-are-different .advantages img {
    margin: 20px;
}
/*-----------------------------------------------------------------------------
     Recruitment Services / Iam An Employer / Iam A Professional / Contact Us 
------------------------------------------------------------------------------*/
#iam-a-professional div.upload {
    width: 100%;
    height: 56px;
    float: left;
    position: relative;
    z-index: 0;
    padding-bottom: 8px;
    margin: 30px 0 20px 0;
    background: #fb6707;
    border: 1px solid rgba(255, 255, 255, 0.7);
}

    #iam-a-professional div.upload:hover {
        cursor: pointer;
    }

    #iam-a-professional div.upload input {
        height: 68px;
        width: 100%;
        -o-border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

        #iam-a-professional div.upload input.cv[type="file"] {
            width: 100%;
            height: 100%;
            opacity: 0;
            /*! /*! -webkit-opacity: 0; */ */
            /*! -moz-opacity: 0; */
            filter: alpha(opacity=0);
            /*! -khtml-opacity: 0; */
            /*! /*! z-index: 7777; */ */;
        }

input#cv-main-navigation, input#cv-main-navigation-two {
    cursor: pointer;
}

#iam-a-professional div.upload #val, #iam-a-professional div.upload #val-two, #iam-a-professional div.upload #val-three {
    height: 70px;
    width: 60%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}

#iam-a-professional div.upload span.file-name {
    font-size: 2.0rem;
    display: block;
    margin: 0;
    padding-top: 11px;
    padding-left: 20px;
    color: #fff;
    height: 100%;
    margin-left: 40%;
}

#iam-a-professional div.upload label {
    font-size: 1.6rem;
    font-weight: normal;
    width: 40%;
    height: 56px;
    color: #fff;
    padding: 0;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 9999;
    padding: 15px 0 2px 20px;
}

    #iam-a-professional div.upload label i.cv-form-icon {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        border-right: 1px solid rgba(255, 255, 255, 0.7);
        width: 40px;
        background-image: url("../img/recruitmentservices/file-upload-icon.png");
        background-position: 0px center;
        background-repeat: no-repeat;
    }

#iam-a-professional .nav-tabs > li.active > a, #iam-a-professional .nav-tabs > li.active > a:focus, #iam-a-professional .nav-tabs > li.active > a:hover {
    color: #fff;
    background: rgba(63, 49, 48, 0.95);
    border: 1px solid rgba(63, 49, 48, 0.95);
}

#iam-a-professional .nav-tabs > li > a {
    background-color: rgba(251, 103, 7, 0.95);
}

#iam-a-professional .nav > li > a:focus, #iam-a-professional .nav > li > a:hover {
    text-decoration: none;
    background-color: rgba(63, 49, 48, 0.95);
    border-color: rgba(63, 49, 48, 0.95);
}

#iam-a-professional .nav-tabs {
    border-bottom: 1px solid transparent;
}

#iam-a-professional .nav > li > a {
    font-size: 18px;
    text-transform: uppercase;
    padding: 10px 50px;
}

#iam-a-professional .tab-content > .tab-pane {
    background: rgba(63, 49, 48, 0.95);
    padding: 20px;
}

#iam-a-professional a.accordion-toggle {
    display: block;
    padding: 10px 15px;
}

#iam-a-professional div.panel-heading {
    padding: 0;
}

.upload-file {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
}

    .upload-file:after {
        display: none;
    }

p.file-info {
    font-size: 1.3rem;
    font-weight: normal;
    padding: 10px 0 0 0;
    margin-bottom: 0px;
    color: #fb6707;
}

.upload-file input {
    font-size: 1.8rem;
    width: 100%;
    z-index: 5;
    height: 50px;
    background: #e95d00;
    border: 0;
    color: #fff;
    position: relative;
}

/*about us carousel*/
#about-us .carousel-inner > .item {
    padding: 0 150px;
}

#about-us .carousel-control.right, #about-us .carousel-control.left {
    background: none;
}

#about-us .carousel-control.right {
    right: -8px;
    left: auto;
    background-image: none;
}

#about-us .carousel-control.left {
    left: -45px;
    right: auto;
    background-image: none;
}

#about-us .carousel-control img {
    position: absolute;
    top: 38%;
    z-index: 5;
    display: inline-block;
}

#about-us .carousel-inner .date {
    font-size: 2.5rem;
    font-weight: bold;
    color: #fb6707;
}

#about-us .carousel-inner p {
    font-size: 1.6rem;
}

#about-us .carousel-inner h2 {
    margin-top: 0px;
}

.benefits .row {
    margin-top: 10px;
    margin-bottom: 10px;
}

.benefits .img-part {
    float: left;
    display: block;
    height: 150px;
    padding-right: 30px;
}

.benefits h3 {
    margin-top: 0px;
}

.benefits p {
    text-align: justify;
    clear: right;
}
/*contact us*/

div.locations .location-row .contact-details ul {
    padding: 0;
    margin: 0;
}

    div.locations .location-row .contact-details ul li {
        width: 100%;
        color: #fff;
        font-size: 1.8rem;
        font-weight: normal;
    }

        div.locations .location-row .contact-details ul li i {
            margin-right: 10px;
        }

        div.locations .location-row .contact-details ul li a {
            color: #fff;
            font-size: 2.0rem;
        }

div.locations {
    width: 100%;
    float: left;
    background: #fff;
}

    div.locations .location-row {
        width: 100%;
        float: left;
        position: relative;
        z-index: 0000;
    }

        div.locations .location-row:nth-child(even) {
            background: linear-gradient(to bottom, #f25f00, #fb6707);
        }

        div.locations .location-row:nth-child(odd) {
            background: linear-gradient(to bottom, #fb6707, #ff7922);
        }

        div.locations .location-row .contact-details {
            width: 60%;
            float: left;
            color: #fefeff;
            height: 100%;
            position: relative;
            padding: 5% 3.5%;
            z-index: 2222;
            text-align: left;
        }

            div.locations .location-row .contact-details h2 {
                font-size: 2.0rem;
                font-weight: bold;
                color: #000;
                text-transform: uppercase;
                padding: 0 0 20px 0;
                margin: 0 0 20px 0;
                position: relative;
                text-align: left;
                background: none;
            }

                div.locations .location-row .contact-details h2:after {
                    content: "";
                    position: absolute;
                    width: 60px;
                    height: 1px;
                    background: #fff;
                    bottom: 0;
                    left: 0;
                }

            div.locations .location-row .contact-details p {
                color: #fff;
                font-size: 1.8rem;
                font-weight: normal;
            }

            div.locations .location-row .contact-details .button-empty {
                margin: 0px;
                margin-bottom: 50px;
            }

        div.locations .location-row .cform {
            width: 40%;
            float: left;
        }

.contact-form.gap {
    height: 700px;
}
/* PUSH AND PULL CLASS TO RE-ORDER */
.push {
    float: right!important;
}

.pull {
    float: left!important;
}
/* ------------------------------------
Buttons
------------------------------------- */

.buttons-container {
    margin: 40px 0 30px;
}

    .buttons-container .button {
        display: inline;
    }

.button {
    height: 42px;
    position: relative;
    top: 11px;
    background-color: #fb6707;
    padding: 10px 30px;
    text-align: center;
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: normal;
    font-size: 1.39rem;
    letter-spacing: 3px;
    letter-spacing: 0.1em;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -ms-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    display: table;
    text-align: center;
    margin: 0 auto 30px;
}

    .button i {
        margin-right: 10px;
    }

    .button:hover, .button:visited {
        text-decoration: none!important;
        background-color: #ff802c;
        color: white !important;
    }

    .button:active {
        text-decoration: none;
        background-color: #e95d00;
        color: white;
    }

.button-empty {
    height: 42px;
    position: relative;
    top: 11px;
    border: 2px solid #fff;
    background-color: transparent;
    padding: 10px 18px;
    text-align: center;
    color: #fff !important;
    text-decoration: none;
    font-weight: normal;
    font-size: 1.3rem;
    letter-spacing: 3px;
    -webkit-transition: border 0.3s ease, background-color 0.3s ease;
    -moz-transition: border 0.3s ease, background-color 0.3s ease;
    -ms-transition: border 0.3s ease, background-color 0.3s ease;
    -o-transition: border 0.3s ease, background-color 0.3s ease;
    transition: border 0.3s ease, background-color 0.3s ease;
    display: table;
    text-align: center;
    margin: 0 auto;
}

    .button-empty:hover {
        text-decoration: none;
        background-color: rgb(255, 255, 255);
        color: #fb6707!important;
    }

    .button-empty:active {
        text-decoration: none;
        background-color: rgba(255, 255, 255, 0.6);
        color: #fb6707;
    }

.button-dark {
    height: 42px;
    position: relative;
    top: 11px;
    background-color: #e95d00;
    padding: 10px 18px;
    text-align: center;
    color: white !important;
    text-decoration: none;
    font-weight: normal;
    font-size: 1.3rem;
    letter-spacing: 3px;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -ms-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    margin: 0 auto;
    display: table;
}

    .button-dark:hover {
        text-decoration: none;
        background-color: #ff6600;
        color: white;
    }

    .button-dark:active {
        text-decoration: none;
        background-color: #c74f00;
        color: white;
    }

/* ------------------------------------
Bespoke forms
------------------------------------- */
.contactMapModal .modal-dialog {
    width: 98%;
}

.contact-form {
    width: 100%;
    float: left;
    background: #efefef;
    padding: 80px 50px 185px 50px;
    text-align: center;
}

form.contact-form-primary {
    width: 100%;
    float: left;
    text-align: left;
    color: #000;
    font-size: 1.6rem;
}

    form.contact-form-primary .form-group {
        width: 100%;
        float: left;
        margin-bottom: 20px;
    }

    form.contact-form-primary label {
        width: 100%;
        font-weight: normal;
        font-size: 1.6rem;
        margin-bottom: 10px;
    }

    form.contact-form-primary input {
        width: 100%;
        height: 50px;
        border: 1px solid #eee;
        -o-border-radius: 0px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 12px;
        border-radius: 0px;
        margin-bottom: 5px;
        color: #555;
        font-size: 1.6rem;
    }

    form.contact-form-primary [type="submit"] {
        /*text-transform: uppercase;
  display: block;
  width: auto;
  background: #fb6707;
  outline: none;
  border: none;*/
        color: #fff;
        /*padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto;*/
    }

    form.contact-form-primary textarea {
        width: 100%;
        border: 1px solid #eee;
        max-width: 100%;
        padding: 10px;
        margin-bottom: 5px;
        font-size: 1.6rem;
        color: #555;
    }

input {
    border-radius: 0;
}

form.contact-form-primary p.form-validation, form.contact-form-primary p.form-validation span {
    font-size: 14px;
    padding: 0;
    margin: 0;
    color: #ff0000;
}

/*--------------------------------
    footer
-----------------------------------*/

footer {
    width: 100%;
    height: auto;
}

    footer .main-footer {
        background: radial-gradient(circle at 50% 99.32%, #feb03c, transparent 100%), radial-gradient(circle at 0.52% 1.58%, #feb03c, transparent 100%), radial-gradient(circle at 50% 50%, #fb6707, #fb6707 100%);
        padding-bottom: 35px;
    }

        footer .main-footer .logo-footer {
            padding: 32px 0 10px;
        }

.buit-by {
    float: left;
    padding: 0 46px;
}

.buit-by {
    float: left;
    padding: 0 46px;
}

footer .footer-bottom .right a {
    font-size: 16px;
}

footer .footer-bottom .right .buit-by a {
    padding: 0px 0px;
}

footer .social-icon i {
    margin-right: 10px;
    color: #fff;
}

footer .main-footer .logo-footer a {
    background: url("../img/logo.png") no-repeat;
    -webkit-background-size: 98px 27px;
    -moz-background-size: 98px 27px;
    -o-background-size: 98px 27px;
    background-size: 98px 27px;
    width: 98px;
    height: 27px;
    display: block;
    text-indent: -3000em;
    overflow: hidden;
}

footer .main-footer ul {
    list-style: none;
    text-align: right;
    margin-top: 30px;
}

    footer .main-footer ul li {
        display: inline-table;
    }

footer .main-footer .footer-small-text {
    font-size: 16px;
    text-align: center;
}

footer .main-footer .details {
    font-size: 16px;
    margin-top: 12px;
    text-align: center;
}

    footer .main-footer .details span {
        color: white;
    }


footer .footer-bottom {
    background-color: #efefef;
    text-align: center;
}

    footer .footer-bottom .right {
        padding: 15px 0;
        color: #0e0e0e;
    }

        footer .footer-bottom .right a {
            color: #0e0e0e;
            padding: 17px 10px;
            text-decoration: none;
        }

[data-aos^="fade"][data-aos^="fade"] {
    opacity: 1;
    transform: translate(0);
}

[data-aos="fade-up"] {
    transform: translateY(0);
}
/*for slide out contact info button*/
.handle {
    background: #fb6707 url(../img/icons/contact.png ) no-repeat center center;
    height: 50px;
    width: 50px;
    border-radius: 25px 0px 0px 25px;
    margin-top: -1px;
}

.slide-out-div {
    padding: 0 20px 20px;
    width: 300px;
    background: rgba(255, 255, 255, 0.85);
    border-top: #fb6707 1px solid;
    z-index: 99999;
    -webkit-box-shadow: -8px 8px 3px -3px rgba(212,208,212,0.3);
    -moz-box-shadow: -8px 8px 3px -3px rgba(212,208,212,0.3);
    box-shadow: -8px 8px 3px -3px rgba(212,208,212,0.3);
}

    .slide-out-div h4 {
        font-weight: bold;
        color: #fb6707;
    }

    .slide-out-div ul {
        margin-left: 20px;
    }

        .slide-out-div ul li {
            margin-bottom: 5px;
        }

            .slide-out-div ul li i {
                margin-right: 10px;
                color: #fb6707;
            }
/*----------fullpage styles-------------*/
#fp-nav ul li a span, .fp-slidesNav ul li a span {
    background: #fb6707 !important;
    height: 6px;
    width: 6px;
}

#fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span {
    margin: -4px 0px 0px -3px;
}

#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span {
    margin: -4px 0 0 -4px;
}

/*bootstrap customization*/
.pagination > li > a, .pagination > li > span {
    color: #fb6707;
}

    .pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
        color: #fb6707;
    }

    .pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
        color: #fb6707;
    }

    .pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
        color: #000;
        background-color: #eee;
        border-color: #ddd;
    }

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    color: #fff;
    cursor: default;
    background-color: #fb6707;
    border-color: #fb6707;
}
/* sitemap css */
#sitemap {
    padding-top: 100px;
}

    #sitemap .page-header h1 {
        font-size: 3rem;
    }

    #sitemap nav {
        border-bottom: 1px dotted #ddd;
        padding-bottom: 10px;
    }
        /*#sitemap nav ul {
                    margin-left:30px
                }*/
        #sitemap nav li a {
            font-size: 16px;
            color: #fb6707;
        }

            #sitemap nav li a:hover {
                color: #000;
            }

    #sitemap h2 {
        font-size: 1.8rem;
    }

    #sitemap nav:last-child {
        margin-bottom: 50px;
    }

/* onscroll header */
@media (min-width: 992px) {
    .header-min .navigation {
        background-color: #fff;
        border-bottom: 1px solid #d0d0d0;
    }

        .header-min .navigation .logo-top {
            padding: 10px 0 0 30px;
        }
}

.footer-skilliantech {
/*padding-right: 20px;*/
}
.footer-skilliantech p{
font-size: 12px;
    padding-top: 15px;
    margin-bottom: 10px;
}
.footer-copy {
   padding-top:12px;
   font-size: 12px;
}
.footer-social {
    margin-right: -10px;
padding-bottom:20px;
}

/*header social media*/
.header-social {
    position: absolute;
    top: 25px;
    right: 110px;
}
.header-social a{
    color:#000;
}
#careers {
    position:relative;
    z-index: 1001;
}

#careers .div-transparent-white {
    background-color:transparent;
}

