/* Custom css */


.right {
    right: 0;
    float:right;
    position: fixed;
    position: fixed;
    top: 0;
    bottom: 0;
    height: 2.5em;
    margin: auto;
    background: red;
    z-index: 10;
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: rotate(90deg) translate(50%, 50%);
    -moz-transform: rotate(90deg) translate(50%, 50%);
    -ms-transform: rotate(90deg) translate(50%, 50%);
    -o-transform: rotate(90deg) translate(50%, 50%);
    transform: rotate(90deg) translate(50%, 50%);
}

.mega-dropdown {
    position: static !important;
}

.mega-dropdown-menu > li > ul {
    padding: 0;
    margin: 1px;
}
.mega-dropdown-menu > li > ul > li {
    list-style: none;
}
.navbar-inverse .navbar-nav .dropdown-menu{
    background-color: white;
    border: 1px solid  white;
}
.navbar-inverse .navbar-nav .dropdown-menu li >a{
    color: black;
    font-weight: bold;
    font-size: 14px;
}

.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
    text-decoration: none;
}



.nav .open > a, .nav .open > a:focus, .nav  .open  > a:hover {
    background-color: white;
    border-color: #191919;
}
.top-bar{
    height: auto;

    background-color: #000;
}
.navbar-fixed-top{
    top: auto;
}
.top-bar .row{
    padding-top: 5px;
}
.affix {
    top: 0px;
    width:100%;
}
.social-info li{
    margin-left: 0px;
    list-style-type: none;
    font-size: 13px;
}
.social-info a{
    margin-right: 5px;
    color: white;
    font-size: 13px;
}
.social-share{
    color: white;
    font-size: 12px;
}
.social-share .divider{
    border-right: 1px solid white;
    height: auto;
    color: white;
    text-align: center;
}
.divider-last{

    color: white;
    text-align: center;
}
@media screen and (max-width: 600px) {
    .share-hide {
        visibility: hidden;
        clear: both;
        display: none;
        width: 28%;
        height: 0;
    }
}
.registration-container{
    position: relative;
    background: rgba(240, 248, 255, 0.5);
    border:  black solid 2px;
    width: 600px;
    margin-top: 5%;
    margin-bottom: auto;
    margin: 0 auto;

}
.form {
    background: rgba(19, 35, 47, 0.9);
    padding: 40px;
    max-width: 600px;
    margin: 40px auto;
    border-radius: 4px;
    box-shadow: 0 4px 10px 4px rgba(19, 35, 47, 0.3);
}

.tab-group {
    list-style: none;
    padding: 0;
    margin: 0 0 40px 0;
}
.tab-group:after {
    content: "";
    display: table;
    clear: both;
}
.tab-group li a {
    display: block;
    text-decoration: none;
    padding: 15px;
    background: rgba(160, 179, 176, 0.25);
    color: #a0b3b0;
    font-size: 20px;
    float: left;
    width: 50%;
    text-align: center;
    cursor: pointer;
    transition: .5s ease;
}
.tab-group li a:hover {
    background: #179b77;
    color: #ffffff;
}
.tab-group .active a {
    background: #1ab188;
    color: #ffffff;
}

.tab-content > div:last-child {
    display: none;
}

h1 {
    text-align: center;
    color: #ffffff;
    font-weight: 300;
    margin: 0 0 40px;
}



input:focus, textarea:focus {
    outline: 0;
    border-color: #1ab188;
}

textarea {
    border: 2px solid #a0b3b0;
    resize: vertical;
}

.field-wrap {
    position: relative;
    margin-bottom: 40px;
}

.top-row:after {
    content: "";
    display: table;
    clear: both;
}
.top-row > div {
    float: left;
    width: 48%;
    margin-right: 4%;
}
.top-row > div:last-child {
    margin: 0;
}

.button {
    border: 0;
    outline: none;
    border-radius: 0;
    padding: 15px 0;
    font-size: 2rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .1em;
    background: #1ab188;
    color: #ffffff;
    transition: all 0.5s ease;
    -webkit-appearance: none;
}
.button:hover, .button:focus {
    background: #179b77;
}

.button-block {
    display: block;
    width: 100%;
}

.forgot {
    margin-top: -20px;
    text-align: right;
}
.mega-dropdown-menu{
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
    margin-left: 30%;

}

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}
/*About us section*/
.about-us{
    padding: 0;
    margin: 0;
}
.about-us{
    background-color: white;
    margin-bottom: 50px;
}

