@font-face {
    font-family: museoreg;
    src: url("../fonts/Rubik-Medium.ttf");}
    h1,h2,h3,h4,h5{
        font-family: museoreg;
    }
    /* fade slider */
    .over1 {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 2;
        background-color: rgba(8, 13, 21, 0.71);
        opacity: .5;
    }

    .slides {
        height:600px;

        overflow:hidden;
        position:relative;
        width: 100%;
        margin-left: -94px;
        margin-top:0px;
    }
    .slides ul {
        list-style:none;
        position:relative;
    }
    /* keyframes #anim_slides */
    @-webkit-keyframes anim_slides {
        0% {
            opacity:0;
        }
        6% {
            opacity:1;
        }
        24% {
            opacity:1;
        }
        30% {
            opacity:0;
        }
        100% {
            opacity:0;
        }
    }
    @-moz-keyframes anim_slides {
        0% {
            opacity:0;
        }
        6% {
            opacity:1;
        }
        24% {
            opacity:1;
        }
        30% {
            opacity:0;
        }
        100% {
            opacity:0;
        }
    }
   .slides ul li {
        opacity:0;
        position:absolute;
        top:0;
        width: 100%;
        /* css3 animation */
        -webkit-animation-name: anim_slides;
        -webkit-animation-duration: 25.0s;
        -webkit-animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-direction: normal;
        -webkit-animation-delay: 0;
        -webkit-animation-play-state: running;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-name: anim_slides;
        -moz-animation-duration: 20.0s;
        -moz-animation-timing-function: linear;
        -moz-animation-iteration-count: infinite;
        -moz-animation-direction: normal;
        -moz-animation-delay: 0;
        -moz-animation-play-state: running;
        -moz-animation-fill-mode: forwards;
    }    
    /* css3 delays */
    .slides ul  li:nth-child(2), .slides ul  li:nth-child(2) div {
        -webkit-animation-delay: 5.0s;
        -moz-animation-delay: 5.0s;
    }
    .slides ul  li:nth-child(3), .slides ul  li:nth-child(3) div {
        -webkit-animation-delay: 10.0s;
        -moz-animation-delay: 10.0s;
    }
    .slides ul  li:nth-child(4), .slides ul  li:nth-child(4) div {
        -webkit-animation-delay: 15.0s;
        -moz-animation-delay: 15.0s;
    }
    .slides ul  li:nth-child(5), .slides ul  li:nth-child(5) div {
        -webkit-animation-delay: 20.0s;
        -moz-animation-delay: 20.0s;
    }
    .slides ul  li:nth-child(6), .slides ul  li:nth-child(6) div {
        -webkit-animation-delay: 25.0s;
        -moz-animation-delay: 25.0s;
    }
    .slides ul li img {
        display:block;
        width:100%;
    }
    /* keyframes #anim_titles */
    @-webkit-keyframes anim_titles {
        0% {
            left:100%;
            opacity:0;
        }
        5% {
            left:100%;
            opacity:1;
        }
        20% {
            left:10%;
            opacity:1;
        }
        90% {
            left:100%;
            opacity:1;
        }

        100% {
            left:100%;
            opacity:0;
        }
    }
    @-moz-keyframes anim_titles {
       0% {
        left:100%;
        opacity:0;
    }
    5% {
        left:100%;
        opacity:1;
    }
    20% {
        left:10%;
        opacity:1;
    }
    90% {
        left:100%;
        opacity:1;
    }

    100% {
        left:100%;
        opacity:0;
    }
}

.slides ul li div {
    background-color:#000000;
    border-radius:10px 10px 10px 10px;
    box-shadow:0 0 5px #FFFFFF inset;
    color:#FFFFFF;
    font-size:26px;
    left:10%;
    margin:0 auto;
    padding:20px;
    position:absolute;
    top:50%;
    width:200px;
    /* css3 animation */
    -webkit-animation-name: anim_titles;
    -webkit-animation-duration: 22.0s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    -webkit-animation-delay: 0;
    -webkit-animation-play-state: running;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: anim_titles;
    -moz-animation-duration: 22.0s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: normal;
    -moz-animation-delay: 0;
    -moz-animation-play-state: running;
    -moz-animation-fill-mode: forwards;
}

.img-text{
    padding-left: 70px;
    position: absolute;

    color: #FFC51F;
    margin-top: 160px;
    z-index: 2;
}
.h1{
    margin-top: 10px;
}
.fa-icon{
 color: #FFC51F;
 font-size: 52px;
 z-index: 2;
}
.slidebox_1{
 position: absolute;
 margin-top: -191px;
 padding-left: 178px;
}
.slidebox_2{
 position: absolute;
 margin-top: -191px;
 padding-left: 499px;
}
.slidebox_3{
 position: absolute;
 margin-top: -191px;
 padding-left: 820px;
}

.btn-apply{
    background-color: transparent; 
    color: white;
    border:2px solid;
    border-color: white;margin-top: 25px;
    z-index: 2;
    text-align: center;
    height:45px;
    width: 180px;

}
.btn-apply2:hover {
    background-color: #636363;
    border-color: #ffb901;
    color: white;
}
.btn-apply2 {
    background-color: #ffb901;
    color: black;
    border: 2px solid;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    z-index: 2;
    margin-top: 25px;
    text-align: center;
    height: 45px;
    width: 180px;
    float: right;
    border-color: #636363;
}
.btn-apply:hover{
	background-color: #FFC51F;
	color: black;
    border: 2px solid transparent;


}
.btn-info{
    margin-left: 12px;
}
.count{
    z-index: 2;
    height: 125px;
    padding: 10px;
    background: rgba(0,0,0,0.65);
    cursor: context-menu;
}
.count:hover{
    color: black;
    background: #ffb901;
}


.count:hover .fa-icon,.count:hover .text-box1,.count:hover .text-box2 {
    color: #182323;
}

.text-box1{
  margin-left: 66px;
  margin-top: -52px;
  font-size: 22px;
  color: white;
  z-index: 2;
  width: 250px;
}
.upmargin{
    margin-top: -140px;
    padding-left: 167px;
    padding-right: 155px;

}
.nopadhp{
    padding: 0;
}
.text-box2{
    margin-left: 0px;
    margin-top: -5px;
    font-size: 17px;
    color: #ffffff;
    z-index: 2;

}


.bigcount{
    padding-left: 40px;
    padding-top: 30px;
    position: absolute;
}
.image{
    background-image: url('../assets/img1.php');
    margin-top: 45px;
    height: 350px;
    background-size: cover;
    width: 100%;
}
.image2{
    background-image: url('../assets/img2.php');
    margin-top: 45px;
    background-size:cover;
    height: 350px;
    width: 100%;

}
.overlay2{
    position: absolute;
    width: 100%;
    height: 350px;
    z-index: 2;
    background-color: #080d15;
    opacity: .9;
}
.overlay3{
    position: absolute;
    width: 100%;
    height: 350px;
    z-index: 2;

    opacity: .9;
}
.overlay4{
    position: absolute;
    width: 107.3%;
    height: 597px;
    z-index: 2;
    background-color: #000000;
    opacity: .7;

}
.pad_0{
    padding: 0;

}
.pad_adfrm 
{
    padding: 0;
}
.text{
    display: flex;
    margin-top: 36px;
    margin-left: 260px;

}
.text1{
    color: #ffffff;
    text-align: center;
    font-size: 25px;
    font-weight: bold;


}
.text2{
    font-size: 25px;
    color: #ffc51f;
    text-align: center;
    margin-left: 7px;
    font-weight: bold;


}
.text4{
    font-size: 17px;
    color: #000000;
    text-align: center;
    margin-top: 36px;
    font-weight: bold;

}
.text3{
    font-size: 27px;
    color: #ffffff;
    text-align: center;
    font-weight: bold;

    margin-top: -15px;
}
.para1{
    text-align:center;
    color: #ffffff;
    margin-left: -15px;

}
.para2{
    text-align:center;
    color: #ffffff;
    margin-left: -21px;
}
.req_1{
    width: 74%;
    margin-left: 85px;
    margin-top: 15px;
    background-color: #ffffff;

}
.req_2{
    width: 74%;
    margin-top: 16px;
    background-color: #ffffff;


}
select{
    width: 74%;
    height: 40px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    margin-top: 15px;
}
.form-control {
    display: block;
    width: 74%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
    box-shadow:  inset 0 0px 0px rgba(0, 0, 0, 0);
    -webkit-transition: border-color ease-in-out 0s, -webkit-box-shadow ease-in-out 0s;
    -o-transition: border-color ease-in-out 0s, box-shadow ease-in-out 0s;
    transition: border-color ease-in-out 0s, box-shadow ease-in-out 0s;
}
.btn-send{
    height: 42px;
    margin-top: 23px;
    margin-left: 285px;
    width: 173px;
    background-color:#FFB901;
    color: #000000;
    border: 1px solid #000000;

}
.btn-send:hover
{
    background-color: #FFC51F;
}
.iframemap
{
    width: 1300px;
    height: 235px;
}
.size1{
    margin-top: 49px;
    margin-left: 80px;
    width: 87%;
}
.bor_line{
    border: 3px solid #FFD536B3;
}
.text6{
    font-weight: bold;
    font-size: 70px;
    margin-left: 9px;

}
.text7{
    color: #ffffff;
    font-size: 23px;
    font-weight: bold;
    margin-top: -20px;
    margin-bottom: 23px;
    text-align: center;

}

.wid_22{
    width:22%
}
.mar_lft_7{
    margin-left: 7px;
}

.img6 {
    width: 27px !important;
    border: 1px solid #e5e5e5;
    padding:4px;
    border-radius: 4px;
    margin-top: 11px;
}
.text16{
    margin-left: 31px;
    margin-top: -29px;

}
.img7{
    height: 115px;
    margin-top: 5px;
}
.btn-view{
    height: 40px;
    width:125px;
    background-color: #ffffff;
    border:1px solid #000000;
}
.btn-view:hover{
    color:#ffffff;
    background-color: #ffc51f;
}

.why-choose{
    height: 500px;
}
.why-choose-image{
    width: 100%;
    height: auto;
    position: absolute;
    z-index: 9;
    bottom: 0;
}
.why-choose-content{
    padding:35px 15px;
}
.why-choose-content .col-sm-6 p{
    padding: 0 10px;
}
.why-choose-content div{
    padding: 5px 0;
}

@media  screen and (min-width:320px) and (max-width:720px) {
    .bg_image {
        height: 422px;
        background-position: center;
        background-size: cover;
    }
    .why-choose{
        height: auto;
        margin: 0 auto;
        margin-left: 0 !important;
    }
}
.hit_foot_height{
    padding:  50px 0;
}
.text14{
    font-size: 16px;
    font-weight: bold;
    color: #e5e5e5;
}
.text15{
    margin-top: -16px;
}
.bor_line1{
    border-left:3px solid #e5e5e5;
    height: 127px;
}

.social a i:hover{
    color:#ffc51f ;
}
.social a i{
    background-color: #000000;
    color:#ffffff ;
}
.social a{
    padding: 8px 6px 0 6px;
}
.social a i{
    border-radius: 0;
    font-size: 30px;
}

.container-fullwidth{
    width: 1423px;
    margin: 0 auto;
}

