body {
    overflow-x: hidden;
    font-family: 'PT Sans', sans-serif !important;
    //background: url("../images/main_bg2.jpg") repeat !important;
    color: #4c4c4c !important;
}

#loadingDiv {
    background: rgba(0, 0, 0, 0.95);
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 99999;
}

.ifcon_content {
    background: url("../images/ifcon.jpg") no-repeat scroll center center;
}

.skip_btn {
    background: transparent;
    border: 0;
    color: #ccc;
    float: right;
    font-size: 32px;
    font-weight: bold;
}

.slider-content-box-load {
    padding: 100px 40px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Josefin Sans', sans-serif;
    background-color: rgba(219, 38, 31, 0.88);
    position: relative;
    top: 0;
    bottom: auto;
    z-index: 13;
    min-height: 430px;
}

.slider-content-box-load::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: inline-block;
    z-index: -1;
}

.slider-content-box-load::after {
    position: absolute;
    content: "";
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    border: 1px solid #fff;
}

.slider-content-box-load .slider-title {
    position: relative;
    z-index: 2;
    margin: 0 0 24px;
    padding-bottom: 34px;
    font-size: 22px;
    letter-spacing: 1.1px;
    line-height: 32px;
    font-weight: 700;
    padding-right: 30px;
    text-transform: none;
}

.slider-content-box-load .slider-title::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    background-color: #fff;
    width: 55px;
    height: 2px;
}

.slider-content-box-load span {
    letter-spacing: 0.9px;
    font-weight: 700;
    font-style: italic;
    font-size: 16px;
    line-height: 32px;
    display: inline-block;
    margin-bottom: 15px;
    position: relative;
    z-index: 5;
}

.slider-content-box-load p {
    font-size: 14px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0.7px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
}

.slider-content-box-load .col-md-12>a {
    position: relative;
    padding: 14px 29px;
    text-decoration: none;
    background-color: #29363e;
    border: 1px solid transparent;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.56px;
    color: #fff;
    display: inline-block;
    z-index: 3;
}

.slider-content-box-load .col-md-12>a::before {
    position: absolute;
    content: "";
    background: #db261f;
    height: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 103%;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    z-index: -1;
}

.slider-content-box-load .col-md-12>a:hover {
    color: #222;
}

.slider-content-box-load .col-md-12>a:hover::before {
    height: 75%;
}

.slider-content-box {
    padding: 20px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Josefin Sans', sans-serif;
    background-color: rgba(219, 38, 31, 0.88);
    position: relative;
    top: 0;
    bottom: auto;
    z-index: 13;
    margin-bottom: 20px;
    min-height: 145px;
}

.blue-box {
    background: #3B24A5;
}

.slider-content-box::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: inline-block;
    z-index: -1;
}

.slider-content-box::after {
    position: absolute;
    content: "";
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    border: 1px solid #fff;
}

.slider-content-box .slider-title {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.1px;
    line-height: 20px;
    margin: 0 0 5px;
    padding-bottom: 5px;
    padding-right: 0;
    position: relative;
    text-transform: none;
    z-index: 2;
}

.slider-content-box .slider-title::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    background-color: #fff;
    width: 55px;
    height: 2px;
}

.slider-content-box span {
    display: inline-block;
    font-size: 11px;
    font-style: italic;
    font-weight: 700;
    letter-spacing: 0.9px;
    line-height: 15px;
    margin-bottom: 2px;
    margin-top: 10px;
    position: relative;
    z-index: 5;
}

.slider-content-box p {
    color: rgb(255, 255, 255);
    font-size: 8px;
    font-weight: 600;
    letter-spacing: 0.7px;
    line-height: 15px;
    margin-bottom: 5px;
    margin-top: 5px;
    position: relative;
    text-transform: uppercase;
    z-index: 2;
}

.slider-content-box p a {
    position: relative;
    padding: 2px 5px;
    text-decoration: none;
    background-color: #29363e;
    border: 1px solid transparent;
    border-radius: 2px;
    font-size: 8px;
    font-weight: 600;
    letter-spacing: 1.56px;
    color: #fff;
    display: inline-block;
    z-index: 3;
}

.slider-content-box p a::before {
    position: absolute;
    content: "";
    background: #db261f;
    height: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 103%;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    z-index: -1;
}

.slider-content-box p a:hover {
    color: #222;
}

.slider-content-box p a:hover::before {
    height: 75%;
}

.ifcon_div {
    margin-top: 6%;
}

p {
    font-size: 16px;
}

.clr {
    clear: both;
}

.no_padl {
    padding-left: 0px !important;
    padding-bottom: 5px;
}

.no_padr {
    padding-right: 0px !important;
}

.no_pad {
    padding: 0px !important;
}

.header {
    background: #fff none repeat scroll 0 0;
}

.logo {
    margin-bottom: 10px;
}

.logo img {
    margin: 10px 0 0;
}

.web_title {
    margin-top: 35px;
}

.web_title h1 {
    color: #24146f;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.02em;
    text-align: center;
    text-transform: uppercase;
}

.web_title h2 {
    color: #24146f;
    font-size: 20px;
    margin-top: 0;
    text-align: center;
}

.mem_login_contact {
    border-color: #e6e6e6;
    border-radius: 5px;
    border-style: double;
    margin-top: 25px;
    padding: 10px 0 20px;
    text-align: center;
}

.mem_login_contact>a {
    padding: 5px;
}

.menu_blk {
    background: #db261f none repeat scroll 0 0;
    box-shadow: 0 3px 5px #888888;
    margin: 0 auto 15px;
}

.o_c_m {
    background: #f2f0f1 none repeat scroll 0 0;
}

.all_login_blk {
    text-align: center;
}

.all_login_blk a {
    display: inline-block;
    margin: 5px 10px;
}

#main-menu ul li {
    //background: #DB261F none repeat scroll 0 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin: 0;
    padding: 15px 0;
    text-align: center;
}

#main-menu ul li a {
    color: #eee;
    font-size: 12px;
    font-weight: bold;
    padding: 0 7px;
    text-transform: uppercase;
}
#main-menu ul li img {
    margin-top: -10px;
}

#main-menu ul li a:hover {
    color: #FFF;
}

.menu_active {
    color: #FFF !important;
}


/*.dropdown:hover .dropdown-menu {
    display: block;

}
.dropdown-menu
{
  background: #C6C6C6;
  padding: 0px;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus
{
  background: #D4D4D4;
  border-bottom: 1px solid #b49e55 !important;
}
.dropdown-menu > li > a
{
  padding: 8px 20px !important;
  text-transform: capitalize !important;
  margin: 0px !important;
  border-bottom: 1px solid #919191 !important;
}*/

.n_a_e>h3 {
    color: #261870;
    font-size: 22px;
    margin: 20px 15px 20px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 2px solid #db261f;
    padding-bottom: 10px;
}

.n_a_e {
    border-right: 1px dashed;
}

.s_n_e {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 5px;
    padding-top: 5px;
    margin-right: 10px;
}

.sne_txt h4 {
    color: #524886;
    font-size: 14px;
    font-weight: bold;
}

.c_n_e {
    border-bottom: none !important;
}

.c_n_e .sne_txt>ul {
    list-style-position: inside;
    padding-left: 0;
}

.c_n_e .sne_txt ul li {
    border-bottom: 1px solid #e6e6e6;
    padding: 17px 8px;
}

.c_n_e .sne_txt ul li a {
    color: #524886;
    font-size: 14px;
    font-weight: bold;
}

.sne_txt>p {
    color: #000;
    font-size: 15px;
    //margin-top: 15px;
}

.sne_txt img {
    vertical-align: initial;
}

.c_n_e .sne_txt .newdiv {
    border: 1px solid #e6e6e6;
    padding: 17px 8px;
    margin: 15px 0;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
}

.c_n_e .sne_txt .newdiv {
    color: #524886;
    font-size: 14px;
    font-weight: bold;
}

.m_b {
    /*border: 3px solid #82817f;*/
    margin-top: 0;
    min-height: 300px;
}

.home-news {
    color: rgba(44, 27, 125, 1);
    margin-bottom: 5px;
    margin-top: -8px;
    padding: 0;
}

.home-news h3 {
    font-size: 20px;
    margin: 0;
    text-transform: uppercase;
}

.home-news a {
    color: rgba(44, 27, 125, 1);
}

.home-news p {
    margin-bottom: 0;
}

.nivoSlider {
    margin-bottom: 0px !important;
}

.nivo-directionNav a {
    width: 50px !important;
    height: 50px !important;
}

.nivo-prevNav {
    background: url("../images/left.png") no-repeat;
}

.nivo-prevNav:hover {
    background: url("../images/left.png") no-repeat;
}

.nivo-nextNav {
    background: url("../images/right.png") no-repeat;
}

.nivo-nextNav:hover {
    background: url("../images/right.png") no-repeat;
}

.mem_title {
    background: #db261f none repeat scroll 0 0;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    color: #fff;
    font-size: 25px;
    margin-top: 10px;
    padding: 5px;
    text-align: center;
}

.corporate-modal {
    left: 148px !important;
    top: 230px !important;
}

.corporate-modal .modal-content {
    border: 6px solid #333333;
}

.journal-modal .modal-content {
    border: 6px solid #333333;
}

.corp_slider .bx-wrapper .bx-viewport {
    border: medium none !important;
    height: 213px !important;
}

.bx-wrapper .bx-viewport {
    background: none !important;
}

.bx-wrapper img {
    margin: 0 auto;
}

.l_e h3 {
    color: #271874;
    font-size: 22px;
}

.l_e img {
    border: 1px solid #bfc2c1;
    margin: 20px 0;
    padding: 5px;
}

.corp_slide_title {
    background: #81807e none repeat scroll 0 0;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    margin-top: 0 !important;
    padding: 7px 0;
    text-align: center;
}

.bx-wrapper .bx-viewport {
    border: none !important;
}