.breadcrumbs{
    margin-top: 10px;
}
.about-info{

    text-align: justify;
    line-height: 24px;
    margin: 0 0 15px 0;

}
.about-info a{
    color: blue;
}
.about-content{
    margin-left: 5px;
    font-size: 14px;
    font-weight: 500 !important;
    margin-right: 5px;
    text-align: justify;
}
.degree{

    margin-top: 30px;
}
.degree .degree-content{
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: 15px;
    margin-right: 15px;

}
.degree-content {
    font-size: 14px;
}
.degree-content p{
    font-size: 14px;
    color: #4e4e4e;

}
.degree h3{
    font-weight: bold;
    font-size: 16px;
}
.breadcrumbs ul.breadcrumb {
    padding: 10px 16px;
    list-style: none;
    background-color: #eee;
}
.breadcrumbs ul.breadcrumb li {
    display: inline;
    font-size: 18px;
}
.breadcrumbs ul.breadcrumb li+li:before {
    padding: 8px;
    color: black;
    content: "/\00a0";
}
.breadcrumbs ul.breadcrumb li a {
    color: #0275d8;
    text-decoration: none;
}
.breadcrumbs ul.breadcrumb li a:hover {
    color: #01447e;
    text-decoration: underline;
}
/* contact us */
.contact-us-content{
    color: black;
    margin-top: 20px;
}
.center{
    margin-top: -30px;
}
.form-tittle{
    text-align:center;
    color: darkcyan;
    height: 25px;

    font-size: 20px;
}
.sticky-header{
    width: 80%;
    background-color: #eee;
    margin: 0 auto;
}
/* form eror colour */
.form_error{
    color: red;
    font-weight: bold;
}
/* form eror colour */
.form_error_reg{
    color: red;
    font-weight: bold;

}
.form_error_reg h3{
    color: red;
    font-weight: bold;

}
.reg_error{
    display: block;
    background: url(../images/er-msg.png);
}
#contactUs{
    padding-bottom: 10px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}
.full-width-image {
    width: 100%;
    position: relative;
    left: 50%;

    margin-left: -50vw;
}

.full-width-image img {
    width: 100%;

}

#successMsg{
    font-weight: bold;
    font-size:14px;
    display: none;
}
#failureMsg{
    font-weight: bold;
    font-size:14px;
    display: none;
}
#sMsg{
    font-weight: bold;
    font-size:14px;
    display: none;
}
#fMsg{
    font-weight: bold;
    font-size:14px;
    display: none;
}
#sucMsg{
    font-weight: bold;
    font-size:14px;
    display: none;
}
#failMsg{
    font-weight: bold;
    font-size:14px;
    display: none;
}
.cand-registration{
    width: 60%;
    display: block;
    background-color: #eee;
    margin-left: auto;

    margin-right: auto;
}
.registration-form{
    /* border: 3px solid #F1F1F1; */
    /* background-color: #eee; */
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3);
    /* padding-top: 20px; */
}
.registration-heading{
    width: auto;
    margin: auto;
    text-align: left;
    background-color: #F1F1F1;

}
.candidate-reg{
    padding-top: 10px;
    /* border: 2px solid gainsboro; */
}
#right_content{
    overflow:hidden;
    word-wrap: break-word;
    padding: 5px;
}
ul{
    list-style: none;
}
.reg{
    color: #666666;
}
.login{
    background-color: #005ca1;
    color:white;
}
.login:hover{
    background-color: #c52d2f;
}
.terms-conditions{
    text-align: justify;

}
.terms-content{
    padding-left: 10px;
    font-size: 14px;
    font-weight: 500 !important;
    padding-right: 10px;
    margin-bottom: 20px;
}
.terms-content p{

}
.privacy-policy{
    text-align: justify;
}
.privacy-content{
    padding-left: 10px;
    font-size: 14px;
    font-weight: 500 !important;
    padding-right: 10px;
    margin-bottom: 20px;
}
.contant-box {
    border: solid 1px gray;
    float: left;
    background-color: #E0E0E0;
    padding: 20px;
    line-height: 25px;
    font-weight: normal;
    text-align: justify;
}
.contant-content{
    background-color:#fff;

}
.panel-default>.panel-heading+.panel-collapse .panel-body {
    background: #fff;
    color: #4e4e4e;
}
.contant-content p{
    font-size:14px;
    text-align:justify;
    padding-top:20px;

}
.prof{
    margin-top:30px;
    margin-bottom:50px;
}
.cart{
    float:left;
    margin-left:40px;
    background-color:#fff;
}
#ser_menu {
    background: #0e8447;
    position: relative;
    z-index: 50;
    top: 0;
    /*background: -moz-linear-gradient(#292929, #252525);
    background: -ms-linear-gradient(#292929, #252525);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #292929), color-stop(100%, #252525));
    background: -webkit-linear-gradient(#292929, #252525);
    background: -o-linear-gradient(#292929, #252525);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#292929', endColorstr='#252525');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#292929', endColorstr='#252525')";
    background: linear-gradient(#292929, #252525);*/
    width: 100%;
}
.navbar-nav>li {
    margin-left: 0px;
    padding-bottom: 12px;
    font-weight: 400 !important;
}
.navbar {
    border-radius: 0;
    margin-bottom: 0;
    background: #fff;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0;
}
.ser_menu,
.ser_menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.social-info{
    margin-left: -40px;
    height: auto;
}
.ser_menu > li:first-child {
    border-radius: 0px 0 0;
}
ul.ser_menu > li{
    float: left;
    position: relative;
    display: block;
}
.ser_menu {}
.ser_menu li {
    /*  background: -moz-linear-gradient(#292929, #252525);
    background: -ms-linear-gradient(#292929, #252525);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #292929), color-stop(100%, #252525));
    background: -webkit-linear-gradient(#292929, #252525);
    background: -o-linear-gradient(#292929, #252525);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#292929', endColorstr='#252525');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#292929', endColorstr='#252525')";
    background: linear-gradient(#292929, #252525);
    border-bottom: 2px solid #181818;
    border-top: 2px solid #303030;*/
    background: #006b96;

}

