html{
    min-height:100%;
    position:relative; 
}
body{
    margin:0;
    padding:0 0;
    font-family: 'Calibri';
    position:static;
    /*overflow:hidden;*/
}
@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri.woff2') format('woff2'),
        url('../fonts/Calibri.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri-Bold.woff2') format('woff2'),
        url('../fonts/Calibri-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri-Light.woff2') format('woff2'),
        url('../fonts/Calibri-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

img{
    max-width:100%;
}
.padding-0 {
    padding:0 !important;
}
.headerContainer{
    border-bottom:solid 1px rgba(0, 0, 0, 0.1);
    position:relative;
    z-index:1;
    padding:0;
}
.headerContainer .navbar{
    border:0;
    border-radius:0;
    margin:0;
    background:#fff;
}
.navbar-collapse {
    padding-right: 120px !important;
}
.navbar-nav > li.active a{
    border-bottom:solid 2px #fff;
}
.navbar-default .navbar-nav > li > a {
    color: #000 !important; 
}
.navbar-nav > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
}
.trainDivisionBlock,
.trainBenfitsBlock,
.trainsCoursesBlock{
    overflow:auto;
    background:#263f66;
}

.trainBenfitsBlock {
    background:#db2b39;
}

.trainDivisionInner{
    padding:0;
    text-align:center;
}
.divisiontechnologiesBlock h2{
    margin:0 0 30px;
    padding:0;
    font-weight:bold;
    text-transform:uppercase;
    color:#ffffff;
    font-size:32px;
}
.divisiontechnologiesBlock{
	padding-top: 30px;
}
.technologies-column-wrapper{
    padding:0;
}
.technologie-box{
    padding:0 10px;
}
.technologie-boxInner{
    padding:10px; 
    background:#fff;
    height:240px;
    -webkit-box-align: center!important;
    -webkit-align-items: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    display: -webkit-box!important;
    display: -webkit-flex!important;
    display: -ms-flexbox!important;
    display: flex!important;
    text-align: center;
	border-radius:5px;
}
.technologie-content{
    padding:0;
}
.technologie-info{
    padding:10px 0 0 0;
}
.technologie-info{
    font-size:18px;
    color:#ffffff;
    text-align:center;
    font-weight:bold;
}
.revallogo{
    position:fixed;
    right:0;
    bottom:0;

}
.trainingBenfits-wrapper{
    padding:0;
}
.trainingBenfits-right{
    text-align: left;
    padding: 20px 0 0 0;
}
.benfitsList{
    margin:0;
    padding:0;
}
.benfitsList li{
        list-style: none;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: normal;
    padding-bottom: 15px;
    background: url(../images/icon-arrow-forward.png) no-repeat left 11px;
    padding: 0 0 0 20px;
}
.benfitsList li ul{
    margin: 6px 0 5px 0;
    padding: 0 0 0 20px;
}
.benfitsList li ul li{
    text-transform:none;
    font-weight:normal;
    padding-bottom:3px;
    background: url(../images/icon-list-square.png) no-repeat left 15px;
}
.blueBg{
    background:#263f66;
}
.darkblueBg,
.trainsCoursesBlock {
    background:#108765;
}
.pinkBg{
     background: #db2b39;
}
.darkblueBg2,
.trainTCBlock {
    background: #002060; 
}

