body {
    margin: 0;
    padding: 0;
    font-family: DroidSans;
    font-size: 13px;
    /*color:#a0a0a0;*/
	/*overflow-x: hidden;*/

}
@font-face {
    font-family: 'droid_sansregular';

    src: url(fonts/DroidSans-webfont.eot);
    src: url(fonts/DroidSans-webfont.eot);
    src: url(fonts/DroidSans-webfont.eot?#iefix) format('embedded-opentype'), url(fonts/DroidSans-webfont.woff2) format('woff2'), url(fonts/DroidSans-webfont.woff) format('woff'), url(fonts/DroidSans-webfont.ttf) format('truetype'), url(fonts/DroidSans-webfont.svg#droid_sansregular) format('svg');

    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'DroidSans';
    src: url(fonts/DroidSans.eot?#iefix) format('embedded-opentype'), url(fonts/DroidSans.woff) format('woff'), url(fonts/DroidSans.ttf) format('truetype'), url(fonts/DroidSans.svg#DroidSans) format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSans';
    src: url(fonts/OpenSans.eot?#iefix) format('embedded-opentype'), url(fonts/OpenSans.woff) format('woff'), url(fonts/OpenSans.ttf) format('truetype'), url(fonts/OpenSans.svg#OpenSans) format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Calibri-Bold';
    src: url(fonts/Calibri-Bold.eot?#iefix) format('embedded-opentype'), url(fonts/Calibri-Bold.woff) format('woff'), url(fonts/Calibri-Bold.ttf) format('truetype'), url(fonts/Calibri-Bold.svg#Calibri-Bold) format('svg');
    src: url(fonts/Calibri-Bold.eot);

}

/*
@font-face {
    font-family: 'MyriadPro-Regular';
    src: url(fonts/myriadpro-regular.eot?#iefix) format('embedded-opentype'),
    url(fonts/myriadpro-condit.woff) format('woff'),
    url(fonts/myriadpro-condit.ttf) format('truetype'),
    url(fonts/myriadpro-condit.svg#DroidSans) format('svg');
    font-weight: normal;
    font-style: normal;
}*/

@font-face {
    font-family: 'MyriadPro-Regular';
    src: url(fonts/my/MyriadPro-Regular.eot?#iefix) format('embedded-opentype'),
    url(fonts/my/myriadpro-condit.woff) format('woff'),
    url(fonts/my/MyriadPro-Regular.ttf) format('truetype'),
    url(fonts/my/MyriadPro-Regular.svg#DroidSans) format('svg');
    font-weight: normal;
    font-style: normal;
}

.margin_bottom15 {
    margin-bottom: 15px;
}

.default_width {
    width: 100%;
    float: left;
    min-height: 30px;
    background-color: #000;
}

.default_width50 {
    width: 49%;
    float: left;
    min-height: 30px;
    background-color: #000;
}

.default_width30 {
    width: 29%;
    float: left;
    min-height: 30px;
    background-color: #000;
}

.default_width25 {
    width: 25%;
    float: left;
    min-height: 30px;
}

.default_width70 {
    width: 69%;
    float: left;
    min-height: 30px;
    background-color: #000;
}

.default_width75 {
    width: 75%;
    float: left;
    min-height: 30px;
}

h1, h2, h3, h4, h5, h6 {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    font-weight: 100;
    font-family: MyriadPro-Regular;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 26px;
    color: #535353;
    font-family: MyriadPro-Regular;
    font-weight: 600;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 18px;
    color: 5 a5b5b;
    font-weight: 100;
}

h5 {
    font-size: 16px;
    color: #444444;
    font-family: DroidSans;
}

h6 {
    font-size: 12px;
    color: #5a5b5b;
}

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

a {
    font-size: 15px;
    text-decoration: none;
    color: #ffffff;
    font-family: MyriadPro-Regular;
}

li {
    float: left;
    padding: 8px 10px;
	color: #a0a0a0;
    font-family: DroidSans;
    font-size: 13px;
    line-height: 18px;
    
}
p {
    color: #a0a0a0;
    display: inline-block;
    font-family: DroidSans;
    font-size: 13px;
    line-height: 18px;
    padding: 0;
}

.text_left {
    text-align: left;
}

.text_right {
    text-align: right;
}
/**************** global *********************/
.main_header {
    background-color: #fff;
    /* border-bottom: 5px solid #b0b0b0; */
    float: left;
    height: 147px;
    width: 100%;
    background: url(images/content/Untitled-7.png);
}
.header {
    width: 972px;
    margin: auto;
    min-height: 10px;
}

.header_left {
    width: 250px;
    min-height: 20px;
    float: left;
}

.header_right {
    width: 725px;
    min-height: 20px;
    float: left;
}

.navbar_div {
    width: 100%;
    float: left;
    height: 30px;
}

/*.navbar_div li:last-child {*/
/*padding-right: 0px;*/
/*padding-left: 0px;*/
/*}*/
.top_div {
    float: left;
    width: auto;
    float: right;
    height: 34px;
    text-align: right;
    background-color: #535353;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

.top_div a {
    font-size: 13px;
}

.a_tag_top {
    position: relative;
    top: 3px;
}

.top_div p {
    position: relative;
    left: -6px;
    color: #fff;
    line-height: 0px;
}

.top_div span {
    position: relative;
    top: 4px;
}

.top_div li {
    padding: 3px 11px;
}

.text_right li.Visitors_counter {
    margin: 2px 0 0;
}

.top_div li:last-child {
    padding-left: 9px !important;

}

.search_div_top {
    float: right;
    height: 30px;
    margin-top: 42px;
    margin-bottom: 4px;
}

.navbar_div li {
    padding: 1px 1px 0px;
}

.navbar_div li a:hover {
    background-color: #dd241b;
    /*padding: 5px 7px 7px;*/
}

.navbar_div li a {
    padding: 5px 6.5px 6px; 
}

.search_div_top_1 {
    float: right;
    min-height: 30px;
    width: 525px;
}

.top_texttbox {
    width: 265px;
    height: 20px;
    padding: 5px;
    float: left;
    border-color: #c0c0c0;
    border-style: solid;
    border-width: 1px;
}

.button_top_search {
    width: 76px;
    height: 33px;
    margin-left: 6px;
    background-color: #dd241b;
    outline: none;
    border: none;
    color: #fff;
}

.bottom_div_headar {
    float: left;
    background-color: #535353;
    width: 100%;
    height: 39px;
    margin-top: -39px;
}

/********************************* preview__header CLOJ ********************************/
.slader_line {
    width: 100%;
    height: 6px;
    float: left;
    background: url(images/slider/line.png);
}

.slider {
    /*background: url(images/slider/slader.png);*/
    width: 100%;
    height: auto;
    float: left;
    background-color:#535353;
}

/********************************* slader CLOJ ********************************/
.main_container {
    width: 100%;
    min-height: 30px;
    float: left;
}

.section_first_contant {
    width: 997px;
    min-height: 30px;
    margin: 32px auto;
}

.section_first_contant_left {
    width: 661px;
    float: left;
    margin-right: 11px;
    min-height: 30px;
}

/*added by tushi*/
.frist_contant_maindel {
    width: 99%;
    height: auto;
    float: left;
    margin-top: 26px;
}
/*added by tushi*/
.frist_contant_maindel_left {
    float: left;
    height: 181px;
    width: 275px;
    background: url(images/content/content.png)
}

.section_first_contant_right {
    width: 300px;
    float: left;
    min-height: 30px;
}

.section_first_contant_right_midel {
    border-color: #e8e8e8;
    border-style: solid;
    border-width: 1px;
    float: left;
    min-height: 30px;
    margin-top: 14px;
    width: 323px;
}

.contant_icon {
    float: left;
    background: url(images/content/icon.png);
    width: 115px;
    height: 119px;
    margin-top: 20px;
}

.contant_text p {
    font-size: 13px;
}

.section_right_midel > h6 {
    float: left;
    font-size: 13px;
    margin: -4px 0 0px;
    text-align: left;
    width: 100%;
    font-style: italic;
}

.section_right_midel > p {
    margin: 9px 0;
    padding: 0;
}

.frist_contant_maindel > p {
    margin: 8px 0;
    padding: 0;
}

/********************************* section_first_contant CLOJ ********************************/
/*added by tushi*/
.contant_second {
    background-color: #f8f8f8;
    float: left;
    margin-top: 40px;
    min-height: 30px;
    width: 100%;
}
/*added by tushi*/

.contant_second_midel {
    margin: 42px auto 0;
    min-height: 30px;
    width: 997px;
}

.contant_second_midel_left {
    float: left;
    margin-bottom: 34px;
    min-height: 30px;
    width: 550px;
}

.contant_second_evants {
    float: left;
    min-height: 30px;
    width: 294px;
	margin-right:10px;
}

.contant_second_news {
    float: right;
    margin-left: -3px;
    min-height: 30px;
    width: 227px;
}

.contant_second_evants h4 {
    border-bottom-style: solid;
    border-width: 1px;
    height: 31px;
    width: 100%;
    font-size: 20px;
    color: #028bd5;
    border-color: #e0e0e0;
}

.contant_second_evants_bottom_div_right p {
    margin: 1px 0 0;

}

.contant_second_evants_bottom_div_left {
    width: 60px;
    float: left;
    min-width: 30px;
}

.contant_second_calende {
    float: left;
    height: 50px;
    min-width: 30px;
    width: 50px;
}

.contant_second_calende h5 {
    border-color: #acacac;
    border-style: solid;
    border-width: 1px;
    color: #989898;
    font-weight: 600;
    padding: 2px 0 0;
    text-align: center;
    width: 92%;
}

.contant_second_calende h6 {
    background-color: #0387cf;
    color: #fff;
    float: left;
    font-weight: 600;
    padding: 2px 0;
    text-align: center;
    width: 48px;
}

.contant_second_evants_bottom_div_right {
    float: left;
    margin-left: 7px;
    margin-top: -4px;
    min-width: 30px;
    width: 226px;
}

.contant_second_news h4 {
    border-bottom-style: solid;
    border-width: 1px;
    height: 31px;
    width: 100%;
    font-size: 20px;
    color: #028bd5;
    border-color: #e0e0e0;
}

.contant_second_evants_bottom_div_right1 {
    float: left;
    margin-left: 7px;
    min-width: 30px;
    width: 226px;
    margin-top: 13px;
    min-height: 258px;
}

.contant_second_evants_bottom_div_right1 p {
    margin: 1px 0 0;
    width: 94%;
}

.second_line {
    background: url("images/content/img.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    height: 293px;
    margin-top: 47px;
    position: relative;
    right: 14px;
    width: 2px;
}

.contant_second_midel_right {
    float: right;
    margin-left: 20px;
    min-height: 30px;
    width: 413px;
    height: 305px;
    overflow: hidden;
}
.announcement_home_link{
    margin-left: 40px;
}

.contant_second_midel_right > h4 {
    border-bottom: 1px solid #e0e0e0;
    border-color: #e0e0e0;
    border-width: 1px;
    font-size: 20px;
    height: 31px;
    width: 100%;
    /*color: #5a5b5b;*/
    color: #028bd5;
}

.contant_second_Announcements {
    float: left;
    margin-top: 13px;
    min-height: 30px;
    width: 100%;
}

.contant_second_Announcements_left {
    width: 10px;
    float: left;
    min-height: 30px;
}

.contant_second_Announcements_left_icon {
    background: url("images/content/ico.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    height: 8px;
    margin: 5px 0 0;
    min-height: 30px;
    width: 7px;
}

.contant_second_Announcements_right {
    width: 400px;
    min-height: 20px;
    float: left;
}

.contant_second_Announcements_right p {
    margin: 0 0px 0px 4px;
    font-size: 13.5px;
    color: #898585;
}

/********************************* contant_second CLOJ ********************************/
.section_thard_contant {
    width: 100%;
    float: left;
    margin-top: 44px;
    min-height: 30px;
}

.section_thard_contant_midel {
    width: 997px;
    margin: 0px auto;
    height: 320px;
}

.section_thard_img {
    background-attachment: scroll;
    background-clip: border-box;
    background-image: url("images/content/carcal2.png");
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-radius: 162px;
    float: left;
    height: 291px;
    width: 291px;
    text-align: center;
    margin-right: 60px;
}

.section_thard_img1 {
    background-attachment: scroll;
    background-clip: border-box;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-radius: 162px;
    float: left;
    height: 291px;
    width: 291px;
    text-align: center;
    margin-right: 60px;
    background: url(images/content/carcal1.png);
}

.section_thard_img2 {
    background-attachment: scroll;
    background-clip: border-box;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-radius: 162px;
    float: left;
    height: 291px;
    width: 291px;
    text-align: center;
    background: url(images/content/carcal.png);
}

.section_thard_icon {
    float: left;
    margin-top: 33px;
    min-height: 30px;
    text-align: center;
    width: 100%;
}

.section_thard_icon h1 {
    background-color: #fff;
    border-radius: 50px;
    color: #acacac;
    font-size: 44px;
    height: 45px;
    margin-top: 19px;
    padding: 16px 24px 24px;
    width: 40px;
}

.section_thard_img > p {
    color: #fff;
    font-size: 16px;
    margin: 20px auto;
    text-align: center;
    width: 74%;
    line-height: 21px;
}

.section_thard_img > a {
    float: left;
    width: 100%;
    font-weight: bold;
    font-size: 13px;
    font-family: DroidSans;
}

.section_thard_icon h1 {
    background-color: #fff;
    border-radius: 50px;
    color: #acacac;
    font-size: 44px;
    height: 45px;
    margin-top: 19px;
    padding: 16px 24px 24px;
    width: 40px;
    font-family: DroidSans;
    font-weight: 700;

}

.section_thard_img1 > p {
    color: #fff;
    font-size: 16px;
    margin: 20px auto;
    text-align: center;
    width: 78%;
    line-height: 21px;
}

.section_thard_img1 > a {
    float: left;
    width: 100%;
    font-weight: bold;
    font-size: 13px;
    font-family: DroidSans;
}

.section_thard_img2 > p {
    color: #fff;
    font-size: 16px;
    margin: 20px auto;
    text-align: center;
    width: 78%;
    line-height: 21px;
}

.section_thard_img2 > a {
    float: left;
    width: 100%;
    font-weight: bold;
    font-size: 13px;
    font-family: DroidSans;
}

/********************************* section_thard_contant CLOJ ********************************/

.mini_slider {
    width: 100%;
    float: left;
    height: auto;
}

.mini_slider_midel {
    width: 1000px;
    margin: 0px auto;
    height: auto;
}

.mini_slider_full_width {
    width: 100%;
    margin: 20px auto;
    height: 170px;
    border-top-style: solid;
    border-width: 1px;
    border-color: #e6e6e6;
    float: left;
}

.mini_slider_inner_div {
    width: 100%;
    margin-top: 40px;
    height: 170px;
    border-top-style: solid;
    border-width: 1px;
    border-color: #e6e6e6;
    float: left;
}

.mini_slider_icon {
    width: 20px;
    float: left;
    min-height: 120px;
    background-color: #0387cf;
}

.mini_slider_midel_left {
    width: 959px;
    float: left;
    min-height: 30px;
}

.mini_slider_midel_left_img {
    width: 119px;
    height: 95px;
    float: left;
    margin: 14px 5px 12px 12px;
    background-repeat: no-repeat;
}

.mini_slider_icon span {
    float: left;
    height: 20px;
    margin-left: 3px;
    margin-top: 46px;
    width: 11px;
}

/*
.mini_slider_inner_right{

	width:20px;
	float:left;
	min-height:30px;


}*/
/********************************* mini_slider CLOJ ********************************/

/********************************* contant CLOJ ********************************/

/*.footer {
    width: 100%;
    height: 280px;
    float: left;
    background: url(images/footer/img.png);
	margin-top:20px;
}*/

.footer {
    background: none repeat scroll 0 0 #535353;
    box-shadow: 1px 0 6px #000 inset;
    float: left;
    height: auto;
    margin-top: 20px;
    padding-bottom: 20px;
    width: 100%;
}
 .link_to_li > li {
    color: #a0a0a0;
    list-style-type: square;
    margin-left: 23px;
}

.footer_midel {
    width: 955px;
    min-height: 120px;
    margin: auto;
}

.footer_midel_full_width {
    width: 100%;
    min-height: 30px;
    margin: auto;
}

.last_footer {
    width: 100%;
    background-color: #0387cf;
    height: 30px;
    float: left;
    text-align: center;
}

.footer_box > h4 {
    color: #fff;
    font-size: 19px;
    margin-bottom: 9px;
    margin-top: 35px;
}

.footer_box li {
    padding: 1px;
    width: 85%;
}

.footer_box1 {
    margin-top: 70px;
}

.footer_icon {
    float: left;
    margin-right: 5px;
    width: 37px !important;
}

.footer_us {
    /*padding-left: 65px;*/
    /*    width: 185px !important;*/
}

.footer_box a {
    color: #a0a0a0;
    font-size: 15px;
}

.last_footer > p {
    color: #fff;
    font-size: 14px;
    line-height: 1px;
}

.footer_box {
    width: 178px;
    min-height: 20px;
    float: left;
}

.footer_box_Contact {
    width: 243px !important;
}

.footer_box_Contact p {
    margin: 0 !important;
}

.footer_category_menu_box {
    width: 356px;
    min-height: 20px;
    float: left;
}

.footer_category_menu_box a {
    color: #a0a0a0;
    font-size: 15px;
}

.footer_category_menu_box > h4 {
    color: #fff;
    font-size: 19px;
    margin-bottom: 9px;
    margin-top: 35px;
}

.footer_category_menu_box ul#menu-footer_categories_menubar li {
    width: 49%;
    float: left;
    padding: 1px;
}
.footer_us h5{
    color: #fff;
}

/*.footer_box_Contact {
    width: 180px;
}*/

/********************************* footer CLOJ ********************************/

/******************************* 4 - 9 - 2015 *********************************/

.frist_contant_maindel_right {
    float: left;
    height: auto;

    width: 100%;
}

a > .attachment-post-thumbnail.wp-post-image {
    float: left;
    width: 100%;
	height:auto;
}

.Learn_more_a_tag {
    float: right !important;
}

.frist_contant_maindel_right p {
    color: #a0a0a0;
    display: block;
    font-size: 13px;
    line-height: 19px;
    margin: 17px 0 0;
    padding: 0;
    text-align: justify;
}

.section_first_contant_left a {
    color: #0288d0;
    display: block;
    float: left;
    font-size: 14px;
    margin-right: 25px;
    /*margin-top: 5px;*/
    text-decoration: underline;
    width: 274px;
}

.section_right_midel {
    width: 283px;
    min-height: 20px;
    margin: 20px auto;
    text-align: justify;
}

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

.contant_text > h6 {
 /*float: left; */
 /* left: 0; */
 /* position: absolute; */
 /* top: 125px; */
  font-style: italic;
  font-size: 13px;
  text-align: center;
  width: 100%;
  margin-bottom: 10px;
  font-size: 21px;
}
/*
.contant_text .attachment-post-thumbnail.wp-post-image {
    display: block;
    float: left;
    margin-right: 20px;
    width: 115px;
    height: 119px;
    margin-bottom: 15px;
}*/
.contant_text .attachment-post-thumbnail.wp-post-image {
  display: block;
  margin-right: 40px;
  width: 280px;
  height: auto;
  margin-bottom: 15px;
}

.contant_text p {
    display: block;
    font-size: 13px;
    line-height: 19px;
    margin: 0 0 16px;
    padding: 0;
    text-align: justify;
}

.readmore > a {
    float: right;
    margin-right: 0;
    margin-top: 12px;
    width: auto;
}
/*added by tushi*/
.section_right_midel a {
    color: #0288d0;
    float: right;
    font-size: 14px;
    margin: 0 0 17px;
    text-align: right;
    text-decoration: underline;
    width: 100%;
}
/*added by tushi*/

/* css for the current even */
.tribe-clearfix {
    width: 69%;
    float: left;
    margin: 0px;
    padding: 0px;
}

ol.widget_container {
    margin: 0;
    padding: 0;
}

.tribe-clearfix > p {
    line-height: 19px;
    margin: 0;
    padding: 0;
}

.contant_second_evants_bottom_div {
    float: left;
    height: auto;
    /*margin-top: 18px;*/
    width: 100%;
    /*margin-bottom: 18px;*/

}

/*.sub-menu {
    background-color: red;
    float: left;
    position: relative;
    top: 30px;
    width: 100px;
    z-index: 9999;
}*/

/*  Css for the drop_down menu */
.menu-menu-1-container {
    padding: 0;
    margin: 0;
    border: 0;
}

.menu-menu-1-container ul, .menu-menu-1-container li {
    list-style: none;
}

.menu-menu-1-container ul {
    position: relative;
    z-index: 597;
}

.menu-menu-1-container ul li {
    float: left;
    min-height: 1px;
    vertical-align: middle;
}

.menu-menu-1-container ul li.hover,
.menu-menu-1-container ul li:hover {
    position: relative;
    z-index: 599;
    cursor: default;
}

.menu-menu-1-container ul ul {
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 598;
    width: 100%;
}

.menu-menu-1-container ul ul li {
    float: none;
}

.menu-menu-1-container ul ul ul {
    top: 0;
    left: auto;
    right: -99.5%;
}

.menu-menu-1-container ul li:hover > ul {
    visibility: visible;
}

.menu-menu-1-container ul ul {
    bottom: 0;
    left: 0;
}

.menu-menu-1-container ul ul {
    margin-top: 0;
}

.menu-menu-1-container ul ul li {
    font-weight: normal;
    padding: 0px;
}

.menu-menu-1-container a {
    display: block;
    line-height: 1em;
    text-decoration: none;
}

.menu-menu-1-container {
    float: right;
    margin-left: 4px;
    margin-top: 4px;
}

.menu-menu-1-container > ul {
    *display: inline-block;
}

.menu-menu-1-container:after, .menu-menu-1-container ul:after {
    content: '';
    display: block;
    clear: both;
}

.menu-menu-1-container a {

}

.menu-menu-1-container ul {
}

.menu-menu-1-container ul ul {
    background-color: #535353;
    text-transform: none;
    min-width: 190px;
}

.menu-menu-1-container ul ul a {

    color: #FFF;
    background-color: #535353;

    line-height: 150%;

}

.menu-menu-1-container ul ul ul {
    border-top: 0 none;
}

.menu-menu-1-container ul ul li {
    position: relative
}

.menu-menu-1-container > ul > li > a {
    line-height: 20px;
}

.menu-menu-1-container ul ul li:first-child > a {
}

.menu-menu-1-container ul ul li:hover > a {
}

.menu-menu-1-container ul ul li:last-child > a {
}

.menu-menu-1-container ul ul li:last-child:hover > a {
}

.menu-menu-1-container ul ul li.has-sub > a:after {
    content: '+';
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -8px;
}

.menu-menu-1-container ul li:hover > a, .menu-menu-1-container ul li.active > a {

    color: #FFF;
}

.menu-menu-1-container ul li.has-sub > a:after {
    content: '+';
    margin-left: 5px;
}

.menu-menu-1-container ul li.last ul {
    left: auto;
    right: 0;
}

.menu-menu-1-container ul li.last ul ul {
    left: auto;
    right: 99.5%;

}

.menu-menu-1-container .nav-menu .current-menu-item {
    background-color: #dd241b;
    margin-top: 1px;
    padding: 0;
}

.menu-menu-1-container .nav-menu .current-menu-parent {
    background-color: #dd241b;
	margin-top:1px;
    /*padding: 2px 0 0 0 !important;*/
}

/* Css for the announcement */
.IR_div {
    /*height: 60px;*/
    height: auto !important;
    padding: 10px 0px 1px 0px !important;
    color: #898585;
    font-size: 13.5px;
    font-family: DroidSans;
    line-height: 18px;

}

.contant_text img {
    float: left;
    margin-right: 20px;
}
#Homepage-popup .popup_content > h4 {
    font-size: 16px !important;
}

/*.popup_content > p {
    text-align: justify;
    width: 346px;
}*/

.popup_content > p {
    text-align: left;
    width: 390px;
}

.announce_notice_photo {
    margin-right: 19px;
    width: 103px;
}
.announce_notice_photo img {
    height: auto;
    width: 100%;
}
/* Css for the sidebar menu */

.menu {
    float: left;
    margin-top: 10px;
	width:100%;
}

.menu > li {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("images/content/ico1.png");
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto auto;
    border-bottom-color: #a0a0a0;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    float: left;
    height: auto;
    margin-bottom: 8px;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 1px !important;
    padding-left: 20px;
    width: 91%;
    padding-right: 0px;
}

.menu li a {
    color: #a0a0a0;
    float: left;
    font-family: MyriadPro-Regular;
    font-size: 14px;
    margin-left: -3px;
    margin-top: -13px;
    width: 100%;
}

/*.menu {*/

/*margin: auto;*/
/*width: 91%;*/
/*}*/

/*.menu > li {*/
/*border-bottom: 1px dotted #a0a0a0;*/
/*list-style: inside url("images/content/ico1.png") none;*/
/*margin-top: 0;*/
/*margin: 1px 0 -4px !important;*/
/*padding-left: 0;*/
/*width: 100%;*/
/*}*/

/*.menu li a {*/
/*color: #a0a0a0;*/
/*font-size: 14px;*/
/*font-family: MyriadPro-Regular;*/

/*}*/

.better-menu-widget > h3 {
    background-color: #0387cf;
    color: #fff;
    float: left;
    margin-top: 26px;
    padding: 0px 11px;
    width: 200px;
    line-height: 30px;
}

.side_menu {
    float: right;
    width: 221px;
    margin-bottom: 50px;
}

.entry-content > p {
    margin: 7px 0;
}

/* Css for the search */
.search_div_top .screen-reader-text {
    display: none;
}

.search_div_top #s {
    width: 265px;
    height: 20px;
    padding: 5px;
    float: left;
    border-color: #c0c0c0;
    border-style: solid;
    border-width: 1px;
}

.search_div_top #searchsubmit {
    width: 76px;
    height: 33px;
    margin-left: 6px;
    background-color: #dd241b;
    outline: none;
    border: none;
    color: #fff;
}

/* css for all cms page */

.cms_container {
    margin: 0 auto;
    /*min-height: 30px;*/
	min-height: 468px;
    width: 972px;
}

.cms_container #content header h1 {
    margin: 20px 0 20px 0 !important;
	text-align:left;
}

.cms_left_container {
    width: 72% !important;
    float: left;
    text-align: justify;
    margin: 0 0 20px 0 !important;
}

.cms_right_container {
    float: right;
    width: 27%;
}

/* Css for gallery template */
.cms_container #content h1.home_page_title {
    margin: 20px 0 0 !important;
}

.cms_container #container h1.home_page_title {
    margin: 20px 0 0 !important;
}

.gallery_box {
    margin: 20px 0 0 !important;
}

.gallery_cat_name {
    text-align: center;
}

.gallery_container > li img {

    border: 1px solid #e5dede !important;
    height: auto;
    margin: 10px 0 !important;
    padding: 5px !important;
    width: 100% !important;
}

/* csss for the video gallery */
.cms_container #main_container header h1 {
    margin: 20px 0 0 !important;
}

.cms_container #main_container .entry-content {
    margin: 25px 0 0 0 !important;
    text-align: justify;
}

.wonderplugin-gridgallery-list {
    margin: 0 0 20px !important;
}

/* Css for the staff team */

.staff-member-info-wrap {
    height: 130px;
}

.staff-member-info-wrap .staff-member-name {
    float: left;
    width: 86%;

}

.staff-member-info-wrap .staff-member-position {
    float: left;

}

a.staff-member-email {
    color: #a0a0a0;
    padding: 5px 0;
}

a.staff-member-email:hover {
    color: #0387cf !important;
    /*font-weight: bolder;*/
}

h1.staff-container-title {
    margin: 20px 0 !important;
}

.Teaching_Staff_box > h3 {
    margin: 25px 0 10px !important;
}

.Non-Teaching_Staff > h3 {
    margin: 25px 0 10px !important;
}

.Principal_box > h3 {
    margin: 0 0 10px !important;
}

.tribe-events-list-event-description a {
    background-color: #dd241b;
    border: medium none;
    color: #fff;
    height: 33px;
    /*margin-left: 6px;*/
    outline: medium none;
    width: 76px;
    padding: 8px 10px !important;
}

.cms_container .entry-content {
    text-align: justify;
}

.Address_container .right_box {
    float: right;
    /*margin: 50px 0 0 0;*/
    width: 30%;
}

.Address_container {
    margin: 30px 0 0 !important;
}

.map_container iframe {
    width: 100%;
    height: 350px;
}

.Address_container .left_box {
    float: left;
    width: 68%;
}

.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    height: 20px;
    margin-top: 9px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    width: 72%;
}

.wpcf7-form-control.wpcf7-text {
    height: 20px;
    margin-top: 9px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    width: 72%;
}

.wpcf7-form-control.wpcf7-submit {
    width: 130px !important;
    height: 33px;
    background-color: #dd241b;
    color: #fff;
    border: none;
}

.contecars_phone {
    background: url(images/content/phon_icon.png);
    background-repeat: no-repeat;
    float: left;
    padding-left: 21px;
    margin-bottom: 10px;
    margin-left: -20px;
}

.contecars_email {
    background: url("images/content/email_icon.png") no-repeat scroll 0 center rgba(0, 0, 0, 0);
    float: left;
    margin-left: -20px;
    padding-left: 21px;
    margin-bottom: 5px;
}

.for_road_span {
    float: left;
    margin-left: -20px;
    margin-bottom: 5px;
    padding-left: 21px;
    background: url(images/content/locationt.png);
    background-repeat: no-repeat;
    height: 20px;
	width:100%;

}

.for_road_span1 {
    float: left;
    margin-bottom: 10px;
}

.Address_container .wpcf7-validation-errors {
    color: #dd241b;
    border: none;
    margin: 0 0 20px 0 !important;
    padding: 0;
}

.wpcf7-form-control.wpcf7-textarea {

    margin-top: 9px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    width: 72%;
}

.Address_container .address_div {
    margin: 20px 0 0 0;
    color: #898888;
    font-family: DroidSans;
    font-size: 13px;
    padding-left: 26px;

}

.Address_container p {
    display: block;
}

/**************  Event Template  *******************/

.eventtypeactive {
    border-style: solid;
    border-width: 2px;
    color: #fff;
    float: left;
    font-size: 18px;
    font-weight: 100;
    background-color: #0387cf;
    padding: 4px 10px 7px;
    text-align: center;
    width: 240px;
    border-color: #449ad6;
}

.eventtypeactive:hover {
    border-style: solid;
    border-width: 2px;
    color: #fff;
    float: left;
    font-size: 18px;
    font-weight: 100;
    margin: 0;

    text-align: center;
    width: 240px;
    border-color: #0387cf;
    background-color: #0387cf;
}

.active:hover {
    border-style: solid;
    border-width: 2px;
    color: #fff;
    float: left;
    font-size: 18px;
    font-weight: 100;
    margin: 0;

    text-align: center;
    width: 240px;
    border-color: #0387cf;
    background-color: #0387cf;
}

.eventtype {
    border-style: solid;
    border-width: 2px;
    color: #0387cf;
    float: left;
    font-size: 18px;
    font-weight: 100;
    margin: 0px 0px 0px 2px;
    padding: 4px 10px 7px;
    text-align: center;
    width: 240px;
    border-color: #449ad6;
}

.eventtype:hover {
    border-style: solid;
    border-width: 2px;
    color: #fff;
    float: left;
    font-size: 18px;
    font-weight: 100;
    margin: 0;

    text-align: center;
    width: 240px;
    border-color: #0387cf;
    background-color: #0387cf;
}

#tribe-events-content > div {
    float: left;
    width: 100%;
}

.hentry.vevent.type-tribe_events.post-35.tribe-clearfix.tribe-events-venue-117.tribe-events-organizer-116.tribe-events-first.tribe-events-last {
    width: 100%;
}

#tribe-events .entry-summary p, .tribe-events-after-html p, .tribe-events-before-html p {
    line-height: 1.7;
    margin: 0 0 10px;
    text-align: justify;

}

div.staff-member-listing {
    float: left;
    width: 100%;
}

.staff-member.even {
    float: left;
    padding: 18px 12px !important; 
    width: 47%;
    border-bottom: 1px solid #dddddd;
}

.staff-member {
    /*border:none !important;	*/
}

.staff-member.odd.last {
    float: left;
    width: 48%;
}

.staff-member-photo {
    float: left;
    margin: 0 12px 0 0 !important;
    width: 115px;
    height: 119px;
}

.staff-member-photo {
    border-radius: 10px;
}

.url {
    color: #0387cf;
    font-size: 18px;
    font-weight: 100;
}


.tribe-events-list .tribe-events-event-image {
    float: left;
    margin: 8px 3% 0 0;
    width: 90%;
}

.tribe-events-venue-details {
    height: 35px;
}

.adr {
    color: #464646;
    font-family: Myriad Pro;
    font-size: 13px;
    font-style: normal;
    font-weight: 100;
}

.tribe-events-loop .author.fn.org {
    background-image: url("images/content/locationt.png");
    background-repeat: no-repeat;
    float: left;
    height: 20px;
    padding-left: 21px;
    /*width: 42px;*/
    color: #464646;
    font-family: Myriad Pro;
    font-size: 13px;
    font-style: normal;
    font-weight: 100;
}

.tribe-events-meta-group-venue {
    font-family: Myriad Pro;
    font-size: 13px;
    font-style: normal;
    color: #464646;
}

.tribe-events-meta-group-details {
    font-size: 13px;
    font-style: normal;
    color: #464646;
}

#tribe-events .entry-summary p, .tribe-events-after-html p, .tribe-events-before-html p {
    line-height: 1.7;
    margin: 0 0 10px;
    text-align: justify;
    width: auto !important;
}

.events-list.tribe-bar-is-disabled #tribe-events-content-wrapper {
    margin: 0 auto;
    max-width: 987px !important;
}

/*********  Css for single event ***************/

.single-tribe_events .tribe-events-event-image {
    /*float: left;*/
    margin-bottom: 1.25em;
    text-align: left;
    width: auto;
    margin-right: 15px;
    height: auto;
}

.single-tribe_events .tribe-events-content {
    /*float: left;*/
    /*margin-left: 26px;*/
    max-width: 100%;
    padding: 0;
    /*width: 69%;*/
    /*width: 98.5%;*/

}

.staff_position {
    float: left;
    width: 100%;
    padding: 6px 0px;
    height: 19px;
}

.staff_name {
    float: left;
    width: 100%;
    padding: 6px 0px;
    height: 19px;

}

.staff-email-div {
    float: left;
    width: 100%;
    padding: 6px 0px;
    height: 19px;
}

.staff_email {
    float: left;
    width: 35%;
    display: inline-block;
   /* font-family: MyriadPro-Regular;*/
    font-weight: 100;
    margin: 0;
    padding: 0;
    color: #646464;
    font-size: 14px;
    font-style: normal;
    padding: 4px 0px;
}

.staff-member-info-wrap .staff-member-position {
    float: left;
    /*width: auto;*/
    width: 195px;
    display: inline-block;
    /*font-family: MyriadPro-Regular;*/
    font-weight: 100;
    margin: 0;
    padding: 0;
    color: #646464;
    font-size: 14px;
    font-style: normal !important;
    text-align: start;
}

.staff-member-email {
    display: inline-block;
  /*  font-family: MyriadPro-Regular;*/
    font-weight: 100;
    margin: 0;
    padding: 0;
    width: auto;
    color: #646464 !important;
    font-size: 14px;
    font-style: normal !important;
}

.designation {
    float: left;
    width: 35%;
    display: inline-block;
   /* font-family: MyriadPro-Regular;*/
    font-weight: 100;
    margin: 0;
    padding: 0;
    color: #646464;
    font-size: 14px;
    font-style: normal;

}

.staff-member-info-wrap .staff-member-name {
    float: left;
    width: auto;
    display: inline-block;
    /*font-family: MyriadPro-Regular;*/
    font-weight: bolder;
    margin: 0;
    padding: 0;
    color: #0387cf;
    font-size: 14px;
    font-style: normal;
}

.sname {
    float: left;
    width: 35%;
    display: inline-block;
   /* font-family: MyriadPro-Regular;*/
    font-weight: 100;
    margin: 0;
    padding: 0;
    color: #646464;
    font-size: 14px;

    font-style: normal;
}

div.staff-member-listing {
    border-bottom-style: solid;
    border-width: 1px;
    float: left;
    border-color: #dddddd;
    height: auto;
    width: 100%;
    background-color: #f6f6f6
}

.staff-member-info-wrap {

    float: left;
    height: 99px;
    margin-top: 10px;
    margin-left: 3%;
    width: 68%;
}

.even .staff-member-info-wrap {
    border-right-style: solid;
    border-color: #dddddd;
    border-width: 1px;
}

.staff-member.odd {
    float: left;
    padding: 18px 12px;
    width: 48%;
    border-bottom: 1px solid #dddddd;
    margin: 0px auto !important
}

.staff-member .odd .last .staff-member-info-wrap {
    display: none;
}

.map_container .left_box {
    float: left;
    margin: 0 0px 20px 0 !important;
}

.cms_container h1.entry-title {
    margin: 20px 0 0 0 !important;
}

.entry-content > p {
    display: block;
}

.attachment-post-thumbnail.wp-post-image {
    display: block;
    float: left;
    margin-bottom: 5px;
    margin-right: 26px;
    border-radius: 10px;
}

.cms_container #post_content {
    margin-bottom: 20px;
}

/*.tribe-events-event-meta .location .time-details {*/
/*background-image: url(images/content/ico2.png);*/
/*background-repeat: no-repeat;*/
/*color: #464646;*/
/*font-family: Myriad Pro;*/
/*font-size: 13px;*/
/*font-style: normal;*/
/*font-weight: 100;*/
/*height: 20px;*/
/*padding-left: 21px;*/

/*}*/
.tribe-events-event-meta .author .time-details {
    background-image: url(images/content/ico2.png);
    background-repeat: no-repeat;
    color: #464646;
    font-family: Myriad Pro;
    font-size: 13px;
    font-style: normal;
    font-weight: 100;
    height: 20px;
    padding-left: 21px;
}

.tribe-events-widget-link > a {
    color: #0288d0;
    font-size: 14px !important;
    font-weight: 100 !important;
    text-decoration: underline !important;
}

.IR-regimage img {
    float: left;
    height: 8px;
    margin: 5px 0 0;
    /*padding: 0 0 20px;*/
    width: 7px;
}

.IR_div {
    color: #898585;
    font-family: DroidSans;
    font-size: 13.5px;
    height: auto !important;
    line-height: 18px;
    padding: 10px 0 1px !important;
}

/* Announcement template with sidebar css */

.cms_container .Announcements_title {
    margin: 20px 0 20px 0 !important;
}

/**********Blog Listing css **************/
.cms_container .Blog_inner_container {
    margin: 0px 0 30px 0 !important;
    border-bottom: 1px dashed #a0a0a0;
    padding: 0 0 15px;
}

.cms_container .tablepress {
    margin-top: 10px;
}

#wpdm-all-packages table {
    /*font-family: MyriadPro-Regular;*/
}

.download_column {
    width: 15% !important;
}

.wonderplugingridgallery {
    float: left !important;
    margin: 20px 0 0 0 !important;
}

.announcement_readmore_button a {
    color: #0288d0;
    font-size: 14px;
    text-decoration: underline;
}

/********* Gallery plugin ***********/
.gallery.clearfix {
    float: left;
}

.cms_container .link_to_container {
    margin: 20px 0 0 0;
}

.cms_container .link_to_container a {
    color: #a0a0a0;
}

.link_to_container ul {
    list-style: unset;
}

.link_to_container li {
    float: none !important;
    margin: 0 0 0 17px !important;
    padding: 10px 0 0 !important;
}

/*******css for the home page popup *******/
/* Added by Kamlesh */
.white-popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 515px;
    margin: 20px auto;
}

/*
Commented by Kamlesh.
.white-popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 500px;
    margin: 20px auto;
}*/

/**
 * Fade-zoom animation for first dialog
 */

/* start state */
.my-mfp-zoom-in .white-popup {
    opacity: 0;

    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;

    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .white-popup {
    opacity: 1;

    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .white-popup {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);

    opacity: 0;
}

/********visitor counter *********/
/*.search_div_top_1 .vc_initWidget {*/
/*float: right;*/
/*margin: 5px 0 0 !important;*/
/*}*/

.search_div_top_1 .vc_initWidget {
    float: right;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 3px !important;
}

/******************* photo Gallery ********************/

.Gallery_container {
    margin: 20px 0 0 0 !important;
}

.Gallery_container .right_container > a {
    color: #535353;
    font-size: 21px;
    font-weight: bold;
    width: 100%;
    text-align: center;
}

.Gallery_container .left_container a {
    color: #535353;
    font-size: 21px;
    font-weight: bold;
    width: 100%;
    text-align: center;
}

.Gallery_container .left_container {
    float: left;
    height: 230px;
    margin-right: 27px;
    width: 200px;
    position: relative;
}

.Gallery_container .right_container {
    float: left;
    height: 230px;
    margin-right: 27px;
    width: 200px;
    position: relative;
}

.Gallery_container .left_container img {
    height: auto;
    width: 100% !important;
}

.Gallery_container .right_container img {
    height: auto;
    width: 100% !important;
}

/*#gallery_main_container_box .cms_right_container {
    float: right;
    margin: 184px 0 0 !important;
    position: absolute;
    right: 14%;
    top: 0;
}*/

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    #gallery_main_container_box .cms_right_container {
        float: right;
        margin: 152px 0 0 0 !important;
        position: absolute;
        right: 14%;
        top: 0%;
    }
}

.left_container_hover_div {

    float: left;
    height: 130px;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;

}

.left_container_hover_div:hover {
    background-color: red;
    float: left;
    height: 130px;
    opacity: 0.75;
    position: absolute;
    top: 0;
    width: 100%;
    display: block;
}

.left_container_hover_div > h4 {
    color: #ffffff;
    font-weight: bold;
    margin-top: 53px;
    text-align: center;
    width: 100%;
}

/******************************/
.Photo.Gallery {
    float: left;
    margin-top: -26px;
}

.gllr_image_block > p {
    height: 230px !important;
    width: 200px !important;
    margin: 20px 22px 0px 0px !important;

}

.gllr_image_block img {
    border: 1px solid #bdbdbd !important;
    float: left;
    margin: 0 10px 10px 0;
    padding: 5px;

}

/********* Search functionality css  **********/

ul.dwls_search_results li {
    width: 92%;
}

ul.dwls_search_results {
    width: 277px !important;
}

.search_results.dwls_search_results {
    top: 109px !important;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {

    /*.search_results.dwls_search_results {*/
        /*top: 140px !important;*/
    /*}*/

}

.search_container .entry-title > a {
    color: #535353;
    /*font-family: MyriadPro-Regular;*/
    font-size: 20px;
    font-weight: bolder;
}

.search_container .hentry {
    border-bottom: 1px dotted #a0a0a0;
    float: left;
    margin: 0 0 20px !important;
    width: 100% !important;
}

.search_container .entry-summary {
    display: none;
}

/****Css for the Eligibility Criteria page tables ***/
.Admission_criteria_container {
    margin: 20px 0 0 0 !important;
}

#tablepress-Admission_eligibility_criteria_BA th.column-2 {
    width: 35%;
}

#tablepress-Admission_eligibility_criteria_BA th.column-1 {
    width: 20%;
}

#tablepress-Admission_eligibility_criteria_BCOM th.column-2 {
    width: 35%;
}

#tablepress-Admission_eligibility_criteria_BCOM th.column-1 {
    width: 20%;
}

/****Css for the Entrance form/Admission form page tables ***/

#tablepress-Admissionform td.column-5 a {
    color: #0387cf !important;
    font-weight: bolder;
}

#tablepress-Admissionform th.column-2 {
    width: 40%;
}

.Admission_form_container table td a {
    color: #0387cf !important;
}

/******** Css for the Subject offered **********/
.subject_offerd_container {
    margin: 20px 0 0 0 !important;
}

.subject {
    box-shadow: none;

}

.subject-sm {
    border-radius: 3px !important;
    padding: 9px !important;
    margin: 10px 0 0 0 !important;
}

.subject {
    background-color: #ecf0f1;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 19px;
    font-family: MyriadPro-Regular;
}

.Elective_group_1_cotainer {
    margin: 30px 0 0 0 !important;
}

/**************Css for Schedule ***************/
#tablepress-Schedule ul li a {
    color: #0387cf !important;
}

#tablepress-Schedule ul {
    list-style: inherit;
}

#tablepress-Schedule tr td {
    vertical-align: top !important;
}

/********* CSs for BA & BCOM timetable ***************/

#tablepress-Time-table_BA_BCOM td.column-3 a {
    color: #0387cf !important;
}

.Time_Table_container .column-1 {
    width: 25% !important;
}

.Time_Table_container a {
    color: #0387cf !important;
}

/**** css for Fees_structure page*/
.Fees_structure_container a {
    color: #0387cf !important;
}

.Fees_structure_container .column-1 {
    width: 15% !important;
}

/************ Css for the sidebar menu ************/
.cms_right_container .current-menu-item a {
    color: #0387cf;
}

/************ Css for the Enrollment No:(BA/BCOM) page ************/
.Enrollment_table_container {
    margin: 20px 0 0 !important;
}

/******* Css for the Exam Schedule*******/
#tablepress-Schedule .column-1 {
    width: 40%;
}

/********** Css for Syllabus_table ********/

#tablepress-Syllabus_table td a {
    color: #0387cf !important;
}

#tablepress-Examination_Schedule td a {
    color: #0387cf !important;
}

.Syllabus_container a {
    color: #0387cf !important;
}

.Syllabus_container th.column-1 {
    width: 15% !important;
}

/************ Home page popup ******************/
.popup_title {
    color: #0387cf;
    font-weight: bold;
    text-align: center;
}

/*.popup_content {
    text-align: justify;
    margin: 20px 0 20px 0;
}*/

.popup_content {
    margin: 10px 0 20px;
    text-align: left;
}

.popup_content .widget-title {
    font-size: 16px;
}

div#Homepage-popup {
    box-shadow: 0 0px 10px 0px #fff;
}

.popup_timestamp span a {
    color: black;
    float: right;
}

/********* Exam Update template css ************/
.cms_container h1.Examupdate_page_title {
    margin: 20px 0 20px 0 !important;
	text-align:left;
}

/**********  Css for the announcement vertical scroll ************/
#vertical-ticker {
    /* height: 340px ; */
    overflow: hidden !important;
    margin: 10px 0 0 0;
    padding: 0;
    /*font-family: DroidSans;*/
    font-size: 13.5px;
    line-height: 18px;
    text-align: justify;
}

#vertical-ticker li {
    width: 100% !important;
    padding: 0px 0 15px 0;
}

#vertical-ticker li p {
    width: 100% !important;
    margin: 0;
}

#vertical-ticker .announce_content {
    margin: 0px 0 0 12px;
}

#vertical-ticker li img {
    margin: 0 0 3px 0;
}

/*********** Top 10 student Result Css ***************/

.student_container {
    border-bottom-style: solid;
    border-width: 1px;
    float: left;
    border-color: #dddddd;
    height: auto;
    width: 100%;
    background-color: #f6f6f6;
    padding: 16px 0 !important;
}

.student-box {
    margin: 0 0 0 20px !important;
}

.student-info-wrap {

    float: left;
    height: 99px;
    margin-top: 10px;
    margin-left: 3%;
    width: 68%;
    font-family: MyriadPro-Regular;
    font-size: 14px;
}

.student-info-wrap div {
    float: left;
    line-height: 25px;
    width: 100%;
}

.student-info-wrap span {
    color: #646464;
    display: inline-block;
    float: left;
    width: 24%;
}

.student-photo img {
    height: 119px;
    width: 115px !important;
}

.student_name > h5 {
    color: #0387cf;
    font-family: MyriadPro-Regular;
    font-size: 14px;
    font-weight: bolder;
    width: auto;
}

.student-info-wrap h4 {
    color: #646464;
    font-size: 14px;
    text-align: start;
    width: 350px !important;
}

/********* News Section css **************/
.news_container_box .gllr_image_block img {
    height: 230px !important;
    padding: 0px;
}
/************ Css for Library periodicals page ******************/
#tablepress-LibraryPeriodicals .column-3{
    width: 30%;
}
#tablepress-LibraryPeriodicals .column-4 {
    width: 15%;
}

.cycloneslider.cycloneslider-template-standard.cycloneslider-width-responsive {
    margin: 0 auto;
}






.event_thumb_container {
    float: left;
    width: 20%;
}


.event_content_box {
    float: left;
    width: 80%;
}
.tribe-events-first {
    float: left;
    width: 100%;
}
#tribe-events-content-wrapper {
    width: 100% !important;
}
.tribe-clearfix {
    width: 950px;
}
.contant_second_evants .tribe-clearfix{
    width: 68%;
}
.contant_second_evants .tribe-events-list-widget .widget_container {
    min-height: 344px;
    padding-top: 24px;
}
#html5-watermark{
    display: none !important;
}
.contant_second_Announcements .slider1 {
    min-height: 1px;
}


.principal .staff-member-info-wrap {
    border: medium none;
}

.cycloneslider-slide.cycloneslider-slide-image.cycle-slide.cycle-slide-active > img {
    width: 116% !important;
    height: auto !important;
}
.entry-content a {
    color: #a0a0a0;
}
.footer_box.footer_us > h5 {
    margin-top: 7px;
}
.footer_category_menu_box a:hover {
    color: #fff;
    transition: all 0.5s ease 0s;
}
.footer_box a:hover {
    color: #fff;
    transition: all 0.5s ease 0s;
}

/* Library Content - KK */

.library_left {
    float: left;
    min-height: 140px;
    width: 22%;
}

.library_li > li a {
    color: #000000;
    list-style-type: square;
    margin-left: 13px;
}

.library_right {
    float: right;
    width: 75%;
}


.library_content {
    float: left;
    width: 100%;
}
.library_content h3{
    float: left;
    margin-top: 20px;
}

/* end Library Content - KK */
.library_li > li {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("images/content/ico1.png");
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto auto;
    border-bottom-color: #a0a0a0;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    float: left;
    height: auto;
    margin-bottom: 8px;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 1px !important;
    padding-left: 20px;
    padding-right: 0;
    width: 91%;
}

.library_li > li a {
    float: left;
    color: #a0a0a0;
    font-family: DroidSans;
    font-size: 13px;
    line-height: 18px;
    margin-left: -3px;
    margin-top: -13px;
    width: 100%;
}

.library_content > h3 {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    border-bottom-color: #a0a0a0;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    float: left;
    height: auto;
    line-height: 36px;
    margin-bottom: 7px;
    width: 100%;
}
#collection > h3 {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    border-bottom-color: #a0a0a0;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    float: left;
    height: auto;
    line-height: 36px;
    margin-bottom: 7px;
    width: 100%;
}
.library_list {
    float: left;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px;
    width: 100%;
}

.library_list li {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    width: 100%;
    color: #a0a0a0;
    font-family: DroidSans;
    font-size: 13px;
    line-height: 18px;
}

.library_list > ul {
    list-style-image: url("");
    list-style-position: inside;
    list-style-type: disc;
}
.library_p {
    float: left;
    color: #a0a0a0;
    font-family: DroidSans;
    font-size: 13px;
    line-height: 18px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
#building > div {
    float: left;
    margin-top: 10px;
}

.library {
    float: left;
    width: 100%;
}
.alignnone.size-medium.wp-image-1131 {
    height: auto;
    width: 100%;
}

#services > h3 {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    border-bottom-color: #a0a0a0;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    float: left;
    height: auto;
    line-height: 36px;
    margin-bottom: 7px;
    width: 100%;
}
#working > h3 {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    border-bottom-color: #a0a0a0;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    float: left;
    height: auto;
    line-height: 36px;
    width: 100%;
}
#contact > h3 {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    border-bottom-color: #a0a0a0;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    float: left;
    height: auto;
    line-height: 36px;
    margin-bottom: 7px;
    width: 100%;
}
.library_address > h4 {
    width: 100%;
}

.library_address a {
    color: #a0a0a0;
}

.library_address a:hover {
    text-decoration: underline;
}


.library_address > p {
    line-height: 20px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    width: 100%;
}
.library_address a:hover { color:#dd241b;}

.iqac_about_content li {
    list-style: inside none disc;
    width: 100%;
}

.entry-content li{
    list-style: inside none disc;
    /*width: 100%;*/
}

.entry-content ol {
    left: -49px !important;
    position: relative;
}

.responsive-tabs__list__item.responsive-tabs__list__item--active {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #ccc #ccc -moz-use-text-color;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 1px medium;
    float: left !important;

}

.gallery_detail_box {
    float: left;
}
.gallery_box li {
    list-style: outside none none !important;
 }
 
 
.gallery_box {
    float: left !important;
    margin: 0 !important;
    padding: 0 !important;
}

.gallery_box li {
    float: left !important;
    list-style: outside none none !important;
    width: 213px !important;
}

.gallery_detail_box {
    float: left !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
}

#primary #post-80 .entry-content > br {
    display: none;
}

.gallery_cat_name > h5 {
    float: left !important;
    text-align: center !important;
    width: 100% !important;
}

.gallery_cat_name {
    float: left;
    width: 100% !important;
}

.Photo.Gallery:hover {
    color: #fff;
}

.Photo.Gallery {
    float: left;
    font-size: 22px;
    margin-top: -26px;
    text-align: center;
    width: 100% !important;
}

/*css for mac safari only*/
.mac-os.menu-menu-1-container > ul > li > a {line-height: 25px;}
.mac-os.navbar_div li a {padding: 7px 6.5px 6px;position:relative !important;top: 1px;}
.mac-os.navbar_div li a {padding: 1px 5.6px 6px;margin-top: 3px}
/*css for mac safari only*/

.popup_container {
    min-height: 150px;
}
.popup_left {
    float: left;
}
.popup_right {
    float: left;
    width: 391px;
}
.library_li > li {
    list-style: outside none none;
}
.alignnone.wp-image-1150.size-medium {
    height: auto;
    width: 100%;
}

element.style {
    min-height: 100%;
    position: relative;
    top: 40px;
}
body {
    top: 0 !important;
}
body {
    font-family: DroidSans;
    font-size: 13px;
    margin: 0;
    padding: 0;
}
.sitemap_container li {
    float: left;
    width: 100%;
}

.Infrastructure_container strong {
    font-weight: normal;
    text-align: left;
}
#gmap_canvas {
    float: left !important;
    width: 100% !important;
}
.map_container {
    float: left;
    width: 100%;
}
input {
-webkit-appearance: none;
}

.tribe-events-loop .tribe-events-event-meta {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    border: medium none !important;
    margin-bottom: 1em !important;
    padding: 0 !important;
}
.tribe-events-notices {
    background: none repeat scroll 0 0 #535353 !important;
    color: #fff !important;
}
.single-tribe_events .tribe-events-schedule {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    border: medium none !important;
    margin: 0 !important;
    padding: 0 !important;
}
#searchform input {
    border-color: #c0c0c0;
    border-style: solid;
    border-width: 1px;
    float: left;
    height: 33px;
    padding: 5px;
    width: auto;
}
#searchsubmit {
    background-color: #dd241b;
    border: medium none;
    color: #fff;
    height: 33px;
    margin-left: 6px;
    outline: medium none;
    width: 76px;
}
/*added by tushi*/

/*added by Kamlesh*/

#tablepress-Library-Periodicals .column-2{
	width: 46% !important;
}
#tablepress-Library-Periodicals .column-3{
	width: 34% !important;
}

#tablepress-Library-Periodicals .column-4{
	width: 17% !important;
}
#searchform #s {
    height: 21px;
}
.screen-reader-text {
    float: left;
    margin-bottom: 5px;
    width: 100%;
}
.Infrastructure_container li {
    width: 100%;
}
html {
    -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
}
.college_song {
    float: left;
    position: relative;
    width: 100%;
}
.college_song > p {
    float: left;
    margin-left: 26px;
    margin-top: 2px;
}
.mp3_icon_div {
    left: 0;
    position: absolute;
}
/******activity log table *******/
#tablepress-ClubActivities a {
    color: #000;
    font-size: 13px;
    text-decoration: underline;
}

#tablepress-CocurriculamActivity a {
    color: #000;
    font-size: 13px;
    text-decoration: underline;
}
#tablepress-Academicactivity a {
    color: #000;
    font-size: 13px;
    text-decoration: underline;
}

#tablepress-NSS a {
    color: #000;
    font-size: 13px;
    text-decoration: underline;
}

/* New Css */
/* div#Homepage-popup {
    display: none;
}
.section_first_contant_left {
    margin-top: 65px;
} */
aside#tribe-events-list-widget-2 {
    height: 270px;
}

/* New css 18_09*/
.nav-menu li:hover > ul.sub-menu {
    display: block;
}
ul#menu-menu-item1 {
    margin-left: 15px;
    margin-top: 10px;
}


/* Hide submenus by default */
.nav-menu ul.sub-menu {
    display: none;
    position: absolute; /* Position relative to parent */
    width: 180px; /* Take full width of the parent */
    z-index: 10000;
    background: #535353;
    margin-top: 7px;
  }
  
  /* Style the submenu links */
  .nav-menu ul.sub-menu li a {
    padding: 10px 15px;
    display: block;
    text-decoration: none;
  }
  
  /* Highlight submenu links on hover */
  .nav-menu ul.sub-menu li a:hover {
        background-color: #dd241b;
        display: block;
  }
  
  /* Show the submenu on parent hover */
  .nav-menu li:hover > ul.sub-menu {
    display: block;
  }

.nav-menu ul.sub-menu li:hover > ul.sub-menu {
    display: block; 
}

ul.sub-menu:hover{
    display: block;
}
.nav-menu ul.sub-menu:hover { display: block; }
.nav-menu ul.sub-menu li:hover > ul.sub-menu {
    display: block;
  }

  .nav-menu ul.sub-menu li {
    width: 100%;
    position: relative; /* Ensure submenu items are correctly positioned */
}

/* Ensure that the active item does not have background color if it is not a top-level item */
#menu-menu-item1 .current-menu-item > a {
    background-color: #dd241b; /* Same color as above for consistency */
}
