﻿@charset "utf-8";
/* CSS Document */
html {
    height: 100%;
}

body {
    font-family: 'Open Sans', sans-serif;
    background: #fff;
    line-height: 1.40em;
    font-size: 15px;
    height: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    color: #7d7d7d;
    letter-spacing: 0.02em;
    font-weight: 300;
    padding-top: 65px;
}

h1 {
    font-weight: 900;
    font-size: 2.2em;
    margin: 0;
}

h2 {
    font-weight: 900;
    font-size: 1.5em;
    margin: 0;
}

button, a {
    color: #555555;
    text-decoration: none;
    -webkit-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
    -moz-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
    -ms-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
    -o-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
    transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
}

footer {
    background: #293036;
    padding-top: 80px;
}

header {
    background: #fff;
    position: fixed;
    width: 100%;
    height: 85px;
    z-index: 2500;
    top: 0;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.2);
}

.header-right {
    float: right;
}

.navbar-brand {
    float: left;
    height: auto;
    font-size: 18px;
    line-height: 20px;
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
    width: 100%;
}

    /*.navbar-brand img {
        max-width: 150px;
    }*/

.btn-tm, header.btn-tm:focus {
    height: 40px;
    line-height: 40px;
    padding: 0 40px;
    border: 0;
    background: #ff0000;
    color: #fff;
    border-radius: 0px;
    text-align: center;
    text-transform: uppercase;
}
.right-buttons {
    z-index: 2000;
}
.twofourpx {
    font-size: 24px;
    line-height: 59px;
    height: 64px;
}
.header_logotype
{
    float:left;
}
.header_logo {
   
    margin-right:40px;

    position: absolute;
    margin-left: 36%;
}

.btn-tm:hover {
    background: #db0000;
    color: #fff;
}

.navbar-brand {
    float: left;
    height: auto;
    font-size: 18px;
    line-height: 20px;
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
    width: 100%;
}

.register {
    float: right;
    margin-right: 10px;
    z-index: 1000;
}

.right-buttons {
    position: absolute;
    width: auto;
    right: 0;
    z-index: 2000;
    top:85px;
}

header .btn-tm, header.btn-tm:focus {
    height: 65px;
    line-height: 65px;
    padding: 0 40px;
    border: 0;
    background: #FF0000;
    color: #fff;
    border-radius: 0px;
    text-align: center;
    text-transform: uppercase;
}

    header .btn-tm:hover {
        background: #db0000;
        color: #fff;
    }
/*---------banner-------------*/
.banner-slider {
    height: 100%;
}

    .banner-slider .slick-prev:before {
        font-size: 80px;
        border: 0;
        margin-left: -35px;
        content: "\f104";
        color: #c50b2f;
        font-family: fontawesome;
    }

    .banner-slider .slick-next:before {
        content: "\f105";
        color: #c50b2f;
        font-family: fontawesome;
        font-size: 80px;
        border: 0;
        margin-right: -35px;
    }

    .banner-slider .slick-prev {
        margin-left: 10%;
        height: 80px;
        width: 80px;
    }

    .banner-slider .slick-next {
        margin-right: 10%;
        height: 80px;
        width: 80px;
    }

.banner-slider {
    width: 100%;
    margin: 0 auto;
    height: 400px;
}

.bs_image {
    height: 400px;
}

.banner-slider .slick-slide {
    height: 100%;
}

.banner-slider .slick-center {
    opacity: 1;
}

.banner-slider .slick-prev, .slick-next {
    top: 36%;
}

.slick-list {
    height: 100%;
}

.slick-slider .slick-track {
    height: 100%;
}

.slider-overlay {
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 465px;
    position: absolute;
    left: 0;
    top: 0;
}

/*-----------banner-------*/


.login-section {
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}

    .login-section h1 {
        color: #fff;
    }

    .login-section h2 {
        font-weight: 300;
        color: #fff;
    }

.login-main {
    padding: 30px;
    background: rgba(255,255,255,0.8);
    margin-top: 10px;
}

    .login-main a {
        width: 100%;
        text-transform: capitalize;
        padding: 0 15px;
    }

li.pgNext {
    width: 68px;
}

#pageMobile {
    display: none;
}

#pageWeb {
    display: block;
}

#whatwedoMobile {
    display: none;
}

#whatwedoWeb {
    display: block;
}

.pagination > li:last-child > span {
    margin-left: 10px;
}

#whatwedoWeb p.text-center {
    font-size: 20px;
}

.right-buttons-mobile {
    display: none;
}

.login-main i {
    line-height: 65px;
    padding-right: 20px;
    font-size: 20px;
    vertical-align: middle;
}

.login-main input {
    line-height: 65px;
    height: 65px;
    border-radius: 0;
    box-shadow: none;
}

.login-main .input-lg {
    line-height: 65px;
    height: 65px;
    border-radius: 0;
    box-shadow: none;
    color: #444;
    font-size: 20px;
}

.bt-menu {
    z-index: 2500;
}

video#bgvid {
    width: 100%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
}

.video-section {
    overflow: hidden;
    height: 480px;
    position: relative;
    cursor: pointer;
}

.video-control {
    position: relative;
    width: 100%;
}

.video-tag {
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 100;
    pointer-events: none;
}

    .video-tag h1 {
        font-weight: 300;
        color: #fff;
        text-shadow: 0px 1px 3px rgba(150, 150, 150, 0.5);
    }

    .video-tag i {
        text-align: center;
        width: 100%;
        margin-top: 20px;
        color: #FFF;
    }

.features {
    padding: 50px 0;
    background: #fff;
}

    .features i {
        color: #017eba;
    }

    .features h2 {
        font-weight: 300;
        color: #017eba;
        margin-bottom: 10px;
    }

    .features p {
        margin-bottom: 20px;
    }

.feature-icon {
    margin: 0 auto;
    width: 155px;
    margin-bottom: 25px;
    height: 155px;
    background: #f3f3f3;
    border-radius: 50%;
    text-align: center;
}

    .feature-icon i {
        text-align: center;
        font-size: 60px;
        line-height: 155px;
    }

.row-2-feature {
    margin-top: 40px;
}

.know-more {
    border-top: 1px solid #017eba;
    text-align: center;
}

    .know-more .btn-tm {
        display: inline-block;
        margin: 0 auto;
        background: none;
        border: 1px solid #017eba;
        border-top: 0;
        color: #017eba;
    }

        .know-more .btn-tm:hover {
            color: #fff;
            border: 1px solid #017eba;
            border-top: 0;
            background: #017eba;
        }

.more-section {
    height: 100%;
}

    .more-section .row {
        height: 100%;
    }

.blue-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(1,126,186,0.5);
    left: 0;
    top: 0;
}

.violet-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(115,32,134,0.5);
    left: 0;
    top: 0;
}

.orange-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(246,86,2,0.5);
    left: 0;
    top: 0;
}

.section-inner {
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}

    .section-inner h1 {
        font-weight: 100;
        color: #fff;
        margin-bottom: 10px;
        text-align: center;
    }

    .section-inner .btn-tm {
        display: inline-block;
        margin: 0 auto;
        background: none;
        border: 1px solid #fff;
        color: #fff;
    }

        .section-inner .btn-tm:hover {
            color: #fff;
            border: 1px solid #fff;
            background: rgba(255,255,255,0.5);
        }

.caption {
    background: #fff;
    padding: 30px 0px;
}

    .caption h2 {
        font-weight: 300;
        color: #017eba;
    }

footer ul {
    margin: 0;
    padding: 0;
}

footer li {
    list-style: none;
    margin-bottom: 20px;
}

footer a {
    color: #fff;
    text-align: left;
}

    footer a:hover {
        color: #017eba;
        text-decoration: none;
    }

.copywright {
    padding: 15px 0;
    border-top: 1px solid #555;
}

    .copywright p {
        color: #fff;
    }
/*----------Menu--------------*/
.bt-menu ul:first-of-type li a:hover,
.bt-menu ul:first-of-type li a:focus,
.bt-menu ul li a:hover:before,
.bt-menu ul li a:focus:before {
    color: #017eba;
}

.bt-menu.bt-menu-open {
    border-width: 0px 150px 80px 0px;
}

.bt-menu ul {
    z-index: 1;
    visibility: hidden;
}
/*----------Menu--------------*/
.features-page {
    background: #fff;
    padding-top: 30px;
}

    .features-page h1 {
        color: #017eba;
        font-weight: 100;
    }

.features-content img {
    vertical-align: bottom;
    margin-top: 40px;
}

.list-main {
    position: relative;
    height: 338px;
}

.list-content {
    position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.features-list {
    margin-top: 20px;
}

    .features-list ul {
        margin: 0;
        padding: 0;
    }

    .features-list li {
        margin: 0 0 10px 0;
        padding: 0;
        color: #7d7d7d;
        list-style: none;
        line-height: 20px;
    }

        .features-list li:before {
            content: "\f111";
            color: #017eba;
            font-family: fontawesome;
            font-size: 10px;
            vertical-align: middle;
            padding-right: 10px;
        }

.model-section {
    background: #017eba no-repeat;
    padding: 120px 0;
    background-image: url(../images/model.png);
    background-position: center right;
    background-size: 35%;
}

    .model-section h1 {
        color: #fff;
    }

    .model-section li, .model-section li:before {
        color: #fff;
    }

    .model-section img {
        float: right;
        margin: 0;
        margin-right: -15px;
    }

.responsive {
    padding: 120px 0;
}

.billing {
    padding-top: 120px;
    background: #f2f2f2;
}

    .billing img {
        margin: 0 auto;
    }

.job-list {
    margin-top: 50px;
}

    .job-list .container {
        position: relative;
    }

    .job-list h1 {
        font-weight: 300;
        border-bottom: 1px solid #ccc;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

.job-list-register {
    position: absolute;
    z-index: 200;
    right: 0;
    top: 0;
}

    .job-list-register .btn-tm, header.btn-tm:focus {
        height: 35px;
        line-height: 35px;
    }

.job-listing-button .btn-tm, header.btn-tm:focus {
    height: 35px;
    line-height: 35px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.jobs-listing {
    padding: 20px 0;
}

    .jobs-listing h2 {
        font-weight: 600;
        font-size: 17px;
        border-bottom: 1px solid #ccc;
        margin-bottom: 10px;
        padding-bottom: 10px;
        color: #000;
    }

    .jobs-listing ul {
        margin-top: 15px;
        padding: 0;
        color: #444;
    }

    .jobs-listing li {
        list-style: none;
        margin-bottom: 10px;
    }

    .jobs-listing i {
        color: #F00;
        font-size: 20px;
        padding-right: 10px;
    }

.pagenation-style {
    padding: 20px 0;
}

    .pagenation-style ul {
        float: none;
        margin: 0 auto;
        display: table;
        table-layout: fixed;
    }

.pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span {
    border-radius: 0;
}

.pagination > li > a, .pagination > li > span {
    color: #ff0000;
}

    .pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
        background: #ff0000;
        color: #fff;
    }

.form-box {
    background: #2EC3C0; /*efefef*/
    padding: 20px;
    margin-bottom: 20px;
}

    .form-box h1 {
        font-size: 20px;
        line-height: 25px;
        font-weight: 300;
        color: #EAFFFF;
    }

    .form-box span {
        font-weight: 400;
        color: #EAFFFF;
    }

    .form-box input {
        line-height: 42px;
        height: 42px;
        border-radius: 0;
        box-shadow: none;
        margin-bottom: 10px;
    }

    .form-box .btn-tm, header.btn-tm:focus {
        height: 35px;
        line-height: 35px;
        margin-bottom: 5px;
        background: #0E8482; /*ffb400*/
    }

        .form-box .btn-tm:hover {
            background: #0E8482;
            color: #fff;
        }

.bor-bottom {
    border-bottom: 1px solid #c8c8c8;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.profile {
    padding-top: 50px;
}

    .profile h1 {
        font-weight: 300;
        margin-bottom: 10px;
        font-size: 2.1em;
    }

.profile {
    font-size: 18px;
    line-height: 25px;
    padding-bottom: 35px;
}

.footer-contact h2 {
    font-size: 23px;
    color: #3BAAC7;
    margin-bottom: 10px;
    font-weight: 300;
}

.footer-contact p {
    font-size: 16px;
    color: #fff;
    line-height: 20px;
    margin-bottom: 10px;
}

.footer-contact i {
    color: #3BAAC7;
    padding-right: 10px;
}

.register-page.banner-slider {
    height: 300px;
}

.register-form input {
    line-height: 65px;
    height: 65px;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 20px;
}

.register-form select {
    line-height: 65px;
    height: 65px;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 20px;
}

.register-form textarea {
    line-height: 30px;
    height: 200px;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 20px;
}

.register-head.job-list h1 {
    font-weight: 300;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: none;
}

.choose input {
    line-height: normal;
}

.register-form .btn-tm, header.btn-tm:focus {
    height: 65px;
    line-height: 65px;
    margin-bottom: 25px;
    background: #ff0000;
}

    .register-form .btn-tm:hover {
        background: #db0000;
        color: #fff;
    }

#divMsg {
    margin-bottom: 8px;
    color: Green;
}

.detailsDiv h3 {
    padding-left: 7px;
}

.detailsDiv .btn {
    border-radius: 0px;
}

.tdApply {
    font-size: 18px;
    vertical-align: middle;
}

.single-list h1 {
    font-weight: 100;
    font-size: 25px;
}

.single-listing .table-striped > tbody > tr:nth-of-type(odd) {
    background: none;
}

.single-listing .table-striped > tbody > tr:nth-of-type(odd) {
    background: none;
}

.register-head .btn-xs {
    border-radius: 0px;
}

.twofourpx {
    font-size: 24px;
}

.form-box2 {
    background: #3BAAC7;
}

    .form-box2 .btn {
        background: #0F6C84;
    }

.jobs-listing a {
    line-height: 26px;
    color: rgb(0, 0, 255);
    font-weight: bold;
    font-size: 18px;
}

.clsallvc a:hover {
    color: rgb(0, 0, 255);
}

.jobs-listing a:hover {
    color: rgb(0, 0, 255);
}

@media(max-width:991px) {
    .google-puls, .login-main input {
        margin-bottom: 10px;
    }

    .login-main input {
        line-height: 50px;
        height: 50px;
    }

    .section-mobile {
        max-height: 300px;
    }

    .video-section {
        height: 146px;
    }

    h1.text-center {
        font-size: 20px;
    }

    .login-section {
        margin: 20px 0;
    }

    .model-section {
        background-image: none;
    }
}

@media(max-width:767px) {

    /*.navbar-brand img {
        max-width: 100px;
    }*/

    .header_logotype img {
        max-width: 40px;
    }
    .header_logo img {
        max-width: 150px;
    }

    a.btn.btn-primary.btn-md.btn-tm {
        padding: 0 20px;
    }

    .right-buttons {
        display: none;
    }

    .right-buttons-mobile {
        margin-left: 25px;
        display: block;
        margin-top: 20px;
    }

    .register {
        float: left;
    }

    #loginDiv {
        top: 130px !important;
        left: 25px;
    }

    .btn-tm {
        height: 45px;
        line-height: 45px;
    }

    .login-section {
        width: 100%;
        top: inherit;
        position: inherit;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        /* transform: translateY(-50%); */
        left: 0;
    }

    .bs_image {
        height: 250px;
    }

    .banner-slider {
        height: 250px;
    }

    #pageMobile {
        display: block;
    }

    #pageWeb {
        display: none;
    }

    #whatwedoMobile {
        display: block;
    }

    #whatwedoWeb {
        display: none;
    }

    #whatwedoMobile p.text-center {
        font-size: 16px;
    }
}

.quickLinks ul {
    margin: 20px 0 0 0;
    padding: 0;
}

.quickLinks li {
    list-style: none;
    margin-bottom: 20px;
}

.quickLinks a {
    color: #1483e2;
    text-align: left;
    font-weight: bold;
    font-size: 16px;
}

.quickLinks {
    background: #efeff6;
    padding: 20px;
    margin-bottom: 20px;
}

.jobs-listing p {
    color: #444;
}

.register-form #ddlSpeciality {
    font-size: 16px;
    color: #444;
}

.detailsDiv h3 {
    color: #444;
}

.detailsDiv table tr td {
    color: #444;
}

.cvNote {
    color: red;
    padding-top: 10px;
}
.register-form input
{
    font-size: 18px;
}
.register-form textarea
{
 font-size: 18px;
}