.footer {
    border-top: 1px solid #474747;
    position: static;
    z-index: 999999;
    border-top: 1px solid #474747;
    /*-moz-box-shadow: inset 0px 5px 5px #888888;
    -webkit-box-shadow: inset 0px 5px 5px #888888;
    box-shadow: inset 0px 5px 5px #888888;*/
    background: #444;
color: #fff;
}
.footer h3 {
    padding-bottom: 10px;
    font-size: 22px;
    position: relative;
    margin-bottom: 15px;
    text-align: left;
}
.footer h3::after{
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    background: #fff;
    display: block;
    bottom: 0;
}

#___gcse_0 {
    position: absolute;
    width: 100%;
    //z-index: -9999999;
}

.glesearch .gsc-control-cse.gsc-control-cse-en {
    padding: 0;
margin-top: 10px;
background: transparent;
border: 0;

}

.grid-demo [class*="col-"] {
    font-size: 1em;
    line-height: 2;
    //margin-bottom: 5px;
    //margin-top: 5px;
    text-align: center;
}

.grid-demo h3 {
    text-align: center;
}

.dropdown-menu {
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #DB261F;
}

.text-left {
    text-align: left !important;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.footer-search {
    margin: 15px auto;
    padding: 10px 0;
}

.footer-search input {
    background: #eee none repeat scroll 0 0;
    border: 1px solid #281870 !important;
    width: 100% !important;
}

.search-btn {
    background: #281870 none repeat scroll 0 0;
    border: 1px solid #281870;
    color: #fff;
    padding-bottom: 1px;
}

.gsc-search-box tr,
.gsc-search-box tr td,
.gsc-search-box tr th {
    border: none !important;
}

.newsletter {
    color: #fff;
    //text-align: center;
}

.newsletter img {
    margin: 12px 0 0px;
}

.f_links {
    margin-top: 15px;
    margin-bottom: 15px;
}

.f_links a {
    color: #fff;
    display: inline-block;
    font-weight: bold;
    padding-right: 4px;
    padding-top: 10px;
    font-size: 15px
}

.f_links a:hover {
    color: rgba(44, 27, 125, 0.8);
    text-decoration: none !important;
}

.footer_bottom {
    background: #333333 none repeat scroll 0 0;
    color: #fff;
    min-height: 40px;
    padding: 1px 0;
}

.copyright {
    padding: 10px 0px 5px;
    color: #fff;
}

.copyright p a {
    color: #fff;
    margin-left: 10px;
}

.power {
    padding: 8px;
    color: #fff;
    text-align: right;
}

.dotangle-logo {
    background: rgba(0, 0, 0, 0) url("../images/dotangle_logo.png") no-repeat scroll;
    padding: 9px 113px 7px 24px;
    margin-left: 5px;
}

.design_blk {
    color: transparent !important;
    padding: 0 8px !important;
    pointer-events: none;
}

.first-row a,
.second-row a {
    color: gray !important;
    display: block;
    font-size: 14.3px !important;
    line-height: 19px;
    padding: 5px 7px !important;
    text-align: left;
    text-transform: capitalize !important;
}

.navbar-nav>li>.dropdown-menu {
    margin: 0 auto !important;
}

.menu-subtitle {
    background: #DB261F none repeat scroll 0 0;
    color: #fff !important;
    font-weight: bold;
    text-align: center !important;
    text-transform: uppercase !important;
}

.spec1 a,
.spec2 a,
.spec3 a,
.spec4 a,
.spec5 a,
.spec6 a {
    padding-left: 26px !important;
}

.spec1 a:hover,
.spec2 a:hover,
.spec3 a:hover,
.spec4 a:hover,
.spec5 a:hover,
.spec6 a:hover {
    color: #db261f !important;
    font-weight: bold !important;
    padding-left: 26px !important;
    text-decoration: none !important;
}

.menu-subtitle.two-subtitle {
    padding-left: 38px !important;
}

.spec1,
.spec2,
.spec3,
.spec4,
.spec4,
.spec5,
.spec6 {
    height: 280px;
}

.spec1 {
    border: 0.5px solid #DB261F;
}

.spec2 {
    border: 0.5px solid #DB261F;
    border-left: none;
}

.spec3 {
    border: 0.5px solid #DB261F;
    border-left: none;
}

.spec4 {
    border: 0.5px solid #DB261F;
}

.spec5 {
    border: 0.5px solid #DB261F;
    border-left: none;
}

.spec6 {
    border: 0.5px solid #DB261F;
    border-left: none;
}

.second-row {
    margin: 25px;
}

.first-row {
    margin: 0 25px;
}

.ad_blk {
    margin: 20px 0;
}

.grid figcaption h3 {
    font-size: 18px !important;
}

.grid.cs-style-5 p {
    color: #fff;
    padding: 3px 0 !important;
}

.view>a {
    //background: #e02427 none repeat scroll 0 0;
    color: #311D89 !important;
    padding: 1px 5px;
    font-weight: bold;
    text-decoration: underline !important;
}

.view {
    float: right;
    margin: 10px 15px;
}

.member-login {
    background: #e02427 none repeat scroll 0 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin: 10px 0;
    padding: 3px 0;
    text-align: center;
}

.member-login>a {
    color: #fff !important;
    font-size: 24px;
}

.o_c_m {
    background: #f2f0f1 none repeat scroll 0 0;
    //height: 256px;
    //width: 285px;
}

.ad_blk h3 {
    color: #251667;
    font-size: 23px;
    border-bottom: 2px solid #db261f;
    padding-bottom: 10px;
}


/*innerpage*/

.main {
    min-height: 500px;
}

.breadcrumb {
    border-bottom: 1px solid #e5e5e5;
    padding: 8px 4px;
    margin: 0 !important;
}

.breadcrumb-item>a {
    color: #80807e !important;
}

.breadcrumb-item.active {
    color: #26216d;
}

.innerpage-heading {
    color: #25206c;
    margin: 10px 0 !important;
    padding: 10px 0;
}

.innerpage-heading>a {
    color: #25206c;
    text-decoration: underline !important;
}

.innerpage-heading>a:hover {
    color: #25206c;
    text-decoration: underline !important;
}

.about-content p {
    color: #333;
    font-size: 16px;
    line-height: 28px;
    text-align: justify;
}

.about-content tabs>tab {
    background: #fff none repeat scroll 0 0;
    box-shadow: 2px 3px 3px #888888;
    display: block;
    padding: 20px 20px 0;
}

.about-content tabs>nav>tab.active,
.about-content tabs>nav>tab[active="false"] {
    background: #fff none repeat scroll 0 0 !important;
    color: #321E8C !important;
    box-shadow: 1px 1px 3px #888888;
    border: 1px solid #d4d4d4;
}

.about-content tabs>nav>tab.active,
.about-content tabs>nav>tab[active="true"] {
    background: #321E8C none repeat scroll 0 0 !important;
    color: #fff !important;
    border: 1px solid #321E8C;
}

.about-content tabs>nav>tab.active,
.about-content tabs>nav>tab[active="true"]::after {
    border-color: #321E8C transparent;
    border-style: solid;
    border-width: 16px 14px 0;
    content: "";
    position: absolute;
    width: 0;
}

.about-content tabs>nav>tab:hover {
    background-color: #321E8C !important;
    color: #fff !important;
}

.objective-list ul,
.activity-list ul {
    line-height: 28px;
    padding-bottom: 15px;
    padding-left: 25px;
}

.objective-list ul>li,
.activity-list ul>li {
    color: #201c68;
    padding-bottom: 5px;
}

.objective-list ul>li p,
.activity-list ul>li p {
    margin-bottom: 5px;
}

.heading {
    font-size: 19px !important;
    font-weight: bold;
}

.cec {
    //background: #81807e none repeat scroll 0 0;
    border: 1px solid #d4d4d4;
    box-shadow: 3px 5px 5px #888888;
    margin-bottom: 20px;
}

.cec-heading {
    margin: 10px 0;
    padding: 5px 0;
    text-align: center;
    color: #2D1B7E;
}

.cec>p {
    color: #000;
    font-size: 15px;
    padding: 0 10px 10px;
    text-align: center;
}

.cec-memb {
    margin: 30px auto;
}

.notice_board {
    border: 1px solid #2b1a79;
    padding: 15px;
    border-radius: 5px;
    margin: 30px 0;
}

.notice_board h3 {
    font-size: 18px;
    letter-spacing: 0.5;
    line-height: 1.6;
}

.notice_head {
    font-size: 24px !important;
    color: #2d1b7e !important;
}

.notice_img img {
    max-width: 100%;
    height: auto;
    display: block;
}

.ifcon_banner {
    margin-top: 20px;
}

.detail_img img {
    max-width: 100%;
    display: block;
    height: auto;
}

.detail_date {
    font-size: 17px !important;
    font-weight: bold;
}

.memb1 {
    //background: #efedec none repeat scroll 0 0;
    border: 1px solid #d4d4d4;
    margin-bottom: 30px;
    box-shadow: 3px 5px 5px #888888;
}

.memb-title {
    line-height: 28px;
    padding: 0 15px;
    font-size: 18px;
    color: #000;
}

.memb-cont {
    margin: 32px 0 0;
    padding: 0 15px;
}

.jfst-memb1 {
    //background: #efedec none repeat scroll 0 0;
    border: 1px solid #d4d4d4;
    margin-bottom: 30px;
    box-shadow: 3px 5px 5px #888888;
}

.jfst-memb-title {
    color: #000;
    font-size: 18px;
    line-height: 22px;
    padding: 0 15px;
}

.jfst-memb-cont {
    margin: 10px 0 0;
    padding: 0 15px;
}

.jfst-memb-name {
    display: block;
    font-size: 15px;
    margin-top: 5px;
}

.cheif-editor-jfst {
    margin: 15px 0;
}

.jfst-memb-desc {}

.jfst-desgn {
    color: #201C68;
    font-size: 18px;
    //font-weight: bold;
    margin-top: 5px;
    padding: 0 15px;
}

.jfst-memb-title span {
    color: #000 !important;
}

.jfst-memb1 img {
    height: 230px !important;
    object-fit: cover;
}

.ifi-memb1 {
    background: #efedec none repeat scroll 0 0;
    border: 1px solid #d4d4d4;
    margin-bottom: 30px;
    box-shadow: 3px 5px 5px #888888;
}

.ifi-memb-title {
    color: #333;
    font-size: 18px;
    line-height: 22px;
    padding: 0 15px;
    min-height: 90px;
}

.ifi-memb-cont {
    margin: 10px 0 0;
    padding: 0 15px;
}

.ifi-memb-name {
    display: block;
    font-size: 15px;
    margin-top: 5px;
}

.ifi-memb-desc {}

.ifi-desgn {
    font-size: 18px;
    font-weight: bold;
    margin-top: 5px;
    padding: 0 15px;
}

.ifi-memb1 img {
    height: 190px !important;
}

.memb-pagination {
    background: #81807e none repeat scroll 0 0;
    margin-bottom: 0px !important;
    //margin-top: -10px;
}

.pagination {
    margin: 0 !important;
    float: right;
}

.pagination>li>a,
.pagination>li>span {
    background: none !important;
    border: none !important;
    padding: 6px 8px !important;
    color: #fff !important;
    float: none !important;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    background: none !important;
    border: none !important;
    padding: 6px 8px !important;
}

.chapter-heading {
    color: #25206c;
    font-size: 22px;
    margin: 10px 0;
}

.chapter-first>p {
    color: #000;
    text-align: justify;
}

.chapter-first a {
    color: #ec6768 !important;
}

.chapter-first {
    border-bottom: 1px solid #bfbfbf;
}

.chapter_inner_map {
    margin: 0px 0px 20px;
    padding: 2px;
    border: 1px solid #999;
    box-shadow: 3px 5px 5px #888888;
}

.sidebar-list {
    //background: #82817f none repeat scroll 0 0;
    border: 1px solid #999;
    padding: 0 !important;
    box-shadow: 3px 5px 5px #888888;
}

.sidebar-list>li {
    border-bottom: 1px solid #999;
    list-style: outside none none !important;
    padding: 8px 24px;
}

.sidebar-list a {
    color: #2D1B7E;
    font-size: 16px;
    font-weight: bold;
}

.sidebar-list a:hover {
    color: rgba(44, 27, 125, 0.8);
    text-decoration: none !important;
}

.sidebar-news>h3 {
    color: #252077;
}

.phone {
    background: rgba(0, 0, 0, 0) url("../images/mopile.png") no-repeat scroll 0 4px;
    font-size: 16px;
    margin-bottom: 0 !important;
    padding-left: 24px;
    color: #000;
}

.phone:hover {
    background: rgba(0, 0, 0, 0) url("../images/mopile_h.png") no-repeat scroll 0 4px;
    font-size: 16px;
    margin-bottom: 0 !important;
    padding-left: 24px;
    color: #24146F;
}

.mail {
    background: rgba(0, 0, 0, 0) url("../images/mail.png") no-repeat scroll 0 3px;
    font-size: 16px;
    margin-bottom: 0 !important;
    padding-left: 24px;
    color: #000;
}

.mail:hover {
    background: rgba(0, 0, 0, 0) url("../images/mail_h.png") no-repeat scroll 0 3px;
    font-size: 16px;
    margin-bottom: 0 !important;
    padding-left: 24px;
    color: #24146F;
}

.mail a {
    color: #000 !important;
}

.mail a:hover {
    color: #24146F !important;
}

.map-image {
    padding: 15px 0;
}

.srinagar-details th {
    background: #a7a7a7 none repeat scroll 0 0;
    border: 1px solid #d3d3d3 !important;
    color: #fff;
    text-align: center;
}

.srinagar-details td {
    background: #81807e none repeat scroll 0 0;
    border: 1px solid #d3d3d3;
    color: #fff;
    margin: 0 auto;
    text-align: center;
}

.map-image img {
    margin: 0 auto;
}

.about-content.trust-content {
    border-right: 1px solid #e5e5e5;
    padding: 0 30px;
}

.apply-scholarships {
    margin: 30px auto;
}


/*.apply-scholarships-form
{
    background: #96CD96;
    margin: 0 30px;
}*/

.apply-scholarships-form a {
    background: #96cd96 none repeat scroll 0 0;
    color: #fff !important;
    display: block;
    font-size: 19px;
    font-weight: bold;
    margin: 28px 14px;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
}

.list-items>ul>li {
    background: rgba(0, 0, 0, 0) url("../images/Arrow.png") no-repeat scroll 0 11px;
    color: #333;
    line-height: 28px;
    list-style-type: none;
    margin: 10px 0;
    padding-left: 21px;
    text-align: justify;
}


/*.grid figure img{
    height: 220px !important;
}*/

.ifi-items {
    padding-left: 0;
    height: 311px;
    overflow-y: scroll;
    padding-right: 15px;
}

.appl-down {
    font-size: 21px;
    list-style: outside none none;
    padding-left: 0 !important;
}

.ifi-items>li {
    background: rgba(0, 0, 0, 0) url("../images/Arrow.png") no-repeat scroll 0 11px;
    color: #333;
    line-height: 1.5;
    list-style-type: none;
    margin: 10px 0;
    padding-left: 21px;
    text-align: justify;
}

.dissolution-trust-img {
    border-right: 1px solid red;
    padding: 0 15px;
}


/*.subcontent-trust {
   margin: 95px auto;
  }*/

.trust-main {
    padding-bottom: 60px;
}

.subcontent-trust>p {
    margin-top: 95px;
}

.dissolution-trust {
    margin: 30px auto 0px;
}

.agbm-list>li {
    color: rgba(44, 27, 125, 1);
    font-size: 19px;
    list-style: outside none none;
    padding: 10px 0 10px 0px;
    text-align: center;
    border: 1px solid #ddd;
}

.agbm-list a {
    color: rgba(44, 27, 125, 1);
    text-decoration: none !important;
}

.agbm-list>li:hover {
    box-shadow: 3px 5px 5px #888888;
    background-color: #321e8c !important;
    color: #fff !important;
}

.agbm-list>li:hover a {
    color: #fff !important;
}

.agbm-sidebar {
    min-height: 400px;
    padding: 0 15px;
}

.agbm-list {
    //background: #cfcfcf none repeat scroll 0 0;
    padding-left: 0 !important;
}

.agbm-sidebar>h3 {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #999;
    box-shadow: 3px 5px 5px #888888;
    color: #2d1b7e;
    padding: 15px 0;
    text-align: center;
    margin-bottom: 15px !important;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-menu>li>a {
    color: rgba(44, 27, 125, 1) !important;
}

.dropdown-menu>li>a:hover {
    color: rgba(44, 27, 125, 0.8) !important;
}

.dropdown-menu>li {
    text-align: left !important;
    padding: 8px 5px !important;
}


/* event */

.event-sidebar-title {
    color: #252077 !important;
    margin-bottom: 0 !important;
    padding: 14px 15px;
}

.news-sidebar-title {
    color: #252077 !important;
    margin-bottom: 0 !important;
    padding: 14px 15px;
}

.sidebar-event {
    background: #efedec none repeat scroll 0 0;
    /*padding-bottom: 50px;*/
}

.sidebar-news {
    background: #efedec none repeat scroll 0 0;
    padding-bottom: 15px;
}

.p1 {
    border-bottom: 2px solid #D8D7D5;
    margin: 0 20px;
    padding: 10px 0;
}

.p2 {
    margin: 15px 20px;
}

.events-sidebar {
    border-right: 1px solid #d8d7d5;
    padding: 0 16px 0 0;
}


/*.latestnews-scroll {
    height: 200px;
    overflow-y: scroll;
}*/


/*.corpmemb_slider .bx-wrapper .bx-prev{
    background: rgba(0, 0, 0, 0) url("../images/left.png") no-repeat scroll left center !important;
    display: block !important;
    left: -50px;
}
.corpmemb_slider .bx-wrapper .bx-next{
    background: rgba(0, 0, 0, 0) url("../images/right.png") no-repeat scroll right center !important;
    display: block !important;
    right: -50px;
}
.corpmemb_slider .bx-wrapper .bx-prev:hover {
    background: rgba(0, 0, 0, 0) url("../images/left.png") no-repeat scroll left center !important;
    display: block !important;
    left: -50px;
}
.corpmemb_slider .bx-wrapper .bx-next:hover {
    background: rgba(0, 0, 0, 0) url("../images/right.png") no-repeat scroll right center !important;
    display: block !important;
    right: -50px;
}*/

.p1-main,
.p3-main,
.p4-main {
    margin-bottom: 30px;
}

.left-arrow {
    background: rgba(0, 0, 0, 0) url("../images/Right_Arrow_On.png") no-repeat scroll 0 0;
    display: inline-block;
    height: 21px;
    right: 80px;
    width: 21px;
}

.left-arrow:hover {
    background: rgba(0, 0, 0, 0) url("../images/Right_Arrow_Over.png") no-repeat scroll 0 0;
    display: inline-block;
    height: 21px;
    right: 80px;
    width: 21px;
}

.right-arrow {
    background: rgba(0, 0, 0, 0) url("../images/Left_Arrow_On.png") no-repeat scroll 0 0;
    height: 21px;
    right: 49px;
    width: 21px;
}

.right-arrow:hover {
    background: rgba(0, 0, 0, 0) url("../images/Left_Arrow_Over.png") no-repeat scroll 0 0;
    height: 21px;
    right: 49px;
    width: 21px;
}

.arrows a {
    float: right;
    position: absolute;
}

.contact-heading {
    padding: 0 !important;
    color: #25206c;
}

.event-content {
    padding-bottom: 15px;
}

.job_blk {
    border: 1px solid #d4d4d4 !important;
    padding: 20px;
    margin-bottom: 30px;
    background: #fff;
    border-radius: 15px;
    box-shadow: none !important;
}
.job_blk p{
    text-align: left;
    word-wrap: break-word;
}
.job_blk .contact_submit{
    text-align: left;
}

.contact_blk_shdw {
    border: 1px solid #d4d4d4;
    box-shadow: 3px 5px 5px #888888;
}

.contact-addr {
    background: url("../images/Contact.png") no-repeat scroll 11px 43px;
    color: #000 !important;
    font-size: 17px !important;
    margin-bottom: 0 !important;
    padding-bottom: 0px;
    padding-left: 55px;
    padding-top: 45px;
}

.contact-detail {
    //background: #999999 none repeat scroll 0 0;
    //margin-bottom: 15px;
    padding: 40px 0 50px;
}

.contact-phone {
    background: rgba(0, 0, 0, 0) url("../images/Phone.png") no-repeat scroll 0 0;
    color: #000 !important;
    height: 33px;
    padding-left: 42px;
    padding-top: 3px;
}

.contact-mail {
    background: rgba(0, 0, 0, 0) url("../images/Mail.png") no-repeat scroll 0 0;
    color: #000 !important;
    display: inline-block;
    height: 33px;
    padding-left: 42px;
    padding-top: 6px;
    width: 33px;
}

.contact-form {
    //background: #999999;
    border: 1px solid #d4d4d4;
    box-shadow: 3px 5px 5px #888888;
}

form {
    padding: 15px 0;
}

.contact_submit {
    text-align: center;
}

.contact_submit>button {
    background: #25206c none repeat scroll 0 0;
    border: 0 none !important;
    color: #fff !important;
    padding: 4px 18px;
}

.contact-form label {
    color: #000;
}

.form-control {
    border-radius: 0;
}

.contact-map {
    padding-bottom: 50px;
}

.map-img {
    background: rgba(0, 0, 0, 0) url("../images/location.png") no-repeat scroll 18px 14px;
}

.map-img iframe {
    margin: 75px;
    z-index: 9999;
}

.addr {
    color: #82817f;
    float: right;
}

.honey_gallery img {
    background: #eee none repeat scroll 0 0;
    border: 1px solid red;
    border-radius: 2px;
    margin: 0 auto;
    padding: 8px;
}

.gallery-content {
    margin: 15px 0;
}

.detail_gallery {
    margin-bottom: 30px;
}

.gallery-filter {
    margin: 30px auto;
    text-align: center;
}

.gallery-tab>p {
    box-shadow: 3px 5px 5px #888888;
    background-color: #fff !important;
    color: #321e8c;
    font-size: 17px;
    padding: 15px 5px;
    text-transform: uppercase;
}

.gallery-tab>p:hover {
    background-color: #321e8c !important;
    color: #fff;
    font-size: 17px;
    padding: 15px 5px;
    text-transform: uppercase;
}

.award_slider .bx-wrapper .bx-viewport {
    padding: 0 !important;
    border-radius: 0 !important;
}

.awards-tab tabs>nav>tab.active,
tabs>nav>tab[active="false"] {
    background: #fff none repeat scroll 0 0 !important;
    color: #321E8C !important;
    box-shadow: 1px 1px 3px #888888;
    border: 1px solid #d4d4d4;
}

.awards-tab tabs>nav>tab.active,
tabs>nav>tab[active="true"] {
    background: #321E8C none repeat scroll 0 0 !important;
    color: #fff !important;
    border: 1px solid #321E8C;
}

.awards-tab tabs>nav>tab:hover {
    background-color: #321E8C !important;
    color: #fff !important;
}

.awards-tab tabs>nav>tab.active,
tabs>nav>tab[active="true"]::after {
    border-color: #321E8C transparent;
    border-style: solid;
    border-width: 16px 14px 0;
    content: "";
    position: absolute;
    width: 0;
}

.awards-tab tabs>tab {
    background: #fff none repeat scroll 0 0;
    box-shadow: 2px 3px 3px #888888;
    display: block;
    font-size: 16px;
    height: 450px;
    line-height: 2.2em;
    overflow-y: auto;
    padding: 20px;
}

.awards-tab tabs>nav>tab {
    /*font-size: 16px;
    line-height: 2em;*/
    /*background: #fff none repeat scroll 0 0;
    box-shadow: 2px 3px 3px #888888;
    display: block;
    padding: 20px 20px 0;*/
    /*padding: 5px 105px !important;*/
    padding: 2px 40px;
}

.awards-tab .heading {
    font-size: 19px !important;
    font-weight: bold;
    /* padding: 2px 40px; */
}
.purplebtntext {
    color: #9C27B0;
    /* border: 0.5px solid #9C27B0; */
}

.scholarship img {
    padding: 15px;
}

.scholarship {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #eee;
}

.scholarship_cntnt_blk {
    border-right: 1px solid #e5e5e5;
}

.scholarship_cntnt_blk h3 {
    color: #25206c;
    margin-bottom: 18px;
}

.scholarmemb-more {
    background: #2b1a79 none repeat scroll 0 0;
    border-bottom: 2px solid #868584;
    border-right: 2px solid #868584;
    color: #fff !important;
    display: block;
    font-size: 19px;
    margin: 0 auto 30px;
    padding: 7px 35px;
    text-align: center;
    text-decoration: none;
}

.formb {
    background: #94CC99;
}

.forme {
    background: #C22B46;
}

.formf {
    background: #FDC05B;
}

.scholarship-text {
    background: #185c8d none repeat scroll 0 0;
    color: #fff;
    font-weight: bold;
    margin: 25px auto;
    min-height: 100px;
    padding: 9px 0;
    text-align: center;
    text-transform: uppercase;
    z-index: -999999;
}

.formb-text {
    background: #457F4C none repeat scroll 0 0;
    color: #fff;
    font-weight: bold;
    margin: 41px 0 0 -47px;
    padding: 9px 0;
    text-align: center;
    text-transform: uppercase;
    z-index: -999999;
}

.forme-text {
    background: #75192A none repeat scroll 0 0;
    color: #fff;
    font-weight: bold;
    margin: 41px 0 0 -47px;
    padding: 9px 0;
    text-align: center;
    text-transform: uppercase;
    z-index: -999999;
}

.formf-text {
    background: #A07531 none repeat scroll 0 0;
    color: #fff;
    font-weight: bold;
    margin: 41px 0 0 -47px;
    padding: 9px 0;
    text-align: center;
    text-transform: uppercase;
    z-index: -999999;
}

.scholarship img {
    margin: 0 4px;
    padding: 15px 0 0;
    position: relative;
    width: 100%;
    z-index: 99999;
}

.formb img {
    margin: 0 4px;
    padding: 15px 0 0;
    position: relative;
    width: 100%;
    z-index: 99999;
}

.forme img {
    margin: 0 4px;
    padding: 15px 0 0;
    position: relative;
    width: 100%;
    z-index: 99999;
}

.formf img {
    margin: 0 4px;
    padding: 15px 0 0;
    position: relative;
    width: 100%;
    z-index: 99999;
}

.award-guidelines .flexslider .slides>li {
    margin-right: 15px;
}

.award-guidelines .flex-direction-nav .flex-prev {
    background: url("../images/Left_red.png") no-repeat scroll 0 0;
    right: 5px;
}

.award-guidelines .flex-direction-nav .flex-prev:hover {
    background: url("../images/Left_Grey.png") no-repeat scroll 0 0;
    right: 5px;
}

.award-guidelines .flex-direction-nav .flex-next {
    background: url("../images/Right_Red.png") no-repeat scroll 0 0;
}

.award-guidelines .flex-direction-nav .flex-next:hover {
    background: url("../images/Right_Grey.png") no-repeat scroll 0 0;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
    opacity:
}

.award-guidelines .flex-direction-nav a {
    top: -25%;
}

.award-guidelines {
    margin-bottom: 30px;
}

.guide-more {
    color: #fff;
    float: right;
    font-weight: bold;
    padding: 0 19px;
}

.award {
    background: #efedec none repeat scroll 0 0;
}

.award1-img {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    margin: 11px 0 0;
    padding: 47px 1px;
}

.award2-img {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    margin: 11px 0 0;
    padding: 47px 1px;
}

.award3-img {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    margin: 11px 0 0;
    padding: 47px 1px;
}

.award4-img {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    margin: 11px 0 0;
    padding: 47px 1px;
}

.award1-img img {
    margin: 0 auto;
}

.award2-img img {
    margin: 0 auto;
}

.award3-img img {
    margin: 0 auto;
}

.award4-img img {
    margin: 0 auto;
}

.award-text {
    color: #222;
    margin: 30px 0;
    text-align: center;
    text-transform: uppercase;
}

.award1-more {
    color: #82aacd;
    float: right;
    font-weight: bold;
    padding: 6px 23px;
}

.award2-more {
    color: #94CC99;
    float: right;
    font-weight: bold;
    padding: 6px 23px;
}

.award3-more {
    color: #BD2A44;
    float: right;
    font-weight: bold;
    padding: 6px 23px;
}

.award4-more {
    color: #F7C34D;
    float: right;
    font-weight: bold;
    padding: 6px 23px;
}

.awards {
    margin-bottom: 30px;
}

.award_slider .bx-wrapper .bx-prev {
    background: rgba(0, 0, 0, 0) url("../images/Left_arrow.png") no-repeat scroll left center;
    left: 20px;
}

.award_slider .bx-wrapper .bx-prev:hover {
    background: rgba(0, 0, 0, 0) url("../images/Left_arrow.png") no-repeat scroll left center;
    left: 20px;
}

.award_slider .bx-wrapper .bx-next {
    background: rgba(0, 0, 0, 0) url("../images/Right_arrow.png") no-repeat scroll right center;
    right: 10px;
}

.award_slider .bx-wrapper .bx-next:hover {
    background: rgba(0, 0, 0, 0) url("../images/Right_arrow.png") no-repeat scroll right center;
    right: 10px;
}

.chapter-menu>li {
    background: #fff none repeat scroll 0 0;
    color: #321e8c;
    border-right: 2px solid #d4d4d4;
    box-shadow: 1px 1px 3px #888888;
    display: inline-block;
    padding: 10px 20px;
    margin-left: -5px;
}

.chapter-menu .active {
    background: #321e8c none repeat scroll 0 0;
}

.chapter-menu .active a {
    color: #fff;
}

.chapter-menu>li a {
    color: #321e8c;
}

.chapter-menu>li:hover {
    background: #321e8c none repeat scroll 0 0;
    border-right: 2px solid #242067;
    display: inline-block;
    padding: 10px 20px;
}

.chapter-menu>li:hover a {
    color: #fff;
}

.chapter-menu-detail>li {
    background: #82817f none repeat scroll 0 0;
    border-right: 2px solid #d4d4d4;
    box-shadow: 1px 1px 3px #888888;
    display: inline-block;
    padding: 10px 90px;
    float: left;
}

.chapter-menu-detail>li:hover {
    background: #DB261F none repeat scroll 0 0;
    border-right: 2px solid #d4d4d4;
    display: inline-block;
    padding: 10px 90px;
    float: left;
}

.profile_link {
    background: #dc2824;
    color: #fff !important;
    font-weight: bold;
    font-size: 13px;
    padding: 2px 10px;
    display: inline-block;
    margin: 15px;
}
.modal_div .modal-content{
    border-radius: 0;
}
.modal_div .modal-header{
    background: #dc2824;
    text-align: center;
    color: #fff;
    padding: 10px 15px !important;
}
.modal_div .modal-title{
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}
.modal_div .modal-header p{
    margin-bottom: 0;
    font-weight: bold;
    font-size: 13px;
}
.modal_div .modal-header .close{
    color: #fff;
    opacity: .8;
    margin-top: 0 !important;
}
.modal_div .modal-content p {
    line-height: 1.7;
    letter-spacing: 0.5px;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-color: #000;
}

.jfst-menu>li {
    background: #fff none repeat scroll 0 0;
    border-right: 2px solid #d4d4d4;
    display: inline-block;
    padding: 10px 24px;
    /*float: left;*/
    box-shadow: 1px 1px 3px #888888;
    color: #321e8c;
    margin-left: -5px;
}

.jfst-menu li a {
    color: #321e8c;
    font-weight: bold;
    text-align: center;
    text-decoration: none !important;
}

.jfst-menu>li:hover {
    background: #321e8c none repeat scroll 0 0 !important;
    color: #fff !important;
    border-right: 2px solid #d4d4d4;
    display: inline-block;
    padding: 10px 24px;
    /*float: left;*/
}

.jfst-menu>li:hover a {
    color: #fff !important;
}

.jfst-menu {
    //background: #aeaeae none repeat scroll 0 0;
    display: block;
    margin: 0;
    padding-left: 0 !important;
    text-align: center;
}

.chapter-menu {
    //background: #aeaeae none repeat scroll 0 0;
    display: block;
    margin: 0;
    padding-left: 0 !important;
    text-align: center;
}

.chapter-menu-detail {
    background: #aeaeae none repeat scroll 0 0;
    display: block;
    margin: 0;
    padding-left: 0 !important;
}


/*.jfst-menu a {
    color: #fff !important;
    font-weight: bold;
    text-align: center;
    text-decoration: none !important;
}*/

.chapter-menu a {
    //color: #fff !important;
    font-weight: bold;
    text-align: center;
    text-decoration: none !important;
}

.chapter-menu-detail a {
    color: #fff !important;
    text-align: center;
    text-decoration: none !important;
}

.bangalore-chapter-about {
    background: #fff none repeat scroll 0 0;
    box-shadow: 1px 1px 3px #888888;
    margin-bottom: 5px;
}

.past_issue_blk {
    background: #efedec none repeat scroll 0 0;
    margin-bottom: 30px;
    padding-bottom: 40px;
    padding-top: 10px;
}

.bangalore-chapter-about p {
    font-size: 18px;
    line-height: 28px;
    padding: 30px 15px;
    text-align: justify;
    color: #4c4c4c;
}

.edit-sidebar-title {
    color: #321e8c;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.chapter-sidebar-title {
    background: #e02427 none repeat scroll 0 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: #fff !important;
    padding: 11px 15px;
}

.commitee-title {
    background: #242067 none repeat scroll 0 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: #fff !important;
    padding: 11px 15px;
    margin-bottom: 0 !important;
}

.committee-form {
    background: #EFEDEC;
    color: #989795;
}

.other-chapters {
    background: #efedec none repeat scroll 0 0;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.otherchap-title {
    color: #fff;
    padding: 31px 10px;
    text-align: center;
    text-transform: capitalize;
}

.otherchap-title span {
    background: #242067 none repeat scroll 0 0;
    padding: 3px 60px;
}

.chapters-place>a {
    background: #fff none repeat scroll 0 0;
    text-align: center;
    display: block;
    text-decoration: none !important;
    color: #81807E !important;
    border-radius: 4px;
    padding: 5px 0;
    margin-bottom: 15px;
}

.chapters-place>a:hover {
    background: #E02427 none repeat scroll 0 0;
    text-align: center;
    display: block;
    text-decoration: none !important;
    color: #fff !important;
    border-radius: 4px;
    padding: 5px 0;
}

.first-row-chapters {
    margin-bottom: 30px;
}

.current-issues {
    margin-bottom: 15px;
}

.past-issues {
    margin-bottom: 15px;
}

.publication-sidebar-title {
    color: #321e8c;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.edit-bottom {
    margin-bottom: 30px;
}

.edit-img {
    background: #efedec none repeat scroll 0 0;
    border: 1px solid #d6d6d6;
    min-height: 304px;
}

.edit-img img {
    margin: 0 auto;
    padding: 10px;
}

.edit-bg {
    background: #e02427 none repeat scroll 0 0;
}

.edit-detail {
    color: #fff;
       margin: 0px auto;
    CONTAIN-INTRINSIC-BLOCK-SIZE: AUTO 100PX;
    text-align: center;
    display: block;
    height: 304px;
    padding: 30px 5px;
}

.edit-issues {
    margin-bottom: 15px;
}

.edit-detail h4 {
    border-bottom: 1px solid;
    font-size: 20px;
    padding-bottom: 12px;
}

.pastissues .cs-style-5 figure img {
    height: 311px;
}

.current-issues .cs-style-5 figure img {
    height: 311px;
}

.publi-past>p {
    color: #e66361;
    display: table-cell;
    font-size: 24px;
    height: 367px;
    vertical-align: middle;
}

.publi-past a {
    color: #e66361;
    display: block;
}

.publi-past {
    display: table;
    text-align: center;
    width: 100%;
}

.reg-btn {
    background: #321e8c none repeat scroll 0 0;
    border: 0 none;
    color: #fff !important;
    display: inline-block !important;
    font-size: 16px;
    margin-top: 25px;
    padding: 6px 44px;
    text-transform: uppercase;
}

.reg-btn-side {
    color: rgb(219, 38, 31) !important;
    font-weight: bold;
}

.memb1 img {
    height: 180px !important;
    object-fit: cover;
    width: 100%;
    object-position: center top;
}

#home_corp_slider img {
    margin: 30px auto !important;
}

.corp_slider .bx-wrapper .bx-controls-direction a {
    top: 33% !important;
}

.corp_slider .bx-wrapper .bx-prev {
    left: 10px !important;
}

.flex-control-nav {
    background: #81807e none repeat scroll 0 0;
    padding: 10px 0 !important;
    margin-bottom: 20px !important;
}

.committee-form h4 {
    font-size: 21px;
    margin: 0 !important;
    padding: 15px 10px 8px 21px;
}

.committee-form p {
    font-size: 17px;
    padding: 0 29px;
}

.committee-form1 {
    border-bottom: 2px solid #d8d7d5;
    padding: 15px 0;
}

.scholarship-form {
    //background: #efedec none repeat scroll 0 0;
    border: 1px solid #d4d4d4;
    box-shadow: 2px 3px 3px #888888;
}

.err-text-div {
    margin-bottom: 30px;
}

.scholar-table th {
    background: #2b1a79 none repeat scroll 0 0;
    border: 1px solid #333;
    text-align: center !important;
    color: #fff !important;
    vertical-align: middle !important;
}

.scholar-table {
    margin: 30px auto;
}

.submit-button {
    text-align: center;
}

.submit-button input {
    background: #2d1b7e none repeat scroll 0 0;
    border: medium none !important;
    box-shadow: none !important;
    color: #fff;
    font-size: 18px !important;
    padding: 3px 25px;
    text-shadow: none;
}

.submit-button a {
    background: #2d1b7e none repeat scroll 0 0;
    border: medium none !important;
    box-shadow: none !important;
    color: #fff;
    font-size: 18px !important;
    padding: 3px 25px;
    text-shadow: none;
}

.tab-content {
    display: none;
}

.tab-active {
    display: block;
}

.tab-links {
    cursor: pointer;
}

.tab-link-active {
    //background: #6e6d6b none repeat scroll 0 0 !important;
    box-shadow: 3px 5px 5px #888888;
    color: rgba(44, 27, 125, 0.8);
}

.award-detail-sidebar>h2 {
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #999;
    color: #2d1b7e;
    font-weight: bold;
    margin: 0 !important;
    padding: 15px 15px 15px 22px;
    /*background: #e02427 none repeat scroll 0 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    padding: 9px 15px;
    margin-bottom: 0;*/
}

.awards-list {
    background: #efedec none repeat scroll 0 0;
    margin-bottom: 30px;
    padding: 15px 0 30px;
}

.awards-list>p {
    border-bottom: 1px solid #999;
    list-style: outside none none !important;
    padding: 8px 24px;
    color: #2d1b7e;
    font-size: 16px;
    font-weight: bold;
    /*background: #a1a09e none repeat scroll 0 0;
    color: #fff;
    line-height: 28px;
    margin-bottom: 19px;
    padding: 3px 0 0 15px;*/
}

.awards-list>p:hover {
    color: rgba(44, 27, 125, 0.8);
    /*background: #6E6D6B none repeat scroll 0 0;
    color: #fff;
    line-height: 28px;
    margin-bottom: 19px;
    padding: 3px 0 0 15px;*/
}

.award-detail-tab {
    height: 450px;
    overflow-y: scroll;
    margin-bottom: 30px;
    margin-top: 30px;
}

.award-detail-tab tabs>nav>tab {
    padding: 5px 15.5px !important;
}

.award-detail-tab tabs {
    background: #82817f none repeat scroll 0 0;
}

.award-detail-tab tabs>nav>tab.active,
tabs>nav>tab[active="false"] {
    background: #82817f none repeat scroll 0 0;
}

.award-detail-tab .heading {
    font-size: 24px !important;
}

.award-detail-sidebar {
    border: 1px solid #999;
    box-shadow: 3px 5px 5px #888888;
    padding: 0 !important;
    margin-top: 10px;
}

.ad-tabtext ul {
    padding-left: 0 !important;
}

.ad-tabtext p {
    color: #333;
    line-height: 1.7;
}

.award-detail h2 {
    color: #2d1b7e;
    margin: 10px 0 !important;
    //padding: 10px 53px;
}

.awardee_list_modal .modal-body {
    padding-top: 0;
}

.award-list-div h2 {
    color: #2d1b7e;
    font-size: 21px;
    margin-top: 0;
    text-align: center;
}

#trust_list_Modal .modal-dialog {
    width: 55%;
}