.courseList {
    margin: 0;
    padding: 0;
    text-align: left;
}
.courseList li{
    color: #fff;
    font-size: 20px;
    padding-bottom:8px;
}
.courseList li ul{
    margin-top:10px;
}
.courseList li ul li{
    list-style-type:none;
    padding:0 0 4px;
}
.divisiontechnologiesBlock h2.white{
    color:#fff;
}
.orderList{
    margin:0;
    padding:0;
    text-align:left;
}
.orderList li{
    color: #fff;
    font-size: 17px;
    padding-bottom:14px;
}
.orderList li ul{
    margin:5px 0 10px;
    padding:0;
}
.orderList li ul li{
    margin:0;
    padding:0;
    list-style-type:none;
}
.orderList li ul li ul{
    padding-left:15px;
}
.termsAndConditionsContent{
    width: 700px;
    display: inline-block;
    margin: 30px 0 0;
}
.trainingTC-right{
    padding-left:40px;
    border-left:solid 3px #a6a6a6;
}
.greyColor{
    color:#a6a6a6 !important;
}
.revalTrainBlock{
    float:left;
    width:100%;
}
.trainContactUsBlock{
    position:fixed !important;
    left:0;
    top:0;
    width:100%;
    height:100%;
    padding:0;
    background:url(../images/img-contactUs.jpg) no-repeat;
    background-size:cover;
}
.contactDetails{
    float: left;
    color: #fff;
    font-size: 16px;
    width: 200px;
    position:absolute;
    left: 40px;
    top: 115px;
}
.personName{
    font-size:24px;
    font-weight:bold;
}
.contactDetails small{
    font-style:italic;
}
.contactDetails a{
    color:#fff;
}
.btn-enrollNow {
    float: left;
    padding:20px 20px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    position: absolute;
    right: 5px;
    top: 0;
    z-index: 1;
    background: #c30f2c;
    box-shadow: 0 0 10px #b3a9a9;
    -webkit-box-shadow: 0 0 10px #b3a9a9;
}
/**-- Popup --**/
.popupblock {
	padding: 0;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0 ,0, 0.4);
	z-index: 999;
	overflow: auto;
}
.popuptbl {
	display: table;
	width: 100%;
	height: 100%;
}
.popuptr {
	display: table-row;
}
.popupinner {
	padding: 30px 0;
	float: none;
	display: table-cell;
	overflow: auto;
	vertical-align: middle;
	text-align: center;
	width: 100%;
	height: 100%;
    overflow:hidden;
}
.popupcontentDiv {
	display: inline-block;
	background: #fff;
	min-width: 400px;
	text-align: left;
	position: relative;
}
.enrollFormpopup {
	width: 730px;
	padding: 20px;
}
.popupheader {
	padding: 0;
	margin: 0 0 22px;
	font-size: 16px;
	color: #3d3d3d;
	text-transform: uppercase;
	font-family: Helvetica, Arial, "sans-serif";
	font-weight: bold;
}
.popupbody {
	padding: 0;
}
.popupbody .CO-shippingAdres-form {
	padding: 0;
}
.popupbody .CO-shippingAdres-form .col-xs-6 {
	width: 100%;
	padding: 0;
}
.form-btn-save, .form-btn-cancel {
	float: left;
	vertical-align: top;
	padding: 12px;
	width: 50%;
	background: #ee5858;
	font-size: 14px;
	color: #fff;
	font-family: Helvetica, Arial, "sans-serif";
	font-weight: bold;
	text-align: center;
	border: 0;
	z-index: 1;
	position: relative;
	overflow: hidden;
	border: solid 1px #ee5858;
}
.form-btn-cancel {
	background: #f4f6fd;
	border-color: #e5e9ef;
	color: #6c6c6c;
}
.form-popup-btns {
	margin-top: 10px;
}
.popup-close {
	float: left;
	position: absolute;
	right: 0;
	top: 4px;
	width: 16px;
	height: 16px;
	background: url(https://imguat01.jockeyindia.com/uploads/images/icon-popupclose.svg) no-repeat left 0;
	background-size: 16px auto;
	z-index: 1;
}
.job-block, .job-blockpadding {
    margin-bottom: 10px;
}
.job-block strong {
    color: red;
}
.job-blockpadding span {
    width: 100%;
    padding: 0;
    margin: 0;
    float: left;
    font-size: 13px;   
    padding: 5px 0 0 0;
}
input[type=file] {
    position: absolute;
    filter: alpha(opacity=0);
    opacity: 0;
    display: inline-block;
}
input[type=file] + label {
    border: 1px solid #CCC;
    border-radius: 0;
    text-align: left;
    padding: 8px 10px;
    width: 100%;
    margin: 0;
    left: 0;
    display: inline-block;
}
.enrollFormpopup .form-control{
    border-radius:0;
}
.inpDate {
    background: #fff url(../images/calender-small.jpg) no-repeat 98% center;
}
.job-blockpadding .full-fledge {
    width: 100%;
    position: relative;
    display: table;
}
.Address-block .form-control{
    margin-bottom: 10px;
}
.Model-block {
    text-align: center;
    margin: 10px 0;
    padding: 0;
}
.Model-block .Read-btn {
    padding: 0 0 10px 0;
    border-top: none;
}
.Read-btn a,
.btnSubmitEnroll {
    width: 234px;
    padding: 15px 0;
    font-weight: 600;
    display: inline-block;
    background: #263f66;
    text-transform: uppercase;
    color: #fff;
    border:0;
}
.JobTypeMainHeading {
    float:left;
    width:100%;
    padding: 1em 0;
    border-top: 1px solid #e9ecef;
    border-bottom: 1px solid #e9ecef;
    display: inline-block;
    font-weight:bold;
    font-size:16px;
    margin-bottom:20px;
}
.CO-shippingAdres-form .row{
    margin:0 -20px;
}
.Address-block .row,
.job-blockpadding .row{
    margin:0 -15px;
}
/**-- Popup Ends --**/

/**-- Dropdown --**/

/*ddl starts*/
.ms-options-wrap {
    position: relative;
}

    .ms-options-wrap, .ms-options-wrap * {
        box-sizing: border-box;
    }

        .ms-options-wrap > button:focus, .ms-options-wrap > button {
            position: relative;
            width: 100%;
            text-align: left;
            border: 1px solid #9c9c9c73;
            background-color: #fff;
            padding: 5px 20px 5px 5px;
            margin-top: 1px;
            font-size: 13px;
            color: #aaa;
            outline-offset: -2px;
            white-space: nowrap;
        }

            .ms-options-wrap > button > span {
               display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #555;
    padding: 2px 10px;
            }

            .ms-options-wrap > button[disabled] {
                background-color: #e5e9ed;
                color: #808080;
                opacity: 0.6;
            }

            .ms-options-wrap > button:after {
                content: ' ';
                height: 0;
                position: absolute;
                top: 50%;
                right: 5px;
                width: 0;
                border: 6px solid rgba(0,0,0,0);
                border-top-color: #999;
                margin-top: -3px;
            }

        .ms-options-wrap.ms-has-selections > button {
            color: #333;
        }

        .ms-options-wrap > .ms-options {
            position: absolute;
             
            width: 95.3%;
            
            margin-bottom: 20px;
            background: white;
            z-index: 2000;
            border: 1px solid #aaa;
            overflow: auto;
            visibility: hidden;
        }

        .ms-options-wrap.ms-active > .ms-options {
            visibility: visible
        }

        .ms-options-wrap > .ms-options > .ms-search input {
            width: 100%;
            padding: 4px 5px;
            border: none;
            border-bottom: 1px groove;
            outline: none;
        }

        .ms-options-wrap > .ms-options .ms-selectall {
            display: inline-block;
            font-size: .9em;
            text-transform: lowercase;
            text-decoration: none;
        }

            .ms-options-wrap > .ms-options .ms-selectall:hover {
                text-decoration: underline;
            }

        .ms-options-wrap > .ms-options > .ms-selectall.global {
            margin: 4px 5px;
        }

        .ms-options-wrap > .ms-options > ul, .ms-options-wrap > .ms-options > ul > li.optgroup ul {
            list-style-type: none;
            padding: 0;
            margin: 0;
        }

            .ms-options-wrap > .ms-options > ul li.ms-hidden {
                display: none;
            }

            .ms-options-wrap > .ms-options > ul > li.optgroup {
                padding: 5px;
            }

                .ms-options-wrap > .ms-options > ul > li.optgroup + li.optgroup {
                    border-top: 1px solid #aaa;
                }

                .ms-options-wrap > .ms-options > ul > li.optgroup .label {
                    display: block;
                    padding: 5px 0 0 0;
                    font-weight: bold;
                }

            .ms-options-wrap > .ms-options > ul label {
                display: inline-block;
                width: 100%;
                padding-left: 15px;
                margin: 1px 0;
                font-weight: normal;
            }
			  .ms-options-wrap > .ms-options > ul li {
          padding:0;
        }

        .ms-options-wrap > .ms-options.checkbox-autofit > ul label, .ms-options-wrap > .ms-options.hide-checkbox > ul label {
            padding: 4px;
        }

        .ms-options-wrap > .ms-options > ul label.focused, .ms-options-wrap > .ms-options > ul label:hover {
            
			cursor:pointer;
        }
		.ms-options-wrap > .ms-options > ul input[type="checkbox"]:hover{
		cursor:pointer;
		}

        .ms-options-wrap > .ms-options > ul li.selected label {
            
            border-color: transparent;
        }

        .ms-options-wrap > .ms-options > ul input[type="checkbox"] {
            left: 6px;
            top: 7px;
            margin-right: 6px;
            margin-top: 0px;
            vertical-align: middle;
            
        }

        .ms-options-wrap > .ms-options.hide-checkbox > ul input[type="checkbox"] {
            position: absolute !important;
            height: 1px;
            width: 1px;
            overflow: hidden;
            clip: rect(1px 1px 1px 1px);
            clip: rect(1px,1px,1px,1px);
        }

.ms-options-wrap {
    position: initial;
}
/*ddl ends*/

.contactDetailsLeft{
    float:left;
    width:50%;
    background:rgba(143, 20, 53, 0.88);
    display:none;
}
/*Logo Css starts here*/
.revalsys-logo{
	float: left;
	padding: 5px 0;
}
.revalsys-logo img{
	
}
 
@media (max-width:990px){
	.navbar { 
    min-height: 62px;
}
	.revalsys-logo { 
    margin-left: 15px;
}
	.navbar-toggle { 
    background-color:#23527c;
		margin-top: 16px;
    margin-left: 13px;
	}
}
	@media (max-width:399px){
		.btn-enrollNow { 
    padding: 20px 20px; 
    right: 0px;
    top: 62px;
    z-index: 1; 
    box-shadow:none;
    -webkit-box-shadow:none;
    width: 100%;
}
		.divisiontechnologiesBlock {
    padding:90px 10px 10px !important;
}
	}
/*Logo Css ends here*/

/**-- Dropdown ends --**/
@media (max-width:990px){
	.trainContactUsBlock{
    position:fixed !important;
    left:0;
    top:0;
    width:100%;
    height:100%;
    padding:0;
    background: url(../images/contact-us-screen-2.jpg) no-repeat center;
    background-size: cover;
}
	.navbar-collapse {
    padding-right: 0px !important;
}
.contactDetailsLeft {
    display:inline-block;
    padding:15px;
}
.contactDetailsRight{
    float:left;
    width:50%;
    background:rgba(22, 30, 74, 0.88);
    position:absolute;
    right:0;
    bottom:0;
    height:100%;
    padding:15px;
}
.contactDetailsRight address{
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%, -50%);
    -webkit-transform:translate(-50%, -50%);
    width:100%;
    padding:15px;
}

}
@media (min-width:767px) {
.trainDivisionBlock,
.trainBenfitsBlock,
.trainsCoursesBlock,
.trainTCBlock {
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    
    -webkit-box-align: center!important;
    -webkit-align-items: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    display: -webkit-box!important;
    display: -webkit-flex!important;
    display: -ms-flexbox!important;
    display: flex!important;
    text-align: center;
}
}

