<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&amp;display=swap');
*{margin:0px; padding:0px;}
body{font-size:14px; font-family: 'Roboto', sans-serif; color:#323232; font-weight:400; line-height:25px;}

.banner-fold {

}
.banner-fold.content-pages {
    padding: 40px 0 0!important;
}

.banner-fold ul{
    list-style: outside none none;
    margin: 0 0 10px 0;padding: 0;
}

.banner-fold ul li {
    list-style: outside none none;
    margin: 0;
    padding: 1px 0 1px 25px!important;
    position: relative;
    text-align: left;
    font-size: 14px;
    color: #fff;font-weight: 500;
    display: inline-block;background-image: none!important;
    width: 100%;
}
.banner-fold ul li::before {
   color: #FF692E;
    content: "\f00c";
    font-family: "FontAwesome";
    font-size: 14px;
    left: 0;
    position: absolute;
    top: 2px;  font-weight: 600;   
}

.content-pages{
	padding: 40px 0;
}
.content-pages p:last-child, .content-pages p:last-of-type{
	margin-bottom:0px;
}
.content-pages a{
	/*font-weight:bold;*/
}
.outline-links{
	font-size: 15px;
	font-weight: bold;
	/*color: #333;*/
	margin-bottom: 15px;
	display: block;
	text-align: center;
	border: 1px solid #777;
	padding: 8px 10px;
}
.outline-links{
	background: transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: relative;
	-webkit-transform: translateZ(0px);
	transform: translateZ(0px);
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-property: color;
	transition-property: color;
	vertical-align: middle;
}
.outline-links:hover{
	color:#fff;
	text-decoration:none;
	border-color:#006699;
}
.outline-links:before {
	background: #006699 none repeat scroll 0 0;
	bottom: 0;
	color: #fff;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 50% 0 0;
	transform-origin: 50% 0 0;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	transition-property: transform, -webkit-transform;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	width: 100%;
	z-index: -1;
}		
.outline-links:hover:before {
	color: #000;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.butns .btn {
    background-color: #F15A22;
    border: 0 none;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 0px 20px;
    text-align: center;
    border-radius: 2px;
    width: auto;
    line-height: 40px;
    margin: 10px auto;
}

h1{
	border-bottom: 1px solid #333;
    padding: 0 0 10px 0;
    color: #333;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 27px;
    font-weight: bold;
}
h2 {
	margin-bottom: 10px;
	font-weight: bold;
	margin-top: 20px;
	font-size: 24px;
}
/*.sub-heading {
	border-bottom: 2px solid #000;
	padding: 0 0 10px 0;
	color: #000;
}*/
.linksouterfld{
	padding-bottom:25px;
}
.exam-pragraph{
	padding-bottom: 40px;
}
.exam-pragraph:last-child, .exam-pragraph:last-of-type{
	padding-bottom:0;
}

.content-pages .form-box h3{
	margin-top: 0;
}

.content-pages ul{
	margin-bottom: 15px;
	padding-left: 10px;
	list-style-type: none;
	margin-top: 15px;
}
/* .content-pages ul li{
	padding-left: 20px;
	background-image: url(/cat-mba/images/tick.png);
	background-repeat: no-repeat;
	background-size: 12px auto;
	background-position: left 6px;
	margin-bottom: 5px;
} */

.content-pages ul li {
    list-style: outside none none;
    margin: 0;
    padding: 1px 0 1px 25px!important;
    position: relative;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    background-image: none!important;
    width: 100%;
}

.content-pages ul li::before {
    color: #FF692E;
    content: "\f00c";
    font-family: "FontAwesome";
    font-size: 14px;
    left: 0;
    position: absolute;
    top: 2px;
    font-weight: 600;
}
.content-pages ul li:last-child{
	margin-bottom:0;
}
.content-pages .removemargin{
	margin-bottom:0;
}
.content-pages ol{
	padding-left: 15px;
    margin-bottom: 0;
    margin-top: 10px;
}
.content-pages ol li{
	padding-left: 0;
    background-image: none;
    margin-bottom: 10px;
}
.table{
	margin-bottom: 10px;
    margin-top: 10px;
}
.table tbody &gt; tr:first-child td {
    background-color: #054477;
    color: #fff;
    font-weight: bold;
}

.table tbody &gt; tr:first-child td a{
	color: #fff;
}

.table-new thead th{
	background-color: #ff692e;
color: #fff;
}

.table-new.table tbody &gt; tr:first-child td{
	background-color:transparent; 
	color: #333;
}



.table-new thead th a{
	color:#fff;
}
.rbi-exam .exam-pragraph{
	padding-bottom:15px;
}

.content-pages .removtopsapcng{
	margin-top:0;
}
.content-pages .removbottomsapcng{
	margin-bottom:0;
}

.mt-15{
    margin-top: 15px;
}

.video-frame{
	max-width: 700px;
	margin:10px 0;
}

.video-frame iframe{
	width:100%;
	border:7px #ddd solid;
}

.screen-img {
	margin:10px 0;
	max-width: 700px;

}

.screen-img img {
	border: 4px #eee solid;
}

.action-link{
	margin:10px 0;
}

.action-link a{
display: inline-block;
padding: 10px 20px;
margin-right: 10px;
margin-bottom: 10px;
text-decoration: none;
border-radius: 3px;
background-color: #f2e8ae;
color: #333;
-webkit-transition: ease-in-out 0.5s;
-moz-transition: ease-in-out 0.5s;
-o-transition: ease-in-out 0.5s;
transition: ease-in-out 0.5s;
}

.action-link a:hover{
	background-color: #054477;
	color: #fff;
}


.box-item{
	padding: 12px;
background-color: #f9f1f1;
}


.img-block{
	margin:15px 0;
}

.img-block img{
	border:7px #eee solid;
}


/* #form css */
.form-content{
	padding-right: 0;
}
.form-content h3{
	margin-top: 0;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.form-content form{
	padding: 20px 25px;
    background-color: #eee; display: inline-block;
    border-radius: 3px;
    
}
.form-content .form-group {
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
}
.form-content .form-group:last-child{
	margin-bottom:0;
}
.form-content img {
    position: absolute;
    left: 10px;
    width: 24px;
    text-align: center;
    top: 50%;
    transform: translate(0, -50%);
}
.form-content .form-control {
    border-radius: 0;
    box-shadow: initial;
    height: 47px;
    padding-left: 20px;
    background-repeat: no-repeat;
    border: 1px solid #eceaee;
    background-position: 20px center;
    font-size: 14px;
}
.form-content input[type="submit"] {
    background-color: #ff692e;
    color: #fff;
    padding: 10px 30px;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    border: 0;
}
.form-content .form-group select {
    border: 0;
    border: 1px solid #eceaee;
    width: 100%;
    padding-left: 45px;
    height: 55px;
    font-size: 15px;
    color: #9b9b9b;
    background: url(/images/product/br_down.png) no-repeat right #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-position-x: 95%;
}
.spacinglett{
	letter-spacing: -0.9px;
}
.sepratecolor{
	color:#ff692e;
}
.removespacin p{
	margin-bottom:0;
}
h3{
	font-size: 21px;
    font-weight: bold;
    margin-bottom: 10px; 
}
.content-pages .margindefinbtm &gt; li{
	margin-bottom:25px;
}
.content-pages .margindefinbtm &gt; li:last-child{
	margin-bottom:0px;
}
.imagefld{
	margin-top:10px;
}
.margin-0{
	margin:0 !important;
}
.margin-top-15{
	margin-top:15px !important;
	display: block;
}
/* Thank you page */
.thankyoucon{
	background-color:rgba(176, 235, 239, 0.7);
}
.thankyoucon h2{
	font-size: 35px;
    margin-bottom: 15px;
}
.thankyoucon p{
	font-size: 22px;

}
.thankyoucon span{
	color:#ff692e;
	font-weight:bold;
}
.thankyoucon hr{
	border-color: rgba(0, 0, 0, 0.3);
}
.tablefillcolor{
	background-color: #ccc;
}


.pg-block:first-child{
	margin-top: 15px;
}

.pg-block {
    margin-bottom: 15px;
    clear: both;
    float: left;
    width: 100%;
    padding:15px;
    background-color: #f8f8d8;

}

.pg-block:nth-of-type(2n+1) {
    background-color: #f8f8f8;

}

.pg-block-1{
	margin-top: 15px;
}


.theme-accordion-s1 .panel-heading .collapsed::before {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    }
    .theme-accordion-s1 .panel-heading a::before {
    font-family: "FontAwesome";
    content: "\f107";
    font-size: 15px;
    font-size: 20px;
    position: absolute;
    right: 25px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    }
    .theme-accordion-s1 .panel-heading .collapsed {
    background-color: #fff;
    color:#333;
    -webkit-box-shadow: 0 5px 15px 0 rgba(68,68,68,.1);
    box-shadow: 0 5px 15px 0 rgba(68,68,68,.1);
    }
    .theme-accordion-s1 .panel-heading a {
        background: #e85222;
        background-color: #e85222;
        font-size: 15px;
        font-weight: 500;
        color: #fff;
        display: block;
        padding: 18px 25px;
        position: relative;
    }
    .theme-accordion-s1 .panel-default {
    background: 
    transparent;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    }
    .theme-accordion-s1 .panel-heading {
    background-color: 
    transparent;
    padding: 0;
    border-radius: 0;
    }
    .panel-default &gt; .panel-heading {
    color:#333;
    background-color: #f5f5f5;
    border-color:#ddd;
    }
    .panel-group .panel-heading {
    border-bottom: 0;
    border-bottom-color: currentcolor;
    }
    
    .theme-accordion-s1 .panel-heading + .panel-collapse &gt; .panel-body {
    background-color: #fff;
    border: 0;
    padding: 25px 25px 25px;
    -webkit-box-shadow: 0 5px 15px 0 rgba(68,68,68,.1);
    box-shadow: 0 5px 15px 0 rgba(68,68,68,.1);
    }
    
    .theme-accordion-s1 .panel + .panel {
        margin-top: 15px;
    }
    


.notification-box-blue {
    text-align: center;
    padding: 0px 20px 0px 0;
    box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.12);
    margin-top: 30px;
    border-radius: 5px;
}
	
.notification-box-blue .alerts {
    background-color:#23D1D7;
    border-radius: 5px 0px 0px 5px;
    padding:38px 0;
}	

.notification-box-blue .rits {
padding: 15px 0 0 0; text-align: left;

}	
	
.notification-box-blue .col-md-8 {padding-right: 5px;
padding-left: 5px;
    
}	
.notification-box-blue h6{ font-size: 14px;line-height: 20px; margin-top: 0px;}
	
.notification-box-blue .btn {
    text-align: center;
    margin-top: 15px;
    padding: 0;
    display: block;
    width: 100%;
}

.notification-box-blue .btn a {
    background: #353C45;
    padding: 10px 15px;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}
.notification-box-blue .btn a.btn-orange {
    background-color:#EE5F3D;
    margin-top: 8px!important;
}	
.notification-box-blue .btn a.btn {
    border-radius: 0px;margin-top: 0;
}	

.notification-box-blue img {
    width: 100%;
    text-align: center;
    position: initial;
    left: initial;
    top: initial;
    transform: initial;margin-top: 12px;

}	
	
	
	
	
	
	
.notification-box {
    text-align: center;
    padding: 70px 15px 30px;
    position: relative;
    box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.12);
    margin-bottom: 10px;
    margin-top: 60px; 
    border-radius: 5px; background-color: #fff;background-repeat: repeat; background-position: center bottom; 
    background-image: url("/cat-mba/images/notification-bg.jpg");
	
}