.subscription-form {
    //background: #efedec none repeat scroll 0 0;
    border: 1px solid #d4d4d4;
    box-shadow: 2px 3px 3px #888888;
    margin-bottom: 30px;
}

.err-div-text {
    margin-bottom: 20px;
}

.subscription-form span {
    //background: #2d1b7e none repeat scroll 0 0;
    color: #2d1b7e;
    margin-bottom: 10px;
    padding: 2px 15px;
}

.subscription-form h3 {
    margin-bottom: 30px;
}

.div_width {
    color: #4c4c4c !important;
    display: inline-block;
    width: 250px !important;
}

.margin_zero {
    margin-left: 0px;
    margin-right: 0px;
}

.rupee_symbol {
    color: #4c4c4c !important;
    padding: 0 !important;
}

.list-awards img {
    display: block;
    margin: 0 auto;
    text-align: center;
}


/*.list-awards {
       margin-bottom: 30px;
    margin-left: 48px;
    padding-bottom: 30px;
}*/

.list-awards {
    margin-bottom: 10px;
    margin-left: 0;
    margin-top: 18px;
    padding-bottom: 30px;
}

.edit-table {
    background: #fff none repeat scroll 0 0;
    margin-bottom: 30px;
}

.table-name {
    color: #da251e !important;
    font-size: 18px;
    width: 33%;
}