@media (max-width:1100px){
.container{
    width:100%!important;
}

}
@media (max-width:1124px){
.contactDetails{
    top: 70px;
}
}
@media (max-width:999px){
.divisiontechnologiesBlock {
    padding: 30px 10px 10px;
}
.technologie-box {
    padding: 0 5px;
}
.navbar-collapse{
     background: #fff;
    margin: 0 !important;
    padding: 0;
    position: absolute;
    left: 0;
    top: 62px;
    width: 100%;
    box-shadow: 0 2px 10px #ccc8c8;
    -webkit-box-shadow: 0 2px 10px #ccc8c8;
	z-index: 9;
}
.navbar-nav{
    margin:0;
}
.navbar-default .navbar-nav > li > a{
    font-size: 15px;
    border-bottom:solid 1px #e7e7e7;
    padding:10px 15px;
}
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li.active > a,
.navbar-default .navbar-nav > li.active > a:hover {
    color: #000!important;
}
.nav > li{
    padding:0;
}
.contactDetails{
 left: 0;
    width: 100%;
    top: auto;
    bottom: 0;
}
    .headerContainer {
        padding: 0px!important;
    }
}

@media (max-width:767px){
.technologie-box{
    width:50%;
    padding-bottom:15px;
}
.technologie-box:nth-child(2n+1){
    clear:both;
}
.trainDivisionBlock,
.trainBenfitsBlock {
    padding:0;
	padding-bottom:70px;
}
.trainingBenfits-left,
.trainingBenfits-right,
.courseContent-left,
.courseContent-right{
    width:100%;
}
.trainingTC-left,
.trainingTC-right{
    width:100%!important;
    padding:0;
}
.trainingTC-right{ 
	border-left: 0;
	border-top:solid 3px #a6a6a6;
	margin-top: 15px;
	padding-top: 20px;
}
.termsAndConditionsContent{
    width:100%;
    padding:0 20px;
}
.revalTrainBlock {
    padding:0;
}

/**-- Popup --**/
.enrollFormpopup{
    width:100%;
    min-width:100%;
}
.popupblock{
    padding:12px;
}
.job-padding {
    padding: 0;
    margin-bottom: 10px;
}
.Address-blockinner{
    padding:0;
}
.Address-block .row, .job-blockpadding .row {
    margin: 0 0;
}
.JobTypeMainHeading{
    font-size: 14px;
    margin-bottom:20px;
}
.popupheader{
    font-size:14px;
}
/**-- Popup Ends --**/
}
@media (max-width:568px) {
html{
    padding-bottom:60px;
}
.technologie-box{
    width:50%;
}
.divisiontechnologiesBlock h2{
    font-size:20px;
}
.revallogo img{
    max-width:100px;
}
.personName {
    font-size: 18px;
}
.contactDetails{
    font-size:13px;
}
}
/*contact-us-Start */
.navbar-contact-us{
    background-color:#fff;
}
.input-group.date{
    width:100%;
}
#txtQualifyInput {
    margin-top: 10px;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
