html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    border: 0 none;
    font-feature-settings: inherit;
    font-kerning: inherit;
    font-language-override: inherit;
    font-size: 100%;
    font-size-adjust: inherit;
    font-stretch: inherit;
    font-style: inherit;
    font-synthesis: inherit;
    font-variant: inherit;
    font-weight: inherit;
    line-height: inherit;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    font-family: 'Roboto Slab', serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    background: #fff !important;
}
html, body {
    /* you need to set this to assign to the main element a min height of 100% */
    height: 100%;
}
select {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
}
select::-ms-expand {
    display: none;
}
a {
    color: #fff !important;
    text-decoration: none !important;
    cursor: pointer;
}
a:focus {
    outline: none !important;
}
img {
    /*width: 100%;*/
    display: block;
    vertical-align: middle;
}
p {
    margin: 0 0 30px 0 !important;
    line-height: 20px !important;
}
p:last-child {
    margin: 0 !important;
}
h1, h2, h3, h4, h5, h6 {
    margin-bottom: 30px !important;
    margin-top: 0 !important;
    padding: 0;
    line-height: 1px;
}
::-webkit-input-placeholder {
    color:#a5a5a5 !important;
    opacity:1
}
:-moz-placeholder { /* Firefox 18- */
    color:#a5a5a5 !important;
    opacity:1
}
::-moz-placeholder {  /* Firefox 19+ */
    color:#a5a5a5 !important;
    opacity:1
}
:-ms-input-placeholder {
    color:#a5a5a5 !important;
    opacity:1
}
/*Header area css*/
header {
    width: 100%;
    height:100%;
    background: rgba(0,0,0,0.6);
    margin: 0 auto;
    display: block;
    z-index: 999;
    position: absolute;
    top: 0;
    left: 0;
}
header .logo {
    margin: 20px 0;
    display: inline-block;
    width:auto;
    float:left;
}
header .menu-wrap {
    width: auto;
    float: left;
}
header .menu {
    width: auto;
    margin: 0 10px;
}
header .menu ul {
    margin: 0!important;
}
header .menu li {
    margin: 0px;
    list-style: none;
}
header .menu a {
    font-weight: 500;
}
header .menu li:hover > a, .menu .active > a {
    text-decoration: none;
    color: #be5b70;
}
header .menu > ul > li {
    float: left;
    display: inline-block;
    position: relative;
    font-size: 18px;
    font-weight: 500;
    font-family:Arial, Helvetica, sans-serif;
}
header .menu > ul > li > a {
    padding: 0 8px;/*15px*/
    margin:0 9px;
    display: inline-block;
    line-height: 90px;
}
header .form-control{
    width:10%;
    margin: 30px 10px 0 0;
    float:left;
    font-size: 15px;
    font-family: Arial,Helvetica,sans-serif; /*Arial Narrow;*/
    border:none;
}
header .formbutton{
    margin:0;
    width: auto;/*70px;*/
    height: 35px;
    color:#FFF;
    padding:7px;/*5px 0 0 10px;*/
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #686b8e;
    /*-webkit-box-shadow: 0 5px 5px rgba(158,158,158,.75);
    -moz-box-shadow: 0 5px 5px rgba(158,158,158,.75);*/
    /*box-shadow: 0 5px 5px rgba(158,158,158,.75);*/
    font-size: 14px;
    margin-right:8px;
    margin-top:30px;
    float:left;
    border-width:0px;
    font-family: Arial,Helvetica,sans-serif;
}

.bannerarea{
    width:100%;
    height:100%;
    background:url(../images/header_bg_img.png) no-repeat top left;
    background-size: cover;
}
.introarea{
    display:table;
}
.intro{
    position:absolute;
    top:50%;
    color:#FFF;
    font-size:50px;
    z-index:999;
    width:100%;
    text-align:center;
    font-weight:400;
    display: table-cell;
}
.intro p{
    margin:0 0 50px 0 !important;
}
.intro a{
    font-size: 24px;
    margin: 50px 50px 20px 5px;/*25px 40px;*/
    display: inline-block;
    border-bottom: 2px solid;
}
.aboutus{
    padding:60px 0;
}
.heading{
    border-bottom: 1px solid #b2b2b2;
    display:inline-block;
    height: 1px;
    margin: 0 auto 70px;
    text-align: center;
    width:100%;
}
.heading h2{
    background-color:#FFF;
    display: inline-block;
    font-size: 30px;
    left: 0;
    margin: 0 auto !important;
    padding: 0 10px;
    position: relative;
    top: -20px;
    width: auto;
    font-weight:300;
}
.heading .bg{
    background-color:#F1F1F1;
    display: inline-block;
    font-size: 30px;
    left: 0;
    margin: 0 auto !important;
    padding: 0 10px;
    position: relative;
    top: -20px;
    width: auto;
    font-weight:300;
}
.aboutlist{
    list-style: none;
    display: block;
    margin:0 auto;
}
.aboutlist li{
    padding:0;
    margin: 0 0 60px 0;
    line-height:30px;
    width:100%;
    display:inline-block;
}
.aboutlist li .sprite{
    float:left;
    display:inline-block;
    width:96px;
    height:96px;
    border:5px solid #f8f8f8;
    border-radius:50px;
    margin: 35px 0 0 0;
    background:url(../images/sprite.png) no-repeat 17px 17px;
}
.aboutlist li .sprite.second{
    background:url(../images/sprite.png) no-repeat -73px 17px;
}
.aboutlist li .sprite.third{
    background:url(../images/sprite.png) no-repeat -160px 19px;
}
.aboutlist li .sprite.fourth{
    background:url(../images/sprite.png) no-repeat -248px 17px;
}
.abtdet{
    display:inline-block;
    float:left;
    width:75%;
    margin: 0 0 0 30px;
}
.abtdet h3{
    font-size:18px;
    font-weight: 700;	
}
.abtdet p{
    font-size:14px;
    padding: 0 70px 0 0;
    font-weight:300;
}
.Instructor{
    padding:80px 0;
    background-color:#f1f1f1;
    border-bottom:2px solid #e0e0e0;
    border-top:2px solid #e0e0e0;
}
.Instructor .previous{
    background:url(../images/previous_arrow.png) no-repeat;
    width: 26px;
    height: 76px;
    display: block;
    position: absolute;
    top: 80px;
    left:0;
}
.Instructor .next{
    background:url(../images/next_arrow.png) no-repeat;
    width: 26px;
    height: 76px;
    display: block;
    position:absolute;
    top:80px;
    right:0;
}
.weare{
    padding:40px 0;
    display:block;
}
.weare p{
    color:#424242;
    font-size:20px;
    font-weight:300;
}
.wearesec{
    margin:60px 0 0 0;
}
.welist{
    list-style:none;
    text-align:center;
}
.welist li{
    width: 24%;
    float: left;
    margin: 0 10px 0 0;
    height: 320px;
}
.icons{
    height:96px;
    width:96px;
    background-color:#1c6196;
    border:3px solid #FFF;
    border-radius:50px;
    text-align:center;
    display: inline-block;
    margin:0 0 20px 0;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    box-shadow: 2px 2px #e3e3e3;
}
.icons.first img{
    width:auto;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    top: 20px;
    left: 5px;
}
.icons.second img{
    width:auto;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    top: 20px;
    left:10px;
}
.icons.third img{
    width:auto;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    top: 20px;
    left: 5px;
}
.icons.fourth img{
    width:auto;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    top: 20px;
    left: 3px;
}
.details{
}
.details h3{
    font-size:20px;
    color:#1c6196; 
}
.details p{
    font-size:13px;
    color:#737373;
    font-weight:300;
    line-height:24px !important;
    padding: 0 20px;
}
.testimonials{
    padding:30px 0;
    display:block;
    background:rgba(245, 245, 245, 1);
}
.bxslider li p{
    width:90%;
    margin:50px auto 20px !important;
    font-size:16px;
    font-weight:300;
    font-style:italic;
}
.bxslider li p:before{
    content:url(../images/double_quote_1.png);
    width:60px;
    height:40px;
    position:absolute;
    left:0;
    top:35px;
}
.bxslider li p:after{
    content:url(../images/double_quote_2.png);
    width:60px;
    height:40px;
    position:absolute;
    right:0;
}
.bxslider li h6{
    font-size: 26px;
    font-weight: 700;
    display: block;
    float: right;
    margin: 0 56px 0px 0;
}
footer{
    display:block;
    background:url(../images/footer_bg_img.png) no-repeat bottom center;
    background-size:cover;
}
footer p{
    color:#FFF;
    text-align:center;
    line-height:14px !important;
    margin:0 0 3px 0 !important;
}
footer img{
    width:auto;
    display:inline-block;
}
footer .footul{
    display:inline-block;
}
footer .footcontact{
    display:inline-block;
}
footer .footcerti{
    display:inline-block;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight:600;
    font-size:10px;
}
footer .footrecom{
    display:inline-block;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight:600;
    font-size:11px;
}
footer .footrecom img{
    margin:20px 0 0 0;
}
.footerstrip{
    color: #a6a6a6;
    font-size: 14px;
}
.footerstrip h6{
    font-size:14px;
    display: inline-block;
    padding: 30px 0 0 0;
    line-height: 20px;
}
.footerstrip .footlinks{
    text-align:right;
}
.footerstrip .footlinks a{
    color:#a6a6a6 !important;
    display: inline-block;
    padding:30px 5px 0;
    line-height: 20px;
}