.ser_menu a {
    border-left: 1px solid #006b96;
    color: #ffffff;
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 50px;
    padding: 0 4px;
    text-decoration: none;
}
/* onhover styles */
.affix {
    top: 0;
    width: 100%;
    z-index: 9999 !important;
}

.affix + .container-fluid {

}
.ser_menu li:hover {
    background-color: #006b96;
    /*   background: -moz-linear-gradient(#1c1c1c, #1b1b1b);
    background: -ms-linear-gradient(#1c1c1c, #1b1b1b);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1c1c1c), color-stop(100%, #1b1b1b));
    background: -webkit-linear-gradient(#1c1c1c, #1b1b1b);
    background: -o-linear-gradient(#1c1c1c, #1b1b1b);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1c1c1c', endColorstr='#1b1b1b');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#1c1c1c', endColorstr='#1b1b1b')";
    background: linear-gradient(#1c1c1c, #1b1b1b);
    /
/*
    border-bottom: 2px solid #222222;
    border-top: 2px solid #1B1B1B;*/
}
.ser_menu li:hover > a {
    border-radius: 0px 0 0 0;
    border-left: 3px solid #ffffff;
    color: #ffffff;
}
/* submenu styles */
.ser_submenu {
    left: 0;
    max-height: 0;
    position: relative;
    top: 100%;
    z-index: 0;
    -webkit-perspective: 400px;
    -moz-perspective: 400px;
    -ms-perspective: 400px;
    -o-perspective: 400px;
    perspective: 400px;
}
.ser_submenu li {
    opacity: 0;
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);
    -webkit-transition: opacity .4s, -webkit-transform .5s;
    -moz-transition: opacity .4s, -moz-transform .5s;
    -ms-transition: opacity .4s, -ms-transform .5s;
    -o-transition: opacity .4s, -o-transform .5s;
    transition: opacity .4s, transform .5s;
    width: 280px;
}
.ser_menu .ser_submenu li:hover a {
    border-left: 3px solid #fff;
    border-radius: 0;
    color: #ffffff;
}
.ser_menu > li:hover .ser_submenu,
.ser_menu > li:focus .ser_submenu {

    z-index: 50;
}
.ser_menu > li:hover .ser_submenu li,
.ser_menu > li:focus .ser_submenu li {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
.ser_menu li:hover .ser_submenu li a {
    border-top: 1px solid #096d39;
}
/* CSS3 delays for transition effects */
.ser_menu li:hover .ser_submenu li:nth-child(1) {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
.ser_menu li:hover .ser_submenu li:nth-child(2) {
    -webkit-transition-delay: 50ms;
    -moz-transition-delay: 50ms;
    -ms-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    transition-delay: 50ms;
}
.ser_menu li:hover .ser_submenu li:nth-child(3) {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
}
.ser_menu li:hover .ser_submenu li:nth-child(4) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -ms-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms;
}
.ser_menu li:hover .ser_submenu li:nth-child(5) {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
}
.ser_menu li:hover .ser_submenu li:nth-child(6) {
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -ms-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms;
}
.ser_menu li:hover .ser_submenu li:nth-child(7) {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}
.ser_menu li:hover .ser_submenu li:nth-child(8) {
    -webkit-transition-delay: 350ms;
    -moz-transition-delay: 350ms;
    -ms-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms;
}
.ser_submenu li:nth-child(1) {
    -webkit-transition-delay: 350ms;
    -moz-transition-delay: 350ms;
    -ms-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms;
}
.ser_submenu li:nth-child(2) {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}
.ser_submenu li:nth-child(3) {
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -ms-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms;
}
.ser_submenu li:nth-child(4) {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
}
.ser_submenu li:nth-child(5) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -ms-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms;
}
.ser_submenu li:nth-child(6) {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
}
.ser_submenu li:nth-child(7) {
    -webkit-transition-delay: 50ms;
    -moz-transition-delay: 50ms;
    -ms-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    transition-delay: 50ms;
}
.ser_submenu li:nth-child(8) {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
#updata_message{
    color: red;
    font-weight: bold;
    font-size: 18px;
}
.username{
    color: whitesmoke;
    font-weight: bold;
    font-size: 18px;

}