.edit-table tr {
    border-bottom: 1px solid #efedec;
    padding-bottom: 15px !important;
}

.award-list-div h3 {
    color: rgb(224, 36, 39);
    font-size: 22px;
    margin-top: 0;
    text-align: center;
}

.award-list-div .table tr,
.award-list-div .table td,
.award-list-div .table th {
    border: 1px solid rgb(224, 36, 39);
    color: #000;
    text-align: center;
}

.modal-main-title {
    color: #333;
    font-size: 24px;
    text-align: center;
}

.edit-table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    //border: 1px solid #333;
    padding: 10px !important;
    color: #333;
}

.jfst-edit-title {
    color: #db261f;
}

.award-modal .modal-content {
    background: rgb(239, 237, 236) none repeat scroll 0 0;
}

.guide-jfst {
    background: #fff none repeat scroll 0 0;
    margin: 30px auto;
}

.innerpage-head_two {
    color: #321e8c;
    margin-bottom: 20px;
    margin-top: 12px;
    text-align: center;
}

.guide-jfst>p {
    padding: 15px !important;
}

.guide-title {
    margin: 0;
    padding: 8px 15px 0;
}

.past_issue_img h5 {
    color: #df2725;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.past_txt>h3 {
    color: #dd2825;
    margin-top: 0;
}