.notification-box .alerts {
    border-radius: 50%;
    position: absolute;
    left: 37%;
    top: -42px;
    background-color: #EE5F3D;
    width: 90px;
    height: 90px;
    border: 8px solid #DDE0E9;

}
.notification-box h6{ font-size: 14px; line-height: 20px;}	

.notification-box img {
    width: 50px;
    text-align: center;
    position: initial;
    left: initial;
    top: initial;
    transform: initial;margin-top: 12px;

}
	
.notification-box .btn {
    text-align: center;
    margin-top: 15px;
    padding: 0;
    white-space: initial!important;display: inline-flex;
}

.notification-box .btn a {
    background: #353C45;
    padding: 10px 15px;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}
.notification-box .btn a.btn-orange {
    background-color:#EE5F3D; margin-left: 6px;
    
}	
.notification-box .btn a.btn {
    border-radius: 0px;margin-top: 0;
}

.notification-box-blue ul {list-style: outside none none;margin:0 0 10px 0;padding: 0;}
.notification-box-blue ul li {list-style: outside none none;margin: 0;padding: 4px 0 4px 30px;position: relative; color:#222; text-align:left; background: none;}
.notification-box-blue ul li a{ color: #333;font-weight: 500 !important;}
.notification-box-blue ul li::before {color: #fff;
content: "\f105";
font-family: "FontAwesome";
font-size: 13px;
left: 0;
position: absolute;
top: 6px;
background: #F15A22;
border-radius: 50%;
width: 20px;
height: 20px;
line-height: 20px;
text-align: center;}
	
.notification-box-blue h5 {
    font-size: 18px;
	font-weight: 600; margin-top: 0px;margin-bottom: 10px;}
.btn-info {
    background-color: #006699;
    border-color: #005588;
    border-radius: 2px;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    line-height: 48px;
    margin-bottom: 15px;
    padding: 0 15px;
    text-shadow: initial;
    width: 100%;
}
.btn-info:hover {
    background-color: #005487;
border-color:    #005487;
}

.iipm-rhk .exam-pragraph{
	padding:15px;
}


.iipm-rhk .content-pages{
	padding-left:15px;
	padding-right:15px;
}

.iipm-rhk .exam-pragraph:nth-child(2n+1) {
    background-color: #fdfdfd;
}

.info-msg {
    background-color: #eee;
    padding: 10px;
    margin-bottom: 10px;
    display: inline-block;
    color: #333;
    clear: both;
}

.info-msg p{
	margin-bottom: 0;
}

.info-msg a{
background-color: #ff692e;
color: #fff;
padding: 6px 12px;
display: inline-block;
font-size: 12px;
font-weight: 500;
border-radius: 3px;
text-decoration: none;
}


@media only screen and (max-width:480px){
	#flexuse{
		display:grid;
	}
	#contedtop{
		order:2;
	}
	#formcontfld{
		order:1;
	}
}
@media only screen and (max-width:767px){

    .butns .btn {
        width: 100%;

    }
	.linksouterfld{
		display:none;
	}
	.form-content{
		padding-right:15px;
	}

.notification-box-blue{
	padding: 0px 20px 0px 20px;
}


}</pre></body></html>