.login-form {
    width: 450px;
    margin: 0 auto;
    /* padding: 100px 0 30px; */
}
.login-form form {
    color: #7a7a7a;
    border-radius: 2px;
    margin-bottom: 15px;
    /* background: #ececec; */
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3);
    padding: 20px;
    position: relative;
}
.login-form h2 {
    font-size: 22px;
    margin: 35px 0 25px;
}
.login-form .avatar {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -50px;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    z-index: 9;
    background: #70c5c0;
    padding: 15px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
.login-form .avatar img {
    width: 100%;
}
.login-form input[type="checkbox"] {
    margin-top: 2px;
}
.login-form .btn {
    font-size: 16px;
    font-weight: bold;
    background: #70c5c0;
    border: none;
    margin-bottom: 20px;
}
.login-form .btn:hover, .login-form .btn:focus {
    background: #50b8b3;
    outline: none !important;
}
.login-form a {
    color: darkgreen;
    text-decoration: underline;
}
.login-form a:hover {
    text-decoration: none;
}
.login-form form a {
    color: #7a7a7a;
    text-decoration: none;
}
.login-form form a:hover {
    text-decoration: underline;
}
.form-gap {
    margin-top: 10px;
    padding-top: 70px;
}
.forgot{
    color: white;
}
.mainhead {
    /*background: url('../images/header-banner.jpg ') no-repeat;*/
    width: 100%;
    float: left;
    padding: 1% 5%;

    text-align: left;
}
.mainhead h1{
    text-align: left;
    font-weight: 400;
    padding-top: 10px;
    color: black;
}
.indutry-text2 p{
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 500 !important;
    text-align:  justify;
    line-height: 24px;
    margin: 0 0 15px 0;
}
.bg1 {
    background: #05b5b5;
}
.industry-Sec2 h1{
    text-align: left;
    font-size: 38px !important;
    font-weight: 400;
    color: black;
}
.active-cell {
    padding: 20px;
    color: #fff;
    text-align: center;
}
.active-cell img {
    margin: 0 auto;
}
.table3 {
    display: table;
    border-collapse: separate;
    margin-bottom: 0;
    color: #000;
    padding: 0;
    width: 100%;
}
.Specialities-sec2 {
    background: #e8eff2;
    width: 100%;
    float: left;
    margin: 20px 0;
}
.Specialities-sec2 p {
    margin: 5px 0 10px!important;
    font-size: 16px;
    line-height: 20px;
}
.industry-Sec2 p {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    line-height: 28px;
    color: #6a6a6a;
    margin: 0 0 50px 0;
}
.special p{
    padding-top: 50px;
    text-align: center;
}
hr {
    border: none;
    height: 1px;
    /* Set the hr color */
    color: #333; /* old IE */
    background-color: #333; /* Modern Browsers */
}
.expertise-footer{
    margin-top:  50px;
}

#basicSlider { position: relative;margin-top:45px; }

#basicSlider .MS-content {
    white-space: nowrap;
    overflow: hidden;
    margin: 0 2%;
    height: 50px;
}