.past_txt {
    background: #ffffff none repeat scroll 0 0;
    margin-top: 41px;
    padding: 25px;
}

.past_txt>p {
    color: #b4b4b4;
    text-align: justify;
    line-height: 28px;
}

.chapter-menu-active {
    background: #321e8c none repeat scroll 0 0 !important;
    border-right: 2px solid #d4d4d4 !important;
    box-shadow: 1px 1px 3px #888888 !important;
    color: #fff !important;
}

.chapter-menu-active a {
    color: #fff !important;
}

.spn_blk {
    border: 1px solid #e6e6e6;
    margin-bottom: 30px;
    padding: 45px;
}

.spn_blk img {
    margin: 0 auto;
}

.guide-more>a {
    color: #185c8d !important;
    text-decoration: none !important;
}

.album-title {
    margin-top: -42px;
    text-align: center;
}

.album-title>span {
    background: #db261f none repeat scroll 0 0;
    border-radius: 4px;
    color: #fff;
    padding: 2px 15px;
}

.gallery-image {
    text-decoration: none !important;
}

.flex-control-nav {
    overflow: hidden;
}

.detail_gallery img {
    border: 1px solid #db261f;
    padding: 5px;
}

.membership-details {
    //background: #EFEDEC none repeat scroll 0 0;
    //height: 255px;
    //overflow-y: auto;
    padding: 0 45px;
}