@media screen and (max-width: 1440px) and (min-width: 1200px){
    .container-fullwidth{
        width: 1440px !important;
        margin: 0 auto;
    }
    .bar1 {
        margin-left: -20px !important;
    }
    .slides ul li img{
        height: 600px ;
        object-fit:cover;
        object-position:center;
    }
}
@media screen and (max-width: 1200px) and (min-width: 1100px){
    .container-fullwidth{
        width: 1180px !important;
        margin: 0 auto;
    }
    .bar1 {
        margin-left: -30px !important;
    }
    .hikt1{
        width: 385px;
    }
    .hikt{

        width: 653px;
    }
    .slides ul li img{
        height: 600px ;
        object-fit:cover;
        object-position:center;
    }
}
@media screen and (max-width: 500px) {
    .img8 {
        padding-top: 12px;
    }
    .cool {
        padding-left: 0px;
        background:none;
        border-bottom-left-radius: 0;
        height: 0;
    }

    .mar_tp_10 {
        margin-top: 20px;
    }


    .navbar-nav {
        background-color: #f1f1f1;
        overflow-x: hidden;
    }

    .nav > li {
        position: relative;
        z-index: 999999;
        display: block;
        margin-left: -15px;
        margin-right: -15px;
    }
    #bs-example-navbar-collapse-1{
        margin-top: 0;


    }

    .navbar.navbar-default{
        padding-bottom: 0px !important;
    }
    /*.slides ul li img {
        height: 180px;
        object-fit: cover;
        object-position: center;
    }*/

    .slides {
        height: 180px;
        margin: 50px;
        overflow: hidden;
        position: relative;
        width: 129%;
        margin-left: -69px;
        margin-top: -10px;
        margin-bottom: 0px;
    }

    .ht_75 {
        height: auto;
    }

    .rowheightrb {
        height: auto;
    }



    .count {
        z-index: 2;
        height: 100%;

        background: rgba(0, 0, 0, 0.65);
        cursor: context-menu;
        width:100%;
    }

    .c_margin {
        text-align: center;
        font-weight: bold;
        font-size: 25px;

    }
    .d_margin
    {
        text-align: left;
        font-weight: bold;
        font-size: 25px;

    }
    .alpha11 {
        margin-top: -38px;
        margin-left: 57px;
        font-size: 25px;
    }
    .alpha12 {
        margin-top: -38px;
        margin-left: 90px;
        font-size: 25px;
    }


    .alpha2 {
        width: 100%;
        text-align: justify;
        font-size: 15px;
        margin-left: -30px;
    }

    .mob_view4 {
        margin-right: 0px;
    }

    .mob_view5 {
        margin-right:0;
    }


    .text2 {
        font-size: 17px;
        color: #ffc51f;
        text-align: center;
        margin-left: 7px;
        font-weight: bold;
        font-family: new times roman;

    }
    .pres_mar {
        margin-left: 0px;
    }


    .text1 {
        color: #ffffff;
        text-align: center;
        font-size: 17px;
        font-weight: bold;
        margin-left: 55px;
    }

    .text {
        display: flex;
        margin-top: 32px;
        margin-left: 75px;
    }

    .para1 {
        margin-left: 25px;
        margin-right: 24px;
    }

    .para2 {
        margin-left: 25px;
        margin-right: 24px;
    }

    .req_1 {
        width: 74%;
        margin-left: 52px;
    }

    .req_2 {
        width: 74%;
        margin-left: 52px;
    }

    .image {
        background-image: url('../assets/img1.php');
        margin-top: 45px;
        height: 440px;
    }

    .overlay2 {
        height: 440px;
    }
    .upmargin {
        margin-top: 0px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    select {

        margin-left: 51px;
        margin-top: 0 !important;
    }

    .btn-send {
        height: 42px;
        margin-top: 0px;
        margin-left: 115px;
    }

    .text4 {

        margin-left: 13px;
    }

    .text3 {

        margin-left: 10px;
    }

    .size1 {
        margin-top: 26px;
        margin-left: 48px;
        width: 87%;
        display: flex;
    }

    .text6 {
        font-weight: bold;
        font-size: 53px;
        margin-left: -13px;
    }

    .text7 {
        color: #ffffff;
        font-size: 15px;
        font-weight: bold;
        margin-top: -20px;
        margin-bottom: 23px;
        text-align: center;
        margin-left: -12px;
    }

    .mar_lft_7 {
        margin-left: 4px;
    }

    .mar_tp_-45 {
        margin-top: -45px;
    }

    .overlay3 {

        height: 0;
    }


    .image2 {
        height: 300px;
    }

    .alpha1 {
        margin-top: -38px;
        margin-left: 105px;
        font-size: 25px;
    }

    .foot_content {
        margin-left: 0px !important;
    }

    .foot_2 {
        color: white;
        margin-right: 0px !important;
        font-size: 18px;
    }

    .foot_3 {
        margin-left: 147px !important;
        font-size: 18px;
        margin-top: -30px !important;
    }
    /*
        .img_foot {
            height: 170px !important;
            }*/
            .bg-col {
                height: 95px;
            }
            .hitl , .hitr{
                text-align: center;
                float: none;
                font-size: 11px;
            }

            .btn-join {
                margin-top: 0px !important;
                text-align: center;
            }

            .img_set {
                background-image: url('../assets/footer_img1.jpg');
                background-size: cover;
                background-position: center;
                background-repeat: no-repeat;


            }



            .mar_tp_60 {
                margin-top: 0px !important;
                margin-left: 0x;
            }
            .mar_tp_35 {
                margin-left: 0px;
            }
            .text8 {
                margin-left: 0px;
                text-align: center  ;
            }
            .text12 {
                margin-left: 25px;
            }
            .text9 {
                margin-left: 0px;
            }
            .mar_lft_0 {
                margin-left: 0px !important;
            }

            .img4 {
                width: 128px !important;
                height: 91px;
                margin-top: 19px !important;
                margin-left: -6px !important;
            }

    /*.pad_text {
        margin-left: 56px;
        color: white;
        z-index: 2;
        font-size: 14px;
        line-height: 24px;
        margin-top: 20px;
        width: 244px;
        }*/

        .mar_lft_-50 {
            margin-left: -50px !important;
        }

        .bottom-bar {

            width: 100% !important;

            margin-left: 0px !important;
        }

        .right_side {
            text-align: left !important;
            font-size: 11px !important;
            text-transform: uppercase;
            margin-left: 10px !important;
            margin-right: -15px;
            margin-top: 10px !important;
            margin-bottom: 14px !important;
        }

        .left_side {
            font-size: 11px !important;
            text-transform: uppercase;
            margin-left: 10px !important;
            margin-right: 6px !important;

        }

        .mar_tp_-10 {
            /*margin-top: -10px;*/
        }

        .img9 {
            margin-top: 0px !important;
            width: 100% !important;
        }

        .pagerb {
            text-align: center;
            margin-left: 0px!important;
        }

        .img10 {
            width: 313px;
            margin-left: 10px;
        }
        .viceprb {

        }
        .text21 {
            width: 100%;
        }

        .list2 {
            margin-left: -27px;
            text-align: justify;
            width: 107%;
        }
        .abn2{

        }
        .l_m{
            margin-left: 0px;
            text-align: center;
        }
        .textp {
            text-align: justify;
            font-size: 14px;
            width: 108%;
            margin-left: -15px;
        }
        .contents {
            margin-left: 0px;
            margin-top: 0%;
            margin-bottom: 0%;
        }
        .adjst1 {
            margin-left: 0px;
            margin-top: 0px;
        }
        .pts
        {
            margin-left: -30px;
            width: 110%;
            text-align: justify;
        }
        .crse-1 {
            margin-left: 0px;
            margin-top: 0px;
            width: 100%;
            text-align: center;
        }
        .crse_2 {
            margin-left: 0px;
            margin-top: 0px;
        }
        .crse_3 {
            margin-left: 0px;
        }
        .crse_4 {
            margin-left: 0px;
        }
        .crse_5 {
            margin-left: 0px;
        }
        .hdr {
            width: 100%;
            margin-left: 0px;
            text-align: center;
        }
        .lib_img1 {
            margin-left: 0px;
        }
        .line1 {
            width: 107%;
            margin-left: -7px;
        }
        .lib_imgs {
            margin-top: 15px;
            margin-left: -15px;
            width: 100%;
        }
        .lib_img3 {
            margin-left: 0px;
            margin-top: 10px;
        }
        .hstl_imgs {
            margin-top: 0px;
            margin-left: 30px;
            width: 100%;
        }
        .hstl_img3 {
            margin-left: 0px;
            margin-top: 10px;
        }
        .sub_hd {
            width: 100%;
            margin-left: -40px;
        }
        .hd4 {
            width: 100%;
            margin-top: 0px;
            margin-left: 0px;
        }
        .hd5 {
            width: 100%;
            margin-top: 17.8%;
            margin-left: 0px;
        }
        .line2 {
            width:100%;
            margin-left: 0px;
        }
        .lab_imgs {
            margin-top: 15px;
            margin-left: 42px;

        }
        .lab_img3 {
            margin-left: 0px;
            margin-top: 10px;
        }
        .hstl_img1 {
            margin-left: 0px;
            margin-top: 6%;
        }

        .hd3 {

            width: 100%;
            margin-top: 0px;
            margin-left: 0px;

        }

        .hstl_img1 {

            margin-left: 0px;
            margin-top: 15px;

        }

        .hd1 {

            width: 100%;
            margin-left: 0%;
            margin-top: 0px;

        }
        .text_clr {
            color: #FFC51F;
            margin-left: 43%;
            margin-top: -12.6%;
        }
        .box_slid_pad{
            margin-top: 0px !important;
            padding-left:0px !important;
            padding-right: 0px !important;
        }
        .im1 {
            margin-left: 0px;
        }

        .nursingrb {
            margin-left: 0px !important;
            text-align: justify;

            width: 100% !important;
        }

        .text19 {
            margin-left: 0px !important;
            text-align: justify;
            font-size: 14px;
            width: 100% !important;
        }

        .text21 {
            margin-left: -1px;
            text-align: justify;
            width: 100%;
        }

        .img11 {

        }
        .fsize_mob{
            font-size: 20px;
            text-align: center;
        }

        .text18 {
            margin-left: 0px !important;
            text-align: justify;

            width: 100% !important;
        }
        .f16_mob{
            font-size: 18px;
            margin-top: 0;
            text-align: center;
        }
        .hit_footer_height {
            height: 200px;
        }

        .text22 {
            margin-left: -10px;
            width: 105%;
            margin-top: -40px;
            overflow: hidden;
        }

        .circle1
        {
            margin: 0 auto !important;
        }

        .text23 {
            margin-left: 0px;
            width: 100% !important;
            text-align: center;
            overflow: hidden;
            margin-bottom: 0px !important;
        }

        .text20 {
            margin-left: 0px !important;
            text-align: justify;

            width: 100% !important;
        }

        .text24
        {
            text-align: center;
        }

    /*.text23 {
        padding-left: 0px !important;
        padding-top: 52px;
        padding-right: 0px !important;
        }*/

        .text25 {
            width: 100%;
            margin-top: 0px;
            height: 460px;
            margin-left: 0 !important;
            text-align: center;
            right: 0!important;

        }
        .mar_tp_75 {
            margin-top: 10px;
        }

        .ov_hidden1 {
            overflow: hidden;
        }


        .mob_inlineflex .a,.mob_inlineflex .b,.a ,.b {
         display:inline-flex ;
     }

     .cat {
        width: 84%;
        margin-left: 0px;
    }
    .right_side {
        text-align: right;
        font-size: 12px;
        text-transform: uppercase;
        margin-left: -15px;
        margin-right: 0px !important;

    }
    .marlefrb {
        margin-left: 0px;}
        .mar_left{
         text-align:justify;
         margin-left: 0;
         width:100%;
     }
     .ul_left {
        margin-left: 0;
    }
    .field1 {
        background-color: #f6c11f;
        height: 39.8px;
        margin-left: -1px;
        margin-top:-0.2px !important;
    }
    .btn_btn{
        padding: 0px;
        margin-left: 15px;
        width: auto;
    }
    .line_3{
        margin-left: 0px;
    }

    .mngmnt{
        margin-left: 0px;
        text-align: center;
    }
    .fside{
        margin-left: 140px;
        margin-top: -142px !important;
    }
    .fside2{
        margin-left:140px;
    }
    .left_side {
        font-size: 12px;
        text-transform: uppercase;
        margin-left: 238px;
        margin-right: -15px;
        margin-top: 5% !important;
    }
    .btn_form{
        background-color: teal;
        color: white;
        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: 40px;
    }
    .text-box2{
     margin-left: 20px;
     margin-top: 0px;
     font-size: 17px;
     color: #ffffff;
     z-index: 2;
     width: 100%;
 }
 .navbar-default .navbar-nav > li > a {


    text-align: center;
}
.img2 {
    margin-top: 0px !important;
    margin-left: 0px !important;
    margin-bottom: 10px !important;
}
.num_1 {
    margin-left: 0px !important;
    text-align: center;


}
.mail_1 {
    margin-left: 0 !important;
    text-align: center;
}
.dropdown:hover .menu1 {
    text-align: center;
    width: 100%;
}
.navbar-header{
    height: auto;
}
.pad_text00 {
    text-align: center;
}
.eqwal{
    width: 100%;
}
.field {
    margin-left: 27px !important;
    height: 40px !important;
    padding-left: 10px !important;
    width: 100%;
}
.btn_admission{
    background-color: teal;
    color: white;
    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: 40px;
}
select.input-lg {
    height: 46px;
    line-height: 46px;
    margin-left: 0px;
}
.form-1{
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    z-index: auto;
    position: relative;
    line-height: 20px;
    font-size: 14px;
    transition: none 0s ease 0s ;
    width: 300px;
    height: 158px;
    box-shadow: none;
}
.bat{
   text-align: center;
}
.btn {
    margin-top: 0!important;
}

.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;
    margin-bottom: 10px;
    font-weight: 100;
}
.why-choose-image{
    display: none;
}
.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;
    margin-left: 80px !important;

}
.img1 {
    width: 275px !important;
    height: 100px !important;
    margin-left: 30px !important;
    margin-top: 30px !important;
}
.pad_text {
    margin-left: 0px !important;
    width: 100%;
    text-align: center;
}
.btn-apply{
    margin-top: 0px !important;
}
.nopadrb{
    margin-left: -13px;
    width: 108%;
}
.hdng{
    width: 100%;
    margin-left: 0%;
}
.hdng2{
    width: 100%;
    margin-left: 0%;
}
.tbl1{
    width: 100%;
    margin-left: 0%;

}
.txt_error {
    margin-left: 0;
}
.img_size{
    margin-top: 0px;
}
.samll_menu{
    text-align: center;
    color: black !important;
    font-size: 16px;
}
.navbar-header{
    z-index: 99999;
}
.samll_menu > li > a:hover{
    background-color: teal !important;
    color: white !important;
}
.acolor{
    color: black !important;
}
.owl-carousel .owl-wrapper-outer {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-left: 0;
}
.item p {
    color: #333;
    font-family: inherit;
    text-align: justify;
}
.wdth_item{
    width: 328px;
}
.img_foot{
    overflow-x: hidden;
    margin-top: 30px;
}
.ov_hidden_mob{
    overflow: hidden;
}
.striped tr:nth-child(2n) {
    background-color: #efefef;
}

.mar_lft_-10{
    margin-left: 0px;
    width: 100%;
    margin-top: 30px;
}
.pagerc {
    margin-left: 0px;
    font-size: 30px;
    text-align: center;
}
.dak{
    width: 90% !important;
    margin-left: -15px;
}

.abn{
    margin-left: 5px;
    width: 100%;
    text-align: justify;
}
.customNavigation {
    margin-top: 0;
    margin-right: 0px;
    text-align: right;
    margin-bottom: -45px;
    margin-left: 0;
}
.arr_sli{
    margin-right: 0px;

}
.owl-carousel{
    margin-top: 0;
}
.s1{
    width: 100%;
    margin-left: 0px;
    padding: 0;
}
.mr_lft{
    margin-left: 0px;
}
.pad_top
{
    padding-top: 0px;
}
.pad_staff
{
    padding-left: 15px;
    padding-right: 15px;
}
.img_mngmnt
{
    margin-left: 52px;
}
.pad_courses
{
    padding-left: 0;
    padding-right: 0;
}
.pad_0 
{
    padding: 0;
    margin:0;
}
.presi_img
{
    margin: 0;
}
.text13 {
    text-align: center;
}
.padd_gallery
{
    padding: 0;
}
.hr_txtcenter
{
    text-align: center;
}
.iframemap
{
    width: 100%;
    height: 235px;
}
.btn-apply2 {
    margin-left: 0px!important;
    float: none !important;
    margin-top: 0 !important;
}
.rowheightrb{
    height: -1px;
}
.navbar-nav .open .dropdown-menu li{
    border-bottom: 1px solid rgba(182, 182, 182, 0.4);
}

.navbar-nav .open .dropdown-menu {
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -webkit-background-clip: padding-box;
}
.container-fullwidth {
    width:100%;
    margin: 0 auto;
}
.centermargine_mob
{
    margin: 0 auto;
}
.form-control{
    width: 100% !important;
}
.pagerb1{
    margin-left: 0px;
    text-align: center;
}
}


    /*
@media screen and  (min-device-width:1000px) and (max-width: 1320px) {
    .container {
        width: 1263px !important;
        margin: 0 auto;
    }

}


@media screen and  (min-device-width:1520px) and (max-width: 1920px) {
    .container {
        width: 1520px !important;
        margin: 0 auto;
    }

}
@media screen and  (min-device-width:1420px) and (max-device-width: 1520px) {
    .container {
        width: 1450px !important;
        margin: 0 auto;
    }

}
@media screen and  (min-device-width:1320px) and (max-device-width: 1420px) {
    .container {
        width: 1350px;
    }

    }*/