#basicSlider .MS-content .item {
    display: inline-block;
    width: 20%;
    position: relative;
    vertical-align: top;
    overflow: hidden;
    height: 100%;
    white-space: normal;
    line-height: 50px;
    vertical-align: middle;
    margin-right:10px;
}
@media (max-width: 991px) {

    #basicSlider .MS-content .item { width: 25%; }
}
@media (max-width: 767px) {

    #basicSlider .MS-content .item { width: 35%; }
}
@media (max-width: 500px) {

    #basicSlider .MS-content .item { width: 50%; }
}

#basicSlider .MS-content .item a {
    line-height: 50px;
    vertical-align: middle;
}

#basicSlider .MS-controls button { position: absolute; }

#basicSlider .MS-controls .MS-left {
    top: 35px;
    left: 10px;
}

#basicSlider .MS-controls .MS-right {
    top: 35px;
    right: 10px;
}
/*---------- jp first sidebar Wrapper End -------*/

#basicSlider1 { position: relative;padding-top:20px; }

#basicSlider1 .MS-content {
    white-space: nowrap;
    overflow: hidden;
    margin: 0 2%;
}

#basicSlider1 .MS-content .item {
    display: inline-block;
    width: 33%;
    position: relative;
    vertical-align: top;
    overflow: hidden;
    height: 100%;
    white-space: normal;
    line-height: 50px;
    vertical-align: middle;
    margin-right:10px;
}
@media (max-width: 991px) {

    #basicSlider1 .MS-content .item { width: 25%; }
}
@media (max-width: 767px) {

    #basicSlider1 .MS-content .item { width: 35%; }
}
@media (max-width: 500px) {

    #basicSlider1 .MS-content .item { width: 50%; }
}

#basicSlider1 .MS-content .item a {
    line-height: 50px;
    vertical-align: middle;
}

#basicSlider1 .MS-controls button { position: absolute; }

#basicSlider1 .MS-controls .MS-left {
    top: 35px;
    left: 10px;
}

#basicSlider1 .MS-controls .MS-right {
    top: 35px;
    right: 10px;
}
/*---------- jp tittle slider Wrapper Start -------*/
.jp_tittle_name_wrapper{
    float:left;
    width:15%;
    text-align:center;
    background:#006b96;
    padding-top:21px;
    padding-bottom:25px;
}
.jp_tittle_name{
    display:inline-block;
}
.jp_tittle_name h3{
    font-size:16px;
    font-weight:bold;
    text-transform:uppercase;
    color:#ffffff;
}
.jp_tittle_name h4{
    font-size:16px;
    font-weight:bold;
    text-transform:uppercase;
    color:#ffffff;
    padding-top:5px;
}
.jp_tittle_slider_wrapper{
    float:left;
    width:85%;
    background:#ffffff;
    border:1px solid #e9e9e9;
    border-left:0;
    border-right:0;
}
.jp_tittle_slider_content_wrapper{
    float:left;
    width:100%;
}
.jp_tittle_slider_content_wrapper .owl-theme .owl-dots{
    display:none;
}
.jp_tittle_slider_content_wrapper .owl-theme .owl-nav {
    display:none;
}
.jp_tittle_slides_one{
    float:left;
    width:100%;
    border-right:1px solid #e9e9e9;
    height:103px;

}
.jp_tittle_side_img_wrapper{
    float:left;
    width:65px;
}
.jp_tittle_side_cont_wrapper{
    float:left;
    width:calc(100% - 65px);
    padding-top: 16px;
    padding-left: 11px;
}
.jp_tittle_side_cont_wrapper h4{
    font-size:14px;
    color:#000000;
    font-weight:bold;
}
.jp_tittle_side_cont_wrapper p{
    font-size:14px;
    color:#23c0e9;
}
/*---------- jp tittle slider Wrapper End -------*/