.mem_table_title {
    color: #2b1a79;
    margin-bottom: 15px;
    margin-top: 5px;
    text-align: center;
}

.membership-details>p {
    line-height: 25px;
    padding: 3px 15px;
    text-align: justify;
}

.membership-details>h2 {
    color: #25206c;
    font-size: 23px;
    letter-spacing: 1px;
    margin: 0 !important;
    padding: 13px 15px;
}

.membership-categories {
    //background: #efedec none repeat scroll 0 0;
    //margin: 30px auto;
    padding-bottom: 30px;
    //box-shadow: 1px 1px 3px #888888;
}

.memb_more_btn_blk {
    text-align: center;
    margin: 0 auto;
}

.memb_more_btn_blk .memb-more {
    display: inline-block;
}

.memb-more {
    background: #2b1a79 none repeat scroll 0 0;
    border-bottom: 2px solid #868584;
    border-right: 2px solid #868584;
    color: #fff !important;
    display: block;
    margin: 0 auto 30px;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    //width: 104px;
}

.cat1 h3,
.cat2 h3,
.cat3 h3,
.cat4 h3,
.cat5 h3 {
    color: #2B1A79;
    font-size: 18px;
    text-align: center;
}

.cat1 img,
.cat2 img,
.cat3 img,
.cat4 img,
.cat5 img {
    margin: 0 auto;
}

.online-form {
    margin-bottom: 15px;
    text-align: center;
}

.online-form>a {
    background: #2b1a79 none repeat scroll 0 0;
    color: #fff !important;
    padding: 5px 15px;
}

.cat1,
.cat2,
.cat3,
.cat4,
.cat5 {
    border: 2px solid;
    border-bottom-right-radius: 40px;
    border-top-left-radius: 40px;
    margin: 15px auto;
}

.about-content .flexslider {
    padding-bottom: 20px;
    margin-bottom: 50px;
}

.pastissue-table {
    border: 1px solid;
    margin: 15px auto;
}

.pastissue-first {
    margin: 15px auto;
}

.pastissue-first span {
    color: #333;
    padding: 0 7px;
}

.pastissue-first select {
    -moz-appearance: none;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #333;
    color: #333;
    padding: 0 15px;
}

.pastissue-first input {
    border: 1px solid;
}

.jfstarticle-table th,
td,
tr {
    border: 1px solid #333;
    //text-align: center;
    vertical-align: middle !important;
}

#member1 tr td {
    font-weight: 600;
}

#member1 tr td:last-child {
    text-align: center;
}

#member1 th {
    border: 1px solid #333;
    background: #2b1a79 none repeat scroll 0 0;
    color: #fff !important;
    //text-align: center;
    vertical-align: middle !important;
}

#member1 tr td input[type="radio"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    border: 2px solid #2b1a79;
    border-radius: 50%;
    height: 15px;
    width: 15px;
    outline: medium none !important;
}

#member1 tr td input[type="radio"]:checked {
    background: #2b1a79 none repeat scroll 0 0;
}

.jfstarticle-table {
    margin: 15px;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    //border-top: 0 !important;
}

.jfstarticle-table th {
    background: #aeaeae none repeat scroll 0 0 !important;
}

.inner-subtitle {
    color: #2f1c84;
    font-size: 26px;
    text-align: center;
}

.past-cec-table th {
    /*border: 1px solid;
    background: #474747 none repeat scroll 0 0;
    text-align: center !important;
    color: #fff !important;*/
    background: #fff none repeat scroll 0 0;
    border: 1px solid #333 !important;
    color: #2d1b7e !important;
    text-align: center;
    vertical-align: middle !important;
}

.past-cec-link>a {
    background: #25206c none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    float: right;
    margin: 14px auto;
    padding: 5px 21px;
    text-decoration: none !important;
}

.jfst-pasteditor>a {
    background: #db261f none repeat scroll 0 0;
    color: #fff !important;
    padding: 5px 8px;
    text-decoration: none !important;
}

.jfst-pasteditor {
    float: right;
    margin: 15px 8px;
}

.event_sponsor_title {
    text-align: center;
}

.corporate_sponsor_title {
    text-align: center;
    color: #2c1b7d !important;
}


/*#event_slider img {
    margin: 70px auto;
}*/

.event-slider li {
    //background: #f2f0f1 none repeat scroll 0 0;
}

.memb-login-bg {
    //background: #efedec none repeat scroll 0 0;
    border: 1px solid #d4d4d4;
    box-shadow: 3px 5px 5px #888888;
    margin-bottom: 30px;
    padding: 70px 0 0;
}

.lgin-form {
    border: 1px solid #da251e;
    border-radius: 8px;
    margin-bottom: 20px;
    margin-left: 130px;
    margin-right: 130px;
    padding: 53px 20px 0;
}

.sub-btn {
    float: right;
    margin: 0 15px 15px 0;
}

.sub-btn>input {
    background: #282374 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 5px;
    color: #fff;
    padding: 4px 50px;
}

.lgin-form form {
    padding: 15px 0;
}


/*.lgin-form input {
    border: 1px solid transparent;
}*/

.forgot>a {
    color: #da251e !important;
}

.forgot {
    font-size: 14px;
    padding: 0 19px;
}

.login-icon {
    left: 0;
    padding: 15px;
    position: absolute;
    right: 0;
    top: 4px;
}

.login-icon img {
    margin: 0 auto;
    display: block;
}

.sidebar {
    margin-top: 10px;
}

.sidebar-list-memorial>h3 {
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #999;
    color: #2d1b7e;
    font-weight: bold;
    margin: 0 !important;
    padding: 15px 15px 15px 22px;
}

.ifcost_active {
    background: rgba(0, 0, 0, 0) url("../images/new.gif") no-repeat scroll 95% 50%;
    min-height: 25px;
    color: #fff;
}