#imgPreview{
    width:100px;
}
/*Thank You Message starts*/
.thank-youmsg {
    text-align: center;
    padding: 50px 0;
    min-height: 400px;
}

    .thank-youmsg img {
        height: 150px;
        width: 350px;
    }

    .thank-youmsg h3, h5 {
        color: #3bbcc6;
    }
/*Thank You Message ends*/
/*Error Message starts*/
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


.notfound {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.notfound {
    max-width: 520px;
    width: 100%;
    line-height: 1.4;
    text-align: center;
}

    .notfound .notfound-404 {
        position: relative;
        height: 200px;
        margin: 0px auto 20px;
        z-index: -1;
    }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 130px;
            color: #b92d2d;
            position: relative;
            /* left: 50%;
            top: 50%;
                 margin: 0px;
                -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);*/
            opacity: 0.4;
        }

        .notfound .notfound-404 h2 {
            font-family: 'Montserrat', sans-serif;
            font-size: 18px;
            color: #211b19;
            display: inline-block;
            position: absolute;
            bottom: 0px;
            left: 0;
            right: 0;
        }

    .notfound a {
        font-family: 'Montserrat', sans-serif;
        display: inline-block;
        font-weight: 700;
        text-decoration: none;
        color: #fff;
        padding: 13px 23px;
        background: #3bbcc6;
        font-size: 18px;
        -webkit-transition: 0.2s all;
        transition: 0.2s all;
    }

        .notfound a:hover {
            color: #3bbcc6;
            background: #fff;
            border: 2px solid #3bbcc6;
        }

