@font-face {
    font-family: museoreg;
    src: url("../fonts/Rubik-Medium.ttf");}
h1,h2,h3,h4,h5{
    font-family: museoreg;
}
@font-face {
    font-family: Rubik;
    src: url("../fonts/Rubik-Regular.ttf");}   
    *{font-family: Rubik;}

/*navbar open*/
.navbar.navbar-default{
    margin-bottom: 0px;
}
.reach_us {
    background: #fff;
    border-radius: 0px;
}

.table td{
    text-transform: capitalize;
}
.nursingrb .table td{
    text-transform: uppercase;
}

.menu .col-sm-2, .menu .col-xs-2{
    padding-right:0px !important;
}
.menu .col-sm-10, .menu .col-xs-10{
    padding-left:0px !important;
}
.row1 .well{
    height: 105px;
    margin: 0;
    text-align: center;
}
.top_link{
    padding: 15px;
}
.cat {
width: 80%;
margin-left: 145px;
}
/*.img-responsive*/
/*{*/
    /*margin-left: 50px;*/
    /*max-width: 150%;*/
    /*height: 100px;*/
/*}*/
.navbar-default .navbar-nav > li > a {
    color: #f5f5f5;
    cursor: pointer;
}
.col1 {
    width: 100%;  
    height: 35px;
}
.navbar-default {
 border: transparent;
    background-color: transparent;
}
input[type=text] {

    border-radius: 4px;
    font-size: 16px;
    background-image: url('');
    background-color: white;
    background-position: 10px 10px;
    background-repeat: no-repeat;

    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}

.navbar-default .navbar-nav > li > a:hover
{
    color:white;
    background-color:  #007878;
}
.navbar-default .navbar-nav > li a.active
{
    color:white;
    background-color:  #ce0000;
}

/*.col-sm-5 {
    width: 65.667%;
}*/
.nav li span {
    padding-right: 10px;
    padding-left: 10px;
}
/* float: right;
margin:0 0 0 auto; 
/*.nopadh{
padding: 11px 10px;
}*/
.nopadh{
    padding: 0;
}

.cool {
    padding-left: 40px;
    background: #000;
    border-bottom-left-radius: 50px;
    height: 50px;
}
.search_old {
    background: #007878;
    padding: 0 !important;
    width: 100%;
}
.bg_color_nav{
    background-color:#FFC51F;
}
.search_new {
    height: 40px;

    width: 92%;
    padding: 10px 20px;
}
.bg_image
{
  
    background-image: url(../assets/group_photo.jpeg);
    background-size: 50% 100%;
    background-repeat: no-repeat;
    height: 350px;
    margin-top: 60px;
    background-position: right;
}
body{
    overflow-x: hidden;
}
.search_old::after {
    content: "\f002";
    font-family: 'FontAwesome';
    position: absolute;
    right: 28px;
    top: 4px;
    font-size: 20px;}
.f{
    font-size: 12px;
}
.navbar-collapse {
    margin-right: 0px;
}
/* .bar1{
    color: white;
    margin-left: -10px !important;
    margin-top: 0px !important;
} */
.top_link{
    color: white !important;
    background-color: inherit;
}

.fa1{
    color:#FFC51F;
}

.dropdown:hover .menu1 {
    display: block;
}
.upcoming
{

    margin-bottom: 60px;
}

.line_3{

}
.line_1, .line_2, .line_3{

}
.mngmnt{

}
.img_mngmnt
{
   margin-top: 30px;
}
.img_mngmnt img
{
    position: relative;
    width: 100%;
    height: 100%;   
}
.box_slid_pad{
    margin-top: -125px;
    padding-left: 30px;
    padding-right: 30px;

}
.fside{
    margin-left: 0px;
    margin-top: 0px;
}
.fside2{
    margin-left: 0px;
}
.menu1 li a:hover {
    background-color: #007878;
    color: white;
}
.dropdown-menu{
    padding: 0px 0;
    left: -1px;
    border-radius: 0px;
}
.dropdown-menu > li > a{
    display: block;
    padding: 10px 20px;
  
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover
{
    background-color: teal;
    color: white;

}
/*navbar closed*/

/*open carousel*/
* {
    box-sizing: border-box;
}



/*
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */


/* clearfix */
  
.owl-carousel .owl-wrapper:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: ".";
    line-height: 0;
}
.foot_content{
    color: #ffffff;
}
.col_yellow{
    color: #FFC51F;
}
/* display none until init */

.owl-carousel {
    position: relative;
    display: none;
    width: 100%;
    -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
    position: relative;
    display: none;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
    float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;   
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.slider_content{
    color: white;
    font-size: 15px;
    font-weight: 600;
}


/* mouse grab icon */

.grabbing {
    cursor: url(../images/grabbing.php) 8 8, move;
}


/* fix */

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
}