/*.ifcost_active > a {
    color: #fff !important;
}*/


/*.sidebar-list-memorial > li {
    background: #82817f none repeat scroll 0 0;
    border-bottom: 1px solid;
    list-style: outside none none !important;
    padding: 18px 24px;
}*/

.sidebar-list-memorial {
    border: 1px solid #999;
    box-shadow: 3px 5px 5px #888888;
    padding: 0 !important;
}

.sidebar-list-memorial>li {
    border-bottom: 1px solid #999;
    list-style: outside none none !important;
    padding: 8px 24px;
}

.sidebar-list-memorial a {
    color: #2d1b7e;
    font-size: 16px;
    font-weight: bold;
}

.sidebar-list-memorial a:hover {
    color: rgba(44, 27, 125, 0.8);
    text-decoration: none !important;
}


/*.sidebar-list-memorial a {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}
.sidebar-list-memorial a:hover {
    color: #ddd;
}*/

.corporate-member {
    //background: #82817F none repeat scroll 0 0;
    //box-shadow: 1px -1px 4px rgba(0, 0, 0, 0.3) inset;
    color: #000 !important;
    display: block;
    font-family: 'PT Sans', sans-serif !important;
    font-size: 22px;
    height: 65px;
    margin: 0;
    outline: 0 none;
    //padding: 34px 44px;
    text-align: center !important;
}

.corporate-member:hover {
    color: #000 !important;
}

.carousel-control.left {
    background: none;
    right: 25px;
left: auto;
}

.carousel-control.right {
    background: none;
    right: 0;
}
.carousel-control{
    top: 100%;
}
.msg_blk {
    background: #fff;
    border-radius: 10px;
    padding: 20px 0 0;
    margin: 40px 10px 10px;
    box-shadow: 0 0 10px #ccc;
    border: 1px solid #db261f;
}
.msg_img img {
    border-radius: 50%;
 /*   width: 101px !important;
    height: 101px;
    object-fit: cover;*/
}
/*.msg_img {
    background: #837e7e;
    width: 90px;
    height: 90px;
    border-radius: 50%;
}*/
.msg_text{
    position: relative;
    top: -35px;
}
.msg_text img {

    width: auto !important;

}
.msg_text p {
    margin: 5px 0 10px;
    color: #656565;
    line-height: 1.6;
    font-size: 14px;
}
.msg_text h5 {
    color: #000;
    font-weight: 700;
    margin: 0;
    font-size: 15px;
letter-spacing: 0.5px;
line-height: 1.5;
}
.msg_text span {
    font-size: 12px;
    color: #777;
    font-weight: bold;
    letter-spacing: 0.5px;
}
.msg_desig {
    //min-height: 80px;
    margin-top: 10px;
}
/*.msg_des {
    height: 150px;
    overflow: hidden;
}*/
.msg_blk a {
    background: #dc2824;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    padding: 2px 10px;
    display: inline-block;
    margin: 15px 0;
}
.ad_blk .modal-content{
    border-radius: 0;
}
.ad_blk .modal-header{
    background: #dc2824;
    text-align: center;
    color: #fff;
    padding: 10px 15px !important;
}
.ad_blk .modal-header p{
    margin-bottom: 0;
    font-weight: bold;
}
.ad_blk .modal-header .close{
    color: #fff;
    opacity: .8;
    margin-top: 0 !important;
}
.ad_blk .modal-content p {
    line-height: 1.7;
    letter-spacing: 0.5px;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-color: #000;
}

.glyphicon-chevron-left::before {
    color: rgba(0, 0, 0, 0.6);
}

.glyphicon-chevron-right::before {
    color: rgba(0, 0, 0, 0.6);
}

a:hover,
a:focus {
    text-decoration: none !important;
}

.corporate-member .member {
    //background: #82817F none repeat scroll 0 0;
    //display: flex;
    height: 61px;
}

.carousel-content img {
    height: 74px;
    margin: 0 auto;
    width: auto !important;
}

.member>span {
    display: block;
}

.memoral-first {
    //background: #efedec none repeat scroll 0 0;
    border: 1px solid #d4d4d4;
    box-shadow: 3px 5px 5px #888888;
    border-radius: 3px;
    margin: 30px auto;
    padding: 20px;
}

.memo-title {
    color: #e12528 !important;
    font-size: 25px !important;
    padding: 7px 0 0;
}

.focal-theme th {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #333 !important;
    color: #2d1b7e !important;
    text-align: center;
}

.focal_div {
    //background: #efedec none repeat scroll 0 0;
}

.focal-theme {
    margin: 30px;
}

.focal-heading {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #999;
    color: #2d1b7e;
    padding: 10px 20px;
    box-shadow: 3px 5px 5px #888888;
}

.chapAddr {
    padding: 0 !important;
}

.ifcost-detail-gallery .detail_gallery {
    margin-bottom: 15px;
}

.ifcost-detail-gallery {
    height: 285px;
    overflow-y: scroll;
}

.icfost_title {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #999;
    box-shadow: 3px 3px 5px #ccc;
    color: #2d1b7e;
    font-size: 25px;
    margin-top: 10px;
    padding: 10px 20px;
    text-align: center;
}


/*.icfost_image img {
    //height: 100px;
    //object-fit: cover;
}*/

.icfost_download_table tr td h3 {
    font-size: 20px;
    margin: 0;
}

.icfost-pagination {
    margin: 15px 0;
}

.icfost_memb-more {
    background: #2b1a79 none repeat scroll 0 0;
    border-bottom: 2px solid #868584;
    border-right: 2px solid #868584;
    color: #fff !important;
    display: block;
    margin: 0 auto;
    padding: 5px 15px;
    text-align: center;
    text-decoration: none;
}

.icfost_btn_blk {
    text-align: center;
}

.icfost_btnlink {
    background: #2b1a79 none repeat scroll 0 0;
    border-bottom: 2px solid #868584;
    border-right: 2px solid #868584;
    color: #fff !important;
    display: inline-block;
    margin: 0 40px;
    padding: 5px 15px;
    text-align: center;
    text-decoration: none;
}

.icfost-table tr td {
    font-weight: 600;
}

.icfost-table th {
    background: #2b1a79 none repeat scroll 0 0;
    border: 1px solid #333;
    color: #fff !important;
    vertical-align: middle !important;
}

.icfost-table tr td input[type="radio"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    border: 2px solid #2b1a79;
    border-radius: 50%;
    height: 15px;
    outline: medium none !important;
    width: 15px;
}

.icfost-table tr td input[type="radio"]:checked {
    background: #2b1a79 none repeat scroll 0 0;
}

.event-slider {
    //background: #f2f0f1 none repeat scroll 0 0;
    box-shadow: 3px 5px 5px #888888;
}

.corp-pop button {
    background: #e02427 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    padding: 2px 15px;
}

.corp-pop button:hover {
    background: #e02427 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    padding: 2px 15px;
}

.corp-pop button:focus {
    background: #e02427 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    padding: 2px 15px;
}

.corp-pop {
    margin: 8px auto 0;
}

.award-dailog {
    width: 600px !important;
}

.modal-dialog {
    width: 450px;
}

@media only screen and (max-width: 640px) {
    .nivoSlider {
        height: auto!important;
    }
    .modal-dialog,
    .award-dailog {
        width: auto !important;
    }
}

.modal-header {
    padding: 0 !important;
}

.modal-header .close {
    margin-top: -22px !important;
}

.journal-modal {
    left: 63%;
    top: 303px;
}

.journal-modal .modal-dialog {
    width: 392px;
}

.journal-modal .modal-body {
    padding: 5px;
}

#journalModal .modal-body p {
    margin-bottom: 5px;
}

.btn {
    padding: 2px 12px !important;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn.active.focus {
    outline: none !important;
}

/*reg btn*/
.rgbtn{
	display: flex;
	justify-content: center;
	margin-top:20px;
}
.reg-blk h3{
margin-top:0;
	}
.reg-blk {
    margin-top: 30px !important;
    background: #6691a9;
    padding: 20px;
    color: #fff;
    text-align: center;
    border-radius: 20px;
    /* height: 129px; */
    width: 85%;
    display: block;
    margin: 0 auto;
    box-shadow: 2px 3px 30px #979797;
}
.reg-blk p {
    color: #ffeb3b;
    font-weight: 600;
    font-size: 20px;
}
.rgbtn a:hover{
  background-color: #251667;
  color: #fff;
  }
.rgbtn a{
  background-color: #34308d;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: none;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: Arial;
  font-size: 20px;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
 animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
  0% {
       color:fff ; -webkit-box-shadow: 0 0 3px #34308d; ;
  }
  50% {    color: #ffeb3b; -webkit-box-shadow: 0 0 40px #34308d; }
  100% {
       color: #fff; -webkit-box-shadow: 0 0 3px #34308d; ;
  }
}
/*@-webkit-keyframes glowing {
  0% { background-color: #251667; -webkit-box-shadow: 0 0 3px #251667; }
  50% { background-color: #db261f; -webkit-box-shadow: 0 0 40px #db261f; }
  100% { background-color: #251667; -webkit-box-shadow: 0 0 3px #251667; }
}

@-moz-keyframes glowing {
  0% { background-color: #251667; -webkit-box-shadow: 0 0 3px #251667; }
  50% { background-color: #db261f; -webkit-box-shadow: 0 0 40px #db261f; }
  100% { background-color: #251667; -webkit-box-shadow: 0 0 3px #251667; }

}

@-o-keyframes glowing {
  0% { background-color: #251667; -webkit-box-shadow: 0 0 3px #251667; }
  50% { background-color: #db261f; -webkit-box-shadow: 0 0 40px #db261f; }
  100% { background-color: #251667; -webkit-box-shadow: 0 0 3px #251667; }
}

@keyframes glowing {
  0% { background-color: #251667; -webkit-box-shadow: 0 0 3px #251667; }
  50% { background-color: #db261f; -webkit-box-shadow: 0 0 40px #db261f; }
  100% { background-color: #251667; -webkit-box-shadow: 0 0 3px #251667; }
}*/
/* video page css */

.video-div {
    padding: 30px 0;
}

#journalModal .modal-body h3 {
    color: #2c1b7d !important;
}

#journalModal .modal-body p a {
    color: #e02427;
    text-align: center;
    font-weight: bolder;
    font-size: 18px;
}