footer .footbg{
    background-color:rgba(34, 36, 37,0.6);
    padding: 60px 0;
    width:100%;
    /*height:100%;*/
}
footer h4{
    font-size:22px;
    text-transform:uppercase;
    color:#ff4819;
    font-weight:700;
} 
footer ul {
    list-style: none;
    font-size: 14px;
    line-height: 30px;
    font-family: 'Open Sans', sans-serif;
    font-weight:600;
}
footer ul li:nth-child(odd) {
    float: left;
    width: 50%;
}
footer ul li:nth-child(even) {
    float: left;
    width: 50%;
}
.footcontact{
    color:#FFF !important;
}
.footcontact span{
    display:block;
    font-family: 'Open Sans', sans-serif;
    font-weight:600;
    margin: 0 0 10px 0;
}
.footcontact i{
    margin: 0 10px 0 0;
    display:inline-block;
    float:left;
    line-height: 23px;
}
.footcontact b{
    width:90%;
    font-family: 'Open Sans', sans-serif;
    font-weight:600;
    display:inline-block;
}
#cd-lateral-nav {
    display: none;
}

/*Secondary Page css*/
.topbar{
    background-color:#1c6195;
}
.topbar .logo{
    float:left;
    display:inline-block;
    padding: 30px 0;
}
.topbar .logo img{
    width:auto;
}
.topbar .search{
    display:inline-block;
    padding: 40px 0;
}
.topbar .search .form-control{
    width:50%;
    display:inline-block;
    /*float:right;*/
    height:35px;
    font-style: italic;
    border-radius: 5px 0px 0px 5px;
    font-family: 'Roboto', sans-serif;
}
.topbar .search .formbutton{
    margin:0;
    background-color: #d83c3c;
    border-radius: 0 5px 5px 0;
    height: 35px;
    padding: 0 0 0 10px;
    display: inline-block;
    /*float:right;*/
    position:relative;
    width:90px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color:#fff;
    font-size:14px;
}
.topbar .search .formbutton:before{
    border-bottom: 10px solid transparent;
    border-right: 12px solid #d83c3c;
    border-top: 10px solid transparent;
    content: "";
    height: 0;
    left: -12px;
    position: absolute;
    top: 7px;
    width: 0;
    font-size:14px;
}
.topmenu{
    background-color: #0f7dd9;
    background-image: -webkit-linear-gradient(bottom, #3f9cde, #4baef4);
    background-image: -moz-linear-gradient(bottom, #3f9cde, #4baef4);
    background-image: -o-linear-gradient(bottom, #3f9cde, #4baef4);
    background-image: -ms-linear-gradient(bottom, #3f9cde, #4baef4);
    background-image: linear-gradient(to top, #3f9cde, #4baef4);
    height: 47px;
    border-bottom:2px solid #ff4819;
}
.topmenu.second{
    background-color: #0f7dd9;
    background-image: -webkit-linear-gradient(bottom, #217dbd, #2d99e4);
    background-image: -moz-linear-gradient(bottom, #217dbd, #2d99e4);
    background-image: -o-linear-gradient(bottom, #217dbd, #2d99e4);
    background-image: -ms-linear-gradient(bottom, #217dbd, #2d99e4);
    background-image: linear-gradient(to top, #217dbd, #2d99e4);
    height: 47px;
    border-bottom:2px solid #ff4819;
}
.dropdown{
    display:none;
}
.dropdown .dropdown-menu{
    display: block;
    opacity: 0;

    -moz-transition:    all 1000ms ease;
    -webkit-transition: all 1000ms ease;
    -o-transition:      all 1000ms ease;
    -ms-transition:     all 1000ms ease;
    transition:         all 1000ms ease;
}
.dropdown:hover .dropdown-menu {
    display: block;
    opacity: 1;
}
.topmenuli{
    list-style:none;
}
.topmenuli li{
    display: inline-block;
    color: #FFF;
    padding:15px 0 10px 0;
    font-size: 14px;
    border-left:1px solid #4294cd;
    float: left;
    font-weight: 700;
}
.topmenuli li:first-child{
    border:none;
}
.topmenuli li.active{
    background-color:#1c6195;
}
.topmenuli li:active, .topmenuli li:hover{
    background-color:#1c6195;
}
.topmenuli li a{
    padding:0 20px;
    font-family: Arial,Helvetica,sans-serif; /*'Roboto', sans-serif;*/
    font-weight:700;
}
.mainsection{
    display:block;
    padding:15px 0;
    background-color:#e9e9e9;
}
.mainsection .removepad{
    padding:0;
}

.register{
    background-color:#FFF;
    padding:1px 10px;/*20px 35px*/
    display:inline-block;
    width:100%;
    margin: 0 0 10px 0;
}
.register.certificate{
    padding:0;
    /*height: 157px;*/
    text-align: center;
    font-family: Arial,Helvetica,sans-serif;
}
.register h1 {
    color: #185787;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 5px !important;
    padding-top: 10px;
}
.register.certificate h3 {
    color: #185787;
    font-size:30px;
}
.register .regileft{
    float:left;
    width:20%;
    height:320px;
}
.register .regileft span{
    display:block;
    text-align:center;
    margin: 0 0 20px 0;
}
.register .regileft .face{
    /*border:2px solid #509dd7;*/
    border-radius: 10px;
    float: left;
    box-shadow: 0 3px 2px #c3c3c3;
}
.register .regileft .face img{
    border-radius: 8px;
}
.register img{
    width:auto;
    display:block;
}
.register .regicenter{
    width:100%;/*60%*/
    float: left;
    padding: 20px 0 0 0;
}
.register .regicenter span{
    font-size:24px;/*30px*/
    color:#185787;
    text-align:left;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    display:block;
}
/*.register a{
    font-size: 26px;
    background-color: #d83c3c;
    padding: 10px 50px;
    display: block;
    margin: 40px auto 0;
    width: 206px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    box-shadow: 0 3px 2px #c3c3c3;
}*/
.social-btn{
    float: right;
    margin-top: 50px;
    margin-bottom: 10px;
}
.social-btn a{
    margin: 40px auto 0;
    float: left;
    padding-left: 5px;
}
.social-btn img{
    width: 25px;
    height: 25px;
}
.register_redbtn a{
    font-size: 26px;
    background-color: #d83c3c;
    padding: 5px 50px;
    display: block;
    margin: 30px auto 0;
    width: 206px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    box-shadow: 0 3px 2px #c3c3c3;
    float: left;
}
.register .regiright {
    float: right;
    left: 10%;
    position: relative;
    top: 10px;
    width: 20%;
}
.register .regiright .face{
    /*border:2px solid #509dd7;*/
    border-radius: 10px;
    float:left;
    margin: 147px 0 10px 0;
    box-shadow: 0 3px 2px #c3c3c3;
    position: relative;
}
.register .regiright .face img{
    border-radius: 8px;
}
.register .regiright ul{
    list-style:none;
    display: inline-block;
    position:absolute;
    top: 102%;
    left:-50px;
}
.regiright a{
    margin: 80px auto 0 !important;
}
.register .regiright ul li{
    display:inline-block;
    width:25px;
    height:49px;
    margin:0 0 0 5px;
}
.register .regiright ul li .social{
    width:25px;
    height:49px;
    display:inline-block;
    background:url(../images/social_media_icons.png) no-repeat 0 0;
}
.register .regiright ul li .facebook{
    width:25px;
    height:49px;
    display:inline-block;
    background:url(../images/social_media_icons.png) no-repeat -34px 0;
}
.register .regiright ul li .gplus{
    width:25px;
    height:49px;
    display:inline-block;
    background:url(../images/social_media_icons.png) no-repeat -68px 0;
}
.register .regiright ul li .twitter{
    width:25px;
    height:49px;
    display:inline-block;
    background:url(../images/social_media_icons.png) no-repeat -101px 0;
}
.register-topDiv{
    float: left;
    width: 100%;
}
.register-topDiv-courseName{
    float: left;
    width:60%;
}
.register-topDiv-instructorsName{
    font-size: 20px !important;
}
.register-bottomDiv{
    float: left;
    width: 100%;
    margin-top: 20px;
}
.register-bottomDiv-instructors-image{
    width:40%;
    float: left;
    margin-bottom: 20px;
}
.tabs{
    background-color:#FFF;
}
.resitabs {
    display: block;
}
.resitabs .nav-tabs {
    border-bottom: 2px solid #004b8c !important;
    background-color: #e9e9e9;
}
.resitabs .nav-tabs>li {
    margin: 0 2px -2px 0;
}
.resitabs .nav-tabs>li>a {
    border-top: 1px solid #eeeeee !important;
    border-right: 1px solid #eeeeee !important;
    border-left: 1px solid #eeeeee !important;
    border-bottom: none !important;
    border-radius: 0 !important;
    padding: 10px 30px;
    background-color: #0a70bd;
    background-image: -webkit-linear-gradient(bottom, #3f9cde, #4baef4);
    background-image: -moz-linear-gradient(bottom, #3f9cde, #4baef4);
    background-image: -o-linear-gradient(bottom, #3f9cde, #4baef4);
    background-image: -ms-linear-gradient(bottom, #3f9cde, #4baef4);
    background-image: linear-gradient(to top, #3f9cde, #4baef4);
    font-weight:300;
    font-size:18px;
}
.resitabs .nav-tabs.second>li>a {
    border-top: 1px solid #eeeeee !important;
    border-right: 1px solid #eeeeee !important;
    border-left: 1px solid #eeeeee !important;
    border-bottom: none !important;
    border-radius: 0 !important;
    padding: 10px 30px;
    background-color: #0a70bd;
    background-image: -webkit-linear-gradient(bottom, #217dbd, #2d99e4);
    background-image: -moz-linear-gradient(bottom, #217dbd, #2d99e4);
    background-image: -o-linear-gradient(bottom, #217dbd, #2d99e4);
    background-image: -ms-linear-gradient(bottom, #217dbd, #2d99e4);
    background-image: linear-gradient(to top, #217dbd, #2d99e4);
    font-weight:300;
    font-size:18px;
}
.resitabs .nav-tabs>li.active>a {

}
.resitabs .nav-tabs>li>a:hover {
    border: none;
}
.resitabs .nav>li>a:focus, .nav>li>a:hover {
    background-color: #FFFFFF !important;
}
.resitabs .nav-tabs>li>a:hover {
    background: rgb(28,97,149); /* Old browsers */
    background: -moz-linear-gradient(top,  rgb(28,97,149) 0%, rgb(28,97,149) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(28,97,149)), color-stop(100%,rgb(28,97,149))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgb(28,97,149) 0%,rgb(28,97,149) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgb(28,97,149) 0%,rgb(28,97,149) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgb(28,97,149) 0%,rgb(28,97,149) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgb(28,97,149) 0%,rgb(28,97,149) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c6195', endColorstr='#383838',GradientType=0 ); /* IE6-9 */
}
.resitabs .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    border-top: 3px solid #1c6195 !important;
    border-right: 2px solid #1c6195 !important;
    border-left: 2px solid #1c6195 !important;
    border-bottom: none !important;
    background: rgb(28,97,149); /* Old browsers */
    background: -moz-linear-gradient(top,  rgb(28,97,149) 0%, rgb(28,97,149) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(28,97,149)), color-stop(100%,rgb(28,97,149))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgb(28,97,149) 0%,rgb(28,97,149) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgb(28,97,149) 0%,rgb(28,97,149) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgb(28,97,149) 0%,rgb(28,97,149) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgb(28,97,149) 0%,rgb(28,97,149) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c6195', endColorstr='#383838',GradientType=0 ); /* IE6-9 */

}

.resitabs .tab-content{
    padding:25px 15px 15px 15px;
}
.resitabs .tab-content .tab-pane h4{
    font-size:18px;
    font-weight:700;
    font-family: 'Roboto', sans-serif;
}
.resitabs .tab-content .tab-pane p{
    font-size:14px;
    line-height:24px;
    font-weight:300;
}
.resitabs .tab-content .tab-pane h5{
    font-size:14px;
    font-weight:700;
    margin:0 0 5px 0 !important;  
    font-family: 'Roboto', sans-serif;
}
.resitabs .tab-content .tab-pane .detaillist{
    margin:0 0 35px 0;
}
.resitabs .tab-content .tab-pane .detaillist li{
    font-weight: 300;
    font-size: 14px;
}
.topright{
    background-color:#1c6195;
    padding:40px 50px;
    border-bottom:2px solid #d83c3c;
    border-radius: 5px 5px 0 0;
    width:100%;
}
.topright p{
    font-size:30px;
    color:#FFF;
    font-weight: 700;
    font-family: Arial,Helvetica,sans-serif;/*'Roboto Condensed', sans-serif;*/
}
.textToggle{
    font-family: Arial,Helvetica,sans-serif;
}
.topright a{
    background-color: #0f7dd9;
    background-image: -webkit-linear-gradient(bottom, #3f9cde, #4baef4);
    background-image: -moz-linear-gradient(bottom, #3f9cde, #4baef4);
    background-image: -o-linear-gradient(bottom, #3f9cde, #4baef4);
    background-image: -ms-linear-gradient(bottom, #3f9cde, #4baef4);
    background-image: linear-gradient(to top, #3f9cde, #4baef4);
    padding:15px 30px;
    font-size:20px;
    border-radius:5px;
    font-weight: 300;
}
.topright .list-group.panel > .list-group-item {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}
.topright .list-group-submenu {
    margin-left:20px;
}
.toprightcert{
    background-color:#1c6195;
    /*padding:40px 50px;*/
    padding:20px 50px 10px;
    /*border-bottom:2px solid #d83c3c;*/
    font-family: Arial,Helvetica,sans-serif; /*'Roboto Condensed', sans-serif;*/
    /*border-radius: 5px 5px 0 0;*/
}
.toprightcert ul{
    list-style:none;
    color:#FFF;
    font-size:24px;
}
.toprightcert ul li i{
    margin:0 10px 0 0;
}
.toprightcert a{
    text-transform: uppercase;
}
.list-group.panel a{
    color:#49a1dd !important;
    font-size:20px;
    text-transform:uppercase;
    border-bottom: 1px solid #afafaf !important;
    border:none;
    margin:0 0 1px 0;
    font-family: Arial,Helvetica,sans-serif; /*'Roboto', sans-serif;*/
    font-weight: bold;
}
.list-group.panel{
    padding: 0 15px 40px 15px;
    margin: 0 !important;
}
span.glyphicon {
    display: inline-block;
    float: right;
    border: 2px solid white;
    border-radius: 52px;
    padding: 3px;
    width: 30px;
    text-align: center;
    font-weight: 600;
    height: 30px;
}
a.list-group-item.drop:hover,
a.list-group-item.drop:active, a.list-group-item.drop {
    background-color: #0f7dd9;
    background-image: -webkit-linear-gradient(bottom, #3f9cde, #4baef4);
    background-image: -moz-linear-gradient(bottom, #3f9cde, #4baef4);
    background-image: -o-linear-gradient(bottom, #3f9cde, #4baef4);
    background-image: -ms-linear-gradient(bottom, #3f9cde, #4baef4);
    background-image: linear-gradient(to top, #3f9cde, #4baef4);
    color:#FFF !important;
    display:block;
}
#dropdown .list-group-item{
    font-size:13px;
    color:#7e7e7e !important;
}
.comments{
    display:block;
    background-color:#FFF;
    border-radius:0 0 5px 5px;
}
.comments .comhead{
    background-color: #0f7dd9;
    background-image: -webkit-linear-gradient(bottom, #3f9cde, #4baef4);
    background-image: -moz-linear-gradient(bottom, #3f9cde, #4baef4);
    background-image: -o-linear-gradient(bottom, #3f9cde, #4baef4);
    background-image: -ms-linear-gradient(bottom, #3f9cde, #4baef4);
    background-image: linear-gradient(to top, #3f9cde, #4baef4);
    font-size:20px;
    color:#FFF;
    display:block;
    line-height: 40px;
    padding: 0 0 0 15px;
    text-transform:uppercase;
    font-family: Arial,Helvetica,sans-serif; /*'Roboto', sans-serif;*/
}
.comments .comhead.second{
    background-color: #0f77cf;
    background-image: -webkit-linear-gradient(bottom, #217dbd, #2d99e4);
    background-image: -moz-linear-gradient(bottom, #217dbd, #2d99e4);
    background-image: -o-linear-gradient(bottom, #217dbd, #2d99e4);
    background-image: -ms-linear-gradient(bottom, #217dbd, #2d99e4);
    background-image: linear-gradient(to top, #217dbd, #2d99e4);
    font-size:20px;
    color:#FFF;
    display:block;
    line-height: 40px;
    padding: 0 0 0 15px;
    text-transform:uppercase;
    font-family: 'Roboto', sans-serif;
    font-style: italic; 
}
.comments .combox{
    display:block;
    border-bottom:1px solid #afafaf;
    padding:15px 15px;
}
.comments .combox.lastbox{
    border-bottom:none;
}
.comments .combox p{
    font-size:14px;
    font-style:italic;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 10px !important;
}
.comments .combox b{
    font-size:14px;
    color:#307db8;
    font-weight:500;
    text-decoration:underline;
    font-style:italic;
    font-family: 'Roboto', sans-serif;
}
.foot{
    background-color:#514e4e;
    color:#FFF;
    font-size:14px;
    font-weight: 300;
}
.foot .footlinks{
    text-align:right;
}

/* ------------------------------------------------------------ *\
|* ------------------------------------------------------------ *|
|* Toggle Buttons
|* ------------------------------------------------------------ *|
\* ------------------------------------------------------------ */
.devicemenu {
    margin-bottom: 30px;
    text-align: center;
    display:none;
}
.devicemenu a {
    display: inline-block;
    margin: 0 0 4px 0;
    padding: 5px 10px;
    color: #fff;
    background-color:#FE491A;
}
.devicemenu a:hover,
.devicemenu a.active {
    background-color:#FE491A;
}
.devicemenu a:focus {
    outline: none
}
/* ------------------------------------------------------------ *\
|* ------------------------------------------------------------ *|
|* Menus
|* ------------------------------------------------------------ *|
\* ------------------------------------------------------------ */
/* general style for all menus */
div.menu {
    position: fixed;
    z-index: 20;
    background-color:#FD815D;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
div.menu.push-menu-right.second{
    background-color:#44A5E8;
}
div.menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
div.menu a {
    font-weight: 300;
    color: #fff;
}
a.close-menu {
    background-color:#FF4D1A;
    color: #fff;
}
a.close-menu:focus {
    outline: none
}
a.close-menu.second{
    background-color: #1C6195;
}
/* slide menu left and right, push menu left and right */

div.push-menu-right {
    top: 0;
    width: 300px;
    height: 100%;
}

div.push-menu-right li {
    display: block;
    text-align: center;
    border-bottom:solid 1px #FF4D1A;
}
div.push-menu-right.second li{
    display: block;
    text-align: center;
    border-bottom:solid 1px #1C6195;
}
div.push-menu-right li:first-child {
    border-top: none
}
div.push-menu-right li:last-child {
    /*border-bottom: none*/
}
div.push-menu-right a {
    display: block;
    padding: 10px;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}
div.push-menu-right .fa{
    font-size:28px;
}
div.push-menu-right button.close-menu {
    margin: 10px 0;
    padding: 5px 10px;
    background-color: #3184a1;
    color: #fff;
}
div.push-menu-left {
    left: -300px
}
div.push-menu-right {
    right: -300px
}
body.pml-open div.push-menu-left {
    left: 0
}
body.pmr-open div.push-menu-right {
    right: 0;
    position: fixed;
    z-index: 9999;
    overflow: scroll;
}
body.pml-open #wrapper {
    left: 300px
}
body.pmr-open #wrapper {
    left: -300px;
    z-index: 9999;
}
/*certificate home page css*/
.intro_pyramid{
    position:absolute;
    top:35%;
    color:#FFF;
    font-size:50px;
    z-index:999;
    text-align:center;
    font-weight:400;
    display: table-cell;
    margin:0 20px;
}
.intro_pyramid div{
    margin:0 0 20px 0;
}
.div_center{
    position: absolute;
    left: 50%;
    top: 65%;
    transform: translate(-50%, -50%);
    padding: 20px;
    color: white;
    text-align: center;
}

/*costomized css*/
.internalRgtContent a{
    font-size: 13px!important;
}
.notification_form_coursedetail{

}
.notification_form_coursedetail label{
    font-weight: normal;
}
.notification_form_coursedetail .applable{
    font-size: 16px;
}
.notification_form_coursedetail .infusion-field-input-container{
    /*width: 160px;*/
    width:100%;
}
.notification_form_coursedetail input[type="button"]{
    background-color: #0f7dd9;
    background-image: linear-gradient(to top, #3f9cde, #4baef4);
    border-radius: 5px;
    font-size: 20px;
    font-weight: 300;
    padding: 8px 15px;
    border:none;
    color:#ffffff;
}
/*.tab-content a{
    color:#49a1dd !important;
    font-weight: bold;
}*/
.course_fees_tab_content{
    /*float: left;*/
    margin-top:10px;
}
.course_fees_tab_content_left{
    float: left;
    width: 40%;
}
.course_fees_tab_content_right{
    float: right;
    width: 50%;
}
.register_img_div_left{
    height: 335px;
}
.register_img_div_left_span{
    height: 124px;
}
.register_img_div_right{
    min-height: 290px;
}
/*.register_img_div_center{
   min-height: 350px;
}*/
#syllabus ul{
    margin:0 0 10px 30px;
}
#syllabus li{
    font-weight: 300;
    font-size: 14px;
}
#syllabus img{
    width: 50px;
}
#syllabus h1{
    font-size: 24px;
    margin-bottom: 0px !important;
}
#syllabus h2{
    margin-bottom: 0px !important;
}
#syllabus p{
    margin: 0 0 10px !important;
    line-height: 20px !important;
}
#syllabus b{
    font-weight: 400;
}
#syllabus{
    font-size: 14px;
    font-weight: 300;
}
#syllabus ol{
    margin-left: 30px;
}
#syllabus a{
    color: #337ab7 !important;
}

#requirement ul{
    /*list-style:none;
    margin:0 0 35px 0;*/
}
#requirement li{
    font-weight: 300;
    font-size: 14px;
    margin-left: 30px;
}
#requirement p{
    margin: 0 0 10px !important;
    line-height: 20px !important;
}
#requirement b{
    font-weight: 400;
}
#requirement{
    font-weight: 300;
    font-size: 14px;
}
#dates p{
    margin: 0 0 10px !important;
    line-height: 20px !important;
}
#dates b{
    font-weight: 400;
}
#fees b{
    font-weight: 400;
}
#fees{
    font-weight: 300;
}
#fees .dateclass{
    line-height: 20px !important;
    font-size: 14px;
}
#fees a{
    color: #337ab7 !important;
}
.register_course_btn{
    float:left;
    margin: 15px 20px 0 0;
    background-color: #ffffff; 
    text-decoration: none;
    color: #000000;
    font-size: 24px;                 
    font-weight: bold;
    border: 4px solid #CC3300;
    padding: 25px 58px; 
    border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
}
.combox a{
    color: #337ab7 !important;
}
.applypass_form{
    font-family: Arial,Helvetica,sans-serif;
}
.applypass_form label{
    font-size: 14px;
    font-weight: normal;
}
.applypassmainDiv{
    margin-left: 5%;
    width: 90%;
}
.applypass_form input[type="button"]{
    background-color: #0f7dd9;
    background-image: linear-gradient(to top, #3f9cde, #4baef4);
    border-radius: 5px;
    font-size: 20px;
    font-weight: 300;
    padding: 8px 15px;
    margin-top: 10px;
    border:none;
    color:#ffffff;
}
.applypass_form .infusion-field-input-container{
    width: 100%;/*160px;*/
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
    /*padding: 3px 0px 3px 3px;*/
    margin: 0px 1px 3px 0px;
    border: 1px solid #DDDDDD;
}
.applypass_form input[type=text]{
    border-radius: 7px;
}
.applypass_form input[type=text]:focus, textarea:focus {
    box-shadow: 0 0 5px rgba(81, 203, 238, 1);
    /*padding: 3px 0px 3px 3px;*/
    /*margin: 5px 1px 3px 0px;*/
    border: 1px solid rgba(81, 203, 238, 1);
}
#program h1{
    font-size: 24px;
}
#program p {
    margin: 0 0 10px !important;
    line-height: 20px !important;
}
#program ul li{
    font-weight: 300;
}
#program a{
    color: #337ab7 !important;
}
.tab-content h3{
    margin-bottom: 0px !important;
}
strong{
    font-weight: 400 !important;
}
#faq ul li{
    font-size: 14px;
    margin-left: 30px;
    font-weight: 300;
}
#faq ol li{
    font-size: 14px;
    margin-left: 30px;
    font-weight: 300;
}
#faq h1{
    font-size: 24px;
}
/*#faq h3{
    font-size: 18px;
}*/
#faq p{
    margin: 0 0 10px !important;
    line-height: 20px !important;
}
#faq a{
    color: #337ab7 !important;
}
#apply ul li{
    font-size: 14px;
    margin-left: 30px;
    font-weight: 300;
}
#apply ol li{
    font-size: 14px;
    margin-left: 30px;
    font-weight: 300;
}
#apply h1{
    font-size: 24px;
}
#apply p{
    margin: 0 0 10px !important;
    line-height: 20px !important;
}
#program ul li{
    font-size: 14px;
    margin-left: 30px;
}
#core_list_id{
    margin-top: 20px;
}
#core_list_id li{
    margin-left: 0px !important;
    font-size: 13px;
    cursor: pointer;
}
#core_list_id a{
    color: #337ab7 !important;
}
.render_required_course{
    font-size: 12px !important;
}
.elective_course_details{
    font-size: 12px !important;
}
.course-cat li a{
    color: #49a1dd !important;
    font-weight: bold;
}
.course_ds_head h1{
    font-size: 26px;
}
.course_stats_head h1{
    font-size: 26px;
}
.course-parent-heading{
    font-size: 2em;
    padding-top: 1em;
}
.default-template-contentBg{
    background-color: #ffffff;
    /*float: left;*/
}
.default-template-contentBg a{
    color: #49a1dd !important;
    font-weight: bold;
}
.course_ds_head li{
    font-size: 1em !important;
}
.course_ds_head h3{
    font-size: 1em !important;
    margin-bottom: 10px !important;
    font-size: 20px !important;
}
.course_stats_head li{
    font-size: 1em !important;
}
.course_stats_head h3{
    font-size: 1em !important;
    margin-bottom: 10px !important;
    font-size: 20px !important;
}
.topright_courselist{
    background-color:#1c6195;
    padding-top: 30px;
    padding-bottom: 20px;
    border-radius: 5px 5px 0 0;
    margin-bottom: 20px;
    text-align: -moz-right;
    float: left;
    width: 100%;
}
.topright_courselist p{
    font-size:30px;
    color:#FFF;
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
}
.topright_courselist a{
    background-color: #0f7dd9;
    background-image: -webkit-linear-gradient(bottom, #3f9cde, #4baef4);
    background-image: -moz-linear-gradient(bottom, #3f9cde, #4baef4);
    background-image: -o-linear-gradient(bottom, #3f9cde, #4baef4);
    background-image: -ms-linear-gradient(bottom, #3f9cde, #4baef4);
    background-image: linear-gradient(to top, #3f9cde, #4baef4);
    padding:15px 30px;
    font-size:20px;
    border-radius:5px;
    font-weight: 300;
    color: #ffffff !important;
}
.course-list-notify-form .notification_form_coursedetail .infusion-field-input-container{
    /*width: 340px;*/
    width:100%;
}
.glossaryList li{
    margin-left: 30px !important;
}
.glossary-list-alphabet h4 {
    color: #ff4819;
    font-size: 21px !important;
}
.software-directory-alphabet h4{
    font-size: 21px !important;
}
.moreLink li{
    margin-left: 30px !important;
}
.job-page li{
    margin-left: 30px !important;
}
.blogRightDiv ul{
    margin-top: 10px;
    margin-bottom: 10px;
}
.blogRightDiv b{
    color: #ff4819;
}
.blogRightDiv li{
    margin-left: 30px;
}
.blogRightUl li a{
    color: #49a1dd !important;
    line-height: 30px;
    font-weight: bold;
}
.blogs-showblogsentrytitle h2{
    margin-bottom: 0px !important;
}
.blogs-showblogsentryshorttext{
    font-size: 12px;
}
.blogs-showblogsentrycomments a{
    font-weight: normal;
}
header .formbutton1 {
    background-color: #686b8e;
    border: medium none;
    border-radius: 4px;
    /*box-shadow: 0 5px 5px rgba(158, 158, 158, 0.75);*/
    color: #fff;
    display: inline-block;
    font-size: 14px;
    height: 35px;
    margin: 30px 0 0;
    padding: 4px 0 0 2px;
    width: 32px;
    font-family: Arial,Helvetica,sans-serif;
}
.search-page li{
    margin-left: 30px;
    font-size: 14px;
}
.search-page h3{
    font-size: 20px;
}
.mainContentfirst {
    width: 95%;
    border-bottom: 1px dotted #305dc3;
    min-height: 162px;    						
    float: left; 
    margin: 10px 5px 10px 10px;				
}
.caroufredsel_wrapper{
    width: 100% !important;
}
#basic_config{
    width: 100% !important;
}
#student_carousel li {

}
.student-spot-slider-saprator-arrow-down{
    background:url("../images/less.png") no-repeat;
    height: 26px;
    width: 26px;
    text-align: center;
}
.student-spot-slider-saprator-arrow-up{
    background:url("../images/more.png") no-repeat;
    height: 26px;
    width: 26px;
    text-align: center;
}
/*.student-profile-maindiv{
    float: left;
}*/
.student-profile-maindiv .quote p{
    margin-bottom: 0px !important;
}
.student-profile-maindiv h1{
    margin-bottom: 0px !important;
    margin-top: 20px !important;
}
.instructor-maindiv h1{
    margin-top: 20px !important;
}
.instructor-maindiv img{
    width: 130px;
}
.site-map-maindiv li{
    margin-left: 30px;
}
.india-page-maindiv h1{
    margin-top: 20px !important;
    font-size: 20px !important;
}
.india-page-maindiv li{
    margin-left: 30px;
}
.india-page-maindiv .calendar-event{
    display: block !important;
    line-height: 25px;
}
.india-page-maindiv .upcoming_course_india li{
    margin-left: 0px;
}
.landing-template-maindiv li{
    margin-left: 30px;
}
.landing-template-maindiv h1{
    margin-top: 20px !important;
    font-size: 30px;
}
.datascience-maindiv{
    padding-top: 20px;
}
.datascience-maindiv h1{
    font-size: 25px;
}
.datascience-maindiv .calendar-event{
    line-height: 25px;
}
.datascience-maindiv .hslide_title a{
    color:#ff4819 !important;
    font-weight: normal;
}
.calendar-next{
    margin-left: 20px;
}
.calendar-list td{
    font-size: 12px;
}
.faq-maindiv{
    margin-bottom: 30px;
}
.faq-maindiv h1{
    font-size: 20px;
}
.faq-maindiv li{
    margin-left: 30px;
}
.faq-maindiv h3{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0px !important;
}
.stats_symbol_maindiv li{
    margin-left: 30px;
}
.course-catelog-first-col{
    width: 50% !important;
}
#syllabus h1 p{
    font-size: 24px;
    padding-bottom: 0px;
    margin-bottom: 10px !important;
    font-weight: 400;
}
#requirement h1{
    font-size: 24px;
}
#requirement a{
    color: #337ab7 !important
}
#fees h1{
    font-size: 24px;
}
#fees p{
    margin: 0 0 10px !important;
    line-height: 20px !important;
}
.instructor_content img {
    width: 18%;
}
.instructor_content strong{
    font-weight: 700 !important;
}
.tab-content{
    overflow: hidden;
}
.student-comment-label{
    height:60px;
    background-color:#1c6195;
    margin: 10px 0;
    padding-top:10px;
    text-align: center;
    float: left;
    width:100%;
    font-family: Arial,Helvetica,sans-serif;
}
.student-comment-label h1{
    color:#ffffff;
    padding:10px;
    font-size:20px;
}
.student-comment-label a{
    text-decoration: none
}
.course-page-register-btn-maindiv{
    float: left;
    width: 91%;
}
.course-page-register-btn-maindiv a span{
    color: #ffffff !important;
}
.course-page-register-btn{
    font-size: 24px;
    background-color: #d83c3c;
    padding: 5px 30px;
    display: block;
    margin: 30px auto 0;
    width: 208px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    box-shadow: 0 3px 2px #c3c3c3;
}
.course-page-register-extra-details{
    margin-top:30px;
    width: 100%;
    float: left;
}
.course_stats_head_right{
    float: left;
}
.blogs-showentrycommentform {
    width:96%;
}
.video-container {
    position:relative;
    padding-bottom:56.25%;
    padding-top:30px;
    height:0;
    overflow:hidden;
    width: 100%;
}
.video-container iframe, .video-container object, .video-container embed {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.certificate-course-list-left{
    float: left;
}
.blogs-showentryheader ol{
    padding-left:20px ;
}
.blogs-showentrytext strong{
    font-weight:bold !important;
}
.default-template-contentBg{
    padding-bottom:15px;
    overflow: hidden;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
}
.default-template-contentBg h3{
    font-weight: 400;
}
#sendmail table tbody tr td{
    padding:5px;
}
.float-left-info-block{
    float: left;
}
.default-template-contentBg h1 {
    font-size: 24px;
}
#sendmail table tbody tr td{
    padding:5px;
    vertical-align: top;
}
div.push-menu-left {
    left: -320px
}
div.push-menu-right {
    right: -320px
}
.data-science-author{
    font-size: 18px;
    font-weight:bold;
}
.default-template-contentBg li {
    margin-left: 30px;
}
.bx-viewport {
    /*background: url("../images/testimonials_bg_img.png") no-repeat scroll center center rgba(0, 0, 0, 0);*/
}
.stats_symbol_document{
    color: #ff4819;
    cursor: pointer;
    display: inline;
    font-size: 16px;
    font-weight: bold;
}
.course_start_image{
    width: 25%;
    float: left;
    margin-top: 0px;
}
.course_start_image_resolution{
    width: 300px;
    height: 300px;
}
.default-template-contentBg h4{
    margin-bottom: 0px !important;
    font-size: 14px;
}
.default-template-contentBg h3{
    margin-bottom: 0px !important;
}
.management_administraition_team_image img{
    width:14%;
}
.management_administraition_team_image p{
    padding-bottom: 16px;
}
.studenspotcontent ul li a{
    word-wrap: break-word;
}
.blogs-showentryheader a{
    word-wrap: break-word;
}
.studenspotcontent ul{
    word-wrap: break-word;
}
.cap_logo_tm_medium_image{
    width:200px;
}
.cap_logo_tm_small_image{
    width:50px;
}
.learn_topics_in{
    float: left;
    width: 26%;
}
.upcoming_course_india_default{
    width: 67%;
}
.social_networking_img img{
    display:inline;
    width:16px !important;
}
.concourse_logo_img img{
    width:15%;
    display:inline;
}
.default-template-contentBg p{
    margin-bottom:0px !important;
}
.ace_credit_img img{
    width:100px !important;
}
.video_margin_bottom p{
    margin-bottom:30px !important;
}
.software_information_word_break a{
    word-wrap: break-word;
}
.height_of_row{
    height: 300px;
}
.logo img{
    width:100%;
}
.renderedtable{
    max-height:215px !important;
    max-width:100% ;
}
/*.bxslider {
   z-index:99999;
}*/
.bx-next {
    background: url("../images/controls.png") no-repeat scroll -43px -32px rgba(0, 0, 0, 0);
    right: 4%;
    display:block;
    text-indent:-99999em;
    overflow:hidden;
    width:32px;
    position: absolute;
    width: 32px;
    padding-bottom:1px;
}
.bx-prev {
    background: url("../images/controls.png") no-repeat scroll 0px -32px rgba(0, 0, 0, 0);
    right: 10px;
    display:block;
    text-indent:-99999em;
    overflow:hidden;
    width:32px;
    width: 32px; 
    padding-bottom:1px;
}
.data_science_bx-viewport {
    background: url("../images/testimonials_bg_img_for_data_science.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}
.dropdown_form_float_left{
    float:left;
}
#slider-prev{
    float:left;
}
#slider-next{
    float:right;
}
.regiright a{
    box-shadow:none !important;
}
/*.register a{
    font-size: 24px;
    background-color: #d83c3c;
    padding: 5px 44px;
    display: block;
    margin: 30px auto 0;
    width: 180px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    box-shadow: 0 3px 2px #c3c3c3;
}*/
.r-courses-infusion-form LABEL{
    width:100px;
}
.r-courses-infusion-form .infusion-field{
    margin-bottom:3px;
}
.r-courses-infusion-form .infusion-field-input-container{
    float:none;
}
.course_tuition strong{
    font-weight: bold !important;
}
.job-board-div h1{
    margin-bottom: 0px !important;
}
.blogs-showentryheader h2{
    margin-bottom: 0px !important;
}
.hide-small-devices #pop{
    color: #ffffff!important;
}
.tab-menu li{
    font-family: Arial,Helvetica,sans-serif;
}
.aboutus a{
    color: #337ab7 !important;
}
.weare h3 a{
    color: #1c6196 !important;
}
#boxes #dialog {
    /*width:375px; */
    width:31%;
    height:auto;
    border: 10px solid #ffffff;
    background-color:#ffffff;
}
#boxes #dialog1 {
    /*width: 535px; */
    width: 44%;
    height: auto;
    border: 10px solid #ffffff;
    background-color:#ffffff;
}
.testimonialmaindiv{
    width: 50%;
    float: left;
}
.moretxt{
    display: inline !important;
}
.glossaryresetbtn{
    float: none;
}
#infusion-offerpopupsubmit input{
    margin-left: 4%;
}
.bxslider-data-science li p{
    width:90%;
    margin:50px auto 20px !important;
    font-size:16px;
    font-weight:300;
    font-style:italic;
}
.bxslider-data-science li .data-science-author{
    font-size: 14px;
    font-weight: 700;
    display: block;
    margin: 0 56px 0px 0;
}
.datascience-testimonials .bx-wrapper{
    margin: 0px;
}
.intro-certificate{
    position:absolute;
    top:20%;
    color:#FFF;
    font-size:50px;
    z-index:999;
    width:100%;
    text-align:center;
    font-weight:400;
    display: table-cell;
}
.intro-certificate p{
    margin:0 0 15px 0 !important;
}
.intro-certificate a{
    font-size: 24px;
    display: inline-block;
}
.intro-certificate img {
    width: 100%;
}
.story-title-of-piece{
    margin-top: 20px;
    float: left;
}
.story-title-of-piece h2{
    color: #ff4819;
    margin-bottom: 0px !important;
}
.quote-student em{
    font-style: italic;
}
.studenspotcontent p{
    line-height: 20px !important;
}
#overlay_form * {
    box-sizing: content-box !important;
}
.offerPopupContent .ferror{
    padding-top: 5px;
}
.showtable .record input{
    margin: 3px 3px 3px 4px;
}
.hide-small-devices #courseList{
    color: #ffffff!important;
}
.combox p{
    line-height: 20px !important;
}
.topright p{
    line-height: 30px !important;
}
.outside p{
    line-height: 30px !important;
}
.homepage-maindiv p{
    line-height: 30px !important;
}
.jobmarquee a{
    border-bottom: 2px solid;
    display: inline-block;
    font-size: 16px;
    margin: 100px 50px;
    text-decoration: none !important;
}
.ferrorcu{
    color: #ff0000;
    text-align: center;
    margin-left: 3em;
}
.ferrorgr{
    color: #ff0000;
    text-align: center;
    margin-left: 8.5em;
}
.modal-popup-close-btn{
    position: relative;
    right: 5px;
    top: -30px;
    opacity: 1 !important;
}
.marquee-job-links label{
    margin: 10px 50px;
    cursor: pointer;
    border-bottom: 1px solid;
    font-weight: normal;
}
.marquee-job-links a{
    border-bottom: none; 
    cursor: pointer;
    margin: 0px 50px;
    font-size: 16px;
}
.persent-graph {
    position: relative;
    table-layout: fixed;
    width: 100%;
}
.persent-graph td{
    border: 1px solid #ddd;
}
.urgent-txt {
    color: #fff;
    display: table-cell;
    font-size: 14px;
    font-weight: 400;
    position: absolute;
    text-align: center;
    top: 30%;
    width: 90%;
    z-index: 999;
}
.not-showHomePage{
    display: none;
}
.copy-right-small-device, 
.reserved-right-small-device{
    float: left;
    padding-top: 30px;
}	
.padding-bottom-div{
    padding-bottom: 30px;
}
.copy-right-small-footer{
    float: left;    
}
.padding-top10{
    padding-top: 10px;
}
.homepage-marquee {
    overflow: hidden;
    width: 100%;
}
.js-marquee-wrapper {
    position: relative;
    left: -100%;
}
.fixedPosition
{
    position: fixed;
}
.glossary-comment-error {
    color: red;
    padding-top: 0;
    display: none;
}
.float-rgt-input{
    float: right;
}
.ferror-stats-symbol{
    color:#FF0000;
    margin-left: 10px !important;
    width:100%;
    padding-top: 0 !important;
}
.academic-credit-table tr td{
    padding: 10px 10px;
}
.india-page-register-btn{
    font-size: 24px;
    background-color: #d83c3c;
    padding: 10px 30px;
    display: block;
    width: 210px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    box-shadow: 0 3px 2px #c3c3c3;
    font-weight: normal !important;
    color: #fff !important;
}
.india-page-register-btn span{
    color: #fff !important;
}
.tour-swf{
    width: 100%;
}
.footcerti p{
    line-height: 15px !important;
}
.footrecom p{
    line-height: 15px !important;
}
.social-btn-blog{
    float: left;
    margin-top: 7px;
    margin-bottom: 10px;
}
.social-btn-blog a{
    margin: 20px auto 0;
    float: left;
    padding-left: 5px;
}
.social-btn-blog img{
    width: 25px;
    height: 25px;
}
.ferrorgl{
    color: #ff0000;
    padding-bottom: 15px;
}
.gl_label{
    width: 22%;
    padding-bottom: 10px;
}
.coupon {
    width: 250px;
    padding: 10px;
    text-align: center;
    border: 3px dashed #ccc;
}
#offerModal .modal-dialog{
    width: 320px;
}
p:empty {
    display: none;
}
.certificate-title-main h2{
    margin-bottom: 0px !important;
}
.certificate-title-main .register-bottomDiv{
    margin-top: 0px;
}
.certificate-title-main h1{
    text-align: left;
}
.certificate-title-main .regicenter{
    padding: 1em;
}
#feesDetailModal h1{
    font-size: 16px;
    margin-bottom: 0 !important;
    color: #000;
}
.apply_redbtn a{
    font-size: 26px;
    background-color: #d83c3c;
    padding: 5px 35px;
    display: block;
    margin: 30px auto 0;
    width: 206px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    box-shadow: 0 3px 2px #c3c3c3;
    float: left;
}
.python-india a{
    color: #ffffff !important;
}
.indeed_job{
    margin: 1em 0em 1em 0em;
    border: 2px solid #1c6195;
}
.indeed_job a{
    color: #49a1dd !important;
}
.indeed_job #indeed_widget_header {
    background-color: #1c6195;
    color: #ffffff;
    margin-bottom: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
    font-size: 1.5em;
}
.indeed_job #indJobContent,
.indeed_job #indeed_search_wrapper,
.indeed_job #indeed_link
{
    padding: 1em;
}
.indeed_job #results div{
    margin-bottom: 1em;
    border-bottom: 1px solid #cccccc;
}
.register-topDiv-instructorsName a{
    color: #185787 !important;
}
.register-topDiv-instructorsName a:hover{
    color: #ff4819 !important;
}
.hover01 figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover01 figure:hover img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.otherLogo{
    display: none;
}
.fees-detail-print{
    position: relative;
    float: right;
    top: -30px;
    left: -10px;
    cursor: pointer;
}
.apptitleDetail {
    background-color: #0f77cf;
    background-image: linear-gradient(to top, #217dbd, #2d99e4);
    color: #ffffff;
    font-size: 17px;
    font-weight: normal;
    padding: 10px 0;
    text-align: center;
}
.testYourselfBtn{
    float: left;
    margin-right: 10px;
}
.testYourselfBtn a {
    background-color: #dbd6da;
    box-shadow: 3px 3px 2px #666666;
    display: block;
    float: left;
    font-family: "Roboto",sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 2px 12px;
    width: 120px;
}
#syllabus .testYourselfBtn a {
    color: #424242 !important;
}
.copyright-padd{
    padding-top: 30px;
}
.infusion-formgr label{
    float: left;
    width: 50%;
}
.infusion-formgr input{
    margin-right: 1em;
}
.offerBtn{
    float: left;
    margin-bottom: 20px;
    margin-top: 20px;
    width: 100%;
}
.offerBtn a {
    background-color: #0f7dd9;
    background-image: linear-gradient(to top, #3f9cde, #4baef4);
    border-radius: 5px;
    font-size: 20px;
    font-weight: 300;
    padding: 15px 30px;
    color: #fff !important;
    font-family: 'courier new'courier;
    font-size: medium; 
}
.ferrorns{
    color: #ff0000;
    text-align: center;
    margin-left: 2em;
}
.infusion-formns label{
    width: 30%;
}
.infusion-formns input{
    width: 60%;
}
.offer-div #offerModal .modal-dialog{
    width: 45%;
}
.infusion-submitns input[type="button"]{
    background-color: #0f7dd9;
    background-image: linear-gradient(to top, #3f9cde, #4baef4);
    border-radius: 5px;
    font-size: 20px;
    font-weight: 300;
    padding: 8px 15px;
    border:none;
    color:#ffffff;
    margin-top: 15px;
    width: 38%;
}

/* css for print page start here */
@media print {
  a[href]:after {
    content: none !important;
  }
  .push-menu-right, .foot, .comments, .topright, .list-group .print-hide, .topbar .search, .topbar .logo a, .register_redbtn, .course-page-register-btn-maindiv, .apply_redbtn, .hide-small-devices, .video-container, .applypass_form, .toprightcert ul li{
      display: none;
  }
  .otherLogo{
      display: block;
  }
}
/* css for print page end here */