.jp_register_section_main_wrapper{
    float:left;
    width:100%;
    margin-top:100px;
}
.jp_regis_left_side_box_wrapper{
    float:left;
    width:50%;
    text-align:center;
    background:#ffffff;
    border:1px solid #e9e9e9;
    border-bottom:1px solid #23c0e9;
    border-right:0;
    padding-top:85px;
    padding-bottom:83px;
}
.jp_regis_right_side_box_wrapper{
    float:left;
    width:50%;
    padding-top:85px;
    padding-bottom:85px;
    background:url('../images/content/register_bg.jpg') 50% 0 repeat-y;
    background-position:center 0;
    background-size:cover;
    background-repeat:no-repeat;
    position:relative;
    text-align:center;
}
.jp_regis_right_img_overlay{
    position:absolute;
    top:0%;
    left:0%;
    right:0%;
    bottom:0%;
    background:rgba(0,0,0,0.9);
}
.jp_regis_right_side_box{
    display:inline-block;
    position:relative;
}
.jp_regis_center_tag_wrapper{
    width:70px;
    height:70px;
    background:#23c0e9;
    position: absolute;
    left: -34px;
    top: 50%;
    margin-top: -20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.jp_regis_center_tag_wrapper p{
    padding-left:22px;
    color:#ffffff;
    font-weight:bold;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: 23px;
}
.jp_regis_left_side_box li a:hover{
    background:#f36964;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.jp_regis_right_side_box li a{
    float:left;
    width:230px;
    height:50px;
    text-align:center;
    line-height:50px;
    color:#ffffff;
    font-weight:bold;
    background:#f36969;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.jp_regis_right_side_box li a:hover{
    background:#23c0e9;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.jp_regis_right_side_box li a{
    float:left;
    width:230px;
    height:50px;
    text-align:center;
    line-height:50px;
    color:#ffffff;
    font-weight:bold;
    background:#f36969;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.jp_regis_left_side_box li a{
    float:left;
    width:230px;
    height:50px;
    text-align:center;
    line-height:50px;
    color:#ffffff;
    font-weight:bold;
    background:#23c0e9;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.jp_regis_left_side_box li a:hover{
    background:#f36964;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.jp_regis_left_side_box li a{
    float:left;
    width:230px;
    height:50px;
    text-align:center;
    line-height:50px;
    color:#ffffff;
    font-weight:bold;
    background:#23c0e9;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.jp_regis_left_side_box{
    display:inline-block;
}

/* -------------------end------------------- */
/*---------- jp first sidebar Wrapper Start -------*/
.jp_hiring_heading_wrapper h2{
    font-size:20px;
    color:#000000;
    font-weight:900;
    text-transform:uppercase;
    position:relative;margin-top:10px;
    margin-bottom:-16px;
}
.jp_hiring_content_main_wrapper{
    float:left;
    width:100%;
    background:#ffffff;
    border:1px solid #e9e9e9;
    border-bottom:2px solid #23c0e9;
    text-align:center;
    padding-top:40px;
    padding-bottom:40px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.jp_hiring_content_wrapper{
    display:inline-block;
}
.jp_hiring_content_wrapper h4{
    font-size:14px;
    color:#000000;
    text-transform:uppercase;
    font-weight:bold;
    padding-top:30px;
}
.jp_hiring_content_wrapper p{
    font-size:14px;
    padding-top:5px;
}
.jp_hiring_content_wrapper li a{
    padding:10px 30px;
    width:110px;
    height:30px;
    line-height:30px;
    text-align:center;
    color:#ffffff;
    background:#0e1427;
    font-size:12px;
    font-weight:bold;
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    border-radius:8px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.jp_hiring_content_wrapper img{
    width:auto !important;
    display:inline-block !important;
}
.jp_hiring_content_main_wrapper:hover{
    border-bottom:2px solid #f36969;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.jp_hiring_content_main_wrapper:hover .jp_hiring_content_wrapper li a{
    background:#f36969;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
#basicSlider { position: relative;margin-top:45px; }

#basicSlider .MS-content {
    white-space: nowrap;
    overflow: hidden;
    margin: 0 2%;
    height: 50px;
}
.feature-wrap p{
    text-align: justify;

}
.exper{
    text-align: center;
}
.media-body a{
    color: green;
    text-decoration: none;
}
.feature-wrap a{
    color: green;
    text-decoration: none;
}
.media-heading{
    font-weight: 400;
}
.services-wrap h3{
    text-align: center;
}
.services-wrap p{
    font-size:  13px;
    text-align: justify;
}
.col-md-6 ul{
    list-style-type: square;
}
.industry-Sec2{
    display: none;
}
.btn.btn-info1 {
    background-color: #00afd7;
    margin-left:5px;
    width: 55%;
    font-weight: bold;
    border: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.btn.btn-info2 {
    background-color: #8db737;
    font-weight: bold;
    width: 50%;
}
.btn.btn-info1:hover {
    background-color: #00afd7;
    border-color: #00afd7;
    color: #ffffff;
    border: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.btn-info {
    background-color: #58c9f3;
    border-color: #58c9f3;
    color: #FFFFFF;
}
.cart-info{
    height: 100%;
    border: 1px solid #dee2e6 !important;
    box-shadow: 0 .3rem 1rem rgba(1, 1, 1, .5)!important;
    margin-top: 50px;

}
.cart-details{
    background-color: lightgrey;
    margin-top: -33px;
    margin-bottom: 50px;

}
.shop-now{
    margin-top: 10%;
}

tr.spaceUnder>td {
    padding-bottom: 5em;
}
table#cart
{
    border-collapse:separate;
    border-spacing:0 10px;
    padding: 5px;
}
.dis ul li {
    background-image: url(../images/Custom_Hand_Finger.png);
    background-repeat: no-repeat;
    background-position: 12px 5px;
    display: block;
    margin-bottom: 5px;
    padding-left: 35px;
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.chkout .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus{
    background: #E46D64;
}
.chkout .nav-tabs>li>a{
    background: #232B50;
}
.fir{
    background: ;
}
.chkout{
    margin-top: 10px;
}
.chklogin{
    width: 400px;
}
.paynow{
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
}

.resume-sample{
    background-color:#F69325;
    height:50px;
    color:#fff;
}
.resume-sample h3{
    color: white;
    font-weight: bold;
    font-size: 16px;
}
.head-data{
    color: black;
    font-weight: bold;
    font-size: 16px;
}
.empzone-body{
    background: url(../images/empzone.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-top: 30px;
}

.panel-default {
    opacity: 0.9;
    margin-top:30px;
}
.form-group.last {
    margin-bottom:0px;
}
.empzone-data{
    margin-top: 15%;
    margin-left: 100px;
}
.empzone-data h2{
    font-weight: bold;
    line-height: 45px;
    font-size: 40px;
    color: white;
}
.empzone-data h3{
    font-weight: bold;
    color: white;
}
#empzone-tab ul li.selected {
    /*background: #910000; */
    border-bottom: 3px solid #4a90e2;
    color:#FFFFFF;
}
#empzone-tab a:active {
    background: ;
    color:#4a90e2;
}
#empzone-tab a:focus {
    color:#4a90e2;
}
.boxSel {
    padding: 10px 12px;
    color: #4a90e2;
    text-align: center;
    font-size: 15px;
    outline: 0;
    cursor: pointer;
}
.boxSel .active {
    color: #4a90e2;
}
.tabcontent{
    padding-top:20px;
    padding-bottom:20px;
}
.main-data-emp{
    margin-top: 50px;
    background-color: white;
    margin-bottom: 50px;
}
.empservices{
    display: inline-block;
    width: 100%;
}
.empservices-first{
    background: rgba(242,242,242,1);;
    margin: 8px 6px 40px;
    padding: 30px 35px 5px;
    min-height: 150px;
    vertical-align: top;
    width: 48%;
}
.empservice{
    margin: 0;
    padding: 30px 0;
    text-align: center;
    overflow: hidden;
    box-shadow: 0 0 14.25px 0.75px rgba(0,0,0,.2);
}

.title {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
}
.subtitle {
    font-weight: normal;
    text-align: justify;
    color: #666;
    line-height: 1.5;
    margin-bottom: 10px;
}

.empservices-second{
    display: inline-block;
    width: 100%;
}
.empservices-second{
    background: rgba(242,242,242,1);;
    margin: 8px -2px 40px;
    padding: 20px 25px 5px;
    min-height: 150px;
    vertical-align: top;
    width: 33%;
}
.empservice-second{
    margin: 0;
    padding: 30px 0;
    text-align: center;
    overflow: hidden;
}
.block {
    display: block;
    width: 100%;
    border: none;
    color: white;
    padding: 14px 28px;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
}
.forgot{
    font-weight: bold;
    color: #4a90e2;
    text-align: center;
}
.forgot:hover{
    color: #4a90e2;
}
.forgot-pass{
    text-align: center;
    padding-bottom: 20px;
}
.registeration{
    padding: 15px;
    border: 1px solid #4a90e2;
    width: 100%;
    text-align: center;
    font-weight: bold;
}
.regis{
    color: #4a90e2;
}
.regis:hover{
    color: #4a90e2;
}
.emp-reg{
    padding-top: 40px;
    margin-top: 40px;

}
.employer{
    background-color: #fff;
}
.emp{
    height: 40px;
}
#empregistration{
    width: 100%;
    height: 40px;
}
.em-reg{
    padding-bottom: 20px;
}
.emp-second{
    padding-top: 4px;
}
.jobsopening{
    padding: 15px;
    border: 1px solid #4a90e2;
    width: 100%;
    color: white;
    font-size: 14px;
    border-radius: 5%;
    background-color: #4a90e2;
    text-align: center;
    font-weight: bold;
}
.job-border{
    background-color: white;
    border: 1px solid gray;
    border-top:  none;
}
.job-content{
    padding: 10px;
}
.company{
    color: #1d56a7;
}
.job-content p{
    margin: 4px 0 2px;
}
.job-content a:active,.job-content a:visited{
    background-color: green;
}
.expertise{
    background: #fff;
}
.carousel-inner{
    height: 450px;
}
#main-slider .carousel .slide-margin{
    margin-top: 10px;
}

/*Registrion and post Resmue */

.reg-post{
    background-image: url('../images/reg.jpg');
    background-color: #f8fcf2;
    height: auto;
}
.reg-post .post-job{
    padding: 30px;

}
.rg{
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: white;
    font-weight: bold;
    font-size: 20px;

}
.jb{
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: white;
    font-weight: bold;
    font-size: 20px;

}
.reg-post .reg-can{
    padding: 30px;

}
.srch{
    display: none;
}
@media only screen and (max-width: 767px) {
  .srch {
   display: block;
   min-height:34px;
   background:#ff6600;
   margin:0;
   margin-top: 5px;
   font-weight: bold;
   border-color:#ff6600;
   width: 100%;
  }
  .noshow{
      display: none;
  }
}

/* For job seeker */
.reg-free{
   background:#ff6600;
   text-align: center;
   font-weight: bold;
   border-color:#ff6600;
}
.rfr{
    width: 100%;
    height: 40px;
    padding: 8px;
    border-radius: 20px;
     background:#ff6600;
   text-align: center;
   font-weight: bold;
   border-color:#ff6600;
}
.rfr a{
    color: white;
}
.sgn{
    width: 100%;
    height: 40px;
    padding: 15px;
    border-radius: 20px;
   text-align: center;
   font-weight: bold;
}
.sgn-free{
    background:gray;
   text-align: center;
   font-weight: bold;

}
.sgn a{
    color: white;
}
.sgn-free a{
    color: white;
}
.sgnn{
     background:gray;
   text-align: center;
   width: 80%;
   margin-left: 10px;
   padding: 8px;
   height: 40px;
    border-radius: 20px;
   font-weight: bold;
   border: 1px solid white;
}
.job-seeker{
    background-color: rgba(0,0,0,0.7);
    text-align: center;
    color: white;
    height: 190px;
}
.job-seeker h2{
    color: white;
}
.job-seek{
    padding-top: 1px;
    padding-left: 30px;
    padding-right: 30px;
}
.jbs .form-control{
    padding: 6px 50px;
}
.jbs{
    margin-top: 30px;
}
.divider {
    margin-top: 5px;
	width:200px;
	text-align:center;
}

.divider hr {
	margin-left:auto;
        margin-top: 12px;
	margin-right:auto;
	width:40%;

}

.left1 {
	float:left;
}

.right1 {
	float:right;
}
.pay{
    font-weight: bold;
    background-color: #00afd7;
}
.pr-details1{
 font-weight: bold;
 padding: 10px;
 font-size: 15px;
 background-color: #00afd7;
 color: white;
}

.pr-notice{
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 500 !important;
    text-align: justify;
    line-height: 24px;
    margin: 0 0 15px 0;
}
.cr-summary{
   border: solid 5px #CCCCCC;
   padding: 12px;
}
.pr-details1 h2{
    color: white;
    padding: 10px;
}
.thanks{
    margin-top: 100px;
    margin-bottom: 50px;
}
.thanksmsg{
    background-color: #ffffff;
    border: 1px solid green;
    padding-left: 15px;
    padding-right: 15px;
}
.pmtdt{
    padding-left: 30px;
    padding-right: 30px;
    text-align: left;
}
.failure{
    margin-top: 100px;
}
.thanksmsg1{
     padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 50px;
}
.prsummary{
    margin-top: 30px;
    padding: 5px;
}
.prsummary h3{
   background-color: #4b5458;
    color: white;
    padding: 8px;
    text-align: center;
    height: 40px;
}
.prdesc{
    padding: 25px;
    margin: 0;
    border: 1px solid #4b5458;
}
.navbar-inverse .navbar-toggle .icon-bar{
    background-color: black;
}