/*-----------------jobees-------------*/


/*--------------23 jan 2018 ------------*/

html,
body,
div,
span,
applet,
object,
iframe,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
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 {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
}

.be_gallery_img_event {
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

.be_gallery_img_event img {
    width: 100%;
}

.be_result_code_left {
    width: 25%;
    float: left;
}

.be_result_code_name {
    width: 35%;
    float: left;
}

.be_result_code_view {
    width: 40%;
    float: left;
}

.be_result_code_head {
    color: #fff;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    width: 100%;
    float: left;
    background: #242c42;
    padding: 8px 15px 8px 15px;
    height: 40px;
}

.padding_res_15 {
    padding: 0px 15px;
}

.be_result_code_txt {
    width: 100%;
    float: left;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.be_result_code_txt li {
    font-size: 13px;
    float: left;
    width: 100%;
    line-height: 40px;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    padding: 0px 15px;
    background: #ececec;
    margin-bottom: 2px;
}

.be_result_code_txt_view {
    width: 100%;
    float: left;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.be_result_code_txt_view li {
    font-size: 13px;
    float: left;
    width: 100%;
    line-height: 40px;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    padding: 0px 15px;
    background: #ececec;
    margin-bottom: 2px;
    color: #d30000;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    margin: 0;
    padding: 0;
}

a {
    margin: 0;
    padding: 0;
    text-decoration: none !important;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    outline: none !important;
}

a:hover {
    color: #222;
}

img {
    max-width: 100%;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

li {
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
    padding: 0;
    color: #555;
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    color: #353535;
}

button:focus,
input:focus {
    outline: none;
}


/*common style*/

.full_wrap {
    width: 100%;
    float: left;
}


/*header*/

.be_header_top {
    height: 36px;
    /* background-color: #ffb600; */
    background-color: #0c4da1;
    width: 100%;
    float: left;
}

.be_header_topinnr {
    width: 100%;
    float: left;
    position: relative;
}

.ac_logo_wrap_main {
    width: auto;
    float: left;
}

.be_logo_wrap {
    width: 150px;
    float: left;
    /* background-color: #fff; */
    /* background-color: #3b3d41; */
    /* height: 115px; */
    /* height: 75px; */
    /* position: absolute; */
    left: 0px;
    top: 0px;
    padding: 3px;
    margin-top: -3px;
    /* box-shadow: 0px 0px 4px 1px #e9e9e9; */
    position: relative;
}


/* .be_logo_wrap::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 30px;
    left: 0px;
    bottom: -54px;
    border-style: solid;
    border-color: #3b3d41 #ff50 #f880 #fff0;
    border-width: 54px 88px 0px 88px;
    z-index: 0;
} */

.be_logo_wrap img {
    margin: 0 auto;
    display: table;
    float: none;
    position: relative;
    z-index: 10;
}


/*width changed by ullas on 22-08-2020*/

.be_lstn_wrap {
    float: left;
    width: 68%;
    padding-left: 0px;
    position: relative;
}

.be_latest_news {
    /* background-color: #65491d; */
    background-color: #1563b5;
    width: 112px;
    height: 36px;
    float: left;
    position: relative;
    font-family: "Open Sans", sans-serif;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 36px;
    padding-left: 15px;
}

.be_latest_news::after {
    display: none;
    content: "";
    position: absolute;
    background-color: transparent;
    border-style: solid;
    /* border-color: #0000 #fff0 #0000 #65491d; */
    border-color: #0000 #fff0 #0000 #be8454;
    border-width: 18px 0px 18px 14px;
    top: 0px;
    right: -13px;
    z-index: 2;
}

.be_latest_news::before {
    content: "";
    position: absolute;
    background-color: transparent;
    border-style: solid;
    /* border-color: #0000 #fff0 #0000 #fecc73; */
    border-color: #0000 #fff0 #0000 #0000;
    border-width: 18px 0px 18px 14px;
    top: 0px;
    right: -16px;
    z-index: 1;
}


/*code changed by ullas 0n 22-08-2020*/

.be_mrqe_wrap {
    width: 85%;
    float: left;
    height: 36px;
    /* background-color: #e7ab18; */
    background-color: #0c4da1;
    padding: 0px 15px 0px 26px;
    cursor: pointer;
    overflow: hidden;
}

.be_mrqe_wrap marquee {
    height: 36px;
}

.be_mrqe_wrap ul {
    list-style: none;
    width: 100%;
    float: left;
}

.be_mrqe_wrap ul li {
    display: inline-block;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    /* color: #000; */
    color: #fff;
    padding: 0px 10px;
    position: relative;
    line-height: 34px;
}

.be_mrqe_wrap ul li::after {
    content: "";
    position: absolute;
    top: 10px;
    right: 0px;
    width: 1px;
    height: 14px;
    /* background-color: #000; */
    background-color: #fff;
}

.be_mrqe_wrap ul li:last-child::after {
    display: none;
}


/*editted by ullas*/

.be_sicon_wrap {
    width: 32%;
    float: right;
    height: 36px;
    padding-left: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.be_sicon_wrap ul {
    list-style: none;
    width: auto;
    float: left;
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
}

.be_sicon_wrap ul li {
    float: right;
}

.be_sicon_wrap ul li a {
    width: 32px;
    height: 36px;
    float: left;
    color: #fff;
    line-height: 36px;
    text-align: center;
}

.be_search_input {
    position: relative;
    width: 32px;
    height: 36px;
}

.ac_apta_btn {
    width: auto;
    float: left;
    height: 100%;
    color: #fff;
    background: #e12227;
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.ac_apta_btn:hover {
    color: #fff;
    opacity: 0.9;
}


/* test */

.be_search_input button {
    position: absolute;
    right: 0px;
    height: 36px;
    background: transparent;
    border: none;
    width: 100%;
    color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    padding: 0px;
}

.be_search_input input {
    height: 36px;
    width: 0px;
    border: none;
    position: absolute;
    right: 0px;
    top: 0px;
    border-bottom: 1px solid #ffb600;
    border-top: 1px solid #ffb600;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    background-color: #ffb600;
    /* display: none; */
    color: transparent;
    text-shadow: 0 0 0 #000;
}

.be_search:hover .be_search_input input {
    width: 260px;
    padding: 0px 15px;
    background-color: #fff;
    /* display: block;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; */
    color: #000;
}

.be_search:hover .be_search_input button {
    z-index: 2;
    color: #b1b1b1;
    background-color: #fff;
    height: 34px;
    margin-top: 1px;
}


/* test */

.be_hmid {
    /* width: 50%; */
    width: auto;
    float: left;
    text-align: left;
    /* position: absolute; */
    right: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.be_hmid_inner {
    padding-left: 30px;
    float: left;
    /*float: right;
    */
    /*right: 0;
    */
    /*width: 33.3%;
    */
    width: auto;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    color: #2f2f2f;
    text-transform: uppercase;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.be_hmid .be_hmid_inner:first-child {
    /*padding-left: 0px;*/
}

.be_hmid_inner i {
    font-size: 12px;
    color: #2f2f2f;
    width: auto;
    float: left;
    margin-right: 5px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.be_hmid_inner:hover {
    color: #1563b5;
}

.be_hmid_inner:hover i {
    color: #1563b5;
}

.be_hmid_wrap {
    width: auto;
    float: left;
    /* padding-left: 34px; */
    padding-left: 0px;
}

.be_hmid_wrap span {
    width: 100%;
    float: left;
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 600;
}

.be_hmid_icon {
    position: absolute;
    width: 25px;
    height: 30px;
    /* left: 30px; */
    left: 0;
    /* top: 12px; */
    top: -5px;
}

.be_hmid_icon.icon_mail {
    background-image: url("../images/icons.png");
    background-position: -8px 0px;
}

.be_hmid_icon.icon_call {
    background-image: url("../images/icons.png");
    background-position: -42px 0px;
}

.be_hmid_icon.icon_time {
    background-image: url("../images/icons.png");
    background-position: -72px 0px;
}


/*by ullas on 22-08-2020*/

.ac_placement_search_btn {
    width: auto;
    float: left;
    padding: 8px;
    background: #0c4da100;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    border: 1px solid #fff;
    margin-left: 0px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.ac_placement_search_btn:hover {
    color: #fff;
}

.be_hlast {
    width: 100%;
    float: left;
    background-color: #fff;
    height: 60px;
    -webkit-box-shadow: 0 0px 8px #d4d4d4;
    box-shadow: 0 0px 8px #d4d4d4;
}

.be_h_nav {
    /* width: auto; */
    width: 100%;
    float: left;
    padding-left: 0px;
    /*overflow: hidden;*/
}

.ac_main_menu_list_wrap {
    width: 100%;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.be_h_nav ul {
    width: 100%;
    float: left;
}

.be_h_nav ul li {
    float: left;
    position: relative;
    padding: 0px 20px;
    /* padding: 0px 25px; */
    border-right: 1px solid #ebebeb;
}

.be_h_nav ul li:last-child {
    margin-right: 0px;
    border-right: 0;
}

.be_h_nav ul li:last-child .ac_submenu_1 {
    min-width: 200px;
}

.be_h_nav ul li a {
    font-family: "Open Sans", sans-serif;
    /* padding: 25px 0px; */
    padding: 20px 0px;
    font-size: 12px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    float: left;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 10;
    width: 100%;
    float: left;
    text-align: left;
}

.be_h_nav ul li a::after {
    content: "";
    position: absolute;
    margin: 0 auto;
    border-color: transparent transparent #0c4d9f transparent;
    border-style: solid;
    border-width: 0px 7px 0px 7px;
    /* left: 50%; */
    left: 35%;
    bottom: 10px;
    /* transform: translateX(-50%); */
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.be_h_nav ul li.active a::after {
    opacity: 1;
    border-width: 0px 7px 7px 7px;
}

.be_h_nav ul li.active a {
    color: #fe0000;
}

.be_h_nav ul li:hover a {
    color: #fe0000;
}

.be_h_nav ul li:hover a::after {
    opacity: 1;
    border-width: 0px 7px 7px 7px;
}

.be_h_dwnld {
    width: 166px;
    float: right;
    height: 69px;
    font-weight: 300;
    background: #ffb600;
    padding: 15px 25px 15px 60px;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
}

.be_h_dwnld::after {
    content: "\f019";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    top: 26px;
    left: 28px;
    font-size: 18px;
}

.be_h_dwnld1 {
    width: 100%;
    float: right;
    height: 55px;
    font-weight: 300;
    background: #ffb600;
    padding: 15px 25px 15px 60px;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
}

.be_h_dwnld1::after {
    content: "\f019";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    top: 20px;
    left: 28px;
    font-size: 18px;
}

.be_nav_hwrap {
    position: absolute;
    width: 700px;
    height: auto;
    float: left;
    top: 70px;
    color: #fff;
    opacity: 0;
    z-index: 9;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    padding: 20px 20px;
    background-color: #fff;
    display: none;
}

.be_h_nav ul li:hover .be_nav_hwrap {
    opacity: 1;
    display: block;
}

.be_nav_hwrap .be_hvr_text {
    width: 430px;
    float: left;
    padding-right: 22px;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    color: #272727;
    line-height: 20px;
}

.be_nav_hwrap .be_hvr_text h5 {
    font-size: 12px;
    font-weight: 800;
    color: #000;
    line-height: 20px;
}

.be_nav_hwrap .be_hvr_img {
    display: block;
    float: right;
    width: auto;
    margin-bottom: 10px;
}


/* 05-18-2019_Aneesh */

.pointing_icon {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    float: left;
}


/*EOF header*/


/*banner */

.be_banner_wrap {
    margin-bottom: 0px;
}

.be_bnr_txt {
    position: absolute;
    left: 0;
    /* right: 15%; */
    top: 50%;
    color: #fff;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    /* width: 600px; */
    width: 60%;
    /* background-color: #fff3; */
    height: 100%;
    padding: 100px 0px 0px 150px;
    overflow: hidden;
}

.be_slider_title {
    font-family: "Montserrat", sans-serif;
    font-size: 29px;
    color: #fff;
    font-weight: 600;
    width: auto;
    float: left;
    background-color: #0b4ca0;
    position: relative;
    margin-bottom: 0;
    padding: 0px 50px 0px 10px;
}

.be_slider_title::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    width: 3px;
    background-color: #e12228;
    display: none;
}

.be_slider_title2 {
    font-family: "Montserrat", sans-serif;
    font-size: 29px;
    color: #fff;
    font-weight: 600;
    width: auto;
    float: left;
    background-color: #0b4ca0;
    position: relative;
    margin-bottom: 0;
    text-transform: capitalize;
    padding: 0px 50px 0px 10px;
}

.be_slider_title2::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    width: 3px;
    background-color: #e12228;
    display: none;
}

.be_bnr_txthd span.be_bnr_title_para {
    font-family: "Montserrat", sans-serif;
    font-weight: 250;
    font-size: 30px;
    width: auto;
    float: left;
    background: -webkit-gradient( linear, left top, left bottom, from(rgba(0, 0, 0, 0.18)), to(rgba(0, 0, 0, 0.17)));
    background: linear-gradient(rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.17));
    padding: 0px 50px 0px 10px;
    margin-bottom: 80px;
    position: relative;
}

.be_bnr_txthd span.be_bnr_title_para::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    width: 3px;
    background-color: #fff;
    display: none;
}

.be_bnr_txtspan {
    /* font-family: 'Roboto', sans-serif; */
    /*font-family: ""*/
    font-size: 50px;
    color: #fff;
    font-weight: 600;
    padding: 0px 20px;
    background-color: #51514ec4;
    position: relative;
    /* width:100%; */
    width: auto;
    float: left;
    margin-bottom: 15px;
    text-align: left;
}

.be_bnr_txtspan::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    width: 4px;
    background-color: #d89d0c;
}

.be_bnr_txtpara {
    font-family: "Montserrat", sans-serif;
    font-weight: 250;
    font-size: 30px;
    width: auto;
    float: left;
    background: -webkit-gradient( linear, left top, left bottom, from(rgba(0, 0, 0, 0.18)), to(rgba(0, 0, 0, 0.17)));
    background: linear-gradient(rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.17));
    padding: 0px 50px 0px 10px;
    margin-bottom: 80px;
    position: relative;
}

.be_bnr_txtpara::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    width: 3px;
    background-color: #fff;
    display: none;
}

.ac_carousal_wrap {
    margin-bottom: 40px;
    -webkit-box-shadow: 0 0 10px #cccccc;
    box-shadow: 0 0 10px #cccccc;
}

.ac_carousal_block {
    width: 100%;
    float: left;
    padding: 25px 0;
}


/* EOF banner */


/*main section*/


/*welcome*/

.be_welcme_wrap {
    width: 100%;
    float: left;
    padding: 20px 0px 0px 0px;
    margin-bottom: 60px;
}

.be_welcme_innr {
    width: 100%;
    float: left;
    padding: 40px 30px 30px 30px;
    -webkit-box-shadow: 0px 0px 6px 1px #dadada;
    box-shadow: 0px 0px 6px 1px #dadada;
    position: relative;
    min-height: 390px;
}

.be_welcme_div {
    padding-left: 540px;
    width: 100%;
    float: left;
}

.be_welcme_h {
    position: relative;
    margin-bottom: 24px;
    padding-bottom: 12px;
    width: auto;
    float: left;
}

.be_welcme_h::after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 0px;
    height: 2px;
    background-color: #fe0000;
}

.be_welcme_h::before {
    content: "";
    position: absolute;
    width: 30%;
    left: 0px;
    bottom: 0px;
    height: 2px;
    background-color: #0f4e95;
    z-index: 1;
}

.be_welcme_h>h1 {
    font-family: "Roboto", sans-serif;
    font-size: 26px;
    color: #1b222c;
    display: block;
    font-weight: 400;
    margin: 0;
    padding-bottom: 5px;
}

.be_welcme_h>span {
    font-family: "Roboto", sans-serif;
    font-size: 26px;
    color: #1b222c;
    display: block;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 5px;
}

.be_welcme_txt {
    width: 100%;
    float: left;
}

.be_welcme_p {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    color: #1a222d;
    margin-bottom: 30px;
    width: 100%;
    float: left;
    /* word-break: break-all; */
    text-align: justify;
}

.be_welcme_p p {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    color: #1a222d;
    /* margin-bottom: 30px; */
    width: 100%;
    float: left;
    /* word-break: break-all; */
}

.be_welcme_p a {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    width: auto;
    color: #337ab7;
    display: inline-block;
}

.ac_about_block {
    margin-bottom: 25px;
}

.ac_about_block:last-child {
    margin-bottom: 0px;
}

.ac_about_block h3 {
    width: 100%;
    float: left;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #3b3b3c;
    margin: 0;
    margin-bottom: 10px;
}

.ac_about_block p {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    color: #707070;
    margin-bottom: 0px;
    width: 100%;
    float: left;
    font-weight: 400;
    word-break: break-all;
    line-height: 22px;
}

.be_vwbtn {
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    color: #fff;
    font-weight: 300;
    padding: 10px 30px;
    /* background-color: #ffb600; */
    background-color: #fe0000;
    float: right;
    text-transform: uppercase;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.be-left {
    float: left;
}

.be_welcme_img {
    position: absolute;
    top: -30px;
    left: 30px;
    width: auto;
}

.be_welcme_img img {
    /*width: 100%;?*/
}

.ac_feature_inner {
    width: 100%;
    float: left;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px;
}

.ac_feature_img {
    top: 0;
    left: 0;
    position: relative;
    width: 50%;
    float: left;
    padding-right: 40px;
}

.ac_feature_img img {
    width: 100%;
}

.ac_feature_div {
    width: auto;
    float: left;
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
    padding-left: 0;
}

.ac_feature_div .be_welcome_txt_wrap {
    max-height: none;
    width: 100%;
    float: left;
}

.ac_feature_div ul {
    width: 100%;
    float: left;
}

.ac_feature_div ul li {
    width: 100%;
    float: left;
    padding-left: 20px;
    position: relative;
    font-family: "Open", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #494848;
    margin-bottom: 15px;
    line-height: 18px;
}

.ac_feature_div ul li:last-child {
    margin-bottom: 0;
}

.ac_feature_div ul li::before {
    content: "";
    font-size: 12px;
    position: absolute;
    left: 0px;
    top: 4px;
    /* bottom: 0; */
    /* margin: auto; */
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-left: 6px solid #0e4ca3;
    border-bottom: 6px solid transparent;
}


/* EOF welcome*/


/*cource*/

.be_crse_wrap {
    width: 100%;
    float: left;
    padding: 60px 0px 40px 0px;
    background-image: url(../images/courses.jpg);
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.be_crse_cont {
    width: 100%;
    float: left;
    padding: 0px 295px;
    text-align: center;
    margin-bottom: 50px;
}

.be_head {
    font-family: "Open Sans", sans-serif;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    padding-bottom: 15px;
    position: relative;
    width: auto;
    left: 0px;
    right: 0px;
    margin: 0 auto 25px;
    display: block;
}

.be_head::after {
    content: "";
    position: absolute;
    width: 65px;
    height: 4px;
    background: #fff;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
}

.be_para {
    width: 100%;
    float: left;
}

.be_para>span {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    color: #fff;
    display: block;
    font-weight: 300;
}

.be_para>span p {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    color: #fff;
    display: block;
    font-weight: 300;
}

.be_para>span>h2 {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    color: #fff;
    display: inline-block;
}

.be_owl_wrap {
    width: 100%;
    float: left;
    color: #fff;
}

.be_owl_inr {
    width: auto;
    height: auto;
    float: left;
    background: #fff;
    color: #000;
}

.be_owl_imgwprap {
    width: auto;
    float: left;
    position: relative;
    min-height: 156px;
}

.be_owl_imgwprap>img {
    width: 100%;
}

.be_owl_imgtxt {
    width: 100%;
    float: left;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 11px 22px;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 500;
    min-height: 31px;
}

.be_owl_imgtxt>span {
    width: 100%;
    float: left;
}

.be_owl_contwrp {
    width: 100%;
    float: left;
    padding: 20px;
    background: #fff;
}

.be_owl_conttxt {
    width: 100%;
    float: left;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    color: #21262a;
    margin-bottom: 0px;
    max-height: 40px;
    overflow: hidden;
    font-weight: 400;
    text-align: center;
}

.be_owl_contbtn {
    padding: 8px 12px;
    background: #e12229;
    font-family: "Open Sans", sans-serif;
    font-size: 11px;
    color: #fff;
    width: auto;
    float: left;
    border-radius: 3px;
}

.be_owl_carousel.owl-theme .owl-dots {
    margin-top: 60px !important;
}

.be_owl_carousel.owl-theme .owl-dots .owl-dot span {
    background-color: #fff;
    margin: 4px;
}

.be_owl_carousel.owl-theme .owl-dots .owl-dot.active span,
.be_owl_carousel.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #d09666;
}


/*EOF cource*/


/*event & facility*/

.be_greybg {
    width: 100%;
    float: left;
    padding: 60px 0px;
    background-color: #f7f7f7;
}

.be_evnt_fac_hwrp {
    width: 100%;
    float: left;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.be_evnt_fac_h {
    font-family: "Open Sans", sans-serif;
    font-size: 26px;
    color: #0c4ca3;
    font-weight: 700;
    text-transform: capitalize;
    float: left;
    width: 100%;
    position: relative;
    margin: 0;
    line-height: 26px;
}

.be_evnt_fac_hevnt::after {
    content: "\f073";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
    position: absolute;
    left: 0px;
    top: 4px;
}


/* .be_evnt_fac_hfac::after {
    content: "\f19d";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
    position: absolute;
    left: 0px;
    top: 6px;
} */

.white_font .be_evnt_fac_h {
    color: #fff;
}

.be_evnt_fac_hwrp::after {
    content: "";
    position: absolute;
    width: 115px;
    height: 1px;
    background-color: #1b222d;
    left: 0px;
    bottom: 0px;
}

.be_evnt_fac_hwrp::before {
    content: "";
    position: absolute;
    width: 130px;
    height: 1px;
    background-color: #7f7f7f;
    left: 0px;
    bottom: 0px;
}

.be_evnt_fac_h>span {
    width: 100%;
    float: left;
    font-weight: 400;
    color: #0c4ca3;
    letter-spacing: 1px;
}

.white_font .be_evnt_fac_h>span {
    color: #fff;
}

.be_com_btn {
    background-color: #fe0000;
    border: none;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    padding: 10px 25px;
    width: auto;
    float: left;
    text-transform: uppercase;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.be_com_btn_cntr {
    margin: 0 auto;
    float: none;
    display: table;
}

.be_evnt_wrp {
    width: 100%;
    float: left;
}

.be_evnt_inr {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.be_evnt_img {
    width: 25%;
    float: left;
    padding-right: 20px;
}

.be_evnt_img>img {
    width: 100%;
}

.be_evnt_cont {
    width: 75%;
    float: left;
}

.be_evnt_h {
    width: 100%;
    float: left;
    font-family: "Open Sans", sans-serif;
    font-size: 17px;
    color: #464646;
    margin-bottom: 6px;
}

.be_evnt_date {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    color: #757575;
    padding-left: 20px;
    margin-bottom: 6px;
    position: relative;
    width: 100%;
    float: left;
}

.be_evnt_date::after {
    content: "\f073";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    left: 0px;
    top: 2px;
}

.be_evnt_dtl {
    width: 100%;
    float: left;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    color: #757575;
    line-height: 20px;
    margin-bottom: 6px;
}

.be_evnt_btn {
    width: auto;
    float: left;
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    color: #202c45;
    text-transform: capitalize;
    font-weight: 500;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.be_evnt_btn>i {
    padding-left: 5px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.be_fac_dlt {
    width: 100%;
    float: left;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    color: #757575;
    line-height: 20px;
    margin-bottom: 6px;
}

.be_acd {
    width: 100%;
    float: left;
}

.be_panel {
    border: none;
    width: 100%;
    border-radius: 0px !important;
    background: #e8edf1;
}

.be_panel_h {
    width: 100%;
    display: block;
}

.be_panel_tle {
    display: block;
}

.be_panel_tle>a {
    padding: 14px 50px;
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    color: #202c45;
    text-transform: capitalize;
    font-weight: 600;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    height: 45px;
}

.be_panel_tle>a[aria-expanded="true"] {
    background-color: #4646463b;
    color: #191919;
}

.be_panel_tle>a[aria-expanded="true"]>span {
    background: #d09666;
}

.be_panel_tle>a>span {
    position: absolute;
    width: 40px;
    height: 100%;
    background: transparent;
    left: 0px;
    top: 0px;
}


/*.be_panel_tle>a>span::after {
    content: "";
    position: absolute;
    top: 19px;
    left: 14px;
    width: 12px;
    height: 3px;
    background-color: #888888;
}
*/


/*.be_panel_tle>a>span::before {
    content: "";
    position: absolute;
    top: 15px;
    left: 18px;
    width: 3px;
    height: 12px;
    background-color: #888888;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}*/


/*update features 26-4-2018 */

.be_panel_tle>a>span>i {
    left: 5px;
    right: 0;
    text-align: center;
    position: absolute;
    top: 15px;
}

.be_panel_tle>a[aria-expanded="true"]>span::after {
    background: #fff;
}

.be_panel_tle>a[aria-expanded="true"]>span::before {
    background: #fff;
    -webkit-transform: rotateX(80deg);
    transform: rotateX(80deg);
}

.be_panel_body {
    padding: 12px 20px;
    width: 100%;
    display: block;
    background: #fff;
    border: 1px solid #cacaca;
    border-top: none;
}

.be_panel_txt {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    color: #757575;
    margin-bottom: 10px;
    max-height: 75px;
    overflow: hidden;
    padding: 10px;
}

.be_panel_btn {
    display: block;
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    color: #202c45;
    text-transform: capitalize;
    font-weight: 500;
    margin: 10px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}


/*EOF event & facility*/


/*bottom section*/

.be_btm {
    width: 100%;
    float: left;
    padding: 40px 0px;
    background-color: #fff;
}

.be_btm_part {
    width: 50%;
    float: left;
    padding: 25px;
    min-height: 260px;
}

.be_btm_full {
    width: 100%;
    float: left;
    padding: 39px 25px;
    min-height: 260px;
}

.be_exm {
    background-image: url(../images/online_exam.html);
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
}

.be_ref {
    background-image: url(../images/refernce.html);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.be_std {
    background-image: url(../images/std.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.be_h1 {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    color: #fff;
    position: relative;
    padding-bottom: 8px;
    margin-bottom: 15px;
    width: 100%;
    float: left;
}

.be_h1>span {
    font-family: "Roboto", sans-serif;
    font-size: 40px;
    color: #fff;
    font-weight: 500;
    width: 100%;
    float: left;
    text-transform: capitalize;
    line-height: 40px;
}

.be_h1::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 65px;
    height: 4px;
    background-color: #fff;
    border-radius: 2px;
}

.be_list {
    width: 100%;
    float: left;
    list-style: none;
    margin-bottom: 15px;
}

.be_list>li {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    color: #fff;
    padding-left: 15px;
    position: relative;
    min-height: 45px;
}

.be_list>li::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 4px;
    border-width: 5px 0px 5px 5px;
    border-color: #0000 #ffffff05 #0000 #fff;
    border-style: solid;
}

.be_vmore {
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    color: #fff;
    text-transform: capitalize;
    padding: 5px 15px;
    border: 1px solid #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.be_list>li>a {
    width: 100%;
    float: left;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    position: relative;
    left: -15px;
    top: 5px;
    text-transform: capitalize;
}

.be_list>li>a>i {
    padding-left: 5px;
}

.be_std .be_h1 {
    text-align: center;
}

.be_std .be_h1::after {
    left: 0px;
    right: 0px;
    margin: 0 auto;
}

.be_std .be_para {
    padding: 0px 76px;
    text-align: center;
    margin-bottom: 25px;
}

.be_std .be_vmore {
    display: table;
    margin: 0 auto;
    float: none;
}


/*EOF bottom section*/


/*our gallery*/

.be_com_h {
    font-family: "Open Sans", sans-serif;
    font-size: 26px;
    color: #0d4da4;
    font-weight: 700;
    text-transform: capitalize;
    width: 100%;
    float: left;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 30px;
    line-height: 26px;
}

.be_com_h span {
    width: 100%;
    float: left;
    font-weight: 400;
    letter-spacing: 1px;
}


/* .be_com_h::after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 130px;
    height: 1px;
    background-color: #7f7f7f;
} */


/* .be_com_h::before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 65px;
    height: 1px;
    background-color: #ffb600;
    z-index: 1;
} */

.be_gal_inr {
    width: 100%;
    float: left;
    /* margin-bottom: 30px; */
    margin-bottom: 25px;
}

.be_gal_wrp {
    width: 25%;
    float: left;
    padding: 2.5px;
    /* border-bottom: 4px solid #f7f7f7; */
    /* border-left: 2px solid #f7f7f7; */
    /* border-right: 2px solid #f7f7f7; */
}

.be_gal_wrp>a {
    width: 100%;
    float: left;
}

.be_gal_wrp>a>img {
    width: 100%;
}


/* EOF our gallery*/


/*EOF main section*/


/*footer*/

.be_ftop {
    padding: 30px 0px;
    background: #242629;
    width: 100%;
    float: left;
    position: relative;
}

.be_nwsltr {
    font-family: "Roboto", sans-serif;
    font-size: 25px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    padding-left: 50px;
    position: relative;
    line-height: 42px;
    float: left;
}

.be_nwsltr>i {
    position: absolute;
    left: 0px;
    top: -5px;
    font-size: 40px;
}

.be_nswltr_frm {
    width: 100%;
    float: left;
    position: relative;
}

.be_nws_input {
    width: 100%;
    float: left;
    border: 1px solid #cccccc;
    height: 42px;
    padding: 5px 105px 5px 15px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 14px;
}

.be_nws_btn {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 0px 15px;
    height: 42px;
    border: none;
    border-left: 1px solid #cccc;
    background: #e12228;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 14px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.be_fmain {
    width: 100%;
    float: left;
    padding: 60px 0px 30px;
    background-color: #0c4da1;
    color: #fff;
}

.be_flogo {
    width: 40%;
    float: left;
    padding-right: 45px;
}

.be_flogo img {
    width: 100%;
}

.be_fnav {
    width: 60%;
    float: left;
}

.be_fhead {
    padding-bottom: 10px;
    width: 100%;
    float: left;
}


/*new css*/

.be_linksite {
    width: 100%;
    float: left;
    background: #125aac;
    padding: 15px 0px;
    /* padding-left: 25%; */
}

.be_linksite_f {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    color: #fff;
    float: left;
    width: 100%;
    text-align: center;
}

.be_linksite_f a {
    font-family: "Open Sans", sans-serif;
    color: #fff;
    text-decoration: none;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
}

.be_linksite_f a:hover {
    color: #e12228;
}

.be_fhead_text {
    width: 100%;
    float: left;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    color: #fff;
    font-weight: normal;
    text-transform: capitalize;
    position: relative;
}

.be_fhead_text:after {
    content: "";
    width: 40px;
    height: 3px;
    background: #fff;
    bottom: -6px;
    right: 0px;
    left: 0px;
    position: absolute;
}

.be_menu_footer {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.be_menu_footer li {
    width: 100%;
    float: left;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
}

.be_menu_footer li a {
    width: 100%;
    float: left;
    text-align: left;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    text-decoration: none;
    color: #fff;
    padding-bottom: 5px;
    padding-top: 5px;
    /* border-bottom: dashed 1px #383f46; */
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
}

.be_menu_footer li a:hover {
    color: #e12228;
    /* border-bottom: dashed 1px #fff; */
}

.be_menu_left {
    width: 100%;
    float: left;
    margin-right: 0px;
}

.be_menu_right {
    width: 42%;
    float: left;
}

.be_fcontacts {
    width: 37.5%;
    float: left;
    position: relative;
}

.be_fcell_info {
    width: 27%;
    float: left;
    position: relative;
    margin-left: 8%;
}

.be_fmail {
    width: 30%;
    float: left;
    position: relative;
}

.be_fcontact_icon {
    position: absolute;
    left: 0px;
}

.be_fcontact_icon i {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
}

.be_fcontact_text {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    width: 100%;
    float: left;
    color: #fff;
    padding-right: 60px;
    line-height: 22px;
}

.be_fcontact_text p {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    width: 100%;
    float: left;
    color: #fff;
    padding-right: 60px;
    line-height: 22px;
}

.be_fdetail_main {
    width: 100%;
    float: left;
    /* padding-bottom: 30px; */
    /* margin-bottom: 35px; */
    /* border-bottom: 1px solid #25282b; */
}

.be_ftime {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    color: #fff;
    width: 100%;
    float: left;
    text-align: left;
}

.be_ftime p {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    color: #fff;
    width: 100%;
    float: left;
    text-align: left;
}

.be_fsocial_head {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    color: #fff;
    float: left;
    text-align: left;
}

.be_fsocial a {
    float: left;
}

.be_fsocial a i {
    font-size: 16px;
    color: #fff;
    margin-left: 20px;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
}

.be_fsocial a i:hover {
    color: #d79d0b;
}

.ac_contact_inner_split {
    width: 100%;
    float: left;
    margin-bottom: 25px;
}

.ac_contact_inner_split:last-child {
    margin-bottom: 0px;
}

.ac_fsocial {
    width: 100%;
    float: left;
}

.ac_fsocial a {
    font-size: 25px;
    margin-right: 10px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.ac_fsocial a:last-child {
    margin-right: 0px;
}

.ac_fsocial a:hover {
    color: #e12228;
}

.ac_follow_wrap {
    width: 25%;
    float: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.ac_loaction_wrap {
    width: 100%;
    float: left;
}

.ac_loaction_wrap iframe {
    width: 100%;
    float: left;
    min-height: 300px;
}


/*EOF footer*/


/*about page*/

.be_about_banner {
    width: 100%;
    float: left;
    height: 210px;
    background: url(../images/inner-banner/mbbs.jpg) no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
    margin-bottom: 45px;
}

.be_material_banner {
    width: 100%;
    float: left;
    height: 210px;
    background: url(../images/inner-banner/material.html) no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
    margin-bottom: 45px;
}

.be_gallery_banner {
    width: 100%;
    float: left;
    height: 210px;
    background: url(../images/inner-banner/gallery.jpg) no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
    margin-bottom: 45px;
}

.be_news_events_banner {
    width: 100%;
    float: left;
    height: 210px;
    background: url(../images/inner-banner/news-events.jpg) no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
    margin-bottom: 45px;
}

.be_alumni_banner {
    width: 100%;
    float: left;
    height: 210px;
    background: url(../images/inner-banner/alumni-img.html) no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
    margin-bottom: 45px;
}

.be_gallery_alumini_banner {
    width: 100%;
    float: left;
    height: 210px;
    background: url(../images/inner-banner/gallery-alumini.html) no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
    margin-bottom: 45px;
}

.be_online_exam_banner {
    width: 100%;
    float: left;
    height: 210px;
    background: url(../images/inner-banner/online-exam.html) no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
    margin-bottom: 45px;
}

.be_courses_banner {
    width: 100%;
    float: left;
    height: 210px;
    background: url(../images/inner-banner/cources.jpg) no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
    margin-bottom: 45px;
}

.be_banner_head {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 5px 20px;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 25px;
    font-weight: bold;
    /* background: rgba(70, 70, 70, .8); */
    background: rgba(21, 99, 181, 0.66);
    margin-bottom: 15px;
}

.be_banner_head:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    height: 100%;
    width: 4px;
    background: rgba(225, 34, 39, 0.75);
}

.be_banner_head:before {
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    height: 100%;
    width: 4px;
    background: rgba(225, 34, 39, 0.75);
}

.be_inner_head {
    font-family: "Roboto", sans-serif;
    font-size: 26px;
    color: #0c4da1;
    text-transform: uppercase;
    font-weight: bold;
    float: left;
    margin-bottom: 30px;
    position: relative;
}

.be_inner_head:after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 50%;
    height: 1px;
    background-color: #0c4da1;
    z-index: 1;
}

.be_inner_head:before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background-color: #fe0000;
}

.be_about_sub_head {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    color: #242c42;
    width: 100%;
    float: left;
    margin-bottom: 20px;
    font-weight: 500;
}

.be_list_text {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.be_list_text li {
    width: 100%;
    float: left;
}

.be_list_text li a {
    width: 100%;
    float: left;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    color: #242c42;
    line-height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.be_list_text li a i {
    position: relative;
    top: 10px;
    margin-right: 5px;
}

.be_about_img {
    position: relative;
    margin-right: 5px;
    left: 0px;
    bottom: 0px;
    z-index: 9;
    right: -63px;
    -webkit-box-shadow: 10px -10px 0px 0px #e7ab18;
    box-shadow: 10px -10px 0px 0px #0c4da1;
}

.be_about_img img {
    width: 100%;
}

.be_container_bg {
    width: 100%;
    float: left;
    background: url(../images/inner-banner/aboutus-container.html) no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    height: 417px;
    padding: 30px 0px;
}

.be_about_container_bg {
    color: #fff !important;
    margin-bottom: 40px !important;
}

.be_abount_detail {
    color: #ffd800;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    width: auto;
    float: left;
    text-decoration: underline;
    margin-bottom: 20px;
}

.be_abount_detail_img {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.be_about_detail_table {
    width: 100%;
    float: left;
}

.be_about_detail_table table tr td:first-child {
    min-width: 140px;
    float: left;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    line-height: 30px;
}

.be_about_detail_table table tr td:last-child {
    min-width: 180px;
    float: left;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    line-height: 30px;
}

.be_materials_box {
    width: 100%;
    float: left;
    border-top: 5px solid #bfbfbf;
    min-height: 202px;
    -webkit-box-shadow: 0px 0px 17px -4px #bdbdbd;
    box-shadow: 0px 0px 17px -4px #bdbdbd;
    margin-bottom: 30px;
    position: relative;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
}

.be_materials_bottom {
    color: #242c42;
    font-size: 12px;
    font-family: "Roboto", sans-serif;
    width: 100%;
    float: left;
    padding: 18px 0px;
    text-align: center;
    background: #f8f8f8;
    position: absolute;
    bottom: 0px;
    text-decoration: underline !important;
    cursor: pointer;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
}

.be_materials_center {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 40%;
    -webkit-transform: translateY(-60%);
    transform: translateY(-60%);
    font-size: 18px;
    color: #242c42;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    padding: 0px 45px;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
}

.be_materials_box:hover .be_materials_bottom {
    background: #ffb600;
    color: #fff;
}

.be_materials_box:hover {
    border-top: 5px solid #ffb600;
}

.be_gallery_img {
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.be_gallery_img img {
    width: 100%;
    margin-bottom: 0px !important;
}

.be_gallery_img span {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    padding: 10px 20px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
}

.be_gallery_img:hover span {
    background: rgba(231, 171, 24, 0.5);
}

.be_img_zoom {
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
}

.be_img_zoom:hover .image {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.image {
    webkit-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin: 0px !important;
}

.be_online_exam_cont_bg {
    width: 100%;
    height: 363px;
    background: url(../images/inner-banner/online-exam-container.html) no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    float: left;
    padding: 70px 0px;
}


/*about page end*/


/*courses*/

.be_courses_text {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    width: 100%;
    float: left;
    color: #242c42;
    line-height: 18px;
    margin-bottom: 30px;
}

.be_course_box {
    width: 100%;
    float: left;
    border: 1px solid #e7e7e7;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    margin-bottom: 30px;
}

.be_course_box:hover {
    -webkit-box-shadow: 0px 0px 12px 1px #e7e7e7;
    box-shadow: 0px 0px 12px 1px #e7e7e7;
    border: 1px solid #e7e7e7;
}

.be_course_box_img {
    width: 100%;
    float: left;
    min-height: 161px;
    position: relative;
}

.be_course_box_img img {
    margin-bottom: 0px !important;
    height: 100%;
}

.be_course_box_head {
    width: 100%;
    float: left;
    padding: 8px 18px;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.5);
    line-height: 18px;
    min-height: 52px;
    transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
}

.be_course_box_btm {
    width: 100%;
    float: left;
    padding: 25px 20px;
}

.be_course_box_text {
    width: 100%;
    float: left;
    font-size: 13px;
    color: #757575;
    line-height: 20px;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 15px;
}

.be_couese_read_more {
    font-family: "Open Sans", sans-serif;
    font-size: 11px;
    text-transform: capitalize;
    color: #fff;
    background: #1f386b;
    padding: 5px 10px;
    float: left;
    border-radius: 3px;
    transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
}

.be_course_box:hover .be_couese_read_more {
    color: #1f386b;
    background: #ffb600;
}

.be_course_box:hover .be_course_box_head {
    background: rgba(0, 0, 0, 0.8);
}


/*courses end*/


/*news events*/

.be_news_date {
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    width: 100%;
    float: left;
    color: #777777;
    line-height: 15px;
}

.be_news_date i {
    color: #ffb200;
    margin-right: 10px;
    float: left;
}

.be_news_text {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 22px;
    color: #000;
    width: 100%;
    float: left;
    font-weight: 600;
    height: 42px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize;
}

.be_news_head_detail {
    font-family: "Open Sans", sans-serif;
    font-size: 28px;
    color: #000;
    width: 100%;
    float: left;
    font-weight: 600;
    margin-bottom: 20px;
}

.be_news_text_detail {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    width: 100%;
    float: left;
    color: #242c42;
    line-height: 24px;
    margin-bottom: 30px;
}

.alumni_img {
    width: 100%;
    float: left;
}


/*news events end*/


/*#######################################################################################################################################*/


/*ajin*/


/*#########################################################################################################################################*/


/*Index page  button section started*/

.be_vwbtn:hover {
    background-color: #0c4da1;
    color: #fff;
}

.be_vwbtn_left:hover {
    background-color: #0c4da1;
    color: #fff;
}


/*Index page button section finished*/


/*Course btn started*/

.be_owl_contbtn:hover {
    background: #0c4da1;
    color: #fff;
}


/*Course btn finished*/


/*Upcoming Event button and readmore started*/

.be_com_btn:hover {
    background: #0c4da1;
    color: #fff;
}

.be_evnt_btn:hover>i {
    padding-left: 10px;
}


/*Upcoming Event button and readmore finished*/


/*Online Exam section button started*/

.be_vmore:hover {
    background: #ccc;
}


/*Online Exam section button finished*/


/*ABOUT US SECTION READMORE  section started*/

.be_abt_readwrapp {
    width: 100%;
    float: left;
    margin: 5px 0px 0px 0px;
}

.be_welcome_txt_wrap {
    max-height: 400px;
}


/*ABOUT US SECTION READMORE section finished*/


/*accordian hover effect started*/

.be_panel_tle:hover>a {
    padding: 14px 50px;
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    background-color: #d0966647;
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    height: 45px;
}

.be_panel_tle>a>span {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.be_panel_tle:hover>a>span {
    background: #ffb600;
}

.be_panel_btn:hover>i {
    padding-left: 5px;
}


/*accordian hover effect finished*/


/*subscribe button effect started*/

.be_nws_btn:hover {
    background: #ccc;
    color: #000;
}


/*subscribe button effect finished*/


/* Online section hover effect started */

.be_list>li>a:hover>i {
    padding-left: 10px;
}


/* Online section hover effect finished */


/*Gallery image hover effect started*/

.be_gal_wrp a:hover .be_g_img_scale {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.be_gal_wrp a .be_g_img_scale {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.be_gal_wrp {
    overflow: hidden;
}


/*Gallery image hover effect finished*/


/*contact number section started*/

.be_contact_number:hover {
    color: #fff;
}


/*contact number section finished*/


/*Bottom to Top section started*/

#backTop.black:hover {
    background: url(../images/uparr-48-w.png) no-repeat center center rgb(12, 77, 161);
}


/*Bottomto Top section finished*/


/*Carousel started*/

.be_carousel_control_left {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: 0;
    background: #0b4ca0;
    height: 35px;
    width: 35px;
    border-radius: 50px;
    margin-left: 2%;
    opacity: 0.6;
}

.be_carousel_control_left:hover {
    background: #1563b5;
    opacity: 0.8;
}

.be_carousel_control_left i {
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    position: absolute;
    left: 13px;
    top: 7px;
}

.be_carousel_control_right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    right: 0;
    background: #0b4ca0;
    height: 35px;
    width: 35px;
    border-radius: 50px;
    margin-right: 2%;
    opacity: 0.6;
}

.be_carousel_control_right:hover {
    background: #1563b5;
    opacity: 0.8;
}

.be_carousel_control_right i {
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    position: absolute;
    right: 13px;
    top: 7px;
}

.item>img {
    width: 100%;
}


/*Carousel finished*/


/*News and Event Hover effect started*/

.be_news_event_hwrap {
    position: absolute;
    width: 670px;
    height: auto;
    float: left;
    top: 70px;
    left: -275px;
    color: #fff;
    opacity: 0;
    z-index: 9;
    padding: 20px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    padding: 25px 22px;
    background-color: #fff;
    display: none;
}

li:hover .be_news_event_hwrap {
    opacity: 1;
    display: block;
}

.be_news_event_left {
    width: 50%;
    float: left;
}

.be_news_event_right {
    width: 50%;
    float: left;
}

.be_news_event_inner_left {
    width: 50%;
    float: left;
}

.be_news_event_inner_right {
    width: 50%;
    float: left;
}

.be_news_event_inner_txt {
    width: 100%;
    float: left;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 12px;
    padding: 5px 8px;
    margin-bottom: 5px;
    height: auto;
    min-height: 120px;
    overflow: hidden;
    color: #000;
}

.be_news_event_inner_img {
    width: 100%;
    float: left;
}

.be_news_event_readmore_wrap {
    float: left;
    width: 100%;
    padding-left: 10px;
}

.be_news_event_readmore {
    color: #df2222 !important;
    margin: 0px;
    padding: 0px !important;
    border-bottom: 1px solid #f1b0b0;
    margin-bottom: 5px;
    font-size: 12px !important;
    font-weight: 600 !important;
    line-height: 12px;
}

.be_news_event_readmore::after {
    display: none;
}


/*News and Event Hover effect finished*/


/*Online Exam page started*/

.be_qrcode_section {
    text-align: center;
    float: left;
    width: 100%;
}

.be_qrcode_title {
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-size: 18px;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.be_qrcode_para {
    float: left;
    width: 100%;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 500;
}

.be_qrcode_subtitle {
    float: left;
    width: 100%;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 300;
}

.be_qrcode_form {
    float: left;
    width: 100%;
}

.be_qrcode_form_txt {
    width: 452px;
    border-radius: 15px;
    border: none;
    height: 35px;
    margin-bottom: 15px;
    font-family: "Roboto", sans-serif;
    background-color: #cccccc;
    padding: 0px 15px;
    color: #000;
    font-size: 14px;
}

.be_qrcode_form_btn {
    background-color: #ffd200;
    color: #000;
    border-radius: 50px;
    border: none;
    padding: 5px 25px;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-weight: bold;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    height: 35px;
    width: 100px;
}

.be_qrcode_form_btn:hover {
    background-color: #65491d;
    color: #fff;
}


/*Online Exam Page finished*/


/*course-detail page started*/

.be_coursedetail_para p {
    font-size: 12px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    margin-bottom: 20px;
    width: 100%;
    float: left;
}

.be_coursedetail_para p:last-child {
    margin-bottom: 0;
}

.be_mb_30 {
    margin-bottom: 30px;
}

.be_mb_20 {
    margin-bottom: 20px;
}

.be_mb_10 {
    margin-bottom: 10px;
}

.be_container_course_bg {
    width: 100%;
    float: left;
    background: url(../images/inner-banner/cources-details-inner-bg.html) no-repeat;
    background-size: cover;
    background-position: left;
    height: 417px;
    padding: 30px 0px;
}

.be_course_detail_container_bg {
    color: #fff !important;
    margin-bottom: 5px !important;
}


/*course-detail page finished*/


/*Download Solutions page started*/

.be_dwn_sol_textbox_layout {
    height: 45px;
    width: 100%;
    padding: 0px 15px;
    font-family: "Open Sans", sans-serif;
    color: #000;
    font-size: 14px;
}

.be_down_sol_text {
    color: #8b8b8b;
    font-family: "Open Sans", sans-serif;
    float: left;
    width: 100%;
    line-height: 50px;
    font-size: 14px;
}

.be-dwn_sol_btn {
    background: #e12229;
    color: #fff;
    border: none;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    height: 45px;
    width: 100%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.be_down_sol_cont {
    width: 100%;
    float: left;
}

.be_download_solution_banner {
    width: 100%;
    float: left;
    height: 210px;
    background: url(../images/inner-banner/download-solutions.html) no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
    margin-bottom: 45px;
}

.be-dwn_sol_btn:hover {
    background-color: #0b4ca0;
    color: #fff;
}

.be_course_detail_banner {
    width: 100%;
    float: left;
    height: 210px;
    background: url(../images/inner-banner/cources-details-banner.html) no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
    margin-bottom: 45px;
}


/*Download Solutions Page finished*/


/*Result Page started*/

.be_result_wrap {
    width: 100%;
    float: left;
    padding: 15px;
}

.be_result_left {
    /*width:20%;*/
    width: 100%;
    float: left;
}

.be_result_right {
    /*width:80%;*/
    width: 100%;
    margin: 0px;
    float: left;
    /*overflow-x: scroll;*/
}


/*-------------*/

.be_res_title {
    /*width: 33.33%;*/
    width: 25%;
    float: left;
}

.be_res_code_wrap {
    width: 33.33%;
    float: left;
}


/*-------------------*/

.be_w_50 {
    width: 50% !important;
}

.be_res_title_cnt {
    color: #fff;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    width: 100%;
    float: left;
    background: #242c42;
    padding: 8px 20px;
    height: 40px;
    margin-bottom: 2px;
}

.be_res_code_wrap {
    width: 25%;
    background-color: #fff;
    /*width:10000px;*/
    float: left;
}

.be_res_name_wrap {
    width: 25%;
    background-color: #fff;
    /*width:10000px;*/
    float: left;
}

.be_view_wrap {
    width: 50%;
    background-color: #fff;
    /*width:10000px;*/
    float: left;
}

.be_result_code_txt {
    background-color: #ececec;
    font-size: 13px;
    float: left;
    /*text-align: center;*/
    text-align: left;
    /*margin-right: 2px;*/
    /*border-right: 2px solid #FFF;*/
    line-height: 40px;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    /*min-width: 300px;*/
    /*padding: 0px 50px;*/
    padding: 0px 20px;
    margin-bottom: 2px;
    width: 100%;
}

.be_result_name_txt {
    background-color: #ececec;
    font-size: 13px;
    float: left;
    /*text-align: center;*/
    text-align: left;
    /*border-right: 2px solid #FFF;*/
    /*margin-right: 2px;*/
    line-height: 40px;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    /*min-width: 300px;*/
    /*padding: 0px 50px;*/
    padding: 0px 20px;
    margin-bottom: 2px;
    width: 100%;
}

.be_view1 {
    background-color: #ececec;
    color: #d30000;
    font-size: 13px;
    float: left;
    /*text-align:center;*/
    text-align: left;
    border-right: 2px solid #fff;
    /*margin-right: 2px;*/
    line-height: 40px;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    /*min-width: 300px;*/
    /*padding: 0px 50px;*/
    padding: 0px 100px;
    margin-bottom: 2px;
    font-weight: 500;
    width: 100%;
}

.be_result_head {
    padding: 8px 0px 8px 0px;
    height: 40px;
    background: #242c42;
    margin-bottom: 2px;
    width: 100%;
    float: left;
}

.be_result_head_txt {
    color: #fff;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    width: 100%;
    float: left;
}

.be_result_wrap_txt {
    font-size: 13px;
    float: left;
    width: 100%;
    line-height: 40px;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
}

.be_result_bg {
    width: 100%;
    float: left;
    background-color: #ececec;
    height: 40px;
    margin-bottom: 2px;
}

.be_view {
    color: #d30000;
    font-size: 13px;
    float: left;
    width: 100%;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    line-height: 40px;
}

.be_result_detail_banner {
    width: 100%;
    float: left;
    height: 210px;
    background: url(../images/inner-banner/result-banner.html) no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
    margin-bottom: 45px;
}


/*Result page finished*/


/*alumni*/

.be-dwn_sol_textbox_layout {
    height: 45px;
    width: 100%;
    padding: 0px 15px;
    font-family: "Open Sans", sans-serif;
    color: #000;
    font-size: 14px;
    margin-bottom: 15px;
}

.be_alumni_text {
    height: 45px;
    width: 100%;
    padding: 0px 15px;
    font-family: "Open Sans", sans-serif;
    color: #8b8b8b;
    font-size: 14px;
    margin-bottom: 15px;
    background-color: transparent;
    border: 1px solid #ccc;
}

.be_alumni_textarea {
    width: 100%;
    padding: 10px 15px 0px 15px;
    font-family: "Open Sans", sans-serif;
    color: #8b8b8b;
    font-size: 14px;
    margin-bottom: 3px;
    outline: none;
}

.form-file-choose {
    width: 100%;
    float: left;
    height: 45px;
    margin-bottom: 15px;
}

.be_alumni_cont_bg {
    width: 100%;
    float: left;
    background: #ececec;
    padding: 50px 0px 20px 0px;
}


/*
########################################
########################################
            ajin
########################################
########################################*/

.be_mb_60 {
    margin-bottom: 60px;
}

.be_mb_50 {
    margin-bottom: 50px;
}

.be_mb_40 {
    margin-bottom: 40px;
}

.be_alumni_wrap {
    float: left;
    width: 100%;
    background: #fff !important;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 0 1px 2px #dedede;
    box-shadow: 0 0 1px 2px #dedede;
}

.be_alumni_member {
    float: left;
    width: 100%;
    padding: 25px;
}

.be_alumni_member_img_bg {
    float: left;
    width: 30%;
    display: block;
}

.be_alumni_member_img {
    max-width: 100%;
    float: left;
    margin: 0;
    width: 100%;
}

.be_alumni_member_detl {
    width: 70%;
    float: left;
    padding-left: 15px;
}

.be_alumni_member_title {
    color: #242c42;
    font-size: 18px;
    font-family: "Open Sans", sen sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    width: 100%;
    float: left;
    line-height: 15px;
    margin-bottom: 10px;
}

.be_alumni_member_occup {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 500;
    float: left;
    width: 100%;
    color: #242c42;
    margin-bottom: 15px;
}

.be_alumni_member_qote {
    width: 100%;
    max-height: 100px;
    overflow: hidden;
    font-size: 13px;
    font-family: "Open Sans", sans-serif;
    float: left;
    width: 100%;
    color: #242c42;
    margin-bottom: 10px;
    font-weight: 500;
}

.be_read_more {
    float: left;
    color: #242c42;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: relative;
}

.be_read_more::after {
    content: "";
    width: 100%;
    display: table;
    position: absolute;
    bottom: 2px;
    left: 0;
    height: 1px;
    background-color: #6b6b6b;
}

.be_read_more::after:hover {
    background-color: #797979;
}

.be_read_more:hover {
    color: #797979;
}


/*alumni end*/


/*Contact-Us Page started*/

.be_contact_banner {
    width: 100%;
    float: left;
    height: 210px;
    background: url(../images/inner-banner/contact-us.jpg) no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
    margin-bottom: 45px;
}

.be_contact_inner_head {
    font-family: "Roboto", sans-serif;
    font-size: 26px;
    color: #242c42;
    text-transform: uppercase;
    font-weight: bold;
    float: left;
    margin-bottom: 50px;
    position: relative;
}

.be_contact_inner_head:after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 50%;
    height: 1px;
    background-color: #ffb600;
    z-index: 1;
}

.be_contact_inner_head:before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background-color: #7f7f7f;
}

.be_contact_bg {
    padding: 20px;
    width: 100%;
    float: left;
}

.be_contact_wrap {
    width: 100%;
    float: left;
    padding: 0px 30px;
}

.be_contact_bg1 {
    border-bottom: 1px solid #ccc;
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.be_contact_icon_left {
    float: left;
    font-size: 30px;
    position: absolute;
    margin-bottom: 35px;
}

.be_contact_icon_right {
    float: left;
    position: relative;
    margin-left: 45px;
}

.be_contact_icon_size {
    position: absolute;
    font-size: 25px;
    left: 0;
    font-size: 30px;
    color: #6f7a88;
}

.be_contact_numb {
    width: 100%;
    float: left;
    font-family: "Roboto", sans-serif;
    color: #242c42;
    font-size: 15px;
    font-weight: 400;
}

.be_addrs {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 35px;
}

.be_contact_sub_head {
    font-family: "Roboto", sans-serif;
    font-size: 22px;
    color: #242c42;
    width: 100%;
    float: left;
    margin-bottom: 0px;
    font-weight: 500;
    line-height: 40px;
}

.be_contact_inner_sub_head {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    color: #242c42;
    width: 100%;
    float: left;
    margin-bottom: 0px;
    font-weight: 500;
    line-height: 40px;
}

.be_contact_para {
    font-family: "Roboto", sans-serif;
    color: #242c42;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    float: left;
}

.be_contact_para p {
    font-family: "Roboto", sans-serif;
    color: #242c42;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    float: left;
}

.be_border {
    border-bottom: 1px solid #6b6b6b;
    padding-bottom: 50px;
}

.be_alert {
    color: #ff3c00;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 50px;
}

.be_cnt_form_wrap {
    float: left;
    width: 100%;
    margin-bottom: 50px;
    padding: 0px 30px;
}

.be_cnt_form_bg {
    width: 100%;
    float: left;
    padding: 0px 50px;
    -webkit-box-shadow: 0 0 1px 1px #d4d0d0;
    box-shadow: 0 0 1px 1px #d4d0d0;
    background-color: #fff;
}

.be_contact_form {
    position: relative;
    float: left;
    width: 100%;
    padding: 50px 0px;
    border-top: 4px solid #0c4da1;
}

.be_map_wrap {
    width: 100%;
    height: 415px;
    float: left;
}

.be_contact_textarea {
    width: 100%;
    padding: 10px 15px 0px 15px;
    font-family: "Open Sans", sans-serif;
    color: #8b8b8b;
    font-size: 14px;
    margin-bottom: 15px;
    outline: none;
    border: 1px solid #ccc;
}


/*Contact-Us Page Finbished*/


/*classroom page started*/

.be_classroom_banner {
    width: 100%;
    float: left;
    height: 210px;
    background: url(../images/inner-banner/classroom_banner.html) no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
    margin-bottom: 45px;
}

.be_classroom_left {
    width: 100%;
    float: left;
    -webkit-box-shadow: 0px 0.1px 6.5px #6b6b6b;
    box-shadow: 0px 0.1px 6.5px #6b6b6b;
    padding: 0px 30px;
    margin-bottom: 50px;
}

.be_classroom_panel {
    padding: 20px 0px 25px 0px;
    border-top: 4px solid #fdb506;
}

.be_classroom_wrap {
    margin-bottom: 50px;
}

.be_right_side_classroom {
    width: 100%;
    float: left;
    padding: 20px 20px 0px 20px;
    -webkit-box-shadow: 0px 1px 6.8px #6b6b6b;
    box-shadow: 0px 1px 6.8px #6b6b6b;
    margin-bottom: 50px;
}

.be_right_panelwrap_classroom {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.be_classroom_side_qns {
    float: left;
    width: 100%;
    background-color: #f0f0f0;
}

.be_classroom_side_ans {
    width: 100%;
    float: left;
    background-color: #f0f0f0;
    padding-top: 0px;
}

.be_classroom_qns_no {
    width: 15%;
    float: left;
    background-color: #f0f0f0;
    padding: 20px 15px 10px;
    color: #242c42;
}

.be_classroom_qns_list {
    width: 85%;
    float: left;
    background-color: #f7f7f7;
    padding: 20px 15px 10px;
    color: #757575;
}

.be_classroom_ans_no {
    width: 15%;
    float: left;
    background-color: #f0f0f0;
    padding: 0px 15px 20px 15px;
    color: #242c42;
}

.be_classroom_ans_list {
    width: 85%;
    float: left;
    background-color: #f7f7f7;
    padding: 0px 15px 20px 15px;
    color: #757575;
}

.be_classroom_qst_no {
    width: 100%;
    float: left;
    font-size: 13px;
    font-family: Open Sans;
    font-weight: 700;
}

.be_classroom_qst_txt {
    width: 100%;
    float: left;
    font-size: 14px;
    font-family: Open Sans;
    font-weight: normal;
}

.be_classroom_ans_no2_txt {
    width: 100%;
    float: left;
    padding-top: 0px;
    font-size: 13px;
    font-family: Open Sans;
    font-weight: 700;
}

.be_classroom_ans_txt {
    width: 100%;
    float: left;
    padding-top: 0px;
    font-size: 14px;
    font-family: Open Sans;
    font-weight: normal;
}

.be_classroom_submit_btn {
    background: #464646;
    color: #fff;
    border: none;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    height: 35px;
    width: 100%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.be_classroom_submit_btn:hover {
    background-color: #6b6b6b;
    color: #fff;
}

.be_classroom_textbox {
    height: 35px;
    width: 100%;
    padding: 0px 15px;
    font-family: "Open Sans", sans-serif;
    color: #8b8b8b;
    font-size: 14px;
    margin-bottom: 15px;
}

.be_classroom_textarea {
    width: 100%;
    padding: 10px 15px 0px 15px;
    font-family: "Open Sans", sans-serif;
    color: #8b8b8b;
    font-size: 14px;
    margin-bottom: 15px;
    outline: none;
}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.btn {
    border: 1px solid #000;
    color: #000;
    font-size: 20px;
    font-weight: 100;
}

.upload-btn-wrapper input[type="file"] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.be_choose_labl {
    float: left;
    width: 100%;
    font-family: Open Sans;
    font-weight: normal;
    font-size: 14px;
    color: #214d7e;
}

.fileUpload {
    position: relative;
    overflow: hidden;
}

.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.be_btn_upload_btn {
    color: #000;
    font-size: 12px;
    font-weight: 100;
    height: 20px;
    width: 85px;
    margin-bottom: 10px;
    line-height: 12px;
}

.be_file_name {
    width: 50%;
    float: left;
    font-size: 13px;
    color: #214d7e;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
}

.be_classroom_up_cont {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.be_maxfile_size {
    width: 50%;
    float: left;
    font-size: 13px;
    color: #ff0000;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
}


/*classroom page finished*/


/* HAMBERG MENU section started */

.be_hambergur {
    display: none;
}

.be_hambergur_logo {
    display: none;
}

.be_hambergur_logo::after {
    bottom: 4px;
    z-index: 1;
    border-width: 44px 65px 0px 65px;
    position: relative;
}


/* .be_logo_wrap1 {width: 176px;float: left;background-color: #fff;height: 115px;position: absolute;left: 0px;top: 0px;padding-top: 14px;box-shadow: 0px 0px 4px 1px #e9e9e9;}
.be_logo_wrap1::after {content: "";position: absolute;width: 100%;height: 30px;background-color: #79626200;left: 0px;bottom: -54px;border-style: solid;border-color: #fff #ff50 #f880 #fff0;border-width: 54px 88px 0px 88px;z-index: 0;}
.be_logo_wrap1 img{margin: 0 auto;display: table;float: none;position: relative;z-index: 10;} */

.be_hm_logo_wrap {
    width: 176px;
    float: left;
    background-color: #fff;
    height: 115px;
    position: absolute;
    top: 0px;
    padding-top: 14px;
    -webkit-box-shadow: 0px 0px 4px 1px #e9e9e9;
    box-shadow: 0px 0px 4px 1px #e9e9e9;
    z-index: 1;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    height: 105px;
    width: 130px;
    padding: 15px;
}

.be_hm_logo_wrap::after {
    content: "";
    position: absolute;
    width: 111px;
    height: 30px;
    background-color: #79626200;
    left: 0px;
    bottom: -54px;
    border-style: solid;
    border-color: #fff #ff50 #f880 #fff0;
    border-width: 54px 65px 0px 65px;
    z-index: -1;
}

.be_sicon_wrap1 {
    width: 100%;
    float: right;
    height: 36px;
}

.be_sicon_wrap1 ul {
    list-style: none;
    width: 100%;
    float: left;
}

.be_sicon_wrap1 ul li {
    float: right;
}

.be_sicon_wrap1 ul li a {
    width: 32px;
    height: 36px;
    float: left;
    color: #fff;
    line-height: 36px;
    text-align: center;
}

.be_search_input1 {
    position: relative;
    width: 32px;
    height: 36px;
}

.be_search_input1 button {
    position: absolute;
    right: 0px;
    height: 36px;
    background: transparent;
    border: none;
    width: 100%;
    color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    padding: 0px;
}

.be_search_input1 input {
    height: 36px;
    width: 0px;
    border: none;
    position: absolute;
    right: 0px;
    top: 0px;
    border-bottom: 1px solid #ffb600;
    border-top: 1px solid #ffb600;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    background-color: #ffb600;
}

.be_search1:hover .be_search_input1 input {
    width: 260px;
    padding: 0px 15px;
    background-color: #fff;
}

.be_search1:hover .be_search_input1 button {
    z-index: 2;
    color: #b1b1b1;
    background-color: #fff;
    height: 34px;
    margin-top: 1px;
}


/* HAMBERG MENU section finished */


/* HAMBERG MENU list started */

.be_ham_menu {
    float: left;
    display: none;
}

.be_hmid_inner1 {
    padding-left: 30px;
    float: left;
    width: 100%;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    color: #2f2f2f;
    text-transform: uppercase;
    position: relative;
    border-bottom: 2px solid #cccc;
    padding-bottom: 15px;
}

.be_hmid_wrap1 {
    width: 100%;
    float: left;
    padding-left: 34px;
    padding-top: 5%;
}

.be_hmid_wrap1 span {
    width: 100%;
    float: left;
    font-size: 13px;
    text-transform: lowercase;
    font-weight: 600;
}

.be_hmid_icon.icon_mail1 {
    background-image: url("../images/icons.png");
    background-position: -8px 0px;
}

.be_hmid_icon.icon_call1 {
    background-image: url("../images/icons.png");
    background-position: -42px 0px;
}

.be_hmid_icon.icon_time1 {
    background-image: url("../images/icons.png");
    background-position: -72px 0px;
}

.be_logo_wrap1 {
    width: 176px;
    float: left;
    background-color: #fff;
    height: 115px;
    position: absolute;
    top: 0px;
    padding-top: 14px;
    -webkit-box-shadow: 0px 0px 4px 1px #e9e9e9;
    box-shadow: 0px 0px 4px 1px #e9e9e9;
    text-align: center;
    z-index: 1;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.be_logo_wrap1::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 30px;
    background-color: #79626200;
    left: 0px;
    bottom: -54px;
    border-style: solid;
    border-color: #fff #ff50 #f880 #fff0;
    border-width: 54px 88px 0px 88px;
    z-index: 0;
}

.be_logo_wrap1 img {
    margin: 0 auto;
    display: table;
    float: none;
    position: relative;
    z-index: 10;
}

.be_mdl_sec {
    width: 100%;
    float: left;
    background: #f1f1f1;
}


/* HAMBERG MENU list finished */

.be_mdl_sec {
    width: 100%;
    float: left;
}

.be_hmid_wrap1 {
    width: 100%;
    float: left;
    padding-left: 34px;
    padding-top: 4%;
}


/* HAMBERGUR INNER MENU CONTENT SECTION STARTED */

.be_hm_abt_wrap_100 {
    width: 100% !important;
    padding-right: 10px !important;
}

.be_hm_news_events_wrap {
    width: 50%;
    padding: 0px 10px;
    background-color: #fff;
    float: left;
}

.be_hm_abt_title_wrap {
    margin-bottom: 15px;
    width: 100%;
}

.be_hm_abt_img_wrap {
    width: 100%;
}

.be_hm_abt_para_wrap {
    margin-bottom: 15px;
    max-height: 75px;
    overflow: hidden;
    line-height: 19px;
}

.be_hm_readmore_wrap {
    margin-bottom: 15px;
}

.be_hm_abt_title {
    font-size: 12px;
    font-weight: 600;
    color: #000;
    line-height: 18px;
    font-family: "Roboto", sans-serif;
    margin-bottom: 10px;
}

.be_hm_abt_para {
    font-size: 12px;
    font-weight: normal;
    color: #070707;
    font-family: "Open Sans", sans-serif;
    overflow: hidden;
}

.be_hm_read_btn {
    font-size: 13px;
    font-weight: 600;
    color: #df2222;
    font-family: "Open Sans", sans-serif;
    border-bottom: 1px solid #df2222;
}

.be_hm_menu_ul>li>a>i {
    font-size: 15px;
    line-height: 25px;
    float: right;
    color: #bdbdbd;
}

.be_hm_abt_img {
    width: 100%;
    margin: 15px 0px;
}

.be_overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    z-index: 98;
    top: 0;
    background-color: rgba(0, 0, 0, 0.7);
    transition: all 0.7s;
    -webkit-transition: all 0.7s;
    opacity: 0;
}

.be_hm_news_events_wrap:first-child {
    padding-right: 5px;
}

.be_hm_news_events_wrap:nth-child(2) {
    padding-left: 5px;
}

.dopping_section i {
    display: block;
}

.be_hm_span_list {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    width: 100%;
    float: left;
    padding: 12px 15px;
}


/* .be_hm_span_list>i{font-size:15px;line-height:25px;float:right;color:#bdbdbd;} */


/* HAMBERGUR INNER MENU CONTENT SECTION FINISHED */


/* SPEC ACCORDIAN HAMBERG SECTION STARTED */

.be_head_paanel {
    padding: 0px;
    border-bottom: 1px solid #ccc;
}

.be_hm_title_panel {
    padding: 0px;
    margin: 0px !important;
    width: 100%;
}

.be_acc_collapse {
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    width: 100%;
    padding: 20px;
}

.be_acc_collapse[aria-expanded="true"] {
    background-color: #ffb600 !important;
}

.be_acc_collapse[aria-expanded="true"] i {
    -webkit-transform: rotateX(160deg);
    transform: rotateX(160deg);
}

.be_acc_collapse:hover {
    background-color: #ffb600;
}

.be_hm_span>i {
    font-size: 18px;
    line-height: 18px;
    float: right;
    color: #434343;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.be_acc_collapse:hover>i {
    color: #000;
}

.be_hm_span>i.be_rotate {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

.be_panel_body {
    padding: 0px;
}

.be_hm_panel {
    display: block;
    border: none !important;
    margin-top: 0px !important;
}

.be_acc_collapse {
    border-bottom: 1px solid #4c4c4c3d;
}


/* SPEC ACCORDIAN HAMBERG SECTION FINISHED */

.head_fix {
    display: block;
    position: fixed;
    top: 0;
    z-index: 500;
    background: white;
    /* box-shadow: 0px 0px 4px 1px #e9e9e9; */
    -webkit-box-shadow: 0px 0px 2px 0px #929292;
    box-shadow: 0px 0px 2px 0px #929292;
}

header.head_fix {
    top: 0px;
}

.head_fix .be_header_top {
    height: 25px;
}

.head_fix .be_latest_news {
    height: 25px;
    line-height: 25px;
    padding-left: 18px;
}

.head_fix .be_latest_news::after {
    border-width: 12px 0px 13px 13px;
}

.head_fix .be_latest_news::before {
    border-width: 12px 0px 13px 13px;
}


/* .be_sicon_wrap {
    height: 25px;
} */

.head_fix .be_mrqe_wrap {
    height: 25px;
}

.head_fix .be_mrqe_wrap ul li {
    line-height: 25px;
}

.head_fix .be_mrqe_wrap ul li::after {
    top: 5px;
}

.head_fix .be_search:hover .be_search_input button {
    height: 0px;
    margin: 0;
}

.head_fix .be_sicon_wrap ul li a {
    line-height: 25px;
    height: 25px !important;
}

.head_fix .be_search_input {
    height: 25px;
    line-height: 25px;
    width: 25px;
}

.head_fix .be_search_input button {
    height: auto;
}

.head_fix .be_search_input input {
    height: 25px;
    line-height: 25px;
}


/*changed by ullas*/

.head_fix .be_lstn_wrap {
    float: left;
    width: 66%;
    padding-left: 0px;
    position: relative;
}

.head_fix .be_hmid {
    padding: 5px 0px;
}

.head_fix .be_hmid_wrap {
    font-size: 12px;
}

.head_fix .be_hmid_icon.icon_mail {
    background-position: -8px -5px;
}

.head_fix .be_h_nav ul li a {
    padding: 16px 0px;
    font-size: 12px;
}

.head_fix .be_h_dwnld {
    width: 125px;
    height: 38px;
    padding: 4px 18px 0px 45px;
    font-size: 11px;
}

.head_fix .be_h_dwnld::after {
    content: "\f019";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    top: 10px;
    left: 20px;
    font-size: 18px;
}

.head_fix .be_hmid_icon.icon_mail {
    background-position: -8px -5px;
    margin-top: 17px;
}

.head_fix .be_hmid_icon.icon_call {
    background-position: -44px -3px;
    margin-top: 20px;
    top: -10px;
    left: 0px;
}

.head_fix .be_hmid_icon.icon_time {
    background-position: -72px -5px;
    margin-top: -5px;
}

.head_fix .be_logo_wrap::after {
    border-width: 30px 55px 0px 55px;
    bottom: -30px;
}

.head_fix .be_logo_wrap {
    width: 160px;
    height: 85px;
    padding: 20px;
    top: -39px;
}

.head_fix .be_logo_wrap img {
    width: 100%;
    top: 22px;
}

.head_fix .be_nav_hwrap {
    top: 40px;
    padding: 15px 20px;
}

.head_fix .be_news_event_hwrap {
    top: 40px;
}


/*.head_fix .be_branch_wrap {
  padding: 15px 0px;
}*/


/* .head_fix .be_hmid_inner {
    line-height: 45px;
} */

.head_fix .be_faq_search {
    padding: 13px 0px;
}

.head_fix .be_hlast {
    height: 50px;
}

.head_fix .be_h_nav ul li a::after {
    bottom: 5px;
}

.head_fix .be_middle_wrap {
    height: auto;
}

.head_fix .be_sicon_wrap {
    height: 25px;
}


/* last change for PHP started*/

.be_sicon_wrap>ul>li>a>i {
    line-height: 36px !important;
}

.head_fix .be_sicon_wrap>ul>li>a>i {
    line-height: 25px !important;
    height: 25px !important;
}

.be_h_nav ul li:hover a.be_anchor_hover {
    padding: 0;
}

.be_h_nav ul li:hover a.be_anchor_hover::after {
    border: none;
}

.be_course_detail_table {
    width: 100%;
    float: left;
    margin-bottom: 35px;
}

.be_course_detail_table table tr td:first-child {
    min-width: 140px;
    float: left;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    line-height: 30px;
}

.be_course_detail_table table tr td:last-child {
    min-width: 180px;
    float: left;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    line-height: 30px;
}


/* last changes for PHP finished */


/* 3-4-2018  new page student love started*/

.be_student_love_banner {
    width: 100%;
    float: left;
    height: 210px;
    background: url("../images/inner-banner/student-love-banner.html") no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
    margin-bottom: 45px;
}

.be_student_love_cont_wrap {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 30px;
}

.be_student_love_cont {
    float: left;
    width: 100%;
    margin-bottom: 25px;
}

.be_student_love_cont span {
    width: 100%;
    float: left;
    font-size: 20px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    line-height: 20px;
    color: #242c42;
    margin-bottom: 10px;
}

.be_student_love_img {
    float: left;
    width: 12%;
}

.be_student_love_img_cont {
    width: 88%;
    float: left;
    padding: 15px 0px 15px 20px;
    color: #757575;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    text-align: justify;
    font-weight: 400;
}

.be_student_love_img_cont span {
    width: 100%;
    float: left;
    font-family: "Roboto", sans-serif;
    font-size: 23px;
    font-style: normal;
    color: #242c42;
    text-transform: capitalize;
    letter-spacing: -1px;
    font-weight: 400;
    margin-bottom: 15px;
}

.be_student_love_para {
    float: left;
    width: 100%;
    /* padding:10px 20px; */
    font-size: 15px;
    font-family: "Roboto", sans-serif;
    color: #757575;
    text-align: justify;
}

.be_student_love_para ul li {
    width: 100%;
    float: left;
    position: relative;
    line-height: 25px;
    font-weight: 400;
    padding-left: 30px;
}

.be_student_love_para ul li::before {
    font-family: FontAwesome;
    content: "\f192";
    position: absolute;
    left: 0;
}

.be_student_love_para span {
    font-size: 15px;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
    text-align: justify;
    padding: 10px 0px;
    width: 100%;
    float: left;
    color: #757575;
    font-style: italic;
    margin: 5px 0px;
}

.be_student_love_quot {
    width: 100%;
    float: left;
    padding: 30px 80px;
    font-size: 14px;
    font-family: "Roboto", cursive;
    font-weight: 400;
    color: #afafaf;
    line-height: 25px;
    position: relative;
    font-style: italic;
    text-align: justify;
}

.be_student_love_quot::before {
    font-family: FontAwesome;
    content: "\f10d";
    float: left;
    font-size: 40px;
    color: #d8cbcb;
    position: absolute;
    left: 15px;
}

.be_student_love_quot::after {
    font-family: FontAwesome;
    content: "\f10e";
    float: left;
    font-size: 40px;
    color: #d8cbcb;
    position: absolute;
    right: 30px;
}

.be_student_love_wrds {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #ccc;
    margin-bottom: 20px;
}

.be_with_love {
    width: 100%;
    float: left;
    font-size: 16px;
    text-transform: capitalize;
    color: #f05026;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    letter-spacing: -1px;
    text-align: right;
}

.be_with_love span {
    width: 100%;
    float: left;
    text-align: right;
    color: #242c42;
    font-size: 23px;
    margin-bottom: 10px;
}

.be_with_love a {
    width: 100%;
    float: left;
    text-align: right;
    text-transform: none;
    font-size: 12px;
    color: #f05026;
    margin-bottom: 10px;
}

.be_facility_wrap {
    float: left;
    width: 100%;
    /* padding:20px 20px 0px 20px;
  border: 1px solid #242c42; */
}

.be_facility_wrap .be_student_love_para {
    padding: 0px;
    float: left;
    width: 100%;
}

.be_facility_wrap ul {
    margin-bottom: 20px;
    width: 100%;
    float: left;
}

.be_facility_wrap ul li::before {
    font-family: FontAwesome;
    content: "\f192";
    position: absolute;
    left: 0;
}

.be_facility_wrap ul:first-child {
    margin-bottom: 0;
}

.be_facility_wrap ul li {
    /* line-height: 40px; */
    width: 100%;
    float: left;
    position: relative;
    line-height: 25px;
    font-weight: 400;
    padding-left: 30px;
    color: #757575;
    font-size: 14px;
    font-family: "Open-sans", sans-serif;
}

.be_facility_wrap strong {
    width: 100%;
    float: left;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 15px;
    font-family: "Roboto", sans-serif;
    color: #484747;
}

.be_facility_wrap p {
    float: left;
    width: 100%;
    font-size: 15px;
    font-family: "Roboto", sans-serif;
    color: #3c3b3b;
    text-align: justify;
    margin-bottom: 20px;
}

.be_fac_ul li.active>a {
    background-color: #242c42 !important;
    color: #fff !important;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.be-tab-content {
    /* display: none; */
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
}


/* 3-4-2018  new page student love finished*/


/* test accordian  */

ul.tabs {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    height: 41px;
    border-bottom: 1px solid #333;
    width: 100%;
}

ul.tabs li {
    float: left;
    margin: 0;
    cursor: pointer;
    padding: 0px 10px;
    height: 40px;
    line-height: 40px;
    border-top: 1px solid #333;
    border-left: 1px solid #333;
    background-color: #fff;
    color: #000;
    overflow: hidden;
    position: relative;
    font-size: 15px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
}

.tab_last {
    border-right: 1px solid #333;
}

ul.tabs li:hover {
    background-color: #ccc;
    color: #333;
}

ul.tabs li.active {
    background-color: #242c42;
    color: #fff;
    font-weight: 700;
    display: block;
}

.tab_container {
    border: 1px solid #333;
    border-top: none;
    clear: both;
    float: left;
    width: 100%;
    background: #fff;
    overflow: auto;
}

.tab_content {
    padding: 20px;
    display: none;
}

.tab_drawer_heading {
    display: none;
}

@media screen and (max-width: 768px) {
    .tabs {
        display: none;
    }
    .be_bnr_txtpara {
        margin-bottom: 20px;
    }
    .tab_drawer_heading {
        background-color: #fff;
        color: #000;
        font-size: 14px;
        font-weight: 400;
        border-top: 1px solid #333;
        margin: 0;
        padding: 10px 20px;
        display: block;
        cursor: pointer;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .d_active {
        background-color: #242c42;
        color: #fff;
        padding: 10px 20px;
    }
    .be_facility_wrap p {
        float: none !important;
        display: block;
        font-size: 13px;
        margin-bottom: 0;
    }
    .be_facility_wrap ul li {
        font-size: 13px;
    }
    .be_facility_wrap {
        display: block;
        float: none !important;
    }
    .be_facility_wrap strong {
        font-size: 15px;
    }
}

.be_alumni_img {
    width: 100%;
    float: left;
}

.be_alumni_img img {
    width: 100%;
    float: left;
}

.be_alumni_detail_wrap {
    width: 100%;
    float: left;
}


/* changes for Bright Education  */


/* ajin on  23-4-2018 */

.be_branch_wrap ul {
    float: right;
    width: auto;
    text-align: right;
}

.be_branch_wrap ul li {
    list-style-type: none;
    float: left;
    padding-right: 5px;
}

.be_branch_wrap ul li a {
    background: #0b4ca0;
    color: #fff;
    margin: 0px 10px;
    font-size: 12px;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    position: relative;
    height: 20px;
    float: left;
    line-height: 20px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.be_branch_wrap ul li a::before {
    content: "";
    position: absolute;
    border-style: solid;
    border-color: #a51e1e00 #0b4ca0 #bb989800 #3b3b4100;
    border-width: 20px 20px 0px 0px;
    top: 0px;
    left: -20px;
    width: 20px;
    height: 15px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.be_branch_wrap ul li a::after {
    content: "";
    position: absolute;
    border-style: solid;
    border-color: #d2747400 #0000 #ffffff #0b4ca0;
    border-width: 0px 0px 20px 20px;
    top: 0px;
    right: -20px;
    width: 20px;
    height: 15px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.be_branch_wrap ul li:hover a {
    background-color: #fe0000;
}

.be_branch_wrap ul li:hover a::before {
    border-color: #a51e1e00 #fe0000 #bb989800 #3b3b4100;
}

.be_branch_wrap ul li:hover a::after {
    border-color: #d2747400 #0000 #ffffff #fe0000;
}

.be_branch_wrap ul li.active a {
    background-color: #fe0000;
}

.be_branch_wrap ul li.active a::before {
    border-color: #a51e1e00 #fe0000 #bb989800 #3b3b4100;
}

.be_branch_wrap ul li.active a::after {
    border-color: #d2747400 #0000 #ffffff #fe0000;
}

.be_middle_wrap {
    width: 100%;
    float: left;
   
    height: 85px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.be_search_input button {
    position: absolute;
    right: 0px;
    height: 36px;
    background: transparent;
    border: none;
    width: 100%;
    color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    padding: 0px;
}

.be_search_input input {
    height: 36px;
    width: 0px;
    border: none;
    position: absolute;
    right: 0px;
    top: 0px;
    border-bottom: 1px solid #d09666;
    border-top: 1px solid #d09666;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    background-color: #d09666;
    /* display: none; */
}

.be_search:hover .be_search_input input {
    width: 260px;
    padding: 0px 15px;
    background-color: #fff;
    display: block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.container-bg {
    width: 100%;
    float: left;
}

.be_faq_search {
    width: 30%;
    float: right;
    padding: 18px 0px;
    position: relative;
}

.be_faq_search span {
    background: #d09666;
    color: #fff;
    height: 25px;
    line-height: 20px;
    /* width: 40px; */
    width: 15%;
    padding: 3px 6px;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    float: left;
    text-align: center;
}

.be_faq_search input {
    height: 25px;
    float: left;
    padding: 0px 30px 0px 10px;
    /* width: 290px; */
    width: 85%;
    line-height: 25px;
}

.be_btn_wrap {
    position: relative;
    float: left;
    width: auto;
}

.be_faq_search .form-group {
    width: 100%;
    float: left;
}

.be_faq_search .be_btn_wrap button {
    position: absolute;
    top: 0;
    z-index: 10;
    background: transparent;
    border: none;
    left: -30px;
}

.be_faq_search .be_btn_wrap button i {
    color: #d09666;
}

.be_slider_form_wrap {
    position: absolute;
    width: 430px;
    float: left;
    /* padding: 100px 0px 0px 0px; */
    z-index: 1;
    top: 0;
    left: 60%;
    opacity: 1;
    /*padding:45px 35px;*/
    padding: 70px 35px;
    height: 100%;
    background: -webkit-gradient( linear, left top, left bottom, from(rgba(0, 0, 0, 0.45)), to(rgba(0, 0, 0, 0.45)));
    background: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45));
    opacity: 1;
    margin-top: 20px;
    margin-bottom: 20px;
}

.be_slider_form_inner_wrap {
    width: 100%;
    float: left;
    height: 100%;
    text-align: center;
}

.be_slider_form_inner_wrap span {
    width: 100%;
    float: left;
    text-transform: uppercase;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
}

.be_slider_form_inner_wrap input {
    width: 100%;
    float: left;
    background-color: transparent;
    border: 1px solid #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 10px;
    color: #fff !important;
    font-size: 12px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    height: 35px;
    padding: 0px 15px;
    line-height: 35px;
}

.be_slider_form_inner_wrap input::-webkit-input-placeholder {
    color: #fff !important;
    opacity: 1;
}

.be_slider_form_inner_wrap input:-moz-placeholder {
    /* Firefox 18- */
    color: #fff !important;
    opacity: 1;
}

.be_slider_form_inner_wrap input::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff !important;
    opacity: 1;
}

.be_slider_form_inner_wrap input:-ms-input-placeholder {
    color: #fff !important;
    opacity: 1;
}

.be_slider_form_inner_wrap select {
    width: 100%;
    float: left;
    background-color: transparent;
    border: 1px solid #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 10px;
    color: #fff !important;
    font-size: 12px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    height: 35px;
    padding: 0px 10px;
    line-height: 35px;
    text-transform: capitalize;
}

.be_slider_form_inner_wrap select option {
    width: 100%;
    float: left;
    color: #000 !important;
    font-size: 12px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    padding: 5px 15px;
    line-height: 35px;
}

.be_slider_form_inner_wrap select::-webkit-select-placeholder {
    color: #fff !important;
    opacity: 1;
}

.be_slider_form_inner_wrap select:-moz-placeholder {
    /* Firefox 18- */
    color: #fff !important;
    opacity: 1;
}

.be_slider_form_inner_wrap select::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff !important;
    opacity: 1;
}

.be_slider_form_inner_wrap select:-ms-select-placeholder {
    color: #fff !important;
    opacity: 1;
}

.be_slider_form_inner_wrap textarea {
    width: 100% !important;
    float: left;
    background-color: transparent;
    border-color: #fff;
    margin-bottom: 10px;
    color: #fff !important;
    font-size: 12px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    padding: 10px 15px;
    border: 1px solid #fff;
}

.be_slider_form_inner_wrap textarea::-webkit-input-placeholder {
    color: #fff !important;
    opacity: 1;
}

.be_slider_form_inner_wrap textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #fff !important;
    opacity: 1;
}

.be_slider_form_inner_wrap textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff !important;
    opacity: 1;
}

.be_slider_form_inner_wrap textarea:-ms-input-placeholder {
    color: #fff !important;
    opacity: 1;
}

.be_slider_form_inner_wrap button {
    background-color: #fe0000;
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: #fff;
    border: none;
    height: 35px;
    width: 100%;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    margin-top: 20px;
    margin-bottom: 20px;
}

.be_slider_form_inner_wrap button:hover {
    background-color: #0c4da1;
}

.be_slider_form_inner_wrap textarea:-webkit-input-placeholder {
    color: #fff !important;
    opacity: 1;
}

.be_slider_form_inner_wrap textarea:-moz-placeholder {
    color: #fff !important;
    opacity: 1;
}

.be_slider_form_inner_wrap textarea:-moz-placeholder {
    color: #fff !important;
    opacity: 1;
}

.be_slider_form_inner_wrap textarea:-ms-input-placeholder {
    color: #fff !important;
    opacity: 1;
}


/* sticky menu */

.stickymenu {
    -webkit-animation: stickymenu 2s ease;
    animation: stickymenu 2s ease;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    animation-fill-mode: forward;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
}

@-webkit-keyframes stickymenu {
    0% {
        opacity: 1;
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes stickymenu {
    0% {
        opacity: 1;
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}


/*  testimonailsection code  */

.be_testimonial_wrap {
    width: 55%;
    float: left;
    background-color: #0c4da1;
    position: relative;
    overflow: hidden;
    padding: 60px 35px 60px 110px;
}

.be_testimonial_title {
    font-family: "Open Sans";
    font-weight: 400;
    font-size: 26px;
    color: #fff;
    text-transform: capitalize;
    position: relative;
    float: left;
    margin-bottom: 20px;
    padding-left: 30px;
    line-height: 45px;
}

.be_testimonial_title::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    background-image: url("../images/t-log.png");
    background-position: center;
    background-size: cover;
    left: 0;
    top: 10px;
}


/* .be_testimonial_title::after
{
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 180px;
  height: 1px;
  background-color: #1b222d;
} */

.be_testimonial_img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin-bottom: 30px;
    display: block;
    overflow: hidden;
    border: 2px solid #fff;
    float: left;
}

.be_testimonial_img img {
    width: 100%;
}

.be_testimonial_caption {
    position: relative;
    width: 100%;
    float: left;
    left: 0;
    text-align: left;
    padding-bottom: 0;
}

.be_testimonial_caption p {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    text-shadow: none;
    margin-bottom: 30px;
    min-height: 65px;
}

.be_testimonial_caption p::last-child {
    margin-bottom: 50px;
}

.be_testimonial_caption span {
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    text-align: justify;
    width: 100%;
    float: left;
    text-shadow: none;
    margin-bottom: 30px;
    font-style: italic;
}

.be_testimonial_caption button {
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #000000;
    line-height: 13px;
    padding: 15px 30px;
    border: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    background-color: #fff;
}

.be_banner_wrap #demo {
    position: relative;
    width: 100%;
    float: left;
    padding: 0;
}

#demo {
    position: relative;
    /* padding: 20px 0px; */
    padding: 100px 35px 35px 110px;
}

.be_next_btn {
    background-image: none !important;
    height: 35px;
    width: 35px;
    bottom: 0px;
    top: auto;
    background: #d5d5d5;
    text-shadow: none;
    color: #000;
    opacity: 1;
    font-size: 24px;
    line-height: 32px;
}

.be_prev_btn {
    background-image: none !important;
    height: 35px;
    width: 35px;
    bottom: 0px;
    right: 36px;
    left: auto;
    top: auto;
    background: #d5d5d5;
    text-shadow: none;
    color: #000;
    opacity: 1;
    font-size: 24px;
    line-height: 32px;
}

.be_OurFeature_wrap {
    width: 45%;
    float: left;
    padding: 60px 90px 60px 40px;
}

.be_OurFeature_list li {
    width: 100%;
    float: left;
    margin-bottom: 15px;
    /* border-bottom: 1px solid #afafaf; */
}

.be_OurFeature_list li:last-child {
    margin-bottom: 0;
}

.be_OurFeature_list li span {
    position: relative;
    width: 100%;
    float: left;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    /* font-size: 14px; */
    font-size: 13px;
    padding-left: 25px;
    line-height: 25px;
    color: #0c4ea4;
}

.be_OurFeature_list li span::before {
    opacity: 1;
    content: "";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 12px;
    position: absolute;
    left: 0px;
    top: 6px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-left: 7px solid #0e4ca3;
    border-bottom: 7px solid transparent;
}

.white_font .be_OurFeature_list li span {
    color: #fff;
}

.white_font .be_OurFeature_list li span::before {
    border-left-color: #fff;
}

.be_item {
    width: 100%;
    float: left;
}

.be_subtitle {
    width: auto;
    display: block;
    float: left;
    position: relative;
}


/* 
.be_subtitle::after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background-color: #1b222d;
} */

.ac_sub_title {
    margin-bottom: 45px;
}


/*1 may 2018*/

.be_adv_btn {
    /* padding: 0px 15px; */
    padding: 5px 25px;
    height: 25px;
    border: 1px solid #e1e1e1;
    line-height: 25px;
    border-radius: 5px;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    /* color: #575757; */
    color: #7f7575;
    margin: 0 auto;
    display: table;
    float: none;
    top: 70%;
    position: relative;
    background: #dfdfdf;
}

.be_ubox {
    padding: 50px;
    border: 1px solid #1b222d;
    width: 100%;
    float: left;
    margin-bottom: 30px;
    min-height: 715px;
}

.be_ubox_logo {
    width: 190px;
    /* height: 160px; */
    /* min-height: 160px; */
    height: 190px;
    min-height: 190px;
    display: table;
    margin: 0 auto;
    float: none;
    margin-bottom: 30px;
}

.be_ubox_logo img {
    width: 100%;
}

.be_ubox h3 {
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #242c42;
    text-align: center;
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
    width: 100%;
    float: left;
}

.be_ubox h3::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: auto;
    right: 50%;
    margin: 0 auto;
    width: 85px;
    height: 2px;
    background: #0c4da1;
}

.be_ubox h3::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 50%;
    right: auto;
    margin: 0 auto;
    width: 85px;
    height: 2px;
    background: #e12228;
}

.be_ubox .be_free {
    font-size: 17px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    color: #5f82c4;
    text-align: center;
    margin-bottom: 30px;
    width: 100%;
    float: left;
}

.be_ubxo_dtl {
    width: 100%;
    float: left;
    margin-bottom: 30px;
    /* min-height: 190px; */
}

.be_ubxo_dtl li {
    padding: 8px 0px;
    color: #6d6d6e;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    text-align: center;
    /* border-bottom: 1px solid #dddddd; */
    width: 100%;
    float: left;
}

.be_abtus_btn {
    padding: 10px 35px;
    height: auto;
    line-height: 12px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 12px;
    color: #fff;
    background: #fe0000;
    display: table;
    text-transform: uppercase;
    float: none;
    margin: 0 auto;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.be_abtus_btn:hover {
    background: #0c4da1;
    color: #fff;
}


/* responsive updaes and changes on 03-5-2018 by ajin */


/* ajith updates [22-10-2020] */

.bt_submenu {
    display: none;
    width: auto;
    background: #fff;
    /* min-width: 350px; */
    max-height: 60vh;
    overflow-y: scroll;
}

.bt_submenu li {
    width: 100%;
    float: left;
    text-align: left;
    padding: 5px 0;
    margin: 0 !important;
    padding: 5px 10px;
}

.bt_drowp_down {
    position: relative;
    font-family: "Open Sans", sans-serif;
    text-transform: capitalize !important;
}

.bt_drowp_down:hover .bt_submenu {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    position: absolute;
    width: auto !important;
    left: 0;
    top: 60px;
    z-index: 99;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.bt_submenu li {
    width: 50%;
    float: left;
    border-bottom: 1px solid #ddd;
    padding: 0 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.bt_submenu li a {
    font-size: 12px !important;
}

.ac_submenu_1 li {
    width: 100%;
}

.be-line-height-45 {
    line-height: 45px;
}

.bt_drowp_down1 {
    width: 200px !important;
    position: absolute;
    background-color: #dbdbdb;
    left: 145px;
    top: 0;
    display: none;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-weight: 300;
}

.bt_drowp_down1 li a {
    color: #000 !important;
}

.bt_drowp_down1 li:hover a {
    color: #000 !important;
}

.bt_submenu:hover .bt_drowp_down1 {
    display: block;
}

.bt_submenu:hover .bt_drowp_down1 a {
    display: block;
    color: #000 !important;
}

.bt_submenu .bt_drowp_down1 li:hover a {
    display: block;
    color: #e12229 !important;
}

.bt_drowp_down1 li a {
    padding: 5px 0 !important;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    color: #000 !important;
    font-weight: 300;
    text-transform: capitalize;
    float: left;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 10;
}

.bt_drowp_down1 li a::after {
    content: "";
    position: absolute;
    margin: 0 auto;
    border-color: none !important;
    border-style: none !important;
    border-width: none !important;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.bt_drowp_down1 li:hover a {
    color: #000;
}

.bt_submenu li a {
    padding: 8px 0 !important;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    color: #000 !important;
    font-weight: 300;
    text-transform: capitalize;
    float: left;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 10;
}

.bt_submenu li a::after {
    content: "";
    position: absolute;
    margin: 0 auto;
    border-color: none !important;
    border-style: none !important;
    border-width: none !important;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.stickymenu .be_hlast .be_h_nav .bt_drowp_down:hover .bt_submenu {
    top: 50px;
    z-index: 99;
}

.bt_submenu li:hover {
    background-color: #f0f0f0;
}

.bt_submenu li:hover a {
    color: #e12229;
}

.be_university_list_wrap li:hover a {
    color: #ffffff;
}

.be_university_list_wrap li.active a {
    color: #ffffff;
}

.be_university_list_wrap li:hover {
    background-color: #0c4da1;
    color: #ffffff;
}

.be_university_list_wrap li.active {
    color: #ffffff;
    background-color: #0c4da1;
}


/* university page started */

.be_university_wrap {
    width: 100%;
    float: left;
    padding: 0px 0px 30px 0px;
}

.be_university_list_title {
    color: #242c42;
    font-family: "Roboto", sans-serif;
    /* width: 100%; */
    width: auto;
    float: left;
    text-align: left;
    font-size: 25px;
    position: relative;
    margin-bottom: 25px;
}

.be_university_list_title::before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    /* width: 45%; */
    width: 100%;
    height: 2px;
    background-color: #fe0000;
}

.be_university_list_title::after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 50%;
    height: 2px;
    background-color: #0c4da1;
    z-index: 1;
}

.be_university_list_wrap {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.be_university_list_wrap li {
    width: 100%;
    float: left;
    padding: 5px 10px;
    border: 1px solid #ddd;
    position: relative;
    width: 100%;
    float: left;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    color: #636363;
    background-color: #fbfbfb;
    /* margin-bottom: 10px; */
    margin-bottom: 2px;
}

.be_university_list_wrap li a {
    width: 100%;
    float: left;
}

.be_university_form_inner_wrap {
    width: 100%;
    float: left;
}

.be_university_form_inner_wrap input {
    width: 100%;
    float: left;
    background-color: transparent;
    border: 1px solid #ddd;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 10px;
    color: #353333 !important;
    font-size: 12px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    height: 35px;
    padding: 0px 15px;
    line-height: 35px;
}

.be_university_form_inner_wrap input::-webkit-input-placeholder {
    color: #353333 !important;
    opacity: 1;
}

.be_university_form_inner_wrap input:-moz-placeholder {
    /* Firefox 18- */
    color: #353333 !important;
    opacity: 1;
}

.be_university_form_inner_wrap input::-moz-placeholder {
    /* Firefox 19+ */
    color: #353333 !important;
    opacity: 1;
}

.be_university_form_inner_wrap input:-ms-input-placeholder {
    color: #353333 !important;
    opacity: 1;
}

.be_university_form_inner_wrap select {
    width: 100%;
    float: left;
    background-color: transparent;
    border: 1px solid #ddd;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 10px;
    color: #353333 !important;
    font-size: 12px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    height: 35px;
    padding: 0px 10px;
    line-height: 35px;
    text-transform: capitalize;
}

.be_university_form_inner_wrap textarea {
    width: 100%;
    float: left;
    background-color: transparent;
    border: 1px solid #ddd;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 10px;
    color: #353333 !important;
    font-size: 12px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    padding: 0px 15px;
    line-height: 35px;
}

.be_university_form_inner_wrap textarea::-webkit-input-placeholder {
    color: #353333 !important;
    opacity: 1;
}

.be_university_form_inner_wrap textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #353333 !important;
    opacity: 1;
}

.be_university_form_inner_wrap textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #353333 !important;
    opacity: 1;
}

.be_university_form_inner_wrap textarea:-ms-input-placeholder {
    color: #353333 !important;
    opacity: 1;
}

.be_university_form_inner_wrap button {
    background-color: #e12228;
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: #fff;
    border: none;
    height: 35px;
    width: 100%;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.be_university_form_inner_wrap button:hover {
    background-color: #0c4da1;
}

.be_university_title {
    font-family: "Roboto", sans-serif;
    font-size: 26px;
    color: #242c42;
    display: block;
    font-weight: 500;
    /* width: 100%; */
    width: auto;
    float: left;
    position: relative;
    margin-bottom: 25px;
}

.be_university_title::before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 2px;
    background-color: #fe0000;
}

.be_university_title::after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 50%;
    height: 2px;
    background-color: #0c4da1;
    z-index: 1;
}

.be_university_logo_wrap {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.be_university_logo_wrap span {
    /* width: 50%; */
    float: left;
    width: auto;
    flex: 1 1 125px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    /* max-width: 125px; */
}

.be_university_logo_wrap span img {
    width: auto;
    height: auto;
}

.be_university_logo_wrap img {
    width: 100%;
    float: left;
}

.be_university_abt_wrap {
    width: 100%;
    float: left;
    position: relative;
}

.be_abt_university_title {
    color: #242c42;
    font-family: "Roboto", sans-serif;
    width: 100%;
    float: left;
    text-align: left;
    font-size: 23px;
    position: relative;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.be_university_abt_wrap p {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    color: #757575;
    margin-bottom: 15px;
    width: 100%;
    float: left;
    text-align: left;
}

.be_university_abt_wrap>b {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    color: #ff0000;
    font-weight: 600;
    margin-bottom: 15px;
    width: 100%;
    float: left;
    text-align: left;
}

.be_university_img_wrap {
    width: 100%;
    float: left;
    position: relative;
    display: inline-table;
    text-align: center;
    margin-bottom: 10px;
}

.be_university_img_wrap span {
    width: 33.33%;
    float: none;
    text-align: center;
    margin-bottom: 10px;
    padding: 0px 5px;
    display: inline-block;
}

.be_university_img_wrap span img {
    width: 100%;
    float: left;
}

.be_Course_Structure_wrap {
    width: 100%;
    float: left;
}

.be_Course_Structure_wrap strong {
    color: #242c42;
    font-family: "Roboto", sans-serif;
    width: 100%;
    float: left;
    text-align: left;
    font-weight: 300;
    font-size: 18px;
    position: relative;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.be_Course_Structure_wrap span {
    color: #242c42;
    font-family: "Roboto", sans-serif;
    width: 100%;
    float: left;
    text-align: left;
    font-size: 18px;
    position: relative;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.be_Course_Structure_wrap p {
    color: #757575;
    font-family: "Open Sans", sans-serif;
    width: 100%;
    float: left;
    text-align: left;
    font-size: 14px;
    position: relative;
    margin-bottom: 10px;
    /*text-transform: capitalize;*/
}

.be_Course_Structure_wrap b {
    color: #757575;
    font-family: "Open Sans", sans-serif;
    width: 100%;
    float: left;
    font-weight: 600;
    text-align: left;
    font-size: 14px;
    position: relative;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.be_images_Structure_wrap {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 15px;
}

.be_images_Structure_wrap div {
    color: #242c42;
    font-family: "Roboto", sans-serif;
    width: 100%;
    float: left;
    text-align: left;
    font-size: 18px;
    position: relative;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.be_images_Structure_wrap span {
    width: 25%;
    float: left;
    display: inline-block;
    padding: 10px 5px;
}

.be_images_three_wrap {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 25px;
}

.be_images_three_wrap div {
    color: #242c42;
    font-family: "Roboto", sans-serif;
    width: 100%;
    float: left;
    text-align: left;
    font-size: 18px;
    position: relative;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.be_images_three_wrap span {
    width: 33.33%;
    float: left;
    display: inline-block;
    padding: 10px 5px;
}

.be_course_duration {
    width: 100%;
    float: left;
    color: #636363;
    font-family: "Roboto", sans-serif;
    width: 100%;
    float: left;
    text-align: left;
    font-size: 13px;
    position: relative;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.bt_submenu li:hover a {
    color: #e12229 !important;
}

.be_Course_Structure_wrap .be_university_list_wrap li:hover {
    background-color: #fbfbfb;
    color: #757575;
}

.be_abt_list_wrap {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.be_abt_list_wrap li {
    width: 100%;
    float: left;
    padding: 5px 10px;
    position: relative;
    width: 100%;
    float: left;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #636363;
    padding-left: 20px;
}

.be_abt_list_wrap li::before {
    content: "\f0a4";
    font-family: "FontAwesome";
    position: absolute;
    line-height: 25px;
    left: 0;
}

.be_alert {
    width: 100%;
    float: left;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    margin-bottom: 15px;
    color: #f00;
    font-size: 11px;
}

.be_alert p {
    width: 100%;
    float: left;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    margin-bottom: 15px;
    color: #f00;
    font-size: 11px;
}

.be_university_list_left_wrap {
    padding: 0px 15px;
    width: 33.33%;
    float: left;
}

.be_university_list_right_wrap {
    width: 66.66666667%;
    float: left;
    padding: 0px 15px;
}

.be_university_fullwrap {
    width: 100%;
    float: left;
    padding: 0px 15px;
}

.fees_table3-column {
    width: 100%;
    float: left;
    margin-bottom: 25px;
}

.fees_table3-column tr {
    border: 1px solid #ddd;
}

.fees_table3-column tr td {
    border: 1px solid #ddd;
    padding: 10px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #636363;
    text-align: center;
}

.fees_table3-column tr:last-child td {
    font-size: 13px;
    font-weight: 700;
}

.fees_table3-column tr th {
    border: 1px solid #ddd;
    padding: 10px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 15px;
    color: #636363;
    text-align: center;
    background-color: #ccc;
}

.fees_table2-column {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

.fees_table2-column tr {
    border: 1px solid #ddd;
    border-left: none;
    border-right: none;
}

.fees_table2-column tr td {
    /* border: 1px 0px solid #ddd; */
    padding: 10px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #636363;
    text-align: left;
}


/* .fees_table2-column tr:last-child td
{
      font-size: 13px;
      font-weight: 700;
} */

.fees_table2-column tr th {
    /* border: 1px solid #ddd; */
    padding: 10px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 15px;
    color: #636363;
    text-align: left;
    /* background-color: #ccc; */
}

.fees_table_multi-column {
    width: 100%;
    float: left;
    margin-bottom: 25px;
}

.fees_table_multi-column tr {
    border: 1px solid #ddd;
}

.fees_table_multi-column tr td {
    border: 1px solid #ddd;
    padding: 10px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #636363;
    text-align: center;
}

.fees_table_multi-column tr th {
    border: 1px solid #ddd;
    padding: 10px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 15px;
    color: #636363;
    text-align: center;
    background-color: #ccc;
}

.fees_tablefee_column {
    width: 100%;
    float: left;
    margin-bottom: 25px;
}

.fees_tablefee_column tr {
    border: 1px solid #ddd;
}

.fees_tablefee_column tr td {
    border: 1px solid #ddd;
    padding: 10px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #636363;
    text-align: center;
}

.fees_tablefee_column tr th {
    border: 1px solid #ddd;
    padding: 10px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 15px;
    color: #636363;
    text-align: center;
    background-color: #ccc;
}

.number_list {
    padding: 5px 10px;
    position: relative;
    width: 100%;
    float: left;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    color: #636363;
    padding-left: 20px;
    margin-bottom: 15px;
}

.number_list li {
    width: 100%;
    float: left;
    /* list-style-type:"1"; */
}

.number_list li strong {
    width: 100%;
    float: left;
    position: relative;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 25px;
    color: #9b8d8d;
    margin-bottom: 5px;
}

.number_list li b {
    width: 100%;
    float: left;
    position: relative;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 25px;
    color: #59627a;
    margin-bottom: 5px;
}

.number_list li p {
    width: 100%;
    float: left;
    position: relative;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 25px;
    color: #646464;
    margin-bottom: 5px;
}

.number_list_inner {
    padding: 5px 10px;
    position: relative;
    width: 100%;
    float: left;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 25px;
    color: #636363;
    padding-left: 20px;
    margin-bottom: 5px;
}


/* ol.number_list{ counter-reset: item }
ol.number_list li{ display: block }
ol.number_list li:before { content: counters(item, ".") " "; counter-increment: item } */

.be_instruction {
    width: 100%;
    float: left;
    position: relative;
}

.be_instruction p {
    width: 100%;
    float: left;
    margin-bottom: 5px;
    font-family: "Open-sans", sans-serif;
    font-weight: 500;
    color: #636363;
    font-size: 14px;
    text-align: left;
    position: relative;
    line-height: 25px;
    padding-left: 10px;
}

.be_instruction p span {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 14px !important;
    color: #242c42;
    width: auto;
    text-align: left;
    float: none;
    line-height: 25px;
}

.be_university_img_detail_list {
    width: 100%;
    float: left;
    position: relative;
}

.be_university_img_detail_list span {
    width: 50%;
    float: left;
    padding: 0px;
    margin-bottom: 15px;
}

.be_university_img_detail_list span img {
    width: 100%;
}

.be_university_img_detail_list ul {
    width: 50%;
    float: left;
    position: relative;
    padding: 0px 10px;
    margin-bottom: 15px;
}

.be_university_img_detail_list ul li {
    width: 100%;
    float: left;
    padding-left: 20px;
    position: relative;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 23px;
    color: #636363;
    margin-bottom: 10px;
}

.be_university_img_detail_list ul li::before {
    content: "\f1db";
    font-family: "FontAwesome";
    position: absolute;
    line-height: 25px;
    left: 0;
    font-size: 12px;
}

.be_images_para_wrap {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 15px;
}

.be_images_para_wrap div {
    color: #242c42;
    font-family: "Roboto", sans-serif;
    width: 100%;
    float: left;
    text-align: left;
    font-size: 18px;
    position: relative;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.be_images_para_wrap span {
    width: 33.33%;
    float: left;
    display: inline-block;
    padding: 10px 5px;
}

.be_images_para_wrap p {
    color: #757575;
    font-family: "Open Sans", sans-serif;
    width: 100%;
    float: left;
    text-align: left;
    font-size: 14px;
    position: relative;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.be_news_event_thumb {
    width: 100%;
    height: 250px;
    position: relative;
}

.be_news_events_dtls img {
    width: auto;
    height: auto;
    position: relative;
}

.be_tab_content {
    width: 100%;
    float: left;
    /* border: 1px solid #ddd; */
    margin-bottom: 50px;
}

.be-tab {
    border-bottom: none;
    margin-bottom: 20px;
}

.be-tab li {
    border: 1px solid #efefef;
    /* padding: 5px 15px; */
    width: auto;
    float: left;
}

.be-tab li a {
    width: 100%;
    float: left;
    font-size: 14px;
    font-family: "Open-sans", sans-serif;
    font-weight: 400;
}

.be-tab li a {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    background-color: #dedede;
}

.be-tab li.active {
    background-color: #1b222d !important;
    color: #fff !important;
}

.be-tab li.active a {
    background-color: #1b222d !important;
    color: #fff !important;
}


/* Hambergur for Bright Education by ajin */

.be_hambergur {
    width: 35px;
    height: 35px;
    display: none;
    position: absolute;
    float: left;
    background-color: transparent;
    z-index: 999;
    top: 43px;
    left: 25px;
}

.be_hambergur::before {
    content: "\f0c9";
    font-family: "FontAwesome";
    position: absolute;
    font-size: 25px;
    text-align: center;
    float: left;
    top: 0;
    left: 5px;
}

.be_hamb_menu {
    width: 50vw;
    height: 100vh !important;
    position: fixed;
    z-index: 999;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    left: -50vw;
    background-color: #fff;
    overflow-y: scroll;
}

.be_hamb_menu.active {
    left: 0px;
}

.be_overlay {
    width: 100%;
    height: 100vh;
    position: fixed;
    background: -webkit-gradient( linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    z-index: 500;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    /* display: none; */
}

.be_overlay.active {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    z-index: 99;
    display: block;
}

.be_hamb_menu .be_h_nav ul li a::after {
    display: none;
}

.be_hamb_menu .be_h_nav ul li {
    width: 100%;
    float: left;
    /* margin-bottom: 1px !important; */
    margin: 0;
    background-color: #fff;
    position: relative;
    border-bottom: 1px solid #f0f0f0;
    /* border-top: 1px solid #fff; */
}


/* .be_hamb_menu .be_h_nav ul li.active{
  background-color: #ccc;
} */

.be_hamb_menu .be_h_nav ul li.bt_drowp_down span {
    width: 35px;
    height: 40px;
    /* background-color: #cecece; */
    position: absolute;
    z-index: 999;
    right: 0;
    top: 0;
    color: #aeaeae;
    margin-right: 15px;
}

.be_hamb_menu .be_h_nav ul li.bt_drowp_down span::after {
    content: "\f107";
    font-family: "FontAwesome";
    position: absolute;
    font-size: 21px;
    text-align: center;
    float: left;
    top: 0;
    left: 0;
    right: 0;
    line-height: 40px;
}

.full_wrap.stickymenu.head_fix .be_hambergur {
    top: 25px;
}

.be_hamb_menu .be_faq_search {
    width: 100%;
    float: left;
    padding: 0;
    position: relative;
    bottom: 0;
    top: auto;
}

.be_hamb_menu .be_faq_search span {
    height: 50px;
    line-height: 45px;
}

.be_hamb_menu .be_faq_search input {
    height: 50px;
    padding: 0px 50px 0px 10px;
    border: 1px solid #b3b3b3;
}

.be_hamb_menu .be_faq_search .form-group {
    margin: 0;
}

.be_hamb_menu .be_faq_search .be_btn_wrap button {
    top: 8px;
    left: -45px;
}

.be_hamb_menu .be_faq_search .be_btn_wrap button i {
    color: #d09666;
    font-size: 30px;
}

.be_hamb_menu .be_logo_wrap {
    display: block;
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    border-bottom: 1px solid #f0f0f0;
    top: 0;
    left: auto;
    right: auto;
    background-color: #3b3d4114;
}

.be_hamb_menu .be_logo_wrap img {
    width: 180px;
    margin: 0 auto;
    display: table;
    float: none;
    position: relative;
    z-index: 10;
    padding: 50px 25px 35px 25px;
}

.be_hamb_menu .be_h_nav ul li.bt_drowp_down:hover .bt_submenu {
    display: none !important;
}


/*
.be_hamb_menu .be_h_nav ul li.bt_drowp_down
{

} */

.be_hamb_menu .be_h_nav ul li a {
    width: 100%;
    float: left;
    padding: 12px 20px;
    color: #000;
    font-size: 11px;
    text-align: center;
    line-height: 15px;
    min-height: 40px;
}


/* Ajith updates [22-10-2020] */

.be_hamb_menu .be_h_nav ul li.bt_drowp_down .bt_submenu.active {
    width: 100% !important;
    position: relative;
    float: left;
    display: block !important;
    top: 0;
    /* display: contents !important; */
}

.be_hamb_menu .be_h_nav ul li.bt_drowp_down .bt_submenu .bt_drowp_down1 {
    margin-bottom: 15px;
}

.be_hamb_menu .be_h_nav ul li.bt_drowp_down .bt_submenu li a {
    line-height: 30px;
    min-height: 30px;
}

.bt_submenu.active li {
    background-color: #ececec !important;
}

.be_hamb_menu .be_h_nav ul li.bt_drowp_down .bt_submenu li.bt_drowp_down0 {
    width: 100%;
    float: left;
    position: relative;
}

.be_hamb_menu .be_h_nav ul li.bt_drowp_down .bt_submenu li.bt_drowp_down0 span {
    width: 35px;
    height: 40px;
    background-color: transparent;
    position: absolute;
    z-index: 999;
    right: 0;
    top: 0;
    color: #fff;
    margin-right: 15px;
    line-height: 40px;
}

.be_hamb_menu .be_h_nav ul li.bt_drowp_down .bt_submenu li.bt_drowp_down0 span::after {
    content: "\f0d7";
    font-family: "FontAwesome";
    position: absolute;
    font-size: 21px;
    text-align: center;
    float: left;
    top: 0;
    left: 0;
    right: 0;
}

.be_hamb_menu .be_h_nav ul li.bt_drowp_down .bt_submenu .bt_drowp_down1.active {
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-weight: 300;
}

.bt_drowp_down1.active li {
    background-color: #d1d1d1 !important;
}

.bt_drowp_down:hover .bt_submenu {
    display: none;
}

.be_hamb_menu .be_h_nav ul li.bt_drowp_down .bt_submenu .bt_drowp_down .bt_drowp_down1.active {
    width: 100% !important;
    float: left;
    position: relative;
    display: contents !important;
}


/* .be_hamb_menu .be_h_nav ul li.bt_drowp_down span
{
  width: 60px;
  height: 48px;
  background-color: #cecece;
  position: absolute;
  z-index: 999;
  right: 0;
  top: 0;
}

.be_hamb_menu .be_h_nav ul li.bt_drowp_down span::after
{
  content: "\f107";
  font-family: "FontAwesome";
  position: absolute;
  font-size:35px;
  text-align: center;
  float: left;
  top: 0;
  left:0;
  right: 0;
} */

.be_hamb_menu .bt_drowp_down:hover .bt_submenu {
    display: none;
}

.form-group-ex {
    width: 100%;
    float: left;
    position: relative;
}

.be_nswltr_frm label.error {}

.form-group-ex label.error {
    position: absolute;
    width: auto;
    right: 15px;
    top: 50%;
    transform: translateY(-70%);
    -webkit-transform: translateY(-70%);
    -moz-transform: translateY(-70%);
    -o-transform: translateY(-70%);
    line-height: 35px;
    font-size: 12px;
    color: #fb0b0b;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
}

.form-group-ex textarea+label.error {
    -webkit-transform: none;
    transform: none;
    top: 2px;
}

.be_nswltr_frm label.error {
    color: #fb0b0b;
    position: absolute;
    right: 110px;
    top: 0px;
    line-height: 42px;
    font-size: 12px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
}


/*##################################################################################################################*/


/*MEDIA QUERY*/


/*##################################################################################################################*/


/*1480*/

@media (max-width: 1480px) {
    .item>img {
        width: 100% !important;
    }
}


/*1300*/


/* @media(max-width:1201px){.be_welcme_img img{width:100%;}} */


/*1200-index page*/

@media (max-width: 1300px) {
    .be_slider_form_wrap {
        width: 410px;
        padding: 15px;
    }
}

@media (max-width: 1200px) {
    /*header section started*/
    .be_header_top {
        height: 30px;
    }
    .be_middle_wrap {
        height: 70px;
    }
    /*headersection finished*/
    /*common title for pages started*/
    .be_banner_head {
        font-size: 24px;
    }
    /*common title for pages finished*/
    /* .be_hmid {
        width: 36%;
        padding: 25px 0px;
    } */
    .be_hmid_icon {
        top: 0;
    }
    .head_fix .be_hmid_icon.icon_mail {
        margin-top: 12px;
    }
    /* .be_lstn_wrap {
        float: left;
        width: 85% !important;
        padding-left: 145px;
    } */
    /*marqueee section started*/
    .be_mrqe_wrap {
        height: 30px;
        width: 80%;
    }
    .be_mrqe_wrap marquee {
        height: 30px;
    }
    .be_mrqe_wrap ul li {
        font-size: 13px;
        padding: 0px 10px;
        line-height: 30px;
    }
    /*marquee section finished*/
    /*icon section started*/
    .be_search:hover .be_search_input input {
        width: 260px;
    }
    /* .be_sicon_wrap ul li a {
        width: 45px;
        line-height: 30px;
    } */
    /* 05-12-2019_Aneesh */
    .be_sicon_wrap ul li a {
        width: 30px;
        line-height: 30px;
    }
    .be_search_input input {
        height: 30px;
    }
    .be_search_input button {
        height: 30px;
    }
    .be_sicon_wrap {
        float: right;
        height: 30px;
        padding-left: 0;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .be_search_input {
        position: relative;
        width: 20px;
        height: 30px;
    }
    .be_search:hover .be_search_input button {
        height: 28px;
    }
    .be_sicon_wrap>ul>li>a>i {
        line-height: 30px !important;
    }
    /*icon section finished*/
    /*latest newssection started*/
    .be_latest_news {
        width: 110px;
        height: 30px;
        line-height: 30px;
        padding-left: 15px;
        margin-left: 10px;
    }
    .be_latest_news::before {
        right: -14px;
        border-width: 17px 0px 13px 13px;
    }
    .be_latest_news::after {
        border-width: 17px 0px 13px 13px;
    }
    /*latest news section finished*/
    /*logo started*/
    .be_logo_wrap {
        width: 120px;
        height: auto;
        padding: 0 15px;
        margin-top: 10px;
    }
    .be_logo_wrap::after {
        border-width: 30px 55px 0px 55px;
        bottom: -30px;
    }
    .be_logo_wrap img {
        width: 100%;
        top: -5px;
    }
    /*logo finished*/
    /* middle section started*/
    /* .be_branch_wrap {
        width: 64%;
        padding: 25px 0;
    } */
    .be_branch_wrap ul li a {
        font-size: 11px;
        padding: 0 5px;
        margin: 0;
    }
    .be_branch_wrap {
        padding: 0 15px;
    }
    .be_hmid_inner {
        padding-left: 15px;
    }
    .ac_placement_search_btn {
        padding: 6px;
        margin-left: 15px;
        font-size: 11px;
    }
    /* middle section finished */
    /*be_h_download section started*/
    .be_h_dwnld {
        width: 125px;
        height: 48px;
        padding: 9px 25px 15px 45px;
        font-size: 11px;
    }
    .be_h_dwnld::after {
        top: 18px;
        left: 20px;
        font-size: 15px;
    }
    /*be_h_download section finished*/
    /* scroll section started */
    /* .head_fix .be_lstn_wrap {
    padding-left: 125px;
}

*/
    /* scroll section finished */
    /*Middle section satrted*/
    .be_hmid_wrap span {
        font-size: 12px;
    }
    .be_hmid_wrap {
        font-size: 14px;
    }
    .be_hmid_icon.icon_mail {
        background-position: -8px -7px;
    }
    .be_hmid_icon.icon_call {
        background-position: -42px -5px;
    }
    .be_hmid_icon.icon_time {
        background-position: -72px -5px;
    }
    .be_branch_wrap ul li a::before {
        display: none;
    }
    .be_branch_wrap ul li a::after {
        display: none;
    }
    /*Middle section finished*/
    /*NAVBAR section started*/
    .be_faq_search form .form-group {
        margin-bottom: 0;
    }
    .be_h_nav {
        width: 100%;
        float: left;
        /* padding-left: 150px; */
    }
    .be_faq_search {
        width: 25%;
        padding: 0;
        top: 15px;
    }
    .stickymenu.head_fix .be_faq_search {
        top: 0;
    }
    .be_h_nav ul li {
        padding: 0 15px;
    }
    .be_h_nav ul li a {
        padding: 15px 0px;
        font-size: 11px;
    }
    .be_nav_hwrap {
        top: 50px;
        width: 600px;
        padding: 20px 24px;
    }
    .be_nav_hwrap .be_hvr_text {
        width: 345px;
        font-size: 11px;
    }
    .be_nav_hwrap .be_hvr_img {
        width: 200px;
    }
    .be_nav_hwrap .be_hvr_text h5 {
        font-size: 11px;
    }
    .be_news_event_hwrap {
        top: 50px;
        width: 650px;
        padding: 22px 20px;
    }
    .be_hlast {
        height: 50px;
    }
    .be_h_nav ul li a::after {
        bottom: 8px;
    }
    .bt_drowp_down:hover .bt_submenu {
        top: 50px;
    }
    .head_fix .be_middle_wrap {
        height: 70px;
    }
    .head_fix .be_logo_wrap {
        width: 110px;
        height: auto;
        padding: 0 15px;
        top: -5px;
    }
    .head_fix .be_logo_wrap img {
        top: 0;
    }
    /*NAVBAR section finished*/
    /*carousel section started */
    .be_bnr_txt {
        padding: 50px 0px 0px 75px;
        width: 55%;
    }
    .be_slider_form_wrap {
        left: 55%;
    }
    .be_slider_title {
        font-size: 26px;
        padding: 5px 10px;
    }
    .be_slider_title2 {
        font-size: 26px;
        padding: 5px 10px;
    }
    .be_bnr_txthd span.be_bnr_title_para {
        font-size: 27px;
    }
    .be_slider_form_inner_wrap span {
        font-size: 25px;
    }
    .be_slider_form_inner_wrap input {
        height: 30px;
        line-height: 30px;
    }
    .be_slider_form_inner_wrap textarea {
        height: 70px;
    }
    .be_slider_form_inner_wrap select {
        height: 30px;
    }
    .be_slider_form_wrap {
        width: 400px;
        padding: 10px 15px 15px 15px;
    }
    .be_bnr_txthd {
        font-size: 45px;
    }
    .be_bnr_txtspan {
        font-size: 45px;
    }
    .be_bnr_txtpara {
        font-size: 15px;
    }
    /*carouselsection finished*/
    /*about section started*/
    .be_welcme_innr {
        padding: 25px 30px 30px 30px;
    }
    .be_welcme_img {
        width: 470px;
    }
    .be_welcome_img img {
        width: 100%;
    }
    .be_welcme_div {
        padding-left: 510px;
    }
    .ac_feature_div {
        padding-left: 0;
    }
    .be_welcme_h>span {
        font-size: 23px;
    }
    .be_welcme_h>h1 {
        font-size: 24px;
    }
    .be_welcme_p {
        font-size: 13px;
        margin-bottom: 25px;
    }
    .be_vwbtn {
        font-size: 12px;
        padding: 8px 25px;
    }
    /*about section finished*/
    /*course section satrted*/
    .be_head {
        font-size: 24px;
        padding-bottom: 12px;
    }
    .be_head::after {
        height: 3px;
    }
    .be_para>span {
        font-size: 14px;
    }
    .be_para>span>h2 {
        font-size: 14px;
    }
    .be_owl_imgwprap {
        width: 100%;
    }
    .be_owl_imgtxt {
        margin: 0px 0px -5px 0px;
        font-size: 15px;
    }
    .be_owl_conttxt {
        font-size: 14px;
    }
    .be_owl_contbtn {
        padding: 7px 10px;
    }
    /*course section finished*/
    /*Upcoming Events started*/
    #demo {
        padding: 50px 35px 35px 50px;
    }
    .be_OurFeature_wrap {
        padding: 50px 20px 20px 50px;
    }
    .be_OurFeature_wrap .gl-margin-bottom-70 {
        margin-bottom: 30px !important;
    }
    .be_evnt_fac_h {
        font-size: 24px;
    }
    .be_evnt_h {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .be_evnt_date {
        margin-bottom: 5px;
    }
    .be_evnt_dtl {
        font-size: 15px;
        margin-bottom: 5px;
    }
    .be_fac_dlt {
        font-size: 15px;
    }
    .be_panel_btn {
        font-size: 14px;
    }
    .be_evnt_btn {
        font-size: 14px;
    }
    .be_com_btn {
        font-size: 12px;
        padding: 8px 23px;
    }
    .be_evnt_img {
        padding: 0px;
    }
    .be_evnt_cont {
        padding-left: 15px;
    }
    /*Upcoming events finished*/
    /*Online Exam sectiuon started*/
    .be_exm {
        background-size: 100% 100%;
    }
    .be_ref {
        background-size: 100% 100%;
    }
    .be_std {
        background-size: 100% 100%;
    }
    .be_h1>span {
        font-size: 32px;
    }
    .be_h1 {
        font-size: 14px;
    }
    .be_list>li {
        font-size: 12px;
    }
    /*online exam section finished*/
    /*Our Gallery started*/
    .be_com_h {
        font-size: 24px;
    }
    /*Our gallery finished*/
    /*Newsletter section started*/
    .be_nwsltr {
        font-size: 24px;
    }
    .be_nwsltr>i {
        font-size: 38px;
    }
    .be_nws_input {
        height: 40px;
    }
    .be_nws_btn {
        height: 40px;
    }
    /*Newletter section finished*/
    /*Footer started*/
    .be_fhead {
        padding-bottom: 0;
    }
    .be_fhead_text {
        font-size: 17px;
    }
    .be_menu_footer li a {
        font-size: 12px;
    }
    .be_fcontacts {
        width: 37%;
    }
    .be_fcell_info {
        width: 25%;
    }
    .be_fcontact_text {
        font-size: 12px;
    }
    .be_ftime {
        font-size: 12px;
    }
    .be_fsocial_head {
        font-size: 12px;
    }
    .be_linksite_f {
        font-size: 12px;
    }
    .be_fsocial a i {
        margin-left: 10px;
    }
    .be_menu_left {
        width: 40%;
        margin-right: 10px;
    }
    .be_menu_right {
        width: 50%;
        float: left;
    }
    .ac_follow_wrap {
        width: 25%;
        float: right;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    /*Footer finished*/
    /* bright education */
    .be_ubox {
        padding: 50px 20px;
        min-height: 560px;
    }
    .be_ubox_logo {
        width: 170px;
        height: 170px;
        min-height: 170px;
        margin-bottom: 10px;
    }
    .be_ubox h3 {
        margin: 0;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .be_ubox .be_free {
        margin: 0;
        margin-bottom: 10px;
    }
    .be_ubxo_dtl li {
        padding: 5px 0px;
        font-size: 13px;
    }
    .be_ubxo_dtl {
        margin-bottom: 20px;
        /* min-height: 140px; */
    }
    /*About page started*/
    .be_inner_head {
        font-size: 25px;
    }
    .be_about_sub_head {
        font-size: 17px;
    }
    .be_about_img {
        top: 0px;
    }
    .be_abount_detail {
        font-size: 13px;
    }
    /*About page finished*/
    /*Alumini page started */
    .be_alumni_text {
        height: 40px;
        font-size: 13px;
    }
    .be-dwn_sol_btn {
        height: 40px;
    }
    .be_alumni_textarea {
        height: 145px;
        font-size: 13px;
    }
    .be_maxfile_size {
        font-size: 12px;
    }
    .be_file_name {
        font-size: 12px;
    }
    .be_classroom_up_cont {
        margin-bottom: 15px;
    }
    .be_alumni_member_title {
        line-height: 14px;
        margin-bottom: 5px;
    }
    .be_alumni_member_occup {
        font-size: 13px;
        margin-bottom: 6px;
    }
    .be_alumni_member_qote {
        font-size: 12px;
        max-height: 55px;
        margin-bottom: 7px;
    }
    .be_read_more {
        font-size: 11px;
    }
    /*Alumini page finished*/
    /*Classrooom page started*/
    .be_classroom_qns_no {
        width: 18%;
    }
    .be_classroom_qns_list {
        width: 82%;
    }
    .be_classroom_ans_no {
        width: 18%;
    }
    .be_classroom_ans_list {
        width: 82%;
    }
    .be_classroom_qst_no {
        font-size: 12px;
    }
    .be_classroom_qst_txt {
        font-size: 13px;
    }
    .be_classroom_ans_no2_txt {
        font-size: 12px;
    }
    .be_classroom_ans_txt {
        font-size: 13px;
    }
    .be_classroom_textarea {
        margin-bottom: 10px;
        font-size: 13px;
    }
    .be_classroom_textbox {
        font-size: 13px;
    }
    /*Classroom page finished*/
    /*Contact Us Page started*/
    .be_contact_sub_head {
        font-size: 20px;
    }
    .be_contact_inner_sub_head {
        font-size: 20px;
    }
    .be_contact_para {
        font-size: 14px;
    }
    .be_contact_numb {
        font-size: 15px;
    }
    .be_contact_icon_size {
        font-size: 25px;
    }
    .be_contact_icon_right {
        margin-left: 40px;
    }
    .be_alert {
        font-size: 10px;
    }
    .be_contact_textarea {
        font-size: 13px;
    }
    /*Contact Us page finished*/
    /*Course details page started*/
    .be_qrcode_para {
        font-size: 13px;
    }
    /*Coursedetails page finished*/
    /*Courses page started*/
    .be_courses_text {
        font-size: 13px;
    }
    .be_course_box_head {
        font-size: 13px;
    }
    .be_course_box_text {
        margin-bottom: 10px;
    }
    .be_course_box_btm {
        padding: 20px 20px;
    }
    /*Courses page finished*/
    /*downloads ans solutions page started*/
    .be_down_sol_text {
        font-size: 13px;
        line-height: 40px;
    }
    .be-dwn_sol_textbox_layout {
        height: 40px;
    }
    /*download and solutions page finished*/
    /*gallery-alumini page started*/
    /*No Media Query*/
    /*gallery-alumini page finished*/
    /*Gallery page started*/
    .be_gallery_img span {
        font-size: 15px;
    }
    /*Gallery page finished*/
    /*Materials page started*/
    .be_materials_center {
        font-size: 16px;
    }
    /*Materials page finished*/
    /*News Events details page started*/
    .be_news_head_detail {
        font-size: 26px;
    }
    .be_news_text_detail {
        font-size: 13px;
    }
    /*News event details page finisheD*/
    /*News Events page started*/
    .be_news_text {
        font-size: 14px;
    }
    /*News Events page finished*/
    /*Online Exam page started*/
    .be_list_text li a {
        font-size: 12px;
    }
    .be_qrcode_title {
        font-size: 16px;
    }
    .be_qrcode_subtitle {
        font-size: 13px;
    }
    .be_qrcode_form_txt {
        width: 430px;
        height: 30px;
    }
    .be_qrcode_form_btn {
        width: 80px;
        height: 30px;
    }
    /*Online Exam page finished*/
    /*Results page started*/
    .be_result_head_txt {
        font-size: 15px;
    }
    /*Result page finished*/
    /* facility page started */
    .be_facility_wrap_full {
        width: 100%;
        float: left;
    }
    .be_fac_ul li a {
        padding: 10px 5px !important;
        font-size: 15px !important;
        border-bottom: none !important;
    }
    /* facility page FiNISHED */
}


/* <!------live chat----->*/

.be_livechat {
    padding: 5px 15px 5px 27px;
    background-color: #0c4da1d9;
    color: #fff;
    position: fixed;
    top: 75%;
    right: -37px;
    display: inline-block;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-family: "Open Sans", sans-serif;
    z-index: 9;
}

.be_livechat:hover {
    background-color: #0c4da1;
    color: #fff;
}

.be_livechat i {
    position: absolute;
    color: #2cbd64;
    font-size: 10px;
    left: 9px;
    bottom: 10px;
}


/* <!------live chat----->*/


/* Placement Search */

.ac_placement_search_landing_wrap {
    width: 100%;
    float: left;
    margin-bottom: 45px;
}

.ac_wrpr_placement_form_wrap {
    width: 100%;
    float: left;
    margin-bottom: 25px;
}

.ac_wrpr_placement_form_wrap:last-child {
    margin-bottom: 0px;
}

.ac_plcmnt_serv_input_form_group {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 15px;
}

.ac_plcmnt_serv_input_form_group:last-child {
    margin-bottom: 0px;
}

.ac_placemnt_title {
    width: auto;
    float: left;
    min-width: 180px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 34px;
}

.ac_plcmnt_sectn_reslt_block {
    width: auto;
    float: left;
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
}

.ac_plcmnt_serv_input {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #222;
    padding: 5px 15px;
    width: 100%;
    float: left;
}

.ac_plcmnt_sev_radio_wrap {
    width: auto;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-right: 15px;
}

.ac_plcmnt_sev_radio_wrap input[type="radio"] {
    margin: auto;
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.ac_plcmnt_sev_radio_labl {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #222;
    padding-left: 25px;
    position: relative;
    cursor: pointer;
}

.ac_plcmnt_sev_radio_labl::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    width: 20px;
    height: 20px;
    border: 1px solid #0c4da1;
    border-radius: 100%;
    background: #fff;
    bottom: 0;
    margin: auto;
}

[type="radio"]:not(:checked)+.ac_plcmnt_sev_radio_labl::after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="radio"]:checked+.ac_plcmnt_sev_radio_labl::after,
[type="radio"]:not(:checked)+.ac_plcmnt_sev_radio_labl::after {
    content: "";
    width: 14px;
    height: 14px;
    background: #0c4da1;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    bottom: 3px;
    margin: auto;
}

.ac_plcmnt_serv_input_form_btn {
    width: auto;
    float: left;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #fff;
    background: #e12229;
    padding: 8px 35px;
    border: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.ac_plcmnt_serv_input_form_btn:hover {
    color: #fff;
}

.ac_course_dtl_btn_wrap {
    width: 100%;
    float: left;
    margin-bottom: 25px;
}

.ac_course_dtl_btn_wrap .ac_course_btn {
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    color: #fff;
    font-weight: 400;
    padding: 8px 30px;
    background-color: #fe0000;
    float: left;
    width: auto;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    margin-right: 25px;
}

.ac_course_dtl_btn_wrap .ac_course_btn:last-child {
    margin-right: 0;
}

.ac_course_dtl_btn_wrap .ac_course_btn:hover {
    background-color: #0c4da1;
}

label.error {
    width: 100%;
    float: left;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 11px;
    padding: 5px;
    color: #fe0000;
}


/* gallery owl carousel */

.gallery-title {
    font-size: 36px;
    color: #42b32f;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}

.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e;
}

.filter-button {
    font-size: 14px;
    border: 1px solid #0c4da1;
    border-radius: 0px;
    text-align: center;
    color: #0c4da1;
    margin-bottom: 10px;
    background: transparent;
    padding: 5px 35px;
    /* transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s; */
}

.filter-button:hover {
    font-size: 14px;
    border: 1px solid #0c4da1;
    border-radius: 0px;
    text-align: center;
    color: #ffffff;
    background-color: #0c4da1;
}

.btn-default:active .filter-button:active {
    background-color: #00b1e4;
    color: white;
}

.port-image {
    width: 100%;
}

.gallery_product {
    width: 25%;
    float: left;
    padding: 0 5px;
    margin-bottom: 15px;
}

.gallery_product img {
    width: 100%;
}

.gallery_item_wrap {
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.gllry_fltr_btn_wrap {
    width: 100%;
    float: left;
    margin-bottom: 15px;
    padding: 0 5px;
}

.gllry_fltr_btn.active {
    background: #0c4da1 !important;
    color: #fff !important;
    box-shadow: none;
}

.ac_gllry_img_wrpr {
    width: 100%;
    float: left;
}


/*additional class by ullas on 22-0-2020*/

.top_head_placement {
    padding: 2px;
}

.certificate_logo {
    width: 120px;
}

.certificate_logo img {
    width: 100%;
}

.certificate_logo-res {
    display: none;
}


/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */

@media (max-width: 1024px) {
    /*code by ullas 22-08-2020*/
    .certificate_logo-res {
        width: 120px;
        display: none;
    }
    .certificate_logo-res img {
        width: 100%;
    }
    /* Top section started */
    .be_search_input {
        height: 20px;
        top: 5px;
        left: 5px;
        line-height: 20px;
    }
    .be_search_input button {
        height: 20px;
    }
    .be_search:hover .be_search_input button {
        height: 20px;
        margin-top: 0px;
    }
    .be_hm_logo_wrap {
        height: 95px;
        width: 130px;
        padding: 20px;
        top: -10px;
    }
    /* Top section finished */
    /* hambergur menu section started */
    header {
        position: fixed;
        z-index: 99;
        background-color: #fff;
        border-bottom: 1px solid #aeaeae;
    }
    .be_hamb_menu .be_h_nav ul {
        margin-bottom: 30px;
    }
    .full_wrap.be_banner_wrap {
        margin-top: 90px;
    }
    .be_hamb_menu .be_h_nav ul li.bt_drowp_down .bt_submenu:hover .bt_drowp_down1 {
        display: none;
    }
    .be_hamb_menu .be_h_nav ul li.bt_drowp_down .bt_submenu .bt_drowp_down1.active {
        width: 100% !important;
        display: block !important;
    }
    .be_hamb_menu .be_h_nav ul {
        margin-bottom: 0px;
    }
    .be_about_banner {
        margin-top: 90px;
    }
    .be_courses_banner {
        margin-top: 90px;
    }
    .be_news_events_banner {
        margin-top: 90px;
    }
    .be_gallery_banner {
        margin-top: 90px;
    }
    .be_hamb_menu.active .be_h_nav {
        padding: 0;
    }
    .be_hamb_menu .be_h_nav {
        padding-left: 0;
    }
    .be_contact_banner {
        margin-top: 90px;
    }
    .be_hamb_menu .be_h_nav ul li.bt_drowp_down span.rotate::after {
        transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
    }
    .be_hambergur {
        display: block;
        top: 40px;
        left: 40px;
    }
    .be_middle_wrap .be_hambergur {
        left: -1px;
        top: 10px;
    }
    .be_branch_wrap {
        width: auto;
        padding: 0px 0;
        float: left;
        position: relative;
    }
    .be_branch_wrap ul li a::before {
        content: none;
    }
    .be_branch_wrap ul li a::after {
        content: none;
    }
    .be_branch_wrap ul li a {
        margin: 0;
        padding: 0px 5px;
        margin-bottom: 0px;
        font-size: 11px;
    }
    .ac_apta_btn {
        font-size: 11px;
    }
    .be_middle_wrap {
        height: 60px;
        position: relative;
    }
    .head_fix .be_logo_wrap {
        width: 80px;
        top: -17px;
    }
    .head_fix .be_branch_wrap {
        padding: 10px 0;
        left: 0;
        position: absolute;
        width: 45%;
    }
    .head_fix .be_middle_wrap {
        height: 40px;
    }
    .be_faq_search {
        position: absolute;
        left: auto;
        right: 0;
        top: 2px;
    }
    .be_ubox {
        min-height: 585px;
    }
    .be_university_list_title {
        font-size: 22px;
    }
    .be_university_title {
        font-size: 24px;
    }
    .be_university_list_wrap li {
        font-size: 12px;
    }
    .be_abt_university_title {
        font-size: 22px;
    }
    .be_university_abt_wrap p {
        font-size: 13px;
    }
    .be_Course_Structure_wrap span {
        font-size: 16px;
    }
    .number_list li {
        font-size: 13px;
    }
    .be_Course_Structure_wrap p {
        font-size: 13px;
    }
    .be_abt_list_wrap li {
        font-size: 13px;
    }
    .fees_table3-column tr th {
        font-size: 13px;
    }
    .fees_table3-column tr td {
        font-size: 12px;
    }
    .fees_table3-column tr:last-child td {
        font-size: 12px;
    }
    .be_university_abt_wrap>b {
        font-size: 12px;
    }
    .fees_tablefee_column tr th {
        font-size: 12px;
    }
    .fees_tablefee_column tr td {
        font-size: 12px;
    }
    .fees_table_multi-column tr th {
        font-size: 13px;
    }
    .fees_table_multi-column tr td {
        font-size: 12px;
    }
    .fees_table2-column tr td {
        font-size: 12px;
    }
    .fees_table2-column tr th {
        font-size: 13px;
    }
    .be_instruction p {
        font-size: 12px;
    }
    .be_instruction p span {
        font-size: 12px !important;
    }
    .be_Course_Structure_wrap strong {
        font-size: 15px;
    }
    .be_h1>span {
        font-size: 28px;
    }
    /* .be_overlay{display: block;} */
    /* hambergur menu section finished */
    /* MENU CREATION SECTION STARTED */
    .be_header_top {
        height: 36px;
    }
    .be_hlast {
        display: none;
    }
    .ac_logo_wrap_main {
        left: 55px;
        position: relative;
    }
    .be_logo_wrap {
        display: block;
        position: relative;
        right: auto;
        margin: 0 auto;
        top: 5px;
        width: 100px;
    }
    .be_hamb_menu .be_logo_wrap {
        left: 0;
    }
    .be_logo_wrap1 {
        text-align: center;
        height: 105px;
        width: 130px;
        padding: 15px;
        z-index: 1;
    }
    .be_logo_wrap1 img {
        top: 0px;
        width: 100%;
    }
    .be_logo_wrap1::after {
        bottom: -44px;
        z-index: 1;
        border-width: 44px 65px 0px 65px;
    }
    .be_hmid_wrap {
        display: block;
    }
    .be_hmid_wrap1 {
        padding-left: 20px;
    }
    .be_hmid_icon {
        top: 0px;
        left: 0px;
    }
    .be_hmid_icon.icon_time {
        display: block;
    }
    .be_hmid_icon.icon_call {
        display: block;
        background-position: -42px -5px;
    }
    .be_hmid_icon.icon_mail {
        display: block;
    }
    .be_hmid {
        float: left;
        height: auto;
        width: auto;
    }
    .be_ham_position>i {
        font-size: 25px;
        left: 0px;
        top: 0px;
        float: left;
    }
    .be_hambergur {
        display: block;
        position: absolute;
    }
    .be_ham_position {
        float: left;
        top: 26px;
        position: absolute;
    }
    .be_hambergur_logo {
        display: block;
        left: 0;
        right: 0;
        margin: 0 auto;
        position: absolute;
        width: 130px;
    }
    .be_search .be_search_input button>i {
        color: #fff !important;
        font-size: 20px;
        line-height: 20px;
        line-height: 25px;
    }
    .be_search_input:hover button>i {
        color: #000 !important;
    }
    .be_search_input input {
        background: none !important;
        top: -6px !important;
        right: 0px;
        margin: 0;
        padding: 0;
    }
    .be_search:hover .be_search_input input {
        height: 37px;
        width: 260px;
        top: -3px;
        background: #fff !important;
        border: 1px solid #ffb600;
        margin-right: -5px;
    }
    .be_search:hover .be_search_input button {
        margin-right: 0px;
    }
    .be_header_top {
        height: 30px;
    }
    .be_mrqe_wrap marquee {
        height: 30px;
    }
    .be_mrqe_wrap {
        width: 100%;
        height: 30px;
        position: relative;
        padding-left: 150px;
    }
    .be_latest_news {
        width: 120px;
        height: 30px;
        font-size: 12px;
        line-height: 30px;
        padding-left: 10px;
        margin: 0px;
        position: absolute;
        z-index: 1;
    }
    .be_latest_news::before {
        right: -15px;
        border-width: 17px 0px 15px 14px;
    }
    .be_latest_news::after {
        border-width: 17px 0px 13px 14px;
    }
    .be_mrqe_wrap ul li {
        line-height: 30px;
        font-size: 11px;
    }
    /*changed by ullas on  22-08-2020*/
    .be_lstn_wrap {
        padding-left: 0px;
        width: 60% !important;
    }
    /*width changed by ullas on 22-08-2020*/
    .be_sicon_wrap {
        width: 40%;
        /* position: absolute; */
        top: 0px;
        display: block;
        z-index: 50;
        float: right;
        margin-right: 0px;
        right: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        /* padding-left: 35px; */
        padding-left: 5px;
    }
    /* 05-12-2019_Aneesh */
    /* .be_sicon_wrap ul li a {
        color: #fff;
        font-size: 18px;
        width: 35px;
    } */
    .be_sicon_wrap ul li a {
        color: #fff;
        font-size: 14px;
        width: 20px;
        line-height: 14px;
    }
    .be_sicon_wrap ul li {
        margin-left: 5px;
    }
    .ac_carousal_block {
        padding: 15px 0;
    }
    .be_welcme_innr {
        min-height: auto;
    }
    .be_welcme_wrap {
        margin-bottom: 35px;
    }
    .be_flogo {
        width: auto;
        padding-right: 0;
        margin-bottom: 25px;
        padding-top: 5px;
    }
    .be_fnav {
        width: 100%;
        float: left;
    }
    /* MENU CREATION SECTION FINISHED */
    /* MENU LIST SECTION STARTED */
    .be_ham_menu {
        display: block;
    }
    .be_hm_menu_wrap {
        width: 300px;
        height: 100%;
        top: 0;
        left: -300px;
        z-index: 99;
        position: fixed;
        background: #fff;
        -webkit-box-shadow: 0px 1px 1px #cccccc;
        box-shadow: 0px 1px 1px #cccccc;
        bottom: 0px;
        overflow: scroll;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }
    .be_hm_logo {
        text-align: center;
        height: 200px;
        background-image: -webkit-gradient( linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url("../images/logo_bg.png");
        background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/logo_bg.png");
        background-position: center center;
        background-size: cover;
    }
    .be_hm_logo>a>img {
        height: 90px;
    }
    .be_hm_menu_list {
        width: 100%;
        float: left;
    }
    .be_hm_menu_ul {
        margin: 20px 0px;
        width: 100%;
        float: left;
    }
    .be_hm_menu_ul li {
        list-style-type: none;
        background-color: #fff;
        margin-bottom: 1px;
        width: 100%;
        float: left;
        border-bottom: 1px solid #e6e6e6;
    }
    .be_hm_menu_ul li:hover {
        background-color: #ffb600;
        color: #fff;
    }
    .be_hm_menu_ul li:last-child {
        border: none !important;
    }
    .be_hm_menu_ul>li>a {
        font-family: "Open Sans", sans-serif;
        font-size: 14px;
        width: 100%;
        float: left;
        padding: 12px 15px;
    }
    .be_nav_hwrap {
        display: block;
    }
    .be_h_dwnld {
        width: 100%;
        padding: 18px 25px 15px 73px;
        height: 60px;
        font-size: 16px;
    }
    .be_h_dwnld::after {
        top: 20px;
        left: 36px;
        font-size: 20px;
    }
    .be_h_dwnld1 {
        padding: 15px 25px 15px 80px;
    }
    .be_h_dwnld1::after {
        left: 50px;
    }
    #be_hm_accordion {
        margin-bottom: 0px;
    }
    .be_hm_menu_wrap_hvr .be_hm_menu_wrap {
        left: 0px;
    }
    .be_hm_menu_wrap_hvr .be_overlay {
        opacity: 1;
    }
    /* MENU LIST SECTION FiNISHED */
    /* fixed nav */
    .head_fix .be_sicon_wrap ul li a {
        font-size: 15px;
    }
    .head_fix .be_sicon_wrap .be_search .be_search_input button>i {
        font-size: 15px;
    }
    /* fixed nav */
    /* carousel started */
    .be_bnr_txt {
        padding: 45px 0px 0px 60px;
        width: 55%;
    }
    .be_slider_form_wrap {
        width: 386px;
    }
    /* carousel finished */
    /* scroll section changes started */
    .head_fix .be_lstn_wrap {
        padding-left: 0px;
    }
    .head_fix .be_ham_position {
        top: 15px;
    }
    .head_fix .be_sicon_wrap {
        top: 0px;
    }
    .head_fix .be_search:hover .be_search_input input {
        height: 31px;
    }
    .head_fix .be_logo_wrap1 {
        height: 75px;
        width: 114px;
        padding: 20px;
        z-index: 1;
        top: -5px;
    }
    .head_fix .be_logo_wrap1::after {
        border-width: 30px 57px 0px 57px;
        bottom: -30px;
    }
    .head_fix .be_search:hover .be_search_input input {
        top: -6px;
    }
    .head_fix .be_search_input {
        height: 20px;
        line-height: 20px;
        width: 20px;
        top: 0px;
    }
    .head_fix .be_hmid {
        height: auto;
    }
    .head_fix .be_logo_wrap1 img {
        top: -15px;
    }
    .head_fix .be_hmid_inner:last-child {
        top: 0px;
    }
    .head_fix .be_hmid {
        padding: 0;
        width: 38%;
        left: auto;
        right: -40px;
        margin: 0 auto;
        display: table;
    }
    .head_fix .be_header_top {
        display: block;
    }
    .full_wrap.stickymenu.head_fix .be_hambergur {
        top: 0;
    }
    /* scroll section changes finished */
    /*Course section started*/
    .be_owl_carousel.owl-theme .owl-dots {
        margin-top: 30px !important;
    }
    .be_crse_wrap {
        padding: 40px 0px;
    }
    .be_crse_cont {
        width: 100%;
        padding: 0px 150px;
    }
    /*Course section finished*/
    .be_fmain {
        padding: 40px 0;
    }
    /*Result Page Responsive started*/
    .be_result_left {
        width: 20%;
    }
    .be_result_right {
        width: 80%;
        overflow-x: scroll;
    }
    .be_res_title {
        width: 100%;
    }
    .be_w_50 {
        width: 100% !important;
    }
    /*.be_res_code_wrap{width: 100% !important;}*/
    .be_result_code_txt {
        text-align: center;
        width: 300px;
        border-right: 2px solid #fff;
    }
    .be_result_name_txt {
        text-align: center;
        width: 300px;
        border-right: 2px solid #fff;
    }
    .be_view1 {
        text-align: center;
        width: 300px;
    }
    .be_testimonial_wrap {
        padding: 40px;
    }
    .ac_sub_title {
        margin-bottom: 20px;
    }
    .be_OurFeature_wrap {
        padding: 40px 20px 20px 40px;
    }
    /*Result Page Responsive finished*/
    .be_OurFeature_list li {
        margin-bottom: 10px;
    }
    .be_greybg {
        padding: 40px 0;
    }
    .be_h_nav ul li {
        padding: 0;
    }
    .bt_submenu li a {
        font-size: 11px !important;
        padding: 5px 0 !important;
    }
    .be_hamb_menu .be_h_nav ul li.bt_drowp_down .bt_submenu li a {
        font-size: 10px !important;
    }
    .filter-button {
        font-size: 15px;
    }
}


/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */


/* media query 991 */

@media (max-width: 991px) {
    .be_bnr_txtpara {
        /* margin-bottom: 0; */
        margin-bottom: 20px !important;
        font-size: 18px;
    }
    .be_bnr_banner_number2 {
        font-family: "Montserrat", sans-serif;
        position: absolute;
        z-index: 99;
        background-color: rgba(0, 0, 0, 0.5);
        padding: 5px 15px;
        display: block !important;
        margin-left: 15px !important;
        color: #fff;
        bottom: 15px;
    }
    .be_bnr_banner_number {
        display: block !important;
    }
    /* LOGO started */
    /*   .be_logo_wrap1::after {border-width: 44px 53px 0px 50px;bottom:-44px;}   */
    .be_logo_wrap1::after {
        border-width: 30px 52px 0px 52px;
        bottom: -30px;
    }
    .be_logo_wrap1 {
        height: 83px;
        width: 105px;
        padding: 17px;
    }
    /* LOGO finished */
    /* scroll section started */
    .head_fix .be_hmid {
        height: 60px;
        padding: 0;
        width: 50%;
        right: -75px;
    }
    .head_fix .be_ham_position {
        top: 12px;
    }
    .head_fix .be_logo_wrap1 {
        height: 60px;
        width: 105px;
        padding: 20px;
    }
    .head_fix .be_logo_wrap1::after {
        border-width: 30px 52px 0px 52px;
        bottom: -30px;
    }
    .head_fix .be_logo_wrap1 img {
        top: -13px;
    }
    .head_fix .be_sicon_wrap {
        top: 0px;
    }
    /* scroll section finished */
    /* hambergur menu section started */
    .be_hm_abt_para_wrap {
        max-height: 80px;
    }
    .be_hmid {
        visibility: hidden;
    }
    .be_hamb_menu .be_h_nav .be_hmid {
        position: relative;
        width: 100%;
        text-align: left;
        padding: 20px 10px;
        visibility: visible;
        margin-bottom: 85px;
    }
    .be_hamb_menu .be_h_nav .be_hmid .be_hmid_inner {
        padding-left: 0px;
        float: right;
        text-align: left;
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .be_hamb_menu .be_h_nav .be_hmid .ac_placement_search_btn {
        margin-left: 0;
    }
    .be_next_btn {
        right: 20px !important;
    }
    .be_prev_btn {
        right: 58px;
    }
    /* hambergur menu section finished */
    /* brightedugroup started */
    .be_about_banner {
        margin-bottom: 35px;
    }
    .be_fhead.gl-margin-bottom-50 {
        margin-bottom: 20px !important;
    }
    .be_btm {
        margin-bottom: 40px;
        padding: 0;
    }
    .be-tab {
        margin-bottom: 10px;
    }
    .be_images_Structure_wrap span {
        width: 33.333%;
    }
    .be_carousel_control_left {
        /* top: 20%; */
    }
    .be_carousel_control_right {
        /* top: 20%; */
    }
    /* BrightEduGroup finished */
    /* Carousel section started */
    .be_slider_form_wrap {
        width: 100%;
        float: left;
        position: relative;
        padding: 15px 20px;
        left: 0;
        top: 0;
    }
    .be_bnr_txt {
        width: 100%;
        float: left;
        padding: 45px 60px 0px 60px;
    }
    .be_bnr_txthd span.be_bnr_title_para {
        margin-bottom: 20px !important;
    }
    .be_slider_title {
        width: 60%;
        float: left;
    }
    .be_logo_wrap {
        left: 0px;
        width: 120px;
        top: 0;
        pointer-events: auto;
    }
    /* .be_branch_wrap {
        left: 45%;
        width: 55%;
    } */
    /* .be_hmid{display: none;} */
    .head_fix .be_branch_wrap {
        width: 56%;
    }
    .be_mrqe_wrap {
        width: 100%;
    }
    .be_faq_search input {
        margin-left: 10px;
        width: 78%;
    }
    .be_hambergur::before {
        font-size: 22px;
    }
    .be_hambergur {
        top: 42px;
        left: 20px;
    }
    .full_wrap.stickymenu.head_fix .be_hambergur {
        top: 5px;
        left: 20px;
    }
    .head_fix .be_hmid {
        right: -70px;
    }
    .be_testimonial_wrap {
        width: 100%;
        float: left;
    }
    .be_OurFeature_wrap {
        width: 100%;
        float: left;
        padding: 40px;
    }
    #demo {
        padding: 20px;
    }
    .be_greybg {
        padding: 20px 0;
    }
    .be_bnr_txthd {
        font-size: 42px;
    }
    .be_bnr_txtspan {
        font-size: 43px;
    }
    /* 
    .be_bnr_txtpara {
        font-size: 18px;
    } */
    .be_banner_wrap {
        margin-bottom: 20px;
    }
    /* Carousel section finished */
    /* About section started */
    .be_welcme_img {
        width: 50%;
        top: 0px;
        left: 0px;
        padding: 15px;
        float: left;
        position: relative;
    }
    .be_welcme_div {
        padding: 10px;
        width: 50%;
    }
    .ac_feature_div ul li {
        font-size: 12px;
        line-height: 16px;
    }
    .ac_feature_div ul li::before {
        top: 2px;
    }
    .be_welcme_innr {
        padding: 0px;
    }
    .be_welcme_wrap {
        margin-bottom: 40px;
    }
    .be_vwbtn {
        font-size: 11px;
        padding: 8px 22px;
    }
    .be_welcme_h>h1 {
        font-size: 23px;
    }
    .be_welcme_h>span {
        font-size: 22px;
    }
    .be_welcme_p {
        font-size: 14px;
        margin-bottom: 18px;
    }
    .be_welcme_h {
        padding-bottom: 0px;
    }
    /* .be_welcme_div{padding-left: 60%;} */
    /* About section finished */
    /* course section started */
    .be_crse_wrap {
        padding: 20px 0px 20px 0px;
    }
    .be_head {
        font-size: 23px;
    }
    .be_para>span {
        font-size: 14px;
    }
    .be_owl_imgtxt {
        font-size: 15px;
        padding: 12px 22px;
    }
    .be_crse_cont {
        padding: 0px;
        margin-bottom: 30px;
    }
    .be_owl_carousel.owl-theme .owl-dots {
        margin-top: 20px !important;
    }
    /* course section finished */
    /* Upcomming Events section started */
    .be_evnt_fac_h {
        font-size: 23px;
    }
    .be_evnt_h {
        font-size: 16px;
    }
    .be_evnt_date {
        font-size: 13px;
    }
    .be_panel_txt {
        font-size: 13px;
    }
    .be_panel_tle>a {
        font-size: 13px;
    }
    .be_com_btn {
        font-size: 11px;
        padding: 7px 22px;
    }
    /* Upcomming Events sections finished */
    /* Online Exam started */
    .be_exm {
        min-height: 300px;
    }
    .be_ref {
        min-height: 300px;
    }
    .be_h1>span {
        font-size: 25px;
    }
    .be_h1::after {
        height: 3px;
    }
    .be_list>li>a {
        font-size: 14px;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
    }
    .be_list>li {
        font-size: 14px;
        line-height: 14px;
        margin-bottom: 10px;
    }
    /* Online Exam finished */
    /* Our Gallery section started */
    .be_com_h {
        font-size: 23px;
    }
    /* Our gallery section finished */
    /* Subscribe started */
    .be_ftop {
        padding: 30px 0px;
    }
    .be_nwsltr>i {
        font-size: 22px;
        top: 0;
        line-height: 30px;
        float: left;
    }
    .be_nswltr_frm {
        margin-bottom: 0px;
        top: 0px;
        float: left;
    }
    .be_nwsltr {
        font-size: 20px;
        line-height: 33px;
        padding-left: 30px;
        top: 0px;
        float: left;
    }
    .be_nws_input {
        height: 35px;
        padding-left: 15px;
    }
    .be_nws_btn {
        height: 35px;
    }
    /* ubscribe finished */
    /* Footer section started */
    .be_flogo {
        width: 50%;
        text-align: center;
        left: 0;
        right: 0;
        margin: 0 auto;
        padding-right: 0px;
        float: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .be_flogo img {
        float: left;
        width: auto;
        max-width: 100%;
    }
    .be_menu_left {
        width: 48% !important;
        margin-right: 25px !important;
    }
    .be_menu_right {
        width: 48% !important;
        float: left;
    }
    .be_fnav {
        margin-bottom: 30px;
        width: 50%;
    }
    .be_fdetail_main {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .be_fmain {
        padding: 40px 0px 20px;
    }
    /* Footer section finished */
    /*new 3/9/2018*/
    .be_gallery_img_event {
        margin-bottom: 0px;
    }
    .be_materials_center {
        padding: 0px 15px;
    }
    .be_classroom_left {
        padding: 0px 15px;
        margin-bottom: 30px;
    }
    /*new 3/9/2018 end*/
    /* new upadates started */
    ul.tabs li {
        padding: 0px 5px;
        font-size: 12px;
    }
    .be_facility_wrap p {
        font-size: 13px;
    }
    .be_facility_wrap ul li {
        font-size: 12px;
    }
    .be_facility_wrap strong {
        font-size: 15px;
    }
    .be_student_love_img {
        width: 140px;
        float: left;
    }
    .be_student_love_img_cont span {
        width: 100%;
    }
    .be_student_love_img_cont {
        width: 545px;
        float: left;
        font-size: 14px;
    }
    .be_student_love_para {
        font-size: 14px;
    }
    .be_student_love_para span {
        font-size: 13px !important;
    }
    .be_student_love_wrds {
        margin-bottom: 30px;
        font-size: 15px;
    }
    .be_student_love_cont span {
        font-size: 17px;
        margin-bottom: 10px;
    }
    .be_student_love_quot {
        padding: 0px 80px 20px 80px;
    }
    .be_student_love_cont_wrap {
        padding: 0px;
    }
    .be_with_love span {
        font-size: 18px;
        margin-bottom: 0;
    }
    /* new upadtes finished */
    /* .be_sicon_wrap ul li a {
        width: auto;
        font-size: 15px;
        margin: 0 5px;
    } */
    /* 05-12-2019_Aneesh */
    .be_sicon_wrap ul li a {
        width: 5px;
        font-size: 14px;
        margin: 0 5px;
    }
    .be_middle_wrap {
        /* padding-left: 50px; */
    }
    .ac_logo_wrap_main {
        -webkit-box-flex: 1;
        -ms-flex: 1 0;
        flex: 1 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        left: 0;
        pointer-events: none;
    }
    .be_branch_wrap {
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
    }
    .be_logo_wrap img {
        top: 0;
    }
    .gallery_product {
        width: 33.333%;
    }
}


/* media query 768 */

@media (max-width: 768px) {
    .certificate_logo-res {
        width: 120px;
        display: block;
    }
    .certificate_logo-res img {
        width: 100%;
    }
    /*style by ullas*/
    .certificate_logo-res {
        width: 80px;
        float: right;
    }
    .be_bnr_banner_number2 {
        font-size: 12px !important;
    }
    /* hambergur bright started */
    .be_hambergur {
        left: 10px;
        top: 43px;
    }
    .be_faq_search span {
        font-size: 10px;
        font-weight: 700;
    }
    .be_faq_search input {
        width: 77%;
    }
    .be_branch_wrap {
        width: auto;
        left: 0%;
    }
    .be_logo_wrap {
        left: 40px;
        width: 100px;
    }
    .head_fix .be_branch_wrap {
        width: 97%;
    }
    .be_hamb_menu .be_h_nav .be_hmid .be_hmid_inner {
        width: 100%;
        float: left;
        margin-bottom: 20px;
        top: 20px;
        left: auto;
        right: auto;
        text-align: center;
    }
    .be_hmid_icon {
        left: 20%;
        right: auto;
    }
    .be_bnr_txt {
        padding: 50px 60px 0px 60px;
        width: 100%;
    }
    .be-tab {
        border-bottom: none;
    }
    .be_tab_content {
        border: none;
    }
    .be_contact_sub_head {
        font-size: 18px;
    }
    .be_contact_para {
        font-size: 12px;
    }
    .be_addrs {
        margin-bottom: 10px;
    }
    .be_contact_inner_sub_head {
        font-size: 18px;
    }
    .be_contact_numb {
        font-size: 12px;
    }
    .be_contact_icon_size {
        font-size: 20px;
        line-height: 40px;
    }
    .be_alert {
        margin-bottom: 15px;
    }
    .be_cnt_form_wrap {
        margin-bottom: 40px;
    }
    .be_ubox {
        padding: 20px;
    }
    .be_ubox_logo {
        width: 150px;
        height: auto;
        min-width: 150px;
        margin-bottom: 20px;
    }
    .be_ubox h3 {
        font-size: 18px;
    }
    .be_ubox .be_free {
        font-size: 15px;
    }
    .be_ubxo_dtl {
        min-height: auto;
    }
    .be_ubxo_dtl li {
        font-size: 12px;
    }
    .be_adv_btn {
        padding: 0px 15px;
        height: 25px;
        line-height: 25px;
    }
    /* .be_gal_wrp{width: 50%;} */
    .be_head::after {
        bottom: 8px;
    }
    .be_head {
        margin: 0 auto 10px;
    }
    .be_slider_title {
        font-size: 23px;
        width: 100%;
        display: inline-block;
    }
    .be_bnr_txthd span.be_bnr_title_para {
        font-size: 20px;
        width: 100%;
        margin-bottom: 20px;
    }
    .be_slider_title2 {
        font-size: 20px;
        width: 100%;
    }
    .be_bnr_txtpara {
        margin-bottom: 25px;
        font-size: 15px;
        height: 23px;
        padding-right: 30%;
        line-height: 22px;
        width: 100%;
    }
    .be_hamb_menu {
        width: 60vw;
        left: -60vw;
    }
    .be_hambergur {
        top: 43px;
        left: 20px;
    }
    /* hambergur Bright education finished */
    /* BrightEduGroup started */
    .be_btm_full {
        padding: 20px 0px;
        min-height: 210px;
    }
    .be_std .be_para {
        margin-bottom: 15px;
        padding: 0px 0px;
    }
    .be_vmore {
        padding: 3px 10px;
    }
    .be_fhead.gl-margin-bottom-50 {
        margin-bottom: 0px !important;
    }
    .be_university_fullwrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .be_university_list_left_wrap {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        order: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        -moz-order: 2;
        -o-order: 2;
        padding: 0;
    }
    .be_university_list_right_wrap {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        order: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        -moz-order: 1;
        -o-order: 1;
        padding: 0;
    }
    .be_fmain {
        padding: 0px 0px 20px;
    }
    .be_flogo {
        padding-top: 35px;
    }
    .be_university_wrap {
        padding: 0;
    }
    .be_university_form_inner_wrap {
        margin-bottom: 20px;
    }
    .be_university_img_detail_list span {
        width: 100%;
    }
    .be_university_img_detail_list ul {
        width: 100%;
        padding: 0;
    }
    .be_university_img_detail_list ul li {
        font-size: 12px;
    }
    /* BrightEduGroup finished*/
    /* top section started */
    .be_search:hover .be_search_input input {
        width: 250px;
    }
    .be_hmid {
        height: auto;
    }
    .be_logo_wrap1 img {
        top: -10px;
    }
    .be_logo_wrap1 {
        height: 77px;
        width: 105px;
        padding: 15px;
    }
    .be_ham_position {
        top: 25px;
    }
    /* top section finished */
    /* Carousel section started */
    
    /* .carousel-inner>.item>a>img,
    .carousel-inner>.item>img {
        height: 300px;
        width: auto !important;
        max-width: none;
    } */

    .be_bnr_txtspan {
        font-size: 40px;
    }
    .be_bnr_txthd {
        font-size: 38px;
    }
    /* Carousel section finished */
    /* About section started */
    .be_welcme_div {
        padding: 15px;
    }
    .be_welcme_img {
        top: 0px;
    }
    .be_welcme_h {
        line-height: 15px;
    }
    .be_welcme_h>span {
        font-size: 21px;
    }
    .be_welcme_h>h1 {
        font-size: 22px;
    }
    .be_banner_wrap {
        margin-bottom: 0px;
    }
    .be_welcme_wrap {
        padding: 25px 0px 0px 0px;
        margin-bottom: 25px;
    }
    .be_welcme_p {
        font-size: 13px;
        margin-bottom: 15px;
    }
    .be_evnt_fac_h {
        font-size: 22px;
    }
    .be_mb_btn {
        margin-bottom: 30px;
    }
    .be_evnt_dtl {
        font-size: 13px;
        margin-bottom: 5px;
    }
    .be_evnt_cont {
        padding-right: 11%;
    }
    /*course section started*/
    .be_crse_wrap {
        padding: 30px 0px 30px 0px;
    }
    .be_crse_cont {
        margin-bottom: 20px;
    }
    .be_owl_carousel.owl-theme .owl-dots {
        margin-top: 10px !important;
    }
    /* .be_greybg{padding: 30px 0px;} */
    /*course section finished*/
    /* Online exam section started */
    .be_h1>span {
        font-size: 23px;
    }
    .be_h1 {
        font-size: 12px;
    }
    .be_btm {
        padding: 0px 0px;
        margin-bottom: 35px;
    }
    .be_ref {
        min-height: 300px;
    }
    .be_exm {
        min-height: 300px;
    }
    .be_list>li {
        font-size: 13px;
        margin-bottom: 13px;
    }
    .be_list>li>a {
        font-size: 12px;
    }
    .be_list {
        margin-bottom: 0px;
    }
    .be_para>span {
        font-size: 12px;
    }
    /* Online exam section finished */
    /* Upcoming event section satrted */
    .be_evnt_fac_hwrp::before {
        width: 180px;
    }
    /* Upcomming event section finished */
    /* Gallery section satrted */
    .be_gal_wrp {
        width: 50%;
    }
    .be_gal_inr {
        margin-bottom: 20px;
    }
    /* Gallery section finished */
    /* subscibe started */
    .be_nwsltr {
        font-size: 18px;
        padding-left: 30px;
        line-height: 35px;
    }
    .be_nwsltr>i {
        font-size: 20px;
        top: 0;
    }
    .be_nswltr_frm {
        margin-bottom: 0px;
    }
    .be_nws_input {
        padding-left: 15px;
    }
    /* subscribe finished */
    /* Footer section started */
    .be_flogo {
        width: 120px !important;
        text-align: center;
        left: 0;
        right: 0;
        margin: 0 auto;
        padding-right: 0px !important;
        float: none !important;
    }
    .be_menu_footer li a {
        font-size: 13px;
    }
    .be_menu_right {
        width: 47% !important;
    }
    .be_menu_left {
        width: 47% !important;
    }
    .be_fhead_text {
        font-size: 17px;
    }
    .be_fcell_info {
        margin-left: 5%;
    }
    .be_fcontacts {
        margin-left: 0%;
    }
    .be_flogo {
        width: 33.3%;
        float: left;
        padding-right: 40px;
        text-align: center;
        margin-bottom: 25px;
    }
    .be_flogo>img {
        width: auto;
    }
    .be_fcontacts {
        width: 50%;
        margin-bottom: 25px;
    }
    .ac_follow_wrap {
        width: 100%;
        margin-bottom: 0;
    }
    .be_fcell_info {
        margin-left: 3%;
    }
    .be_ftime {
        margin-bottom: 10px;
    }
    .be_ftop {
        padding: 20px 0px;
    }
    .be_fdetail_main {
        padding-bottom: 0;
        margin-bottom: 5px;
    }
    /* Footer section finished */
    /*result responsive page started*/
    .be_result_code_txt {
        width: 250px;
        padding: 0px;
    }
    .be_result_name_txt {
        width: 250px;
        padding: 0px;
    }
    .be_view1 {
        width: 250px;
        padding: 0px;
    }
    /*Result page responsive finished*/
    /*new 3/9/2018*/
    .be_about_img {
        top: 0px;
        float: left;
        width: 100%;
        position: relative;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 0px solid #e7ab18;
        margin-bottom: 20px;
    }
    .be_list_text {
        margin-bottom: 20px;
    }
    .be_banner_head {
        width: 95%;
        font-size: 18px;
        padding: 5px 10px;
    }
    .be_inner_head {
        font-size: 22px;
        margin-bottom: 15px;
    }
    .be_about_sub_head {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .be_list_text li a {
        line-height: 22px;
    }
    .be_list_text li a i {
        top: 4px;
    }
    .be_container_bg {
        height: auto;
    }
    .be_about_banner {
        height: 240px;
        margin-bottom: 30px;
    }
    .be_courses_banner {
        height: 240px;
        margin-bottom: 30px;
    }
    .be_online_exam_banner {
        height: 240px;
        margin-bottom: 30px;
    }
    .be_gallery_banner {
        height: 240px;
        margin-bottom: 30px;
    }
    .be_alumni_banner {
        height: 240px;
        margin-bottom: 30px;
    }
    .be_news_events_banner {
        height: 240px;
        margin-bottom: 30px;
    }
    .be_material_banner {
        height: 240px;
        margin-bottom: 30px;
    }
    .be_result_detail_banner {
        height: 240px;
        margin-bottom: 30px;
    }
    .be_classroom_banner {
        height: 240px;
        margin-bottom: 30px;
    }
    .be_material_banner {
        height: 240px;
        margin-bottom: 30px;
    }
    .be_contact_banner {
        height: 240px;
        margin-bottom: 30px;
    }
    .be_about_container_bg {
        margin-bottom: 20px !important;
    }
    .be_about_detail_table table tr td:first-child {
        font-size: 12px;
    }
    .be_about_detail_table table tr td:last-child {
        font-size: 12px;
    }
    .be_course_detail_table table tr td:first-child {
        font-size: 12px;
    }
    .be_course_detail_table table tr td:last-child {
        font-size: 12px;
    }
    .be_greybg {
        padding: 20px 0px;
    }
    .be_about_img img {
        margin-bottom: 0px;
    }
    .be_online_exam_cont_bg {
        height: auto;
        padding: 30px 0px;
    }
    .be_mb_60 {
        margin-bottom: 25px;
        font-size: 12px;
    }
    .be_qrcode_title {
        font-size: 14px;
    }
    .gl-margin-bottom-50 {
        margin-bottom: 30px;
    }
    .be_alumni_cont_bg {
        padding: 40px 0px 20px 0px;
    }
    .be_alumni_wrap {
        margin-bottom: 15px;
    }
    .be_alumni_member_title {
        font-size: 16px;
    }
    .be_alumni_img {
        width: 100%;
        float: left;
        text-align: center;
    }
    .be_contact_wrap {
        padding: 0px;
    }
    .be_cnt_form_wrap {
        padding: 0px;
    }
    .be_cnt_form_bg {
        padding: 0px 20px;
    }
    .be_contact_form {
        padding: 30px 0px;
    }
    .be_classroom_qst_no {
        width: 100%;
    }
    .be_classroom_qns_list {
        width: 100%;
        padding-top: 10px;
    }
    .be_classroom_qns_no {
        width: 100%;
        padding-top: 10px;
    }
    .be_classroom_ans_no {
        width: 100%;
        padding: 10px 15px;
    }
    .be_classroom_ans_list {
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .be_right_side_classroom {
        padding: 20px 15px 0px 15px;
    }
    /*new 3/9/2018 end*/
    /* 5-4-2018 startd */
    .be_student_love_img_cont {
        width: 390px;
    }
    /* 5-4-2018 finished */
    .be_latest_news {
        width: 95px;
    }
    .be_mrqe_wrap {
        padding-left: 100px;
    }
    .be_sicon_wrap {
        padding-left: 0;
    }
    .ac_apta_btn {
        padding: 0 10px;
    }
    .be_logo_wrap {
        padding: 0 5px;
    }
    .be_testimonial_wrap {
        padding: 20px;
    }
    .be_fnav {
        width: 100%;
        float: left;
    }
    .be_OurFeature_wrap {
        padding: 20px;
    }
    .ac_feature_img {
        width: 100%;
    }
    .ac_feature_div {
        width: 100%;
        float: left;
    }
    .ac_course_dtl_btn_wrap .ac_course_btn {
        font-size: 12px;
    }
    .ac_plcmnt_serv_input_form_group {
        margin-bottom: 15px;
    }
}

@media (max-width: 767px) {
    .be_ubox {
        min-height: auto;
        margin-bottom: 20px;
    }
    .ac_placemnt_title {
        font-size: 12px;
        min-width: 150px;
    }
    .ac_placement_search_landing_wrap {
        margin-bottom: 30px;
    }
}


/* Meida Query 560 */

@media (max-width: 560px) {
    /* bright education */
    .be_latest_news {
        width: 90px;
        font-size: 11px;
    }
    .be_mrqe_wrap {
        padding-left: 95px;
        width: 100%;
    }
    .be_faq_search input {
        width: 75%;
        font-size: 10px;
        padding: 0px 25px 0px 5px;
    }
    .be_logo_wrap {
        left: 30px;
        width: 90px;
    }
    .be_branch_wrap {
        /* width: 80%;
        left: 20%; */
    }
    .be_slider_title {
        font-size: 20px;
    }
    .be_bnr_txthd span.be_bnr_title_para {
        font-size: 20px;
        margin-bottom: 40px;
    }
    .be_slider_title2 {
        font-size: 18px;
    }
    .be_branch_wrap ul li a {
        padding: 0px 3px;
        font-size: 10px;
    }
    .be_branch_wrap ul li {
        padding-right: 3px;
    }
    .be_hamb_menu .be_logo_wrap img {
        width: 170px;
        margin-bottom: 10px;
        padding: 35px 10px 15px 10px;
    }
    .be_hamb_menu {
        width: 80vw;
        left: -80vw;
    }
    .be_crse_wrap {
        padding: 20px 0px;
    }
    .be_about_banner {
        height: 140px;
        margin-bottom: 15px;
    }
    .be_courses_banner {
        height: 140px;
        margin-bottom: 15px;
    }
    .be_online_exam_banner {
        height: 140px;
        margin-bottom: 15px;
    }
    .be_gallery_banner {
        height: 140px;
        margin-bottom: 15px;
    }
    .be_alumni_banner {
        height: 140px;
        margin-bottom: 15px;
    }
    .be_news_events_banner {
        height: 140px;
        margin-bottom: 15px;
    }
    .be_material_banner {
        height: 140px;
        margin-bottom: 15px;
    }
    .be_result_detail_banner {
        height: 140px;
        margin-bottom: 15px;
    }
    .be_classroom_banner {
        height: 140px;
        margin-bottom: 15px;
    }
    .be_material_banner {
        height: 140px;
        margin-bottom: 15px;
    }
    .be_contact_banner {
        height: 140px;
        margin-bottom: 15px;
    }
    .be_ubox {
        margin-bottom: 15px;
    }
    .be_btm {
        margin-bottom: 20px;
    }
    .be_testimonial_caption button {
        padding: 10px 15px;
    }
    .be_contact_banner {
        margin-bottom: 15px;
    }
    .be_university_form_inner_wrap {
        margin-bottom: 10px;
    }
    .be_images_Structure_wrap span {
        width: 50%;
    }
    .fees_table3-column {
        width: 100%;
        overflow-y: scroll;
        display: table-caption;
    }
    .fees_tablefee_column {
        width: 100%;
        overflow-y: scroll;
        display: table-caption;
    }
    .fees_table2-column {
        width: 100%;
        overflow-y: scroll;
        display: table-caption;
    }
    .fees_table_multi-column {
        width: 100%;
        overflow-y: scroll;
        display: table-caption;
    }
    .be_hambergur {
        top: 43px;
        left: 12px;
    }
    /* bright education */
    /* top section started */
    .be_search:hover .be_search_input input {
        width: 200px;
    }
    .be_hm_logo {
        height: 190px !important;
    }
    .be_sicon_wrap {
        width: auto;
        top: 55px;
    }
    .be_hmid {
        /* height: 70px; */
    }
    .be_ham_position {
        top: 23px;
    }
    /* top section finished */
    /*nav menu started*/
    .be_acc_collapse {
        padding: 15px;
    }
    /*nav menu finshed*/
    /* Carousel section started */
    .be_bnr_txthd {
        font-size: 29px;
    }
    .be_bnr_txtspan {
        font-size: 30px;
    }
    .be_bnr_txt {
        width: 100%;
        padding: 25px 40px 0px 40px;
    }

    /* .carousel-inner>.item>a>img,
    .carousel-inner>.item>img {
        height: 250px;
        width: auto !important;
        max-width: none;
    } */

    .be_bnr_txtpara {
        padding-right: 30%;
        font-size: 13px;
        line-height: 18px;
    }
    .be_carousel_control_right {
        height: 30px;
        width: 30px;
    }
    .be_carousel_control_right>i {
        right: 10px;
        top: 4px;
    }
    .be_carousel_control_left {
        height: 30px;
        width: 30px;
    }
    .be_carousel_control_left>i {
        left: 10px;
        top: 4px;
    }
    /* Carousel section finished */
    /* About section satrted */
    .be_welcme_img {
        width: 100%;
        top: 0px;
        left: 0px;
    }
    .be_welcme_div {
        width: 100%;
    }
    .be_welcme_innr {
        padding-bottom: 10px;
    }
    /* About section finished */
    /* Courses section satrted */
    .be_head {
        font-size: 21px;
    }
    .be_para>span {
        font-size: 12px;
    }
    .be_para>span>h2 {
        font-size: 13px;
    }
    /* Course section finished */
    /* Upcoming event section satred */
    .be_evnt_fac_h {
        font-size: 21px;
        line-height: 21px;
    }
    .be_evnt_fac_hevnt::after {
        top: 0px;
    }
    /* Upcoming Event section finished */
    /* Online exam section started */
    .be_list>li {
        margin-bottom: 0px;
        line-height: 15px;
    }
    .be_exm {
        min-height: 372px;
        width: 100%;
        min-height: auto;
    }
    .be_ref {
        min-height: 372px;
        width: 100%;
        min-height: auto;
    }
    .be_std .be_para {
        padding: 0 20px;
    }
    .be_h1>span {
        font-size: 22px;
    }
    .be_h1 {
        font-size: 13px;
    }
    /* Online Exam section finished */
    /* subscribe section satrted */
    .be_nws_input {
        height: 35px;
    }
    .be_nws_btn {
        height: 35px;
    }
    /* subscribe section finished */
    /* footer section satrrted */
    .be_menu_right {
        width: 46% !important;
    }
    .be_menu_left {
        width: 46% !important;
    }
    .be_fcontact_text {
        font-size: 11px;
        line-height: 30px;
    }
    .be_ftime {
        margin-left: 0px;
        margin-bottom: 10px;
    }
    .be_fsocial {
        margin-left: 0px;
    }
    .be_fdetail_main {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .be_fmain {
        padding: 0px 0px 10px;
    }
    .be_fcell_info {
        margin-left: 0px;
        width: 100%;
        margin-bottom: 15px;
    }
    .be_fmail {
        width: 100%;
        margin-bottom: 15px;
    }
    .be_fcontacts {
        width: 100%;
        margin-bottom: 15px;
    }
    /* Footer section  finished */
    /*new 3/9/2018*/
    .be_about_sub_head {
        font-size: 14px;
        margin-bottom: 15px;
    }
    .be_qrcode_form_txt {
        width: 100%;
    }
    .be_gallery_img span {
        font-size: 13px;
    }
    .be_banner_head {
        font-size: 16px;
    }
    .be_news_date {
        font-size: 11px;
    }
    .be_news_text {
        font-size: 12px;
        height: auto;
    }
    .gl-margin-bottom-16 {
        margin-bottom: 10px;
    }
    .be_inner_head {
        font-size: 18px;
    }
    /*new 3/9/2018 end*/
    /* 5-4-2018 started */
    .be_student_love_img_cont {
        width: 310px;
        padding: 0px 15px;
        font-size: 13px;
    }
    .be_student_love_para ul li {
        font-size: 13px;
        padding: 0px 15px;
    }
    .be_student_love_quot::before {
        font-size: 25px;
    }
    .be_student_love_quot::after {
        font-size: 25px;
    }
    .be_student_love_quot {
        padding: 0px 50px 20px 50px;
    }
    /* 5-4-2018 FiNISHED */
    .be_sicon_wrap ul {
        display: none;
    }
    .be_header_topinnr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .be_lstn_wrap {
        -webkit-box-flex: 1;
        -ms-flex: 1 0;
        flex: 1 0;
    }
    .be_OurFeature_list li span::before {
        top: 9px;
        border-top: 5px solid transparent;
        border-left: 5px solid #0e4ca3;
        border-bottom: 5px solid transparent;
    }
    .be_OurFeature_list li span {
        padding-left: 15px;
        font-size: 11px;
    }
    .ac_sub_title {
        margin-bottom: 15px;
    }
    .be_com_h {
        margin-bottom: 20px;
    }
    .gallery_product {
        width: 50%;
    }
}

@media (max-width: 480px) {
    .gallery_product {
        width: 100%;
    }
    /* bright education */
    .be_slider_title {
        font-size: 18px;
        width: 100%;
    }
    .be_bnr_txthd span.be_bnr_title_para {
        font-size: 15px;
        width: 100%;
        margin-bottom: 20px;
    }
    .be_slider_title2 {
        font-size: 15px;
        width: 100%;
    }
    .be_latest_news {
        font-size: 10px;
        width: 85px;
    }
    .be_faq_search {
        display: none;
    }
    /* .be_header_topinnr{} */
    .be_logo_wrap {
        /* display: none; */
        left: 0;
    }
    .be_branch_wrap {
        /* width: 90%;
        left: 8%; */
    }
    .be_branch_wrap ul li {
        padding-right: 1px;
    }
    .be_slider_form_wrap {
        padding: 15px;
    }
    .be_welcme_img {
        padding: 0;
        margin-bottom: 20px;
    }
    .be_images_Structure_wrap span {
        width: 100%;
    }
    .be_images_Structure_wrap span img {
        width: 100%;
    }
    .be_branch_wrap ul li a {
        font-size: 10px;
    }
    /* bright education */
    /* topsection started */
    .be_logo_wrap1 img {
        top: 0px;
    }
    /* .be_search_input button {height: 20px;} */
    .be_header_top {
        height: 30px;
    }
    .be_ham_position>i {
        font-size: 20px;
    }
    .be_ham_position {
        top: 20px;
    }
    .be_sicon_wrap {
        top: 45px;
    }
    /*class added by ullas on 22-08-2020*/
    .top_head_placement {
        display: none;
    }
    .be_acc_collapse {
        padding: 13px 15px !important;
        font-size: 13px !important;
    }
    .be_hmid_wrap1 {
        font-size: 14px;
        line-height: 14px;
        padding-top: 10px;
    }
    .be_hmid_wrap1 span {
        font-size: 12px;
    }
    .be_hmid_icon {
        top: 0px;
        left: 10%;
    }
    .be_search_input input {
        top: -3px !important;
    }
    /* .be_latest_news{width:100px;padding-left:5px;left:0;height:30px;line-height: 30px;} */
    .be_latest_news::after {
        border-width: 15px 0px 14px 13px;
    }
    .be_latest_news::before {
        border-width: 15px 0px 14px 13px;
    }
    .be_mrqe_wrap {
        padding-left: 90px;
        height: 30px;
        width: 100%;
    }
    .be_mrqe_wrap ul li {
        line-height: 30px;
    }
    .be_sicon_wrap ul li a {
        width: 10px;
    }
    .be_logo_wrap1 {
        height: 65px;
        width: 80px;
        top: 0;
        padding: 10px;
    }
    .be_logo_wrap1::after {
        border-width: 25px 39px 0px 40px;
        bottom: -30px;
    }
    .head_fix .be_logo_wrap1 {
        height: 47px;
        width: 75px;
        top: -5px;
        padding: 12px;
    }
    .head_fix .be_logo_wrap1>img {
        top: -8px;
    }
    .head_fix .be_logo_wrap1::after {
        border-width: 25px 39px 0px 37px;
        bottom: -30px;
    }
    .head_fix .be_sicon_wrap {
        top: 35px;
    }
    .head_fix .be_hmid {
        height: 45px;
    }
    .head_fix .be_search_input input {
        top: -2px !important;
    }
    .head_fix .be_search_input button {
        height: 20px;
        line-height: 20px;
    }
    .head_fix .be_latest_news {
        font-size: 12px;
        padding-left: 10px;
    }
    .head_fix .be_ham_position {
        top: 7px;
    }
    .be_hmid {
        /* height: 60px; */
    }
    .be_sicon_wrap>ul>li>a>i {
        line-height: 33px;
    }
    .be_sicon_wrap ul li a {
        font-size: 15px;
    }
    .be_search .be_search_input button>i {
        font-size: 15px;
    }
    .be_search_input {
        top: 2px;
    }
    .be_search {
        margin-top: 3px;
    }
    .be_search:hover .be_search_input input {
        height: 26px;
    }
    /* topsection finished */
    /* Hamberger menu items satrted */
    .be_hm_logo_wrap {
        height: 80px;
        width: 100px;
        padding: 12px;
        top: -5px;
    }
    .be_hm_logo_wrap::after {
        border-width: 35px 53px 0px 48px;
        bottom: -35px;
        width: 100px;
    }
    .be_hm_logo {
        height: 150px !important;
    }
    .be_hm_panel:last-child {
        margin-bottom: 2px;
    }
    .be_acc_collapse:last-child {
        border-bottom: none;
    }
    /* Hamberger menu items finished */
    /* Carousel section started */
    .be_bnr_txt {
        padding: 35px 40px 0px 40px;
    }
    .be_bnr_txthd {
        font-size: 22px;
    }
    .be_bnr_txtspan {
        font-size: 24px;
    }
    .be_bnr_txtpara {
        line-height: 18px;
        font-size: 13px;
        width: 100%;
        height: 20px;
        margin-bottom: 20px;
    }

    /* .carousel-inner>.item>a>img,
    .carousel-inner>.item>img {
        height: 300px;
        width: auto !important;
        max-width: none;
    } */

    .be_banner_wrap {
        margin-bottom: 10px;
    }
    .be_carousel_control_left>i {
        top: 5px;
    }
    .be_carousel_control_right>i {
        top: 5px;
    }
    /* Carousel section finished */
    /* About section started */
    .be_welcme_div {
        width: 100%;
        float: left;
    }
    .be_vwbtn {
        padding: 8px 18px;
    }
    .be_welcme_wrap {
        margin-bottom: 20px;
        padding: 10px 0px 0px 0px;
    }
    /* About section finished */
    /* Course section started */
    .be_crse_wrap {
        padding: 40px 0px 40px 0px;
    }
    .be_head {
        padding-bottom: 10px;
        margin: 0 auto 15px;
    }
    .be_crse_cont {
        margin-bottom: 20px;
    }
    /* Course section finished */
    /* Upcoming Events started */
    .be_evnt_fac_h {
        font-size: 20px;
        line-height: 20px;
    }
    .be_evnt_fac_hevnt::after {
        font-size: 18px;
    }
    .be_com_btn {
        padding: 7px 15px;
        font-size: 10px;
    }
    /* Upcoming events finished */
    /* Online exam sectio started */
    .be_h1>span {
        font-size: 20px;
        line-height: 25px;
    }
    .be_h1 {
        font-size: 12px;
    }
    .be_list>li {
        font-size: 13px;
        margin-bottom: 10px;
    }
    .be_list>li>a {
        font-size: 13px;
        margin: 0px 0px;
    }
    .be_std .be_para {
        padding: 0px;
    }
    .be_btm_full {
        padding: 15px;
    }
    .be_vmore {
        font-size: 11px;
        margin-bottom: 15px !important;
    }
    .be_btm_part {
        padding: 25px 15px;
    }
    /* Online exam section finished */
    /* Gallery section started */
    .be_gal_wrp {
        width: 100%;
    }
    /* Gallery section finished */
    /*FooterSection started*/
    .be_menu_right {
        width: 100% !important;
    }
    .be_menu_left {
        width: 100% !important;
    }
    .be_flogo {
        width: 100%;
        text-align: center;
        padding-top: 20px;
        margin-bottom: 15px;
    }
    .be_fnav {
        margin-bottom: 10px;
        width: 100%;
        float: left;
    }
    .be_menu_right {
        width: 100%;
        margin-bottom: 15px;
    }
    .be_fcontacts {
        width: 100%;
        font-size: 10px;
        float: left;
        margin-bottom: 15px;
    }
    .ac_follow_wrap {
        margin-bottom: 0;
    }
    .be_fcell_info {
        width: 100%;
        margin: 0px 0px 15px 0px;
        padding: 0px;
    }
    .be_fmail {
        width: 100%;
        margin-bottom: 15px;
    }
    .be_menu_left {
        width: 100% !important;
        margin: 0px !important;
    }
    .be_fdetail_main {
        margin-bottom: 0px;
        padding-bottom: 0px;
    }
    .be_ftime {
        margin: 15px 0px;
    }
    .be_fmain {
        padding: 0px 0px 15px;
    }
    .be_linksite {
        padding: 10px 0px;
    }
    .ac_contact_inner_split {
        margin-bottom: 15px;
    }
    /*FooterSection finished*/
    /*Result Responsive Page started*/
    .be_result_right {
        width: 70%;
    }
    .be_result_left {
        width: 30%;
    }
    .be_result_code_txt {
        width: 200px;
        font-size: 12px;
    }
    .be_result_name_txt {
        width: 200px;
        font-size: 12px;
    }
    .be_res_title_cnt {
        font-size: 13px;
    }
    .be_view1 {
        width: 200px;
        font-size: 12px;
    }
    /*Result Responsive page finished*/
    /* new 3/9/2018 */
    .be_about_detail_table table tr td:first-child {
        font-size: 12px;
        min-width: 110px;
    }
    .be_about_detail_table table tr td:last-child {
        font-size: 12px;
    }
    .be_course_detail_table table tr td:first-child {
        font-size: 12px;
        min-width: 110px;
    }
    .be_course_detail_table table tr td:last-child {
        font-size: 12px;
    }
    /* new 3/9/2018  */
    /* 5-4-2018 started */
    .be_student_love_cont {
        float: left;
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }
    .be_student_love_cont_wrap {
        padding: 0;
    }
    .be_student_love_img_cont {
        width: 100%;
        padding: 20px 0px;
    }
    .be_student_love_img {
        width: 100%;
        float: left;
    }
    .be_student_love_img img {
        width: 100%;
        float: left;
    }
    .be_student_love_wrds {
        width: 100%;
        float: left;
        padding: 0px 20px;
    }
    .be_with_love {
        width: 100%;
        float: left;
        padding: 0px 20px;
    }
    .be_student_love_quot::before {
        left: 0;
    }
    .be_student_love_quot::after {
        right: 0;
    }
    .be_student_love_quot {
        padding: 0px 25px 20px 30px;
    }
    .be_student_love_para ul li {
        line-height: 18px;
    }
    .be_student_love_para {
        font-size: 13px;
        padding: 0;
    }
    .be_student_love_para span {
        padding: 0;
    }
    /* 5-4-2018 finished */
    .be_gal_inr {
        margin-bottom: 15px;
    }
    .ac_course_dtl_btn_wrap {
        margin-bottom: 15px;
    }
    .ac_course_dtl_btn_wrap .ac_course_btn {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
        text-align: center;
        font-size: 11px;
    }
    .ac_course_dtl_btn_wrap .ac_course_btn:last-child {
        margin-bottom: 0;
    }
    .ac_plcmnt_serv_input_form_group {
        margin-bottom: 10px;
    }
    .filter-button {
        width: 100%;
    }
    .gllry_fltr_btn_wrap {
        padding: 0;
    }
    .gallery_product {
        padding: 0;
    }
}

@media (max-width: 381px) {
    /* bright education */
    .be_branch_wrap ul li a {
        font-size: 8px;
    }
    .be_evnt_img {
        width: 100%;
        margin-bottom: 20px;
    }
    .be_evnt_img img {
        width: 100%;
    }
    .be_evnt_cont {
        padding-right: 0px;
    }
    .be_exm {
        width: 100%;
        float: left;
        min-height: auto;
    }
    .be_panel_btn {
        font-size: 14px;
    }
    .be_welcme_img {
        width: 100%;
        float: left;
        position: relative;
    }
    .be_welcme_div {
        padding-top: 0px;
        width: 100%;
        float: left;
    }
    .be_evnt_cont {
        padding: 10px 0px;
    }
    .be_menu_left {
        margin-left: 0;
    }
    .be_menu_right {
        width: 100%;
    }
    .be_linksite_f {
        font-size: 10px;
    }
    .be_nwsltr {
        font-size: 15px;
        padding-left: 20px;
        line-height: 20px;
    }
    .be_nwsltr>i {
        font-size: 15px;
        top: -5px;
    }
    .be_nws_input {
        height: 30px;
    }
    .be_nws_btn {
        height: 30px;
    }
    .head_fix .be_latest_news {
        padding-left: 5px;
    }
    /* .be_latest_news{font-size:13px;width:90px;} */
    /*new 3/9/2018*/
    .be_alumni_member_img_bg {
        width: 100%;
        margin-bottom: 20px;
    }
    .be_alumni_member_detl {
        width: 100%;
        padding-left: 0px;
    }
    .be_alumni_member_title {
        font-size: 16px;
    }
    .be_alumni_member {
        padding: 15px;
    }
    /*new end 3/9/2018*/
    .ac_placemnt_title {
        width: 100%;
        margin-bottom: 5px;
    }
    .ac_placement_search_landing_wrap {
        margin-bottom: 20px;
    }
}

@media (max-width: 320px) {
    /* Carousel section started */
    .be_bnr_txthd {
        font-size: 20px;
    }
    .be_bnr_txtspan {
        font-size: 21px;
    }
    /* .be_bnr_txtpara{line-height: 15px;font-size: 12px;} */
    /* Carousel section finished */
    /* subscribe section started */
    .be_nwsltr {
        font-size: 16px;
        padding-left: 25px;
        line-height: 30px;
    }
    .be_nwsltr>i {
        font-size: 16px;
    }
    /* subscribe section finished */
    /* Footer section started */
    .be_flogo {
        width: 100%;
        text-align: center;
        padding: 0;
        margin-bottom: 50px;
    }
    .be_fnav {
        margin-bottom: 0px;
        width: 100%;
        float: left;
    }
    .be_menu_right {
        width: 45%;
    }
    .be_fcontacts {
        width: 100%;
        font-size: 10px;
        float: left;
        margin-bottom: 20px;
    }
    .be_fcell_info {
        width: 100%;
        margin: 0px;
        padding: 0px;
    }
    /* Footer section finished */
}


/*EOF ajin*/

.hmbs_icon a {
    padding: 0 10px;
}

.hmbs_icon {
    color: #e12229;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    float: left;
    font-size: 20px;
    padding: 10px 0px;
}

.be_bnr_banner_number {
    font-family: "Montserrat", sans-serif;
    position: absolute;
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 5px 15px;
    display: none;
    /* margin-left: -25px; */
    color: #fff;
}

.be_bnr_banner_number2 {
    font-family: "Montserrat", sans-serif;
    position: absolute;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 5px 15px;
    display: none;
    margin-left: -25px;
    color: #fff;
}

.be_bnr_banner_number i {
    margin-top: 7px;
    margin-right: 10px;
}


/* ullas */

.top_head_placement {
    padding: 2px;
}

.certificate_logo {
    width: 120px;
}

.certificate_logo img {
    width: 100%;
}

.certificate_logo a {
    display: none;
}

.certificate_logo-res {
    display: none;
}

.head_fix .ac_placement_search_btn {
    padding: 3px;
}

.be_hamb_menu .be_h_nav .be_hmid .certificate_logo {
    width: 100%;
}

.be_hamb_menu .be_h_nav .be_hmid .certificate_logo img {
    display: none;
}

.be_hamb_menu .be_h_nav .be_hmid .certificate_logo a {
    display: block;
    background-color: #e12229;
    font-size: 11px;
    padding: 10px;
}

.ham-btn {
    display: none!important;
}

.be_branch_wrap {
    /* width: 70%; */
    /* width: 60%; */
    width: auto;
    float: left;
    padding: 0 25px 0px 125px;
    -webkit-box-flex: 1;
    /* -ms-flex: 1 0;*/
    /* flex: 1 0; */
}

.head_fix .be_branch_wrap {
    padding: 15px 0px 15px 125px;
}

@media(max-width: 1024px) {
    .certificate_logo {
        width: 85px;
    }
    .be_branch_wrap {
        width: auto;
        padding: 0px 0px 0 90px;
        float: left;
        position: relative;
    }
}

@media (max-width: 768px) {
    .certificate_logo-res {
        display: block;
    }
    .be_hamb_menu .be_h_nav .be_hmid .ham-btn {
        display: block!important;
    }
}

@media (max-width: 560px) {
    .certificate_logo-res {
        width: 90px;
        float: right;
    }
    .be_branch_wrap {
        width: auto;
        padding: 0px 0px 0 0px;
        float: left;
        position: relative;
    }
}

.mainhead {
    margin-bottom: 2px !important;
    color: #434343 !important;
    font-weight: 700 !important;
    font-size: 16px;
    line-height: 22px;
    font-family: 'Open Sans', sans-serif;
}

.feedback {
    font-family: "Open Sans", sans-serif;
    font-size: 11px;
    color: #0C4DA1 !important;
    margin-bottom: 20px !important;
    width: 100%;
    float: left;
    word-break: break-all;
    line-height: 15px;
    font-weight: 400;
    position: relative;
}

.feedback span {
    position: relative;
}

.feedback_1 {
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    color: #0C4DA1 !important;
    margin-bottom: 20px !important;
    width: 100%;
    float: left;
    word-break: break-all;
    line-height: 18px;
    position: relative;
    font-weight: 400;
}

.feedback_1 span {
    position: relative;
}

.feedback span::after {
    border-bottom: 1px solid #E12227;
    content: '';
    position: absolute;
    left: 40px;
    right: 0;
    width: 30px;
    bottom: -8px;
}

.feedback_1 span::after {
    border-bottom: 1px solid #E12227;
    content: '';
    position: absolute;
    left: 0px;
    right: 0;
    width: 30px;
    bottom: -8px;
}

.feedback_1.right_align span::after {
    border-bottom: 1px solid #E12227;
    content: '';
    position: absolute;
    left: auto;
    right: 0;
    width: 30px;
    bottom: -8px;
}

.student span::after {
    border-bottom: 1px solid#E12227;
    content: '';
    position: absolute;
    left: -40px;
    right: 0;
    width: 30px;
    bottom: 16px;
    margin: 0 auto;
    color: #0C4DA1 !important;
}

.feedbackhead {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 30px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    color: #434343;
}

.feedbackhead span {
    padding-left: 15px;
    position: relative;
}

.feedbackhead span::after {
    border-bottom: 2px solid #0C4DA1;
    content: '';
    position: absolute;
    left: -6px;
    width: 20px;
    top: 8px;
    margin: 0 auto;
    color: #0C4DA1 !important;
    transform: rotate(90deg);
}

.studentpic img {
    margin: 0 auto;
    display: block;
}


/* ajith 27-11-2020 */

.wrpr_4 {
    -webkit-box-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%
}

.wrpr_6 {
    -webkit-box-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.wrpr_7 {
    -webkit-box-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%
}

.wrpr_8 {
    -webkit-box-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%
}

.wrpr_9 {
    -webkit-box-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.wrpr_12 {
    -webkit-box-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media(max-width:576px) {
    .wrpr_12_xs {
        -webkit-box-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media(max-width:768px) {
    .wrpr_12_sm {
        -webkit-box-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.custom_padding {
    padding: 0px 100px;
}

@media(max-width:1200px) {
    .custom_padding {
        padding: 0px 80px;
    }
}

@media(max-width:1024px) {
    .custom_padding {
        padding: 0px 15px;
    }
}

.wrap_flex {
    display: flex;
    flex-wrap: wrap;
}

.full_height {
    height: 100%;
}

.feedback_wrapper {
    padding-right: 30px;
}

.feedback_wrapper_2 {
    padding-left: 30px;
}

.img_wrapper {
    padding-right: 20px;
}

.position_relative {
    position: relative;
}

.m_bottom {
    margin-bottom: 40px;
}

.studentname {
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    color: #434343;
    font-family: 'Open Sans', sans-serif;
}

.feed_para {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #707070;
    font-family: 'Open Sans', sans-serif;
}

.comment {
    background-color: #fff;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.16);
    padding: 12px;
    font-size: 14px;
    line-height: 20px;
    color: #707070;
    font-family: 'Open Sans', sans-serif;
}

.comment:after {
    content: '';
    position: absolute;
    top: 20px;
    left: -22px;
    height: 0px;
    width: 0px;
    border: solid transparent;
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #fff;
    border-width: 10px;
    border-top: 12px solid #fff;
    border-right: 16px solid #fff;
    border-bottom: 20px solid transparent;
    border-left: solid 10px transparent;
    -webkit-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.50));
    filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.50));
    z-index: -1;
}


/* .comment:before{
  content: '';
  position: absolute;
  transform: rotate(-20deg);
  width: 10px;
  height: 10px;
  left:3px;
  z-index: -1;
  border-width: 10px;
  border-top: 18px solid #fff;
    border-right: 12px solid #fff;
    border-bottom: 26px solid transparent;
    border-left: solid 10px transparent;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.16);
} */

.view_all_link {
    font-size: 12px;
    line-height: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #707070;
    text-align: right;
    position: relative;
}

.view_all_link span::after {
    border-bottom: 1px solid #0C4DA1;
    content: '';
    position: absolute;
    left: auto;
    right: 50px;
    width: 14px;
    bottom: 9px;
    margin: 0 auto;
}

.hr_line {
    width: 100%;
    height: 1px;
    background-color: #0C4DA1;
    margin-top: 25px;
    margin-bottom: 25px;
    position: relative;
}

.hr_line:after {
    content: '';
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: #0C4DA1;
    position: absolute;
    left: 0px;
    top: -5px;
}

.hr_line:before {
    content: '';
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: #0C4DA1;
    position: absolute;
    right: 0px;
    top: -5px;
}

.flex_rev {
    display: flex;
    flex-direction: row-reverse;
}

.text_align_right {
    text-align: right;
}

.text_align_left {
    text-align: right;
}

.align_title {
    text-align: right;
}

@media(max-width:768px) {
    .align_title_sm {
        text-align: left;
    }
}

.item_center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.view_more_btn {
    width: auto;
    float: left;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    font-family: 'Open sans' sans-serif;
    color: #707070;
    border-radius: 5px;
    border: 1px solid #c6c6c6;
    background-color: #f5f5f5;
    padding: 12px 60px;
    margin-top: 25px;
    margin-bottom: 85px;
}

.feedback_comments,
.section_bottom {
    padding: 0px 15px;
}

@media(max-width:768px) {
    .feedback_wrapper {
        padding-right: 0px;
        margin-bottom: 20px;
    }
    .feedback_wrapper_2 {
        padding-left: 0px;
        margin-bottom: 20px;
    }
    .img_wrapper {
        padding-right: 0px;
    }
    .m_bottom {
        margin-bottom: 20px;
    }
    .comment:after {
        display: none;
    }
}

@media(max-width:576px) {
    .feedback_img {
        margin-bottom: 15px;
    }
    .view_all_link span::after {
        right: 64px;
    }
    .flex_rev {
        flex-direction: column;
    }
}


/* ullas 11-FEB-2021 */

.webinar_form {
    width: 50%;
    margin: 0 auto;
    display: table;
    margin-bottom: 50px;
}

.be_web_form {
    position: relative;
    float: left;
    width: 100%;
}

@media(max-width:768px) {
    .webinar_form {
        width: 75%;
        margin: 0 auto;
        display: table;
        margin-bottom: 25px;
    }
}

@media(max-width:576px) {
    .webinar_form {
        width: 100%;
        margin: 0 auto;
        display: table;
        margin-bottom: 15px;
    }
    .be_contact_para p {
    
        font-size: 14px;
      
    }
}

.privacy-content{
    margin-bottom: 45px;
}
.mb-15{
    margin-bottom: 25px!important;
}
.privacy-content p{
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    color: #707070;
    margin-bottom: 0px;
    width: 100%;
    float: left;
    font-weight: 400;
    word-break: break-all;
    line-height: 22px;
}

@media(max-width:576px) {

.privacy-title{
    font-size: 18px!important;
    padding-bottom: 10px;

}
.privacy-content{
    margin-bottom: 0px;
}
}
.dropdown-container {
    position: relative;
    display: inline-block;
}
.dropdown-button {
    width: fit-content;
    color: black;
    padding: 10px;
    font-size: 13px;
    border: none;
    cursor: pointer;
    background-color: #FFFFFF;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #F9F9F9;
    min-width: 250px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 9999999;
}
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
.dropdown-content a:hover {
    background-color: #F1F1F1;
}
.dropdown-container:hover .dropdown-content {
    display: block;
}
.brder-btm {
    border-bottom: 1px solid #DFDFDF;
}
@media(max-width:991px) {
    .dropdown-container {
        position: relative;
        display: inline-block;
        margin: auto;
    }
    .dropdown-content {
        min-width: 220px;
    }
}