#journalModal .modal-body p {
    text-align: center;
}

#journalModal .modal-body p a: hover {
    text-decoration: underline !important;
}

.newsletter a {
    color: #fff;
    outline: medium none !important;
}

.newsletter a:hover {
    color: rgba(44, 27, 125, 0.8);
}

.past-cec-table {
    margin-top: 20px;
}

.updated-title {
    color: #db261f;
    font-size: 28px;
    text-align: center;
}

.award-guidelines .flex-viewport {
    margin-top: 0;
}

.guide-jfst h4 {
    padding-left: 15px;
}


/* vertical scroll */


/* line 19, ../sass/style.scss */

.verticalCarousel {
    background-color: #f1f1f1;
}


/* line 24, ../sass/style.scss */

.verticalCarouselHeader {
    background: #e1e1e1;
    border-width: 0px;
    border-style: solid;
    padding: 15px;
}


/* line 27, ../sass/style.scss */

.verticalCarouselHeader:after {
    content: "";
    display: block;
    clear: both;
}


/* line 32, ../sass/style.scss */

.verticalCarouselHeader h3 {
    float: left;
    margin: 0px;
}


/* line 36, ../sass/style.scss */

.verticalCarouselHeader .vc_goUp,
.verticalCarouselHeader .vc_goDown {
    float: right;
    display: block;
    width: 25px;
    height: 25px;
    background: #fff;
    text-align: center;
    color: #000;
    margin-left: 5px;
    padding: 5px;
}


/* line 45, ../sass/style.scss */

.verticalCarouselHeader .vc_goUp:active,
.verticalCarouselHeader .vc_goDown:active {
    -moz-transform: scale(0.7, 0.7);
    -ms-transform: scale(0.7, 0.7);
    -webkit-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7);
}


/* line 52, ../sass/style.scss */

.verticalCarouselGroup.vc_list>li {
    margin: 15px;
    border-width: 0px;
    border-style: solid;
    padding: 15px;
    background-color: #fff;
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
}


/* line 57, ../sass/style.scss */

.verticalCarouselGroup.vc_list>li h4 {
    margin: 0px 0px 15px;
}


/* line 60, ../sass/style.scss */

.verticalCarouselGroup.vc_list>li p {
    margin: 0px 0px 0px;
}

/* countdown css */

#clock-1 {
    background: #333;
    color: #fff;
    border-radius: 4px;
    padding: 5px 35px;
}
.clock_border {

    background: #df2025;
    height: 15px;
    margin-top: 40px;

}
.item.active {

    text-align: center;

}
.timer-box {

    display: inline-block;
    background: #fff;
    padding: 0 50px;
    position: relative;
    top: -40px;

}
#clock-1 p{
    display: inline-block;
    font-size: 22px;
    text-align: center;
    padding: 0 15px;
}
#clock-1 span{
    display: block;
    font-size: 14px;
    //color:#190781;
    font-weight: bold;
}
.timer-box h3 {
    color: #190781;
    text-transform: uppercase;
    font-size: 22px;
}

@media only screen and (max-width: 640px) {
	.reg-blk{
		padding: 10px;
	}
	.reg-blk h3 {
    font-size: 17px;
}
.reg-blk p {

    font-size: 15px;
}
.no_pad {
    padding: 0px 15px!important;
}
.footer h3
{
    padding-left: 5px;
}
    /*.award-guidelines .flexslider .slides > li{
        width: 320px !important;
    }*/
    .award-guidelines .flexslider .slides img {
        width: auto !important;
        margin: 0 auto;
    }
    .formb-text {
        margin: 41px 0 0;
    }
    .formf-text {
        margin: 41px 0 0;
    }
    .lgin-form {
        margin-left: 0px;
        margin-right: 0px;
    }

}

@media(max-width:768px) {
    .n_a_e{
        border-right: 0;
    }
    .logo img {
        margin: 0 auto !important;
    }
    .mem_login_contact img {
        margin: 0 auto;
    }
    .web_title h1 {
        font-size: 17px;
    }
    .web_title h2 {
        font-size: 15px;
    }
    .navbar-toggle {
        background: #281870;
    }
    .navbar-toggle .icon-bar {
        background: #fff;
    }
    .latestnews-scroll {
        height: auto;
    }
    .s_n_e img {
        margin: 0 auto;
    }
    .m_b {
        min-height: auto;
    }
    .no_padl {
        padding-left: 15px !important;
    }
    .no_padr {
        padding-right: 15px !important;
    }
    .memb1 img {
        margin: 0 auto;
    }
    .subcontent-trust>p {
        margin-top: 0 !important;
    }
    .innerpage-heading {
        font-size: 24px;
    }
    .jfst-menu>li {
        float: none !important;
        display: block;
    }
    .jfst-menu>li:hover {
        float: none !important;
        display: block;
    }
    .chapter-menu>li {
        display: block;
        float: none;
    }
    .chapter-menu>li:hover {
        display: block;
        float: none;
    }
    .jfst-memb1 img {
        margin: 0 auto;
    }
    .guide-jfst>h1,
    h3,
    h2 {
        padding: 0 15px;
    }
    .guide-jfst>p {
        padding: 0 15px;
    }
    .guide-jfst {
        margin: 0 auto;
    }
    .guide-title {
        padding: 0 !important;
    }
    .flexslider .slides img {
        margin: 0 auto;
    }
    .p1-main img {
        margin: 0 auto;
    }
    .corporate-modal,
    .journal-modal {
        display: none;
    }
    .dotangle-logo {
        background: rgba(0, 0, 0, 0) url("../images/dotangle_logo.png") no-repeat scroll 0 0;
        margin-left: 5px;
        padding: 9px 112px 7px 24px;
    }
    .power {
        padding: 3px;
    }
    .copyright p a {
        margin-left: 0 !important;
    }
    .membership-details {
        padding: 0 !important;
    }
    #___gcse_0 {
        position: relative;
    }
    .map-image{
    	display: none;
    }
}


.div-sociallink ul {
    padding-left: 0px;
}

.div-sociallink li {
    list-style: none;
    display: inline-block;
    padding-right: 10px;
}

.div-sociallink img {
    width: 25px;
}

.div-lists li {
    border: none;
    text-align: left;
    padding-left: 20px;
}

.div-lists li a i {
    padding-left: 10px;
}


p.div-listxt {
    color: #242067;
    font-size: 18px;
}

a.div-dbtn {
    background-color: #242067;
    color: #fff;
    padding: 5px 8px;
    text-align: center;
}

.agbm-sidebar table th {
    background: #efefef;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 0.5;
    color: #242067!important;
}

.jfstarticle-table th, td, tr {
    border: 1px solid #cccccc94;
}
    /* 
Generic Styling, for Desktops/Laptops 
*/
.agbm-sidebar table { 
  width: 100%; 
  border-collapse: collapse; 
}
/* Zebra striping */
.agbm-sidebar table tr:nth-of-type(odd) { 
  background: #cccccc3d; 
}
.agbm-sidebar table th { 
  font-weight: bold; 
}
.agbm-sidebar table td, th { 
  padding: 6px; 
  border: 1px solid #ccc; 
  text-align: left; 
}


/* 
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media only screen and (max-width: 640px) {
    .timer-box {
    padding: 0 0px!important;
}
.div-time .item {
    height: 0px;
}
    #countdown li {
    display: inline-block;
    font-size: 12px!important;
    list-style-type: none;
    padding: 0px 5px!important;
    text-transform: uppercase;
}
#countdown {
    padding: 5px 5px!important;
}

    /* Force table to not be like tables anymore */
   .agbm-sidebar table, thead, tbody, th, td, tr { 
        display: block; 
    }
    
    /* Hide table headers (but not display: none;, for accessibility) */
  .agbm-sidebar table thead tr { 
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    
  .agbm-sidebar table tr { border: 1px solid #ccc; padding: 5px 0px;}
    
 .agbm-sidebar table td { 
        /* Behave  like a "row" */
        border: none;
        position: relative;
    }
    
  .agbm-sidebar table td:before { 
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%; 
        padding-right: 10px; 
        white-space: nowrap;
    }

    .agbm-sidebar {
    padding: 0 0px;
}

    .agbm-sidebar table td, th {
    border: 1px solid transparent;
}
}

.no-pad {
    padding: 0px;
}
.clock_border {
    background: #df2025;
    height: 15px;
    margin-top: 70px;
}
.item.active {
    text-align: center;
}
.timer-box {
    display: inline-block;
    background: #fff;
    padding: 0 30px;
    position: relative;
    top: -40px;
}

#countdown li {
  display: inline-block;
  font-size: 18px;
  list-style-type: none;
  padding: 0px 10px;
  text-transform: uppercase;
}
#countdown ul {
    padding: 0;
    margin: 0;
}
#countdown li span {
  display: block;
  font-size: 18px;
}
div#countdown {
    background: #333;
    color: #fff;
    border-radius: 4px;
    padding: 5px 35px;
}
.early_btn {
    background: #1285c8;
    color: #fff !important;
    border: 0;
    padding: 5px 15px;
    border-radius: 3px;
    display: block;
    margin: 60px auto 5px;
    text-decoration: none !important;
    text-align: center;
}

.ifcost1_active {
    background: rgba(0, 0, 0, 0) url(../images/new.gif) no-repeat scroll 130% -7%;
    min-height: 25px;
    color: #fff;
}

.ifcost2_active {
    background: rgba(0, 0, 0, 0) url(../images/new.gif) no-repeat scroll 100% -7%;
    min-height: 25px;
    color: #fff;
}



.nivoSlider {
    width: 100%; /* Set width dynamically */
    max-width: 961px; /* Adjust max width as needed */
    height: auto; /* Maintain aspect ratio */
}

.nivoSlider img {
    width: 100%;
    height: auto; /* Ensures images scale proportionally */
    object-fit: contain; /* Keeps the full image visible */
}
/*a.div-bl {
    font-weight: 900;
    color: #261668 !important;
    animation: blinker 2.5s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
*/