﻿@import url('https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i,900,900i&display=swap'); /*font-family: 'Lato', sans-serif;*/
body {
    font-family: 'Lato', sans-serif !important;
    color: #2c2c2c;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: .5px;
}

h1, h2, h3, h4, h5 {
    font-family: 'Lato', sans-serif !important;
}

.header {
    position: relative;
}

header {
    position: relative;
    position: relative;
    z-index: 1000;
    right: 0;
    left: 0;
    margin: 0px auto;
    /*background-image: url(../images/headerbg.jpg);
	background-repeat: no-repeat;
	background-position: center;*/
    padding: 8px 0px;
    border-bottom: 1px solid #e6e6e6;
}

.top-nav {
    border: 0px;
    padding: 4px 0px;
    position: relative;
    border-bottom: 0px;
    height: auto;
    font-size: 12px;
    overflow: hidden;
    background-color: #0c4f60;
}

.time {
    font-size: 13px;
    color: #fff;
}

    .time i {
        font-size: 14px;
        color: #fff;
    }

.top-nav ul {
    margin: 0px;
    padding: 0px;
}

.top-nav li {
    display: inline-block !important;
}

    .top-nav li img {
        height: 18px;
    }

.toplink a {
    color: #fff !important;
    font-weight: 400;
}

    .toplink a:hover {
        color: #f3ac17 !important;
    }

.top-nav li a:hover {
    text-decoration: none;
}

.top-left {
    padding-left: 113px;
}

.top-right {
    text-align: right;
}

    .top-right li {
        padding: 0px 0px;
    }

        .top-right li a {
            color: #000;
            display: block;
            padding: 3px;
            text-transform: uppercase;
        }

.textresizer a {
    background-color: #fff;
    color: #000;
    font-weight: 500;
    border: 1px solid #ccc;
}

.default-theme {
    background-color: #fff;
    color: #000 !important;
    font-weight: 500;
    border: 1px solid #ccc;
}

.black-theme {
    background-color: #000;
    color: #fff !important;
    font-weight: bold;
    border: 1px solid #ccc;
}

.search {
    margin: 0px;
    padding: 0px !important;
}

    .search .form-control {
        border-right: 0;
        box-shadow: 0 0 0;
        border: 0px;
        border-radius: 0px;
        height: 24px;
    }

    .search .btn {
        border: 0;
        background: #f3ac17;
        margin-left: -4px;
        height: 24px;
        border-radius: 0px;
        color: #000;
    }

.hi-btn {
    background-color: #f3ac17;
    color: #000 !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.logo {
    padding: 0px;
    z-index: 1;
}

    .logo:after {
        content: "";
        width: 0;
        height: 0;
        /*! border-top: 96px solid
rgb(255, 255, 255); */
        /*! border-right: 59px solid
transparent; */
        position: absolute;
        /*! top: 0px; */
        right: -59px;
    }

    .logo img {
        max-width: 70%;
        transition-duration: .3s;
    }

.topmenu {
    padding: 6px 0px;
}

    .topmenu .navbar {
        border-radius: 0px;
        margin-bottom: 0px;
        min-height: auto;
        float: right;
    }

    .topmenu .navbar-inverse .navbar-nav > li {
        float: right;
    }

        .topmenu .navbar-inverse .navbar-nav > li .registerbtn {
            padding: 8px 15px;
            background: rgb(229,156,52);
            background: -moz-linear-gradient(45deg, rgba(229,156,52,1) 0%, rgba(191,58,84,1) 100%);
            background: -webkit-linear-gradient(45deg, rgba(229,156,52,1) 0%, rgba(191,58,84,1) 100%);
            background: linear-gradient(45deg, rgba(229,156,52,1) 0%, rgba(191,58,84,1) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e59c34', endColorstr='#bf3a54', GradientType=1 );
            color: #fff;
            border-radius: 3px;
            margin-left: 10px;
        }

            .topmenu .navbar-inverse .navbar-nav > li .registerbtn:hover {
                background: rgb(5,177,201);
                background: -moz-linear-gradient(45deg, rgba(5,177,201,1) 0%, rgba(38,65,146,1) 100%);
                background: -webkit-linear-gradient(45deg, rgba(5,177,201,1) 0%, rgba(38,65,146,1) 100%);
                background: linear-gradient(45deg, rgba(5,177,201,1) 0%, rgba(38,65,146,1) 100%);
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05b1c9', endColorstr='#264192', GradientType=1 );
                color: #fff !important;
            }

    .topmenu .navbar-inverse {
        background-color: rgba(255,255,255,.0);
        border-color: rgba(252, 153, 40, 0);
    }

        .topmenu .navbar-inverse .navbar-nav > li > a {
            color: rgba(0, 0, 0, 0.9);
            padding: 8px 20px;
            line-height: inherit;
            font-size: 0.90em;
            text-transform: uppercase;
            font-weight: 400;
            letter-spacing: 0px;
            position: relative;
            transition-duration: .3s;
            border-radius: 3px;
        }

            .topmenu .navbar-inverse .navbar-nav > li > a:hover {
                background-color: #174399;
                color: #fff;
            }

.waveWrapper {
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    z-index: 3;
}

.waveWrapperInner {
    position: absolute;
    width: 100%;
    overflow: hidden;
    height: 100%;
    bottom: -1px;
}

.bgTop {
    z-index: 15;
    opacity: 0.5;
}

.bgMiddle {
    z-index: 10;
    opacity: 0.75;
}

.bgBottom {
    z-index: 5;
}

.wave {
    position: absolute;
    left: 0;
    width: 200%;
    height: 100%;
    background-repeat: repeat no-repeat;
    background-position: 0 bottom;
    transform-origin: center bottom;
}

.waveTop {
    background-size: 50% 100px;
}

.waveAnimation .waveTop {
    animation: move-wave 3s;
    -webkit-animation: move-wave 3s;
    -webkit-animation-delay: 1s;
}

.waveMiddle {
    background-size: 50% 120px;
}

.waveAnimation .waveMiddle {
    animation: move_wave 10s linear infinite;
}

.waveBottom {
    background-size: 50% 100px;
}

.waveAnimation .waveBottom {
    animation: move_wave 15s linear infinite;
}

.innerbaner {
    position: relative;
    min-height: 400px;
    overflow: hidden;
}

.in-ban-img {
    background-image: url(../images/ourservices_3.png), linear-gradient(250deg, rgb(2, 26, 100) 0%, rgb(0, 76, 94) 100%);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 258px 0 120px;
}

.in-ban-img-over-lay {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    margin: 0px auto;
    z-index: 0;
    text-align: center;
    background: #0a20639e;
    height: 100%;
}

.in-ban-img img {
    max-width: 100%;
}

.in-baner-content {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    margin: 0px auto;
    padding: 100px 0px;
    text-align: center;
    width: 50%;
    color: #fff;
    z-index: 99999;
}

    .in-baner-content h1 {
        font-weight: 800;
        position: relative;
        padding-bottom: 15px;
        font-size: 2.9em;
        text-transform: uppercase;
    }

        .in-baner-content h1:before {
            position: absolute;
            height: 1px;
            width: 15%;
            background-color: #fff;
            right: 0px;
            bottom: 0px;
            left: 0px;
            content: "";
            margin: 0px auto;
        }

.inner-content .title {
    text-align: center;
    color: #174399;
    text-transform: uppercase;
}

    .inner-content .title h2 {
        font-size: 2.1em;
        font-weight: 800;
        margin: 0px;
        display: inline-block;
        border-bottom: 1px solid #174399;
        padding-bottom: 15px;
    }

.inner-content .centertext {
    text-align: center;
    padding: 3% 0%;
    font-size: 1.1em;
}

@keyframes move_wave {
    0% {
        transform: translateX(0) translateZ(0) scaleY(1);
    }

    50% {
        transform: translateX(-25%) translateZ(0) scaleY(0.55);
    }

    100% {
        transform: translateX(-50%) translateZ(0) scaleY(1);
    }
}

.website {
    padding: 50px 0px;
}

    .website h2 {
        font-weight: 800;
        color: #174399;
        position: relative;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

        .website h2:before {
            position: absolute;
            height: 1px;
            width: 15%;
            background-color: #174399;
            left: 0px;
            content: "";
            bottom: 0px;
        }

        .website h2 span {
            color: #fff;
            padding: 5px 15px;
            background-color: #174399;
        }

    .website h3 {
        font-weight: 800;
        color: #1a1a1a;
        position: relative;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

        .website h3:before {
            position: absolute;
            height: 1px;
            width: 15%;
            background-color: #666;
            left: 0px;
            content: "";
            bottom: 0px;
        }

.gerybg {
    background-color: #eee;
    background-image: url(../images/digital-transform-services.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.technology {
    margin: 0px;
    padding: 0px;
    text-align: center;
    list-style: none;
}

    .technology li {
        display: inline-block;
        animation: blinker 3s linear infinite;
        padding: 10px;
    }

        .technology li img {
            height: 60px;
        }

@keyframes blinker {
    50% {
        opacity: .3;
    }
}

.padding30 {
    padding: 30px 0px;
}

.bluebg {
    background-color: #174399;
    background-image: url(../images/blue-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

    .bluebg h2 {
        color: #fff;
    }

        .bluebg h2::before {
            background-color: #fff;
        }

.footer {
    background-color: #1c3a75;
    padding: 20px 15px;
    color: #fff;
}

.career .title {
    font-size: 45px;
    font-weight: 800;
    color: #174399;
    text-align: center;
}

.bigfont p {
    font-size: 18px;
    color: #333;
    font-weight: 800;
}

.careerbg {
    background-color: #214663;
    font-size: 20px;
    color: #fff;
    font-weight: 800;
    background-image: url(../images/career-bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.vertical-tab {
    display: table;
}

    .vertical-tab .nav-tabs {
        display: table-cell;
        width: 18%;
        min-width: 18%;
        border: none;
        border-right: 3px solid #dfdfdf;
        position: relative;
    }

        .vertical-tab .nav-tabs li {
            float: none;
            vertical-align: top;
        }

            .vertical-tab .nav-tabs li a {
                color: #606060;
                background-color: #f1f2f6;
                font-size: 18px;
                text-transform: capitalize;
                text-align: center;
                letter-spacing: 1px;
                padding: 15px 15px;
                margin: 0;
                border: none;
                border-radius: 0;
                display: block;
                position: relative;
                z-index: 1;
                transition: all 0.3s ease 0s;
            }

                .vertical-tab .nav-tabs li a:hover, .vertical-tab .nav-tabs li.active a, .vertical-tab .nav-tabs li.active a:hover {
                    color: #234993;
                    background-color: #fff;
                    border: none;
                    font-weight: bold;
                }

                .vertical-tab .nav-tabs li a:before, .vertical-tab .nav-tabs li a:after {
                    content: '';
                    height: 20px;
                    width: 20px;
                    background-color: #fff;
                    border-radius: 5px;
                    box-shadow: 0 0 5px rgba(0,0,0,0.3) inset;
                    opacity: 0;
                    transform: translateY(-50%) rotate(45deg);
                    position: absolute;
                    right: -10px;
                    top: 100%;
                    z-index: -1;
                    transition: all 0.3s ease 0s;
                }

                .vertical-tab .nav-tabs li a:after {
                    background-color: #ff591f;
                    border-radius: 50%;
                    height: 12px;
                    width: 12px;
                    right: 100%;
                    top: 50%;
                }

                .vertical-tab .nav-tabs li.active a:before, .vertical-tab .nav-tabs li a:hover:before {
                    top: 50%;
                    opacity: 1;
                }

                .vertical-tab .nav-tabs li.active a:after, .vertical-tab .nav-tabs li a:hover:after {
                    right: -6px;
                    opacity: 1;
                }

    .vertical-tab .tab-content {
        line-height: 23px;
        vertical-align: top;
        padding: 0px 15px 15px 30px;
        display: table-cell;
    }

        .vertical-tab .tab-content h3 {
            color: #079992;
            font-size: 24px;
            margin: 0 0 5px 0;
        }

        .vertical-tab .tab-content h4 {
            font-weight: 800px;
            font-weight: 800;
            color: #234993;
            font-size: 22px;
        }

@media only screen and (max-width: 479px) {
    .vertical-tab .nav-tabs {
        display: block;
        width: 100%;
        border-right: none;
    }

        .vertical-tab .nav-tabs li a {
            padding: 10px;
            margin: 0 0 10px;
        }

    .vertical-tab .tab-content {
        display: block;
        padding: 20px 15px 5px;
        border-radius: 0 0 10px 10px;
    }

        .vertical-tab .tab-content h3 {
            font-size: 18px;
        }
}

.vacancy {
    height: auto;
    margin-bottom: 15px;
    overflow: hidden;
}

    .vacancy h4 {
        margin: 0px 0px 15px 0px;
        padding: 0px;
        font-weight: 600;
    }

.joblist {
    margin: 30px 0px 15px 0px;
    padding: 0px;
    list-style: none;
    display: grid;
    width: 100%;
    grid-template-columns: 25% 25% 25% 25%;
    grid-column-gap: 2px;
    grid-row-gap: 2px;
}

    .joblist li {
        text-align: center;
        transition-duration: .3s;
    }

        .joblist li:nth-child(even) {
            background-color: #164084;
        }

        .joblist li:nth-child(odd) {
            background-color: #3963a7;
        }

        .joblist li a {
            color: #fff;
            font-weight: 600;
            text-transform: uppercase;
            display: block;
            padding: 65px 30px;
            font-size: 16px;
        }

        .joblist li:hover {
            opacity: .95;
        }

        .joblist li a:hover {
            text-decoration: none;
        }

        .joblist li span {
            display: block;
            font-size: 13px;
            font-weight: 300;
            margin-top: 10px;
        }

.jobtype a:hover {
    color: #ff591f;
}

.technology-text {
    text-align: center;
    margin-top: 0px;
}

    .technology-text:before {
        margin: 0px auto;
        right: 0;
        left: 0;
    }

.job-des h2 {
    margin-top: 0px;
}

.jobcode {
    margin: 0px 0px 15px 0px;
    padding: 0px;
    list-style: none;
}

    .jobcode li {
        display: inline-block;
        padding: 5px 10px;
        border: 1px solid #eee;
        margin-right: 5px;
        color: #ff591f;
        font-weight: 400;
    }

.job-des h4 {
    font-weight: 800;
    margin-bottom: 15px;
}

.list {
    list-style: none;
}

    .list ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
    }

    .list li {
        position: relative;
        padding: 15px 0 10px 30px;
        letter-spacing: -0.013em;
        font-size: 1.07em;
        text-align: justify;
        line-height: 20px;
        background-image: url(../images/bullets.jpg);
        background-repeat: repeat-y;
    }

        .list li::before {
            content: "\f00c";
            font-family: FontAwesome;
            font-size: 14px;
            color: #fff;
            position: absolute;
            left: -13px;
            top: 10px;
            padding: 5px 8px;
            height: 30px;
            width: 30px;
            border-radius: 50%;
        }

        .list li:nth-child(odd)::before {
            background-color: #3963a7;
        }

        .list li:nth-child(even)::before {
            background-color: #ff591f;
        }

.app-form .panel-heading {
    padding: 15px;
}

    .app-form .panel-heading h4 {
        margin: 0px;
        color: #000;
    }

.app-form .form-group .form-control {
    border-radius: 0px;
}

.btn {
    border-radius: 0px !important;
}

.topmenu .registerbtn {
    padding: 8px 15px;
    background: rgb(229,156,52);
    background: -moz-linear-gradient(45deg, rgba(229,156,52,1) 0%, rgba(191,58,84,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(229,156,52,1) 0%, rgba(191,58,84,1) 100%);
    background: linear-gradient(45deg, rgba(229,156,52,1) 0%, rgba(191,58,84,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e59c34', endColorstr='#bf3a54', GradientType=1 );
    color: #fff;
    border-radius: 3px;
    margin-left: 10px;
    float:right;
}

    .topmenu .registerbtn:hover {
        background: rgb(5,177,201);
        background: -moz-linear-gradient(45deg, rgba(5,177,201,1) 0%, rgba(38,65,146,1) 100%);
        background: -webkit-linear-gradient(45deg, rgba(5,177,201,1) 0%, rgba(38,65,146,1) 100%);
        background: linear-gradient(45deg, rgba(5,177,201,1) 0%, rgba(38,65,146,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05b1c9', endColorstr='#264192', GradientType=1 );
        color: #fff !important;
    }

@media only screen and (max-width:800px) {
    .joblist {
        grid-template-columns: 50% 50% !important;
    }
}

@media only screen and (max-width:450px) {
    .joblist {
        grid-template-columns: 100% !important;
    }
}

@media (max-width:767px) {
    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #1d1c1c !important;
    }

    .website.careerbg {
        padding: 100px 0px 10px;
    }
    .job-des .list {
        padding-left: 15px;
    }
}