@media only screen and (max-width: 767px) {
    .notfound .notfound-404 h1 {
        font-size: 148px;
    }
}

@media only screen and (max-width: 480px) {
    .notfound .notfound-404 {
        height: 148px;
        margin: 0px auto 10px;
    }

        .notfound .notfound-404 h1 {
            font-size: 86px;
        }

        .notfound .notfound-404 h2 {
            font-size: 16px;
        }

    .notfound a {
        padding: 7px 15px;
        font-size: 14px;
    }
}
/*Error Message ends*/

/*Loading Page*/
.Sending-Popup {
    text-align: center;
    padding: 30px 0;
    min-height: 400px;
}
/*@import url(https://fonts.googleapis.com/css?family=Montserrat);*/
body {
    position: relative;
    width: 100%;
    height: 100vh;
    /*font-family: Montserrat;*/
}

.wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.text {
    color: #3bbcc6;
    display: inline-block;
    margin-left: 5px;
    font-size: 30px;
}

.bounceball {
    position: relative;
    display: inline-block;
    height: 37px;
    width: 15px;
}

    .bounceball:before {
        position: absolute;
        content: '';
        display: block;
        top: 0;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background-color: #3bbcc6;
        -webkit-transform-origin: 50%;
        transform-origin: 50%;
        -webkit-animation: bounce 500ms alternate infinite ease;
        animation: bounce 500ms alternate infinite ease;
    }

@-webkit-keyframes bounce {
    0% {
        top: 30px;
        height: 5px;
        border-radius: 60px 60px 20px 20px;
        -webkit-transform: scaleX(2);
        transform: scaleX(2);
    }

    35% {
        height: 15px;
        border-radius: 50%;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    100% {
        top: 0;
    }
}

@keyframes bounce {
    0% {
        top: 30px;
        height: 5px;
        border-radius: 60px 60px 20px 20px;
        -webkit-transform: scaleX(2);
        transform: scaleX(2);
    }

    35% {
        height: 15px;
        border-radius: 50%;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    100% {
        top: 0;
    }
}
/**/
/*contact-us-end */



@media (max-width:420px) {
.contactDetailsLeft,
.contactDetailsRight{
    width:100%;
    position:relative;
    text-align:center;
}
.contactDetailsRight address{
    position:relative;
        transform: none;
    -webkit-transform: none;
    left:inherit;
    top:inherit;
    padding:0;
    margin:0;
}
.contactDetailsLeft img{
    width:280px;
}
}