/*--HEADER--FIX--*/
section.slim_head {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
    box-shadow: 0 0 4px rgb(23, 22, 20),0 4px 8px rgb(19, 17, 15) !important;
    background: #b07d30;
}
section.head_ {
    transition: 0.4s ease-in-out all;
    border-bottom: 1px solid#bd9b18;
}
section.slim_head .logo {
    height: 100%;
    transition: 0.4s ease-in-out all;
}
section.slim_head .logo img {
    width: 14%;
    margin-top: 7px;
    transition: 0.4s ease-in-out all;
}
section.slim_head .menu ul li a {
    transition: 0.4s ease-in-out all;
    color: #ffffff;
    font-size: 14px;
    padding-top: 18px;
    font-weight: 600;
    margin: 0px 8px;
    background: #b07d30;
}
section.slim_head .right_box.register {
    padding: 20px 0;
    transition: 0.4s ease-in-out all;
}
section.slim_head .header .menu {
    top: -2px;
    transition: 0.4s ease-in-out all;
    background: #b07d30;
}
/*--HEADER--FIX--*/
section.cant {
    position: fixed;
    z-index: 99999999;
    top: 36vh;
    right: 0;
    background: transparent;
}
section.cant a{
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    box-shadow: 0px 0px 16px #b7b7b7;
    border: 5px solid#0D9CB3;
    background: #EA4A85;
    font-size: 16px;
    height: 150px;
    line-height: 26px;
    color: #fff;
    width: 150px;
    text-decoration: none;
    font-family: roboto,sans-serif;
    padding: 20px 26px;
    left: 18px;
    border-radius: 100%;
    float: left;
    display: block;
    vertical-align: middle;
    text-align: center;
}
/*--LOGIN FORM START--*/
.right_box ul li {
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    color: #222;
    list-style: none;
    float: left;
}
a#login_button i {
    padding: 4px 5px;
}
.modal-header h4 {
    margin: 0px auto;
    display: block;
}
.right_box {
    display: inline-block;
    width: 100%;
    padding: 10px 20px;
    padding-bottom:0;
}
.right_box ul li:first-child {
    padding-right: 10px;
    border-right: 1px solid #222;
}
.right_box ul li:last-child {
    padding-left: 10px;
}
.right_box.register {
    padding: 14px 0;
}
.dioces_site {
    position: absolute;
    right: 20px;
    bottom: -80px;
    box-shadow: 4px 4px 0px #e9e9e9;
}
.right_box.register ul li{
    float: right;
}
.right_box.register ul li:first-child {
    border-right: 0px;
    padding: 0;
}
.right_box.register ul li:last-child {/* padding: 0px 0px; */}
.right_box.register ul li a {
    text-decoration: none;
    padding: 8px 36px;
    display: inline-block;
    float: left;
    font-size: 18px;
    box-shadow: 1px 20px 20px #2B85A4;
    background: #EA1879;
    border-radius: 2px;
    color: #FFFFFF;
    border: 1px solid #106DB1;
    position: relative;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}