.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
}


/*
 *  Owl Carousel CSS3 Transitions
 *  v1.3.2
 */

.owl-origin {
    -webkit-perspective: 1200px;
    -webkit-perspective-origin-x: 50%;
    -webkit-perspective-origin-y: 50%;
    -moz-perspective: 1200px;
    -moz-perspective-origin-x: 50%;
    -moz-perspective-origin-y: 50%;
    perspective: 1200px;
}


/* fade */

.owl-fade-out {
    z-index: 10;
    -webkit-animation: fadeOut .7s both ease;
    -moz-animation: fadeOut .7s both ease;
    animation: fadeOut .7s both ease;
}

.owl-fade-in {
    -webkit-animation: fadeIn .7s both ease;
    -moz-animation: fadeIn .7s both ease;
    animation: fadeIn .7s both ease;
}


/* backSlide */

.owl-backSlide-out {
    -webkit-animation: backSlideOut 1s both ease;
    -moz-animation: backSlideOut 1s both ease;
    animation: backSlideOut 1s both ease;
}

.owl-backSlide-in {
    -webkit-animation: backSlideIn 1s both ease;
    -moz-animation: backSlideIn 1s both ease;
    animation: backSlideIn 1s both ease;
}


/* goDown */

.owl-goDown-out {
    -webkit-animation: scaleToFade .7s ease both;
    -moz-animation: scaleToFade .7s ease both;
    animation: scaleToFade .7s ease both;
}

.owl-goDown-in {
    -webkit-animation: goDown .6s ease both;
    -moz-animation: goDown .6s ease both;
    animation: goDown .6s ease both;
}


/* scaleUp */

.owl-fadeUp-in {
    -webkit-animation: scaleUpFrom .5s ease both;
    -moz-animation: scaleUpFrom .5s ease both;
    animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
    -webkit-animation: scaleUpTo .5s ease both;
    -moz-animation: scaleUpTo .5s ease both;
    animation: scaleUpTo .5s ease both;
}


/* Keyframes */


/*empty*/

@-webkit-keyframes empty {
    0% {
        opacity: 1
    }
}

@-moz-keyframes empty {
    0% {
        opacity: 1
    }
}

@keyframes empty {
    0% {
        opacity: 1
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-moz-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes backSlideOut {
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px);
    }
    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%);
    }
    100% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%);
    }
}

@-moz-keyframes backSlideOut {
    25% {
        opacity: .5;
        -moz-transform: translateZ(-500px);
    }
    75% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(-200%);
    }
    100% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(-200%);
    }
}

@keyframes backSlideOut {
    25% {
        opacity: .5;
        transform: translateZ(-500px);
    }
    75% {
        opacity: .5;
        transform: translateZ(-500px) translateX(-200%);
    }
    100% {
        opacity: .5;
        transform: translateZ(-500px) translateX(-200%);
    }
}

@-webkit-keyframes backSlideIn {
    0%,
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(200%);
    }
    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0);
    }
}

@-moz-keyframes backSlideIn {
    0%,
    25% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(200%);
    }
    75% {
        opacity: .5;
        -moz-transform: translateZ(-500px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateZ(0) translateX(0);
    }
}

@keyframes backSlideIn {
    0%,
    25% {
        opacity: .5;
        transform: translateZ(-500px) translateX(200%);
    }
    75% {
        opacity: .5;
        transform: translateZ(-500px);
    }
    100% {
        opacity: 1;
        transform: translateZ(0) translateX(0);
    }
}

@-webkit-keyframes scaleToFade {
    to {
        opacity: 0;
        -webkit-transform: scale(.8);
    }
}

@-moz-keyframes scaleToFade {
    to {
        opacity: 0;
        -moz-transform: scale(.8);
    }
}

@keyframes scaleToFade {
    to {
        opacity: 0;
        transform: scale(.8);
    }
}

@-webkit-keyframes goDown {
    from {
        -webkit-transform: translateY(-100%);
    }
}

@-moz-keyframes goDown {
    from {
        -moz-transform: translateY(-100%);
    }
}

@keyframes goDown {
    from {
        transform: translateY(-100%);
    }
}

@-webkit-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -webkit-transform: scale(1.5);
    }
}

@-moz-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -moz-transform: scale(1.5);
    }
}

@keyframes scaleUpFrom {
    from {
        opacity: 0;
        transform: scale(1.5);
    }
}

@-webkit-keyframes scaleUpTo {
    to {
        opacity: 0;
        -webkit-transform: scale(1.5);
    }
}

@-moz-keyframes scaleUpTo {
    to {
        opacity: 0;
        -moz-transform: scale(1.5);
    }
}

@keyframes scaleUpTo {
    to {
        opacity: 0;
        transform: scale(1.5);
    }
}


/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div {
    display: inline-block;
    margin: 5px;
    padding: 3px 10px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #869791;
    color: #FFF;
    font-size: 12px;
    opacity: 0.5;
    filter: Alpha(Opacity=50);
    /*IE7 fix*/
    zoom: 1;
    *display: inline;
    /*IE7 life-saver */
}


/* Clickable class fix problem with hover on touch devices */


/* Use it for non-touch hover action */

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    text-decoration: none;
    opacity: 1;
    filter: Alpha(Opacity=100);
    /*IE7 fix*/
}


/* Styling Pagination*/

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*IE7 life-saver */
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    margin: 5px 7px;
    width: 12px;
    height: 12px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791;
    opacity: 0.5;
    filter: Alpha(Opacity=50);
    /*IE7 fix*/
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    opacity: 1;
    filter: Alpha(Opacity=100);
    /*IE7 fix*/
}


/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers {
    padding: 2px 10px;
    width: auto;
    height: auto;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    color: #FFF;
    font-size: 12px;
}


/* preloading images */

.owl-item.loading {
    min-height: 150px;
    background: url(../images/AjaxLoader.php) no-repeat center center
}


/* CUSTOM USER OPTIONS */

.carousel-container {
    width: 100%;
}

.item {
    background: #fff;
    color: #333;
}
.navbar {
    margin-bottom: 0;
    border: 1px solid transparent;
}
/*.item img {*/
    /*width: 250px;*/
    /*height: 150px;*/
/*}*/
.rbgreen{
    background-color: darkgreen;
    height: 250px;
    border-top: 5px solid black;
    border-bottom: 5px solid black;
}
.rbmrqee{
    background-image: url(../assets/index_10.php);
    background-repeat: no-repeat;
    width: 249px;
    height: 247px;
}
.item h4 {
    margin-top: 10px;
    color: #333;
    padding: 10px;
}
.nopadrb{
    margin-left: 150px;

    width: 77%;
}
.item p {
    color: #333;
    padding: 0 10px 30px;
    font-family: inherit;
    text-align: justify;
}
.containerrb{
        width: 995px;
    padding-left: 27px;
}
.rbwhite{
    background-color:white;

 
}
.viceprb{
margin-top: 30px;
}
.opponur{
    margin-left:10px;
    font-size:30px;
    border-bottom:1px solid black;
    text-align:justify;
}
.marlefrb{
    margin-top: 30px;

    height: 845px;
}
.marlefrb
{
    height: 100%;

}
.nursingrb{

    margin-left: 0;   
    text-align: justify;
    font-size: 14px;   

}
.pagerb1{
    margin-left: 0px;
}
.pagerb{

    font-size: 30px;
   /* border-bottom: 1px solid black;*/

    margin-bottom: 15px;
}
.margin_abt
{
    margin-left: 0;
}
.l_m{
    margin-left: 0px;
}
.mar_left{
    text-align: justify;
    margin-left: 0;

}
.pagerc {
    margin-left: 0px;
    font-size: 30px;
    /*border-bottom: 1px solid black;*/
    margin-right: 0;
    margin-bottom: 15px;
}
.customNavigation {

    text-align: right;
    margin-bottom: 0;

}
.ul_left {
margin-left: 0;
}
.abn{
    margin-left: 0px;

}
.rowheightrb{
    height: 550px;
}
td, th{
    vertical-align: middle !important;
}


 .btn {
    position: relative;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    -webkit-transition: all .1s ease-in 0s;
    -moz-transition: all .1s ease-in 0s;
    -o-transition: all .1s ease-in 0s;
    transition-property: all .1s ease-in 0s;
    -webkit-font-smoothing: antialiased;
    background: #333;
    border-radius: 0px;
     padding: 6px 12px 8px;
     margin: 0 2px;

}
.mar_lft_77
{
    margin-left: 85px;
}
.btnrb {
    position: relative;
    color: #000;
    font-size: 17px;
    cursor: pointer;
    background-color: #fbc62c;
    border: none;
    height: 40px;
    width: 152px;
}
.btnrb:hover
{
    background-color: teal;
    color: white;
}

.customNavigation .btn:hover {
    background:#FFC51F;
}

.hoverfx {
    position: relative;
    display: block;
    overflow: hidden;

}

.hoverfx img {
    position: absolute;
    left: 0;
    width: 100%;
}

.hoverfx:before {
    display: inline-block;
    padding-top: 60%;
    content: '';
    vertical-align: middle;
}

.hoverfx .figure {
    position: relative;
    z-index: 2;
    display: inline-block;
    padding: 10px 15px;
    max-width: 60%;
    border: 3px solid #e9e9e9;
    color: #ecf0f1;
    vertical-align: middle;
    text-transform: uppercase;
    font-size: 1.2rem;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition-property: all .3s ease;
}

.hoverfx .figure:hover {
    background: #e9e9e9;
    color: #333;
}

.hoverfx .overlay {
    position: absolute;
    top: 0;
    z-index: 1;
    margin-top: 137px;
    background: rgba(0, 0, 0, .7);
    opacity: 1;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition-property: all .3s ease;
    width: 292px;
    height: 50px;

}
/*
.item:hover .figure,
.item:hover .overlay {
    opacity: 0.8;
}*/
.fa2
{
width: 55px;
    height: 50px;
    display: inline-flex;
    background: #FFC51F;
}
.alpha1{
    position: absolute;
    margin: 0px;
    text-align: right;
    color:#FFC51F;
    margin-top: -50px;
    margin-left: 191px;
    font-weight: bold;

}
.alpha11{
    position: absolute;
    margin: 0px;
    text-align: right;
    color:#FFC51F;
    margin-top: -50px;
    margin-left: 124px;
    font-weight: bold;

}
.alpha12{
     position: absolute;
     margin: 0px;
     text-align: right;
     color:#FFC51F;
     margin-top: -38px;
     margin-left: 225px;
     font-weight: bold;

 }
.alpha13{
    position: absolute;
    margin: 0px;
    text-align: right;
    color:#FFC51F;
    margin-top: -38px;
    margin-left: 88px;
    font-weight: bold;

}
.alpha14{
    position: absolute;
    margin: 0px;
    text-align: right;
    color:#FFC51F;
    margin-top: -38px;
    margin-left: 200px;
    font-weight: bold;

}
.alpha15{
    position: absolute;
    margin: 0px;
    text-align: right;
    color:#FFC51F;
    margin-top: -38px;
    margin-left: 133px;
    font-weight: bold;

}
.alpha16 {
    position: absolute;
    margin: 0px;
    margin-top: 0px;
    margin-left: 0px;
    text-align: right;
    color: #FFC51F;
    margin-top: -36px;
    margin-left: 87px;
    font-weight: bold;
}
.alpha17 {
    position: absolute;
    margin: 0px;
    margin-top: 0px;
    margin-left: 0px;
    text-align: right;
    color: #FFC51F;
    margin-top: -38px;
    margin-left: 104px;
    font-weight: bold;
}
.alpha18 {
    position: absolute;
    margin: 0px;
    margin-top: 0px;
    margin-left: 0px;
    text-align: right;
    color: #FFC51F;
    margin-top: -38px;
    margin-left: 85px;
    font-weight: bold;
}
.alpha19 {
    position: absolute;
    margin: 0px;
    margin-top: 0px;
    margin-left: 0px;
    text-align: right;
    color: #FFC51F;
    margin-top: -38px;
    margin-left: 200px;
    font-weight: bold;
}
.alpha20 {
    position: absolute;
    margin: 0px;
    margin-top: 0px;
    margin-left: 0px;
    text-align: right;
    color: #FFC51F;
    margin-top: -38px;
    margin-left:128px;
    font-weight: bold;
}
.alpha21 {
    position: absolute;
    margin: 0px;
    margin-top: 0px;
    margin-left: 0px;
    text-align: right;
    color: #FFC51F;
    margin-top: -38px;
    margin-left: 220px;
    font-weight: bold;
}
.crse_1{

}

.alpha2{
    width: 86%;
    text-align: justify;
    display: inline-flex;
}
.customNavigation .arr_sli{display: inline-flex;}
.fa-laptop{
    color:black;
  font-size: 50px;
}
.foot_1{
    overflow-x: hidden;
    margin-top: 30px;
}
.c_margin{
    text-align: left;
    font-weight: bold;
}
.fa_font{
    color: white;
    width: 80%;
    position: absolute;
    margin-left: 57px;
    text-align: justify;
    height: 70%;
}
/*close*/
.head_image{

}
.over2{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #080d15;
    opacity: .5;

}
.reach_text{

    padding-left: 220px;
    position: absolute;

    color: #FFC51F;
    margin-top: -466px;
    z-index: 2;
}
.r_image{
    height: 100%;
    width: 100%;
    position: absolute;
}
.ov_hidden{
    overflow: hidden;
}
.img9{

    width: 100%;
    height: 300px;

}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: teal;
}
.text18{

    text-align: justify;
    font-size: 14px;

}
.d_margin
{
    text-align: left;
    font-weight: bold;

    margin-left: 1px;
}
.text19{

    text-align: justify;
    font-size: 14px;

}
.text20{

    text-align: justify;
    font-size: 14px;

}
.text21{
    text-align: justify;
    font-size: 14px;


}
.text22{
    text-align: justify;

}
.textp{
    text-align: justify;
    font-size: 14px;


}
.abn2{
    margin-left: 0;

   
}
.mar_lft_-10{
  margin-top: 30px;
     height: 420px;
    margin-bottom: 30px;

}
.presi_img
{
    margin-top: 30px;
}
.mar_lft_-10 img
{
 height: 100%;
    width: 100%;
}
.pres_mar{
    margin-left: 0;
}
.list2{


    text-align: justify;
}
.pad_bt_15{

margin-top: 30px;
}
.mar_lft_39{
    margin-top: 4%;
}
.backrb{
    overflow: hidden;
}
.text23{
    width: 72%;
    text-align: justify;
    margin-bottom: 20px;

}
.text24{
    font-size:36px;
    color:black;
}
.text25{
    margin-top:29px;
    float: right;
    right: -7%;
}
/*.container2{
    margin-left: 60px;
    width: 1129px;
    overflow: hidden;

}*/
/*courses page style start*/

.pad_courses
{
    padding-left: 71px;
    padding-right: 50px;
}
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 10000; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(0, 0, 0, 0.19); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.19); /* Black w/ opacity */
}

.col-form-label{
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
    margin-bottom: 0;
}/*
.foot_1{
    padding-top: 100px;

}*/
.mar_tp_75{
    margin-top: 30px;
}

/*.img_foot{
    height: 100px;
    width: 100%;

    /!*background-image: url('../assets/foot_1.jpg');*!/
}*/

.foot_2{
    color: white;
    margin-right: 635px;
}
.foot_3{
    margin-left: 197px;
    margin-top: -36px;

    color: #FFC51F;
}
.foot_4{
    margin-top: 0px;
    color: white;
    position: absolute;
}
.foot_over{
    opacity: .8;
    position: absolute;
    z-index: 0;
}

.foot_img{
    margin-left: -15px;
    height: 100%;
    width: 100%;
}

.pad_text{

    margin-left: 25px;
    color: white;
    z-index: 2;
    font-size: 14px;
    line-height: 24px;
    margin-top: 20px;

}
.pad_text00
{

    color: white;
    z-index: 2;
    font-size: 14px;
    line-height: 24px;
    margin-top: 20px;
}
.img_set{
    background-image: url('../assets/footer_img1.jpg');
    background-size: cover;
    overflow: hidden;

}
.phone_sq{
    font-size: 45px;
    margin-left: 65px;
    color: white;
    z-index: 2;

}
.num_1{
    margin-top: 14px;
    margin-left: 27px;
    font-size: 14px;
    color: white;
    z-index: 2;
    letter-spacing: 4px;
}
.num_2{
    margin-top: -2px;
    margin-left: 121px;
    font-size: 14px;
    color: white;
    z-index: 2;
    letter-spacing: 2px;

}
.mail_sq{
    font-size: 45px;
    margin-left: 63px;
    color: white;
    z-index: 2;
}
.mail_1{
    margin-top: 20px;
    margin-left: 27px;
    font-size: 14px;
    color: white;
    z-index: 2;


}
.mail_2{
    margin-top: -2px;
    margin-left: 121px;
    font-size: 14px;
    color: white;
    z-index: 2;
}
.pad_text1{


    color: white;
    z-index: 2;
    border-bottom-style: outset;
    margin-right: 105px;
    font-size: 34px;
    border-bottom-color: #FFC51F;

}
.bottom-bar{
    text-align: left;
    text-transform: uppercase;
    background: #000;
    z-index: 1;

}
.hitl{
    float: left;
    color: #f1f1f1;
    padding-top: 5px;
}
.hit_footer_height{
    height: 100px;
}
.hitr{
    float: right;
    color: #f1f1f1;
    padding-top: 5px;
}
.bg-col{
    padding: 15px;
    background-color: #000000;
}
.bottom-bar{
    height: 20px;
}
.mar_lft_-60{
    margin-left: -60px;
}
.left_side {
    font-size: 12px;
    text-transform: uppercase;
    margin-left: 16px;
}
.right_side {
    text-align: right;
    font-size: 12px;
    text-transform: uppercase;
    margin-right: 16px;
    margin-top: -16px;
}
.img1{
    width: 215px;
    height: 100px;
    margin-left: 54px;
    margin-top:30px;
}
.img2{
    margin-top: 20px;
    margin-left: 48px;
    border: 1px solid #ffffff;
    padding: 9px;
    border-radius: 5px;
    margin-bottom: 10px;
}
.img3{
    width: 53px;
    margin-top: 21px;
    margin-left: 49px;
    border: 1px solid #ffffff;
    padding: 10px;
    border-radius: 5px;

}
.text8{
    color: #ffffff;
    margin-top: 25px;
    margin-left: 40px;
    font-size: 21px;
    font-family: inherit;

}
.text9{
    color: #ffffff;
    margin-top: 25px;
    margin-left: 7px;
    font-size: 21px;
    font-family: inherit;
}
.text10{
    color: #ffffff;
    margin-top: 25px;
    margin-left: 28px;
    font-size: 21px;
    font-family: inherit;
    border-bottom: 2px solid #F6C11F;
}
.text11{
    color: #ffffff;
    margin-top: 25px;
    font-size: 21px;
    font-family: inherit;
}
.text12{
    color: #ffffff;
    margin-top: 25px;

    font-size: 21px;
    font-family: inherit;
    border-bottom: 2px solid #F6C11F;
}
.text13{
    color: #ffffff;
    margin-top: 25px;
    font-size: 21px;
    font-family: inherit;
}

.flu{
    display: flex;
}
.list li{
    color: #ffffff;
    margin-top: 20px;
    list-style: none;

}
.list li:hover{
    color: #f6c11f;
}
.mar_tp_25{
    margin-top: 25px;
    margin-right: 30px;
}
.img4{
    width: 97px;
    height: 91px;
    margin-top: 7px;

}
.mar_lft_-50{
    margin-left: -50px;
}
.img5{
    width: 31px;
    padding: 3px;
    margin-left: 5px;
    margin-top:4px ;
}


.field{

    height: 40px;
    padding-left: 12px;
    border-radius: 0;
    border:none;
    width: 100%;
}
.field1{
    background-color: #f6c11f;
    height: 39.9px;
    margin-left: -1px;
    margin-top: 0.8px;
}
.circle1{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border:1px solid #ffffff;
    margin-left: 13px;
}
.circle1:hover{
    background-color: #f6c11f;
    color: #ffffff;
}
.social_connect{
    margin-top: 28px;
    margin-bottom: 10px;
}
.face{
    color: #ffffff;
    margin-left: 14px;
    margin-top: 9px;
    font-size: 18px;
}
.linked{
    color: #ffffff;
    margin-left: 13px;
    margin-top: 9px;
    font-size: 18px;
}
.google{
    color: #ffffff;
    margin-left: 10px;
    margin-top: 9px;
    font-size: 18px;
}
.twit{
    color: #ffffff;
    margin-left: 12px;
    margin-top: 9px;
    font-size: 18px;
}
/*.face:hover{
	color: #ffffff;
}
.linked:hover{
	color:#ffffff;
}
.google:hover{
	color:#ffffff;
}
.twit:hover{
	color: #ffffff;
}*/
.mar_tp_60{
    margin-top: 0px;
}
.mar_tp_6
{
    float: right;
}
.mar_tp_35{
    margin-top: 0px;

}
.col{
    color:#333333;
}
.admission_modal{
    padding-top: 10px !important;
}

.admission_modal .fee_button{
    width: 70%;
    height: 40px;
}
.admission_modal .close{
    color: #000;

    right:20px;
}

.admission_modal .modal-title{
    color: #000;
}

.admission_modal .modal-body form label{
    font-weight: 100;
}


@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)}
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}
.btn_admission{
    background-color: teal;
    color: white;
    border: transparent;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    border-color: black;
    text-align: center;
    height: 45px;
    width: 180px;
    border-radius: 0px;
}
.btn_ad
{
    background-color: teal;
    color: white;
    border: transparent;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    border-color: black;
    text-align: center;
    height: 45px;
    width: 155px;
    border-radius: 0px;
}
.btn_ad:hover{
     background-color: #FFC51F;
     color: black;
     border: none;

 }
.btn_fo{
    background-color: teal;
    color: white;
    border:transparent;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    border-color: black;
    text-align: center;
    height: 45px;
    width: 150px;
    border-radius: 0px;
    margin-left: 20px;
    margin-right: -100px;
}
.btn_fo:hover{
    background-color: #FFC51F;
    color: black;
    border: none;

}
.btn_admission:hover{
    background-color: #FFC51F;
    color: black;
    border: none;

}
.btn_btn{
    padding: 20px;
    margin-left: 400px;
    width: auto;
}
.btn_form{
    background-color: teal;
    color: white;
    border:transparent;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    border-color: black;
    text-align: center;
    height: 45px;
    width: 180px;
    border-radius: 0px;
    margin-left: 100px;
}
.btn_form:hover{
    background-color: #FFC51F;
    color: black;
    border: none;

}
.style4{
    color: white;
}/*
.style1:hover{
    background-color: #CFB9B9;
}*/
.style2{

}
.form-query{
    display: block;
    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, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 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;

}

.btn_clear{
    background-color: transparent;
    color: #A9A9A9;
    border: 1px solid;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    border-color: black;
    text-align: center;
    height: 45px;
    width: 180px;
    border-radius: 0px;
    margin-left: 80px;
    font-weight: 10px;
}
.btn_submit{
    background-color: transparent;
    color: #A9A9A9;
    border: 1px solid;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    border-color: black;
    text-align: center;
    height: 45px;
    width: 180px;
    border-radius: 0px;

}
.btn_clear:hover{
    background: #e60000;
    color: white;
    border: 1px solid #e60000;
}
.btn_submit:hover{   
    background: teal;
    border: 1px solid teal;
    color: white;
}
.input-lg[type="text"] {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    background-color: white;
    padding: 9px 20px 7px 11px;

}
.form-1{
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
    z-index: auto;
    position: relative;
    line-height: 20px;
    font-size: 14px;
    transition: none 0s ease 0s ;
    width: 419px;
    height: 158px;
    box-shadow: none;
}
.modal-title{
    text-align: center;
}

/*admission page start*/
.contents{
    margin-left: 12%;
    margin-top: 3%;
    margin-bottom: 2%;
}
.text_clr{
    color: #FFC51F;
    margin-left: 13%;
    margin-top: -3.6%;
}
.im1{

}

.crse-1{

}
.crse_2{

}
.crse_3{

}
.crse_4{

}
.crse_5{

}
.crse_6{

}
.adjst1{

}
.adjst{

}
.img_tag
{
    margin-top: 30px;
    
}
/* .bg-img{
    height: 250px;
    background-size: contain;
    background-repeat: no-repeat;
    max-width: 100%;
    border: 5px solid #ffd026;
    margin: 20px;
}
.bg-img:hover {
    opacity: 0.5;
    transition: .5s ease
    
}
.bg-img:hover .text-block {
    position: absolute;
    color: white;
   
  } */
  .course-gallery img{  
    border:5px solid #ffcf2d;
  }
.course-gallery:hover img{
    border:5px solid #ffcf2d;
    object-fit: cover; 
    height: 224px;
}
.pic{
    height: 220px;
}
.course-gallery{
    position: relative;
    height: 250px;
}
.course-gallery p{
    
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    margin-left: 21px;
    margin-top: 6px;
    height: 85%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 10;
    width: 86%;
    padding: 92px;
    color: white;
    font-size: 20px;
    }

.course-gallery:hover p{
    display: block;
    
}
  @media screen and (min-width:320px) and (max-width:720px) {
      
   .course-gallery p{
        width: 242px;
    }
    .pl_5{
        font-size: 7px;
    }
}

 @media screen and (min-width:420px) and (max-width:720px) {
    .pl_5{
        padding-left: 10%;
        font-size:8px ;
    }
}
/*Facilities page style*/

.line1{
    width: 57%;
    margin-left: 0%;
    text-align: justify;
}

.hd1{
    width: 57%;
    margin-left: 0%;
    margin-top: -15px;

}
.lib_img1{
    margin-left: 14%;
}
.hdr{
    width: 57%;
    margin-left: 15.3%;

}
.lib_imgs{
    margin-top: 15px;
    margin-left: -14px;
    width: 55%;
}
.lib_img3{
    margin-left: 20%;
}

.hstl_img1{
    margin-left: 14%;
    margin-top: 2%;
}
.hd2{
    width: 57%;
    margin-top: 10px;

}
.hstl_imgs{
    margin-top: 15px;
    margin-left: -14px;
    width: 55%;
}
.hstl_img3{
    margin-left: 20%;
}
.facel{
    margin-bottom: 45px;
}
.hd3{
    width: 57%;
    margin-top: 2.8%;
    margin-left: 31%;
}
.sub_hd{
    width: 75%;
    margin-left: 34%;
}
.af_list{
    margin-left: 15px;
}
.hd4{
    width: 57%;
    margin-top: 1.8%;
    margin-left: 31%;
}
.line2{
    width: 63%;
    margin-left: 31.1%;
    text-align: justify;
}
.lab_img1 {
    margin-top: 3.4%;
    margin-left: 14%;
    margin-bottom: -14%;
}
.lab_imgs{
    margin-top: 15px;
    margin-left: 30.5%;
    width: 55%;
}
.lab_img3{
    margin-left: 20%;
}
.hd5{
    width: 24%;
    margin-top: 1.8%;
    margin-left: 0%;
}
/*Staff page style*/

.hdng{
    
    text-align: center;    
    padding-bottom: 20px;   
}
.hdng2{
   
    text-align: center;   
    padding-bottom: 20px;
}
.pad_top
{
    padding-top: 44px;
}
.tbl1{
    width: 85%;

    margin: 0 auto;

}
.tbl2
{
    width: 100%;
    margin: 0 auto;
}
.striped tr:nth-child(2n) {
    background-color: #efefef;
}
.pad_staff
{
    padding-right: 118px;
    padding-left: 150px;
}

/*error page*/
.btm_undrln
{
    border-bottom: 1px solid #F1F1F1;
    width: 75%;
}
   
.btn-error
{
    border: 1px solid #E9E9E9;
    background-color: white;
    padding: 5px;
    height: 43px;
    width: 100px;
}
.btn-error:hover
{
    background-color:#71BA09;
    border: 1px solid #71BA09;
}
.txt_error
{
    padding-bottom: 30px;

}
.txt-align
{
    text-align: center;
}
.img_size{
margin-top: 100px;
}
.sbmt_form
{
    font-size: 27px;
    color: black;
    padding: 7px;
}
.sbmt_form:hover
{
    color:#F7B21A ;
    font-size: 24px;
    background-color: black;
    border: 1px solid #F7B21A;
}
.form_sbmt
{
    background-color: #F7B21A;
    width: 100%;
    height: 40px;
}
.in_flex
{
    display: inline-flex;
}
.in_flex
{
    display: block;
}
.map_adst
{
    margin-top: -9%;
}
.map-txt
{
    font-size:17px;
    margin-bottom: 10px;    
}
a:hover
{
    text-decoration: none;
}

/*gallery page start*/


.first{
    height: 300px;
    width: 100%;
    overflow:hidden;
    position:relative;
}
.first img
{
    position: absolute;
    height: 100%;
    width: auto;

}
.second{
    height: 500px;
    width: 100%;
    overflow:hidden;
    position:relative;
}
.second img
{
    position: absolute;
    height: 100%;
    width: auto;
}
.third{
    height: 400px;
    width: 100%;
    overflow:hidden;
    position:relative;
}
.third img
{
    position: absolute;
    width: auto;
    height: 100%;
}
.forth
{
    height: 300px;
    width: 100%;
    overflow:hidden;
    position:relative;
}
.forth img{
    position: absolute;
    height: 100%;
    width: auto;
}
.fifth
{
    overflow:hidden;
    position:relative;
    height: 300px;
}
/*.fifth img {
    max-width: 100%;
    position: absolute;
    max-height: 110%;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    height: auto;
    width: auto;
    transform: scale(1.4);
    margin-left: auto;
    vertical-align: middle;
    margin-right: auto;
    display: block;

}*/
.fifth img
{
    position: absolute;
    height: 100%;
    width: auto;
}
.sixth
{
    height: 600px;
    width:  100%;
    overflow:hidden;
    position:relative;

}
.sixth img
{
    position: absolute;
    height: 100%;
    width: auto;
    margin: 0 auto;
}
.seventh{
    height: 600px;
    width:  100%;
    overflow:hidden;
    position:relative;
}
.seventh img
{
    position: absolute;
    width: auto;
    height: 100%;
}
.eightth{
    height: 300px;
    width:  100%;
    overflow:hidden;
    position:relative;
}
.eightth img
{
    position: absolute;
    width: auto;
    height: 100%;
}
.btn-gallery
{
    background-color: white;
    border: 1px solid #F1F1F1;
    padding: 10px;
    width: auto;
    text-align: center;
}
.w3-green
{
    background-color:#FFB901;
}
.w3-bar
{
    padding: 25px;
    text-align: center;

}
.overlay1
{

    background-color: transparent;
    z-index: 2;
    height: 100%;
    width: 100%;
    position: absolute;
    overflow: hidden;
    text-align: center;
    color: transparent;
}
.overlay1:hover
{
   
    background-color: rgba(4, 171, 130, 0.9);
    color: white;
}
.tp_mar-fa
{  
    font-size: 63px;
}
.item_display
{
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1em;
    -moz-column-gap: 1em;
    column-gap: 1em;
}
.tp_mar-fa
{
    display: table-cell;
    vertical-align: middle;
    margin-left: 135px;
}
.item_display .col-sm-4
{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
    float: none;
}
.item_display
{
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1em;
    -moz-column-gap: 1em;
    column-gap: 1em;
}
.overlay1
{
    display: table;
    display : flex;
    align-items : center;
}
.padd_gallery
{
    padding-right: 142px;
    padding-left: 142px;
}
/*close*/