.right_box.register ul li a:hover {
    color: #106DB1;
    border: 1px solid #2B85A4;
    cursor: pointer;
    background: #FFF;
}
.right_box.register ul li a:after {
    content:"";
    background:#FE5969;
    position:absolute;
    width:100%;
    height: 1px;
    left:0;
    bottom: 0;
    transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
            -webkit-transition: all 0.4s ease-in-out;
    transform:scaleX(0) ;
        -webkit-transform:scaleX(0);
            -moz-transform:scaleX(0);
                -o-transform:scaleX(0);
}
.right_box.register ul li a:hover::after {
    transform:scaleX(1) ;
        -webkit-transform:scaleX(1);
            -moz-transform:scaleX(1);
                -o-transform:scaleX(1);
}
.logo img {
    position: relative;
    top: 0px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    width: 60%;
    margin: 10px 0px;
}
.modal-header:after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    top: 9%;
    left: 47%;
    background: #F47C00;
    transform: rotate(45deg);
}
/*--STYLE FOR LOGIN POPUP PAGE--*/
#login_page{
    opacity:0;
    visibility: hidden;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 99999999999999999;
}
section#login_page.login_page .login_page_content .close {
    color: #000;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    right: -15px;
    z-index: 99999999999;
    top: -12px;
    background-color: #FEBE40;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    display: inline-block;
    padding: 0 6px;
    border-radius: 50%;
    display: none;
}
section#login_page.login_page .login_page_content .close:hover,section#login_page.login_page .login_page_content .close:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
section#login_page.login_page .login_page_content{
    width: 400px;
    position:relative;
    margin: 14px auto;
}
section#login_page.login_page .login_page_content .modal-content{
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
}
section#login_page.login_page.active .login_page_content .modal-content{
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    border-radius: 100%;
    margin-top: 136px;
}
.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-header {
    min-height: 30px;
    padding: 16px;
    background: #F47C00;
    border-bottom: 1px solid #F47C00;
    border-radius: 100px;
    width: 60%;
    margin: 0px auto;
    display: -webkit-box;
}
.modal-body {
    position: relative;
    padding: 20px;
    border-radius: 0!important;
}
.do-registration-form .form-group, .do-login-form .form-group {
    float: left;
    width: 100%;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], input {
    border: 1px solid #cecece;
    height: 50px;
    background: none;
    padding: 1px 18px;
    border-radius: 0px;
    margin: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: block;
    width: 90%;
    box-shadow: inset 0 1px 1px rgba(134, 128, 128, 0.075);
}
.form-group {
    margin-bottom: 15px;
}
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-top: 4px \9;
    margin-left: -20px;
}
.checkbox input[type="checkbox"] {
    height: auto;
    margin: 0;
    position: absolute;
    left: 0;
    top: 4px;
    width: 15px;
}
.modal-body .checkbox {
    float: left;
     margin: 0;
}
.radio, .checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.radio label, .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}
label {
    color: #272727;
    display: block;
    font-weight: 400;
    margin: 0;
}
.tg-login-modalbox .forgetpassword {
    float: right;
}
.full-width-btn {
    width: 170px;
    height: 50px;
    line-height: 30px;
    font-size: 16px;
    background: #106DB1;
    color: #fff;
    border-radius: 3px;
    border: 0;
    text-transform: uppercase;
    display: block;
    text-align: center;
    margin: 10px auto;
    outline: none;
    text-decoration: none;
    font-weight: bold;
    font-family: 'Lato', sans-serif;
}
h4#login_model {
    font-size: 18px;
    color: #fff;
}
.bred_cums h3 {
    position: relative;
    margin: 20px;
    text-align: center;
    font-size: 30px;
}
/*--LOGIN FORM END--*/
/*--MENU--*/
.logo {
    float: left;
}
ul.address li:hover {
    text-decoration: none;
    color: #106DB1;
    transition: all 400ms linear 0s;
    cursor: pointer;
}
ul.school_time li {
    color: #656462;
    margin-top: 30px;
    float: left;
    font-family: roboto,sans-serif;
    font-size: 17px;
    font-weight: 600;
    padding: 0px 10px;
}
ul.header-right li i {
    float: left;
    font-size: 14px;
    color: #2B85A4;
    border: 1px solid#e8e3e3;
    width: 30px;
    margin: 30px 12px;
    padding: 8px;
    border-radius: 1px;
    height: 30px;
    letter-spacing: 1px;
}
/*--Slider ENDS--*/
/*--Home Page Slider Content--*/
section.slider .slider_content {
    position: absolute;
    z-index: 999999999999999999;
    top: 40%;
    left: 4%;
    display: inline-block;
    padding: 20px;
    width: 75%;
}
section.slider .swiper-slide.swiper-slide-active .slider_content h3 {
    -webkit-animation: fadeInDown 1s ease-in 100ms both;
    animation: fadeInDown 1s ease-in 100ms both;
}
section.slider .swiper-slide.swiper-slide-active .slider_content a {
    -webkit-animation: fadeInUp 1s ease-in 100ms both;
    animation: fadeInUp 1s ease-in 100ms both;
}
section.slider .slider_content h3 {
    font-size: 42px;
    display: inline-block;
    color: #fff;
    padding: 0 20px;
    margin-bottom: 20px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    font-style: italic;
    background: #caa703;
}
section.slider .slider_content p {
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-weight: 400;
}
section.slider .swiper-slide img{
    width: 100%;
    transform: translate3d(0px, 0px, 0px) scale(1.05, 1.05);
    transform-origin: 0% 0% 0px;
    transition: all ease-in-out 4s;
        -webkit-transition: all ease-out 4s;
            -moz-transition: all ease-out 4s;
                -o-transition: all ease-out 4s;
}
section.slider .swiper-slide.swiper-slide-duplicate.swiper-slide-next, section.slider .swiper-slide.swiper-slide-duplicate.swiper-slide-prev {
    transition: all ease-in-out 4s;
    transform: translate3d(0px, 0px, 0px) scale(1, 1);
    transform-origin: 0% 0% 0px;
        -webkit-transition: all ease-in 4s;
            -moz-transition: all ease-in 4s;
                -o-transition: all ease-in 4s;
}
section.slider .swiper-slide.swiper-slide-active img{
    transform: translate3d(0px, 0px, 0px) scale(1, 1);
    transform-origin: 0% 0% 0px;
    transition: all ease-in 4s;
    -webkit-transition: all ease-in 4s;
    -moz-transition: all ease-in 4s;
    -o-transition: all ease-in 4s;
    cursor: e-resize;
}
section.slider .slider_content a {
    color: #fff;
    font-weight: 300;
    position: relative;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    text-decoration: none;
    padding: 5px 10px;
    border: 1px solid #fff;
    display: inline-block;
    left: 5px;
    top: 10px;
}
/*--SLIDERS ENDS--*/
.logo img {
    width: 65px;
    margin-top: 10px;
    float: left;
}
.single-industry-expertise-item {
    margin-bottom: 54px;
    padding-left: 70px;
    position: relative;
}
.single-industry-expertise-item .icon-holder {
    position: absolute;
    top: 0;
    left: 0;
}
.single-industry-expertise-item .icon-holder span::before {
    border: 2px solid #ececec;
    height: 70px;
    width: 70px;
    display: block;
    text-align: center;
    display: block;
    padding: 20px 0;
    color: #272727;
    font-size: 30px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.single-industry-expertise-item .content {
    padding-left: 30px
}
.single-industry-expertise-item .content h3 {
    color: #923c1e;
    font-size: 18px;
    font-weight: 600;
    margin: 30px;
}
.single-industry-expertise-item .content p {
    margin: 0;
    font-size: 14px;
    font-family: roboto,sans-serif;
    text-align: justify;
    color: #5d5959;
    line-height: 27px;
    font-weight: 500;
}
.single-industry-expertise-item:hover .icon-holder span::before {
    background: #e4985b;
    color: #fff;
    border: 2px solid #e4985b;
}
.icon-holder i {
    border: 2px solid #ececec;
    height: 70px;
    width: 70px;
    text-align: center;
    display: block;
    padding: 20px 0;
    color: #bd9b18;
    font-size: 30px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    margin-top: 30px;
}
ul.school_time li {
    background: #b07d30;
    padding: 12px 10px;
    color: #ffffff;
    border-radius: 3px;
    font-size: 16px;
    margin: 0px 2px;
    width: 32%;
    text-align: center;
    border-bottom: 1px solid#1f1e1e;
}
h3.index_header.wow.bounceInDown {
   padding: 60px;
   color: #b07d30!important;
   font-size: 35px;
   line-height: 1.1;
   font-weight: 100;
   margin: 30px auto;
   font-family: "Berkshire Swash", cursive;
   display: table;
}
.underline_sep {
    position: relative;
    left: 0;
    right: 0;
    width: 70px;
    height: 1px;
    background: #18abde;
    display: block;
    margin: 20px auto;
    text-align: center;
}
.underline_sep:before {
    content: '';
    position: absolute;
    left: 10px;
    right: 0;
    bottom: 0;
    background: #18abde;
    width: 50px;
    height: 1px;
    margin: 5px 0;
}
.underline_sep:after {
    content: '';
    position: absolute;
    left: 10px;
    right: 0;
    top: 0;
    background: #18abde;
    width: 50px;
    height: 1px;
    margin: 5px 0;
}
.blog p {
    /* font-size: 14px; */
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    color: #5f5e5e;
    font-family: roboto,sans-serif;
    text-align: justify;
}
a.read {
    font-size: 17px;
    text-decoration: none;
    margin: 20px auto;
    display: table;
    color: #ffffff;
    background: #bd9b18;
    font-weight: 500;
    border: 1px solid#DCDCDC;
    padding: 8px 30px;
    cursor: pointer;
}
a.read:hover {
    color: #504f4c;
    background: #ffffff;
    transition: 0.4s ease all;
    border: 1px solid#abaaa8;
}
.sucess-content-wrapper h4 {
    font-size: 24px;
    color: #555555;
    text-transform: uppercase;
    font-weight: 600;
}
.sucess-content-wrapper h5 {
    font-size: 18px;
    padding: 30px 0px;
    color: #bd9b18;
    font-family: roboto,sans-serif;
}
.sucess-content-wrapper p {
    font-size: 14px;
    font-family: roboto,sans-serif;
    text-align: justify;
    color: #5d5959;
    line-height: 30px;
    font-weight: 500;
}
h2.about-section-title {
    color: #5f5349;
    font-size: 22px;
    font-weight: 700;
    line-height: 65px;
    margin: 0px 0px 6px;
    font-family: 'Berkshire Swash', cursive;
}
span.co-operative {
    color: #3684bd;
    font-size: 21px;
    font-weight: 700;
    line-height: 65px;
    margin: 0px 0 10px;
    font-family: 'Berkshire Swash', cursive;
}
.icon-holder i:hover {
    background: #b07d30;
    color: #ffffff;
}
section.back_ground {
    background: #f4f6f8;
}
.shadow_bg {
    /* background: #ffffff; */
    /* margin-bottom: 60px; */
    /* padding: 20px 15px; */
    /* box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.2); */
    /* border: 1px solid#d2d2d2; */
    -ms-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.2);
}
ul.footer_list li:hover {
    webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    cursor: pointer;
}
ul.footer_list li:last-child {
    list-style-type: none;
    border-bottom: none;
}
.footer_bg {
    background: #676765;
}
.footer_head h3 {
    padding: 10px  0px;
    color: #e6ae73;
    padding-top: 26px;
    text-decoration: underline;
    text-align: justify;
    font-size: 18px;
    font-family: roboto,sans-serif;
    font-weight: 500;
    text-decoration-style: dotted;
    text-underline-position: under;
}
ul.footer_list li a{
    color: #fff;
    line-height: 36px;
    font-size: 13px;
    font-family: roboto,sans-serif;
    font-weight: 500;
    padding: 4px 0px;
    text-decoration: none;
}
section.footer_bottom {
    background: #232f3e;
}
.footer_left p {
    color: #b7aeae;
    font-size: 12px;
    margin-top: 20px;
}
.footer_right a {
    color: #b7aeae;
    font-size: 12px;
    margin-top: 26px;
    text-decoration: none;
    float: left;
}
.footer_right {
    float: right;
}
ul.footer_list {
    padding-bottom: 50px;
}
.footer_right a:hover {
    color: #f6821f;
    text-decoration: underline;
}
.thumb {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.section h3 {
    font-size: 20px;
    text-align: center;
    padding: 20px;
    border-bottom: 1px solid#e2e2e2;
}
.section p {
    padding: 12px;
    font-size: 14px;
    text-align: justify;
}
.swiper-slide {
    border: 1px solid#dcd9d9;
    box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.2);
}
ul.footer_list li:hover {
    color: #f6821f;
    cursor: pointer;
    /* text-underline-position: under; */
    /* text-decoration: underline; */
}
ul.footer_bottom li a {
    float: left;
    margin: 0px auto;
    color: #b07d30;
    padding: 16px 10px;
    text-decoration: none;
    font-size: 12px;
    margin-top: 10px;
    font-family: roboto,sans-serif;
}
h4.new_logo {
    font-family: roboto,sans-serif;
    font-size: 14px;
    color: #b07d30;
    line-height: 26px;
    letter-spacing: 0.3px;
    display: -webkit-inline-box;
    margin: 16px  16px;
    font-weight: 600;
}
section.head_.slim_head h4.new_logo {
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin: 7px 24px;
}
.branch h3 {
    font-size: 16px;
    font-family: roboto,sans-serif;
    border-bottom: 1px solid#e8e5e5;
    text-align: center;
    padding: 10px;
    color: #ab6804;
    text-transform: uppercase;
    font-weight: 500;
    border: medium double #bd9b18;
}
.branch {
    margin-bottom: 60px;
    box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.2);
    padding: 20px 16px;
    background: #fff;
    border: medium double #bd9b18;
}
ul.address_bank li {
    font-size: 14px;
    line-height: 30px;
    font-weight: 500;
    font-family: roboto,sans-serif;
    color: #5a5957;
    text-align: center;
}
ul.address_bank {
    margin-top: 10px;
}
span.section {
    background: #b07d30;
    padding: 4px 0px;
    float: left;
    font-weight: 500;
    width: 100%;
    line-height: 30px;
    color: #fdf7f7;
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    font-family: roboto,sans-serif;
}
span.entry-date-time h3,span.entry-date-day {
    font-size: 14px;
    margin-top: 20px;
    font-family: roboto,sans-serif;
    font-weight: 500;
    color: #c31e0d;
    cursor: pointer;
    text-underline-position: under;
    text-decoration: underline;
}
.up_coming h2 {
    font-size: 20px;
    text-align: center;
    padding: 18px;
    border-bottom: 1px solid#c5c3c3;
    font-weight: 600;
    font-family: roboto,sans-serif;
    background: #b07d30;
    color: #fff;
}
li.srh:before {
    background: #2800e1;
}
li.mebr_:before {
    background: #575757;
}
li.loaans_:before {
    background: #f00;
}
li.deepo_:before {
    background: #1ca300;
}
thead {
  background-color: #b07d30;
  color: #fff;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  padding: 14px;
  line-height: 1.42857143;
  vertical-align: middle;
  font-size: 15px;
  border-top: 1px solid #ddd;
  text-align: center;
  font-weight: 500;
  font-family: roboto,sans-serif;
  width: 21%;
}
thead > tr > th {
    border-right: 1px solid #fff;border-top: 1px solid #ddd;
    border-bottom: none !important;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
thead > tr > th:first-child{
    border-left: 1px solid #ddd;
    padding: 10px;
}
thead > tr > th:last-child{
    border-right: 1px solid #ddd;
}
table.table td{
    border-right: 1px solid #ddd;
}
table.table td:last-child{
    border-right: none;
}
table.table{
    position:relative;
    border: 1px solid #ddd;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
    margin-bottom: 20px;
}
td {
    color: #656565;
    border-right: 1px solid#bdbbbb;
    text-align: center;
    font-family: roboto;
    line-height: 34px;
    padding: 14px;
}
.table-responsive {
    margin-top: 30px;
}
td.dat {
    background: #fff4c5;
}
td.members_in {
    background: #f5f5f5;
}
td.shares_in {
    background: #ccf2ff;
}
td.loans_in {
    background: #b8fbc8;
}
td.dep_in {
    background: #ffb2b2;
}
.one-third.animate_afr.animate_start {
    border: 1px solid#e6e6e6;
}
p.sub_head {
    margin: 18px auto;
    font-size: 16px;
    font-weight: 600;
    color: #3684bd;
    padding-bottom: 21px;
    display: table;
}
h1.office_heading {
    padding-top: 30px;
    color: #b07d30;
    line-height: 1.1;
    font-size: 20px;
    margin-bottom: 10px;
    font-family: roboto,sans-serif;
    font-weight: 600;
    text-align: center;
}
h3.section {
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    letter-spacing: 1px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    border: 1px solid#eceeef;
    box-shadow: 0px 3px #89c1f4;
    background: #b07d30;
}
p.posting {
    color: #067da0;
    text-align: center;
    padding: 10px 0px;
    text-transform: uppercase;
    font-size: 14px;
    background: #f3f3f2;
    font-weight: 600;
    font-family: roboto,sans-serif;
    margin-bottom: 40px;
    border: 1px solid#e2dfdf;
}
a.read_welcome {
    font-size: 17px;
    text-decoration: none;
    margin: 20px auto;
    display: table;
    color: #ffffff;
    font-weight: 500;
    border: 1px solid#DCDCDC;
    padding: 8px 30px;
    cursor: pointer;
    background: #bd9b18;
    float: right;
}
a.read_welcome:hover {
    color: #b07d30;
    background: #ffffff;
    transition: 0.4s ease all;
    border: 1px solid#7d7b7b;
    cursor: pointer;
}
.section img {
    display: block;
    margin: 12px auto;
    padding: 13px;
    width: 40%;
}
.exe {
    padding: 30px;
}
.about p {
    text-align: justify;
    font-size: 16px;
    display: block;
    color: #444242;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    line-height: 28px;
    margin-bottom: 5px;
}
/*--END--*/
/*--Sticky Footer--*/
ol, ul {list-style:none;}
.sbi-bottom_links_bg{ bottom:0;position:fixed; width:100%; right:0; z-index:999; background:#43aa5a; text-transform:uppercase;}
.sbi-bottom_links_bg ul { margin-left:40px;}
.sbi-bottom_links_bg li{padding:5px 4%; font-weight:400; float:left; font-size:11px; border-left:1px solid #207934; text-align:center; /*min-height:36px;*/}
.sbi-bottom_links_bg li.no-border{border:0; padding-left:0;}
.sbi-bottom_links_bg li a{display:block;color:#fff; padding:1px 0; }
.sbi-bottom_links_bg li a:hover{color:#333333;}
.sbi-bottom_links_bg a.first_link{border:0; padding-left:0;}
.sbi-bottom_links_bg a:hover{color:#00ACEE; text-decoration:underline;}

.sbi-bottom_links_SH{text-align: center; background:#43aa5a; height:8px; border-width:1px 0 0;}
.sbi-bottom_links_SH span{text-align:center;color: #fff;cursor:pointer; height:26px; width:100px; position:relative; top:-20px; text-indent:-10000px; display:block; margin:0 auto; background:url(/portal/documents/68925/556506/footer_arrow.png/bab6e087-4345-4b2a-bc9b-3481747644dc?t=1405669114991) top center no-repeat;}
.sbi-bottom_links_SH span.open-footer{background:url(/portal/documents/68925/556506/footer_arrow_down.png/3222c152-0518-4d2e-ab00-3e09f9c0e9f5?t=1405669115373) top center no-repeat;}
.sticky-container{padding:0px;margin:0px;position:fixed;right:-170px;top:230px;width: 211px;z-index: 1100;}
.sticky li{list-style-type:none;background-color: #b07d30;color:#efefef;height:43px;padding:0px;margin:0px 0px 1px 0px;-webkit-transition:all 0.25s ease-in-out;-moz-transition:all 0.25s ease-in-out;-o-transition:all 0.25s ease-in-out;transition:all 0.25s ease-in-out;cursor:pointer;}
.sticky li:hover{margin-left: -180px;}
.sticky li img{float:left;margin:5px 4px;margin-right:5px;}
.sticky li p{padding-top:5px;margin:0px;line-height:16px; font-size:11px;}
.sticky li p a{text-decoration: none;color: #fff;margin-top: 8px;float: left;}
.sticky li p a:hover{text-decoration: none;color: #fff;margin-top: 8px;float: left;}

.sticky-wrapper{ height: auto !important; margin: 0 auto -10px; min-height: 100%; position: relative; width: 1000px;}

/*--FORM START--*/
form#ContactusForm input.submit_:hover {
    color: #ffffff !important;
    border-color: #00aec3 !important;
    background: #04A7D8;
    transition: .5s ease;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], input {
    height: 50px;
    line-height: 30px;
    padding: 0 18px;
    margin: 8px auto;
    display: block;
    width: 85%;
    border: none;
    color: #007f3e;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    border-radius: 5px;
    border-bottom: 1px solid#bbb8b8;
    cursor: pointer;
    box-shadow: none;
}
p.contact_field {
    border: none;
}
.footer_form_heading h3 {
    font-size: 30px;
    color: #b07d30;
    margin-top: 20px;
    text-align: center;
}
a.forgot_login:before {
    content: "\f0a8";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
p.contact_field input[type="number"] {
    border: none;
    border-bottom: 1px solid#c7c7c7;
}
p.contact_field input[type="text"] {
    border: none;
    border-bottom: 1px solid#c7c7c7;
}
p.contact_field input[type="email"] {
    border: none;
    border-bottom: 1px solid#c7c7c7;
}
p.contact_field textarea {
    border: none;
    line-height: 20px;
    border-bottom: 1px solid#a5a4a4;
}
input:focus, textarea:focus, keygen:focus, select:focus {
    outline-offset: 0px;
}
:focus {
    outline: -webkit-focus-ring-color auto 0px;
}
.form_details {
    margin-top: 50px;
    background: rgb(255, 255, 255);
    box-shadow: 0px 0px 20px #c1c1c1;
    border: 1px solid#bbb;
    margin-bottom: 60px;
}
.form_details {
    margin-top: 50px;
    background: rgb(255, 255, 255);
    box-shadow: 0px 0px 20px #c1c1c1;
    border: 1px solid#bbb;
    margin-bottom: 60px;
}
.btn-primary {
    display: inline-block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    position: relative;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 400;
    transition: .5s ease;
    border-radius: 3px;
    padding: 10px 50px;
    background: #b07d30;
    color: #ffffff;
    font-size: 20px;
    left: 3vh;
    margin: 50px;
}
.btn-primary:hover {
    color: #b07d30 !important;
    border-color: #b07d30;
    background: #ffffff;
    transition: .5s ease;
    cursor: pointer;
}
.contact {
    width: 50%;
    margin: 40px auto;
    box-shadow: 0px 0px 20px #c1c1c1;
    border: 1px solid#bbb;
}
h3.breadcrums {
    padding: 35px 0px;
    color: #ffffff !important;
    line-height: 1.1;
    font-weight: 100;
    font-family: roboto,sans-serif;
    background: rgba(0, 0, 0, 0.19);
    margin: 0px;
    display: table;
    left: 74vh;
    position: absolute;
    top: 35%;
    font-size: 30px;
    font-style: italic;
    text-shadow: 2px 2px 3px #000;
    width: 25%;
    text-align: center;
}
ul.footer_bottom li a:hover {
    text-decoration: underline;
    border-bottom: none;
    color: #fff;
}
ul.footer_list.deposits li a {
    padding: 0px 1px;
    line-height: 34px;
}
span.Download_links a {
    background: #b07d30;
    padding: 12px 16px;
    color: #fff;
    margin-top: 30px;
    text-decoration: none;
    cursor: pointer;
    float: left;
}
span.Download_links a:hover {
    color: #b07d30;
    background: #fff;
    border: 1px solid#b07d30;
}
.branches_box {
    box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.2);
    background: #fff;
    border: medium double #bd9b18;
}
.branches_box h3 {
    border: medium double #f4f6f8;
    background: #b07d30;
    color: #fff;
    text-align: center;
    padding: 10px;
    font-family: roboto,sans-serif;
    font-weight: 500;
    margin-bottom: 16px;
}
ul.branches li a {
    font-size: 14px;
    font-family: roboto,sans-serif;
    line-height: 30px;
    font-weight: 500;
    color: #5f5f5c;
    text-align: center;
    padding: 0px 10px;
    cursor: pointer;
    text-decoration: none;
    margin: 10px auto;
    display: table;
}
h1,h2.index_header {
    padding-top: 36px;
    color: #b07d30 !important;
    line-height: 1.1;
    font-size: 24px;
    margin-bottom: 10px;
    font-family: roboto,sans-serif;
    font-weight: 600;
}
.member_name img {
    display: table;
    margin: 0px auto;
}
.bod_name {
    margin-bottom: 30px;
}
ul.footer_list.deposits li a:not(:last-child):after {
    content:' |';
}
span.entry-date-time h3 a {
    font-size: 14px;
    margin-top: 20px;
    font-family: roboto,sans-serif;
    font-weight: 500;
    color: #c31e0d;
    cursor: pointer;
    text-underline-position: under;
    text-decoration: underline;
}
.bod_name img {
    display: table;
    margin: 0px auto;
}
h3.member_name {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    font-family: roboto,sans-serif;
    display: table;
    margin: 0px auto;
    background: #b07d30;
    padding: 14px 0px;
    width: 70%;
    text-align: center;
}
h3.member_name_men {
    color: #b07d30;
    margin: 14px auto;
    display: table;
    font-size: 18px;
    padding-bottom: 20px;
}
h2.img_gall {
    text-align: center;
    padding: 30px;
    font-size: 30px;
    color: #b07d30;
    font-family: roboto,sans-serif;
}
div#refreshimg img {
    margin: 8px auto;
    display: table;
}
.errorText {
    font-size: 13px;
    color: #f70404;
    font-family: roboto,sans-serif;
    margin: 0px auto;
    display: table;
}
.member_name {
    margin: 16px 0px;
}
div#captchaimage img {
    margin: 10px auto;
    display: table;
}
ul.branches li a:hover {
    color: #bd9b18;
    text-decoration: underline;
    text-underline-position: under;
}
.breadcrumbs .page_parents li a:hover {
    color: #631c1c;
    cursor: pointer;
    text-underline-position: under;
    text-decoration: underline;
}
.about img {
    padding: 100px;
    margin: 0px auto;
    display: -webkit-box;
}
.blog_ {
    margin: 24px 0px;
}
.breadcrumbs {
    height: 50px;
    position: relative;
    margin: 0px auto;
    display: block;
    margin-top: -48px;
    width: 100%;
    border-radius: 8px 8px 0px 0px;
    animation-name: slideInUp;
    animation-delay: 0s;
    animation-duration: 2s;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
}
.breadcrumbs .container {
    height: 100%;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    background-color: #bd9b18;
    border-radius: 50px;
}
.breadcrumbs .page_parents {
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    height: 100%;
    cursor: pointer;
}
.breadcrumbs .page_parents li {
    float: left;
    height: 100%;
    display: table;
    padding: 0 20px;
    position: relative;
}
.breadcrumbs .page_parents li:first-child {
    padding-left: 0;
}
.breadcrumbs .page_parents li:before {
    content: "";
    width: 1px;
    height: 31px;
    -webkit-transform: rotate(-35deg);
    -moz-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    -o-transform: rotate(-35deg);
    transform: rotate(-35deg);
    position: absolute;
    right: 0;
    top: -3px;
    background: #e7e7e7;
}
.breadcrumbs .page_parents li a {
    vertical-align: middle;
    display: -webkit-box;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    margin: 14px 4px;
    padding: 0px 10px;
}
.breadcrumbs .page_parents li:after {
    content: "";
    width: 1px;
    height: 29px;
    -webkit-transform: rotate(35deg);
    -moz-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    -o-transform: rotate(35deg);
    transform: rotate(35deg);
    position: absolute;
    top: 23px;
    right: 0;
    background: #e7e7e7;
}
.breadcrumbs .page_parents li.active a {
    color: #986D1E;
}
.branches_border {
    margin-bottom: 60px;
    box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.2);
    padding: 20px 20px;
    background: #fff;
    border: medium double #bd9b18;
}
h3.branches_heading {
    background: #b07d30;
    padding: 12px;
    text-align: center;
    color: #fff;
    font-family: roboto,sans-serif;
    font-weight: 500;
}
h3.board_name {
    margin: 0px auto;
    display: table;
    background: #b07d30;
    padding: 14px 10px;
    color: #fff;
    width: 100%;
    font-weight: 500;
    text-align: center;
}
h3.board_designation {
    color: #067da0;
    text-align: center;
    padding: 10px 0px;
    text-transform: uppercase;
    font-size: 14px;
    background: #f3f3f2;
    font-weight: 600;
    font-family: roboto,sans-serif;
    border: 1px solid#e2dfdf;
    /* margin: 0px auto; */
    /* display: table; */
    width: 100%;
}
.former_name img {
    margin: 0px auto;
    display: table;
}
span.member.remark {
    font-size: 12px;
    font-weight: 400;
}
h3.member_name_old {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    font-family: roboto,sans-serif;
    margin: 0px auto;
    background: #b07d30;
    padding: 14px 0px;
    width: 70%;
    text-align: center;
}
ul.head_list li {
    text-align: center;
    font-size: 24px;
    color: #b07d30;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 1px;
    font-family: "Berkshire Swash", cursive;
}
.head_center h3 {
    font-size: 22px;
    font-family: roboto,sans-serif;
    border-bottom: 1px solid#e8e5e5;
    text-align: center;
    padding: 10px;
    color: #ab6804;
    text-transform: uppercase;
    font-weight: 500;
    border: medium double #bd9b18;
}
.head_center {
    width: 45%;
    box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.2);
    padding: 20px 16px;
    background: #fff;
    border: medium double #bd9b18;
    margin: 40px auto;
}
ul.head_list {
    padding-top: 40px;
}
ul.announce li a {
    text-decoration: none;
    line-height: 30px;
    font-size: 15px;
    color: #5f5e5e;
    font-weight: 500;
}
ul.announce {
    margin: 20px 0px;
}
ul.announce li a:hover {
    text-decoration-line: underline;
    color: #631c1c;
    cursor: pointer;
    text-underline-position: under;
    text-decoration: underline;
}
ul.announce i {
    font-size: 20px;
    padding: 0px 13px;
    float: left;
    color: #b07d30;
    line-height: 30px;
}
a.details_more:hover {
    color: #b07d30;
    background: #ffffff;
    transition: 0.4s ease all;
    border: 1px solid#7d7b7b;
    cursor: pointer;
}
a.details_more {
    font-size: 18px;
    text-decoration: none;
    margin: 20px auto;
    display: table;
    color: #ffffff;
    font-weight: 500;
    border: 1px solid#DCDCDC;
    padding: 10px 16px;
    cursor: pointer;
    background: #bd9b18;
}
.inner_banner {
    height: 350px;
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
}
span.branch_name {
    font-size: 12px;
    font-weight: 400;
    padding: 0px 4px;
}
/*--GRAPHY--*/
ul.our_grp li {
    position: relative;
    display: inline-block;
    padding: 0px 1px;
}
.stats {
    width: 38px;
    height: 190px;
}
li.graphics p {
    margin-top: 20px;
    text-align: center;
}
.share {
    background: #2800e1;
}
.memb {
    background: #1f1d1d;
}
.loa {
    background: #c10707;
}
.depos {
    background: #146304;
}
.stats.one.share {
    height: 15px;
    top: -4px;
    position: relative;
    left: 0px;
}
.stats.two.share {
    height: 16px;
}
.stats.two.memb {
    height: 20px;
}
.stats.two.loa {
    height: 30px;
}
.stats.two.depos {
    height: 50px;
}
.stats.three.share {
    height: 30px;
}
.stats.three.memb {
    height: 40px;
}
.stats.three.loa {
    height: 70px;
}
.stats.three.depos {
    height: 100px;
}
.stats.four.depos {
    height: 180px;
}
.stats.four.loa {
    height: 150px;
}
.stats.four.memb {
    height: 130px;
}
.stats.four.share {
    height: 80px;
}
.stats.five.share {
    height: 120px;
}
.stats.five.memb {
    height: 150px;
}
.stats.five.depos {
    height: 225px;
}
ul.inde_ li {
    position: relative;
    display: inline-block;
    padding: 40px 20px;
    font-weight: 400;
    font-family: roboto,sans-serif;
    font-size: 18px;
    color: #3c4eaa;
}
ul.inde_ {
    text-align: center;
}
ul.inde_ li:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 10px;
    top: 46%;
    left: -10px;
    /* background: #eee; */
}
li.srh:before {
    background: #2800e1;
}
li.mebr_:before {
    background: #000;
}
li.loaans_:before {
    background: #c10707;
}
li.deepo_:before {
    background: #146304;
}
ul.join li {
    width: 18%;
}
span.foot {
    float: left;
    color: #b7aeae;
    font-size: 13px;
    margin: 25px 4px;
    font-family: roboto,sans-serif;
}
/*--GRAPHY--*/
@media only screen and (min-width: 1800px){
    .blog img {
        width: 90%;
        height: 500px;
    }
    .blog p {
        font-size: 17px;
        line-height: 32px;
        font-weight: 600;
        color: #777676;
    }
    ul.address_bank li {
        font-size: 17px;
        line-height: 32px;
        font-weight: 600;
    }
    .sucess-content-wrapper p {
        font-size: 17px;
        color: #7d7b7b;
        line-height: 30px;
        font-weight: 600;
    }
    .section p {
        font-size: 17px;
    }
    .section h3 {
        font-size: 22px;
    }
    .single-industry-expertise-item .content p {
        margin: 0;
        font-size: 17px;
    }
}

.popup_opener:after {
    animation-name: spin;
    animation-duration: 900ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: spin;
    -webkit-animation-duration: 900ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 900ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 900ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
}

.popup_opener:after {
    content: "\f01e";
    position: absolute;
    right: 454px;
    top: 39%;
    font-size: 24px !important;
    z-index: 9999999999999999999999999;
    color: #FFF;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.popup_opener:before {
    content: " ";
    position: absolute;
    border: 1px solid #FFFFFF;
    display: block;
    right: 443px;
    top: 33%;
    width: 50px;
    height: 50px;
    z-index: 999998;
    border-radius: 3px 0px 0px 3px;
    background-color: #12626D;
    border-right-color: #12626D;
}

.popup_opener:hover {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transition: all 0.4s ease-in;
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
}
}

section.home_news_area .news p {
    font-weight: 500;
}

section.home_news_area .news p strong {
    font-size: 16px;
    font-weight: 400;
}

.news_S {
    background: #fff;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
    padding: 20px 10px;
    border: 1px solid #E0E0E0;
}
.news_date {
    width: 70px;
    margin:0 20px 0 0;
    position: relative;
    border-width: 1px;
    border: 1px solid #e9e9e9;
    border-top: 2px solid #7f7f7f;
    float: left;
}
.news_date .date {
    display: block;
    padding: 10px 5px;
    text-align: center;
    font-size: 28px;
    line-height: 30px;
    font-family: 'Orbitron', sans-serif;
}
.news_date .month {
    display: block;
    padding: 4px 5px;
    border-top: 1px solid #e9e9e9;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #969696;
}
.news_content {
    margin-left: 11vh;
    text-align: left;
    position: relative;
    top: 0px;
}
.news_content h3 a, .news_content h3 {
    font-family: 'Roboto Slab', serif;
    text-decoration: none;
    font-size: 18px;
    color: #009BFB;
    margin-bottom: 5px !important;
}
.news_content ul li {
    float: left;
    margin-right: 20px;
    color: #666;
}
a.tag {
    max-width: 100%;
    word-wrap: break-word;
    color: #FFF;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 16px;
    text-transform: uppercase;
    white-space: nowrap;
    position: relative;
    display: inline-block;
    padding: 8px 15px;
    opacity: 1;
    text-decoration: none;
    background-color: #0273b9;
    margin-bottom: 20px;
    margin-right: 5px;
    font-family: Roboto,Helvetica,Arial,sans-serif;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-box-shadow: 0px 3px 5px 1px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 3px 5px 1px rgba(0,0,0,0.15);
    box-shadow: 0px 3px 5px 1px rgba(0,0,0,0.15);
}

a.tag:hover {
    background: #179bd7;
}
.footer_right a {
    color: #b7aeae;
    font-size: 12px;
    /* margin-top: 2px; */
    text-decoration: none;
    float: left;
}
span.foot {
    float: left;
    color: #b7aeae;
    font-size: 13px;
   /* margin: 4px 4px; */
    font-family: roboto,sans-serif;
}
.footer_right {
    float: right;
}
ul.footer_list {
    padding-bottom: 50px;
}
.footer_right a:hover {
    color: #f6821f;
    text-decoration: underline !important;
}
@media only screen and (min-width: 990px){
    .news {
        height: 97px;
        overflow: hidden;
    }
}

@media only screen and (max-width: 768px){
    .welcome_intro h3, .home_welcome_intro h3 {
        font-size: 18px;
    }
    .home_about_img.col-md-5, .welcome_intro.col-md-7 {
        padding: 0;
    }
    .home_about_img .zoom {
        margin-bottom: 20px;
    }
    .col-md-4.wow.bounceInRight.animated {
        padding: 0;
    }
    .main_title {
        padding: 0 15px;
    }
}

/*we need to style the popup with CSS so it is placed as a popup does*/
.popup1 {
    display:none;
    position:absolute;
    margin:0 auto;
    top: 45%;
    left: 50%;
    z-index:9999999999;
    transform: translate(-50%, -50%);
    box-shadow: 0px 0px 50px 2px #000;
	background: #fff;
}
.popup2 {
    display: none;
    position: absolute;
    margin: 0 auto;
    top: 130%;
    left: 50%;
    z-index: 9999999999;
    transform: translate(-50%, -50%);
    box-shadow: 0px 0px 50px 2px #000;
    background: #fff;
}
.popup2 a {
    margin-bottom:  5px;
    display:  block;
    border-bottom: 1px solid #000;
}
.popup1 a {
    margin-bottom:  5px;
    display:  block;
	border-bottom: 1px solid #000;
}
.specia_a p.date {
    font-size: 13px;
}
ul.for_styli_ li {
    font-size: 14px;
}
h3.heading_news_det {
    font-size: 20px;
    padding-bottom: 15px;
}
a.date_linn_ {
    font-size: 12px;
}
@media only screen and (max-width: 1100px){
    .accound_btn a{
        display: none;
    }
    #popup{
        display:none !important;
    }
    ul.social-list {
        display: none !important;
    }
    .accound_btn {
        display: none !important;
    }
}
@media only screen and (max-width: 1300px) and (min-width: 1000px){
    ul.social-list li a i {
        font-size: 14px;
        width: 25px;
    }
    .navbar-default .navbar-nav > li > a {
        font-size: 13px;
    }
    header.fixed-header ul.nav.navbar-nav.navbar-right li a {
        font-size: 12px;
    }
    .cd-header-buttons, .loginBt {
        position: absolute;
        display: inline-block;
        top: -100px;
    }
    .navbar.navbar-default.navbar-top .loginBt {
        right: 40px;
        top: -91px;
    }

}
@media only screen and (max-width: 1800px) and (min-width: 800px){
    .cd-header-buttons{
        display: none;
    }
}

thead.table_mainHead{
  color: #FFF;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  background-color: #906202;
  border-top: 1px solid #906202;
}
thead.table_mainHead th{
  text-align:center;
}
tbody tr:nth-child(even){background-color: #f2f2f2;}
tr {
    border: 1px solid#cac8c8;
    line-height: 30px;
}
/*--END--*/