.flt {
width: 100%;
float: left;
}

body {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #000000;
    line-height: 26px;
    text-align: justify;
}

.top_cont {
    padding: 8px 0px;
    background-color: rgb(226, 226, 226);
    display: none;
}

.top_cont a {
    text-decoration: none !important;
    color: rgb(0, 0, 0);
    font-size: 15px;
}

.ph_top {
    font-size: 18px;
}

.ph_top i {
    color: rgb(0, 0, 0);
    border: 1px solid rgb(0, 0, 0);
    border-radius: 4px;
    padding: 5px;
    font-size: 12px;
}

.ph_top a {
    position: relative;
    padding-left: 10px; 
}

.mail_top {
    font-size: 18px;
    text-align: right;
}

.mail_top i {
    color: rgb(0, 0, 0);
    border: 1px solid rgb(0, 0, 0);
    border-radius: 4px;
    padding: 5px;
    font-size: 12px;
}

.mail_top a {
    position: relative;
    padding-left: 10px;
}

.menu-info-right {
    overflow: hidden;
    /*margin-top: 20px;*/
}

.menu-info-right {
    width: 33%;
    float: right;
}
.menu-info-right .content p {
    color: #232323;
}

.menu-info-right .content {
    float: right;
}

.menu-info-right .icon {
    float: left;
    width: 30px;
    border: 1px solid #232323;
    text-align: center;
    border-radius: 4px;
    color: #232323;
    margin-right: 10px;
    font-size: 12px;
}

.menu-info-right.thir-btn {
    text-align: right;
}

.menu-info-right.thir-btn a.btn.btn-sm {
    width: 140px !important;
}

header.second-header.third-header {
    background: rgb(241, 241, 241);
    border: 0;
}

header.second-header {
    position: relative;
    width: 100%;
    z-index: 7;
    padding: 0px;
    border-bottom: 1px solid #676c75;
}

.header_top {
    align-items: center;
}

header.second-header.third-header #cssmenu>ul>li>a {
    color: #000000;
}

header.second-header.third-header #cssmenu>ul>li.navactive>a {
    border: none;
    border-radius: 36px;
    color: rgb(255, 0, 0);
}
/*
#cssmenu ul li.navactive a {
    border: none;
    border-radius: 36px;
    background-color: rgb(255,0,0);
    color: rgb(255,255,255);
    padding: 20px;
}
*/
header.second-header.third-header #cssmenu>ul>li>a:hover {
    color: rgb(255, 0, 0);
    
}

#cssmenu>ul>li.has-sub>a:before {
    position: absolute;
    right: 10px;
    font-family: FontAwesome;
    content: "\f107";
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

#cssmenu ul ul li a {
    background: #ffffff;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    color: rgb(0, 0, 0);
    box-shadow: 0px 0px 5px rgb(0 0 0 / 30%);
}

#cssmenu ul ul li a:hover { 
    color: rgb(255, 0, 0);
}

#cssmenu ul ul li.navactive a { 
    color: rgb(255, 0, 0);
}

.active-main-slider .owl-nav .owl-prev {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -25px;
    color: #fff;
    border: 1px solid #ffffff;
    border-radius: 50px;
    transition: .4s;
}

.active-main-slider .owl-nav .owl-next {
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -25px;
    border: 1px solid #ffffff;
    text-align: center;
    border-radius: 50px;
    color: #fff;
    transition: .4s
}

.active-main-slider .owl-nav div:hover {
    background: #c82424;
    color: #fff;
    border:none;
}

a.button-secondary.btn.btn-default:hover {
background-color: rgb(252, 19, 19);
color: rgb(255, 255, 255);
border: rgb(255, 0, 0);
}


h2.main-title {
    font-size: 60px;
    color: #fff;
    font-weight: 700;
    line-height: 80px;
    margin-bottom: 50px;
    text-align: center;
}

.about-thumb img {
    border: 1px solid rgb(255, 0, 0);
    border-radius: 34px;
    margin-bottom: 6%;
}

.second_img img {
    width: 350px;
    height: 233px;
}

.last_img img {
    height: 233px;
}

.copyright-text p a {
    color: rgb(255,255,255);
}

.footer-area.footer-two.footer-three.footer-three {
    background: #e2e2e2;
}

.footer-three .pages-widget ul li a:hover {
    color: #e3000e;
}

.footer_hour_top {
  margin-bottom: 4%;
  /*margin-left: 6%;*/
}

.footer_hour_btm {
    margin-bottom: 4%;
}

.footer_branch_title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5%;
    color: rgb(0,0,0);
}

.footer_contact_cont {
    line-height: 2.6;
    color: rgb(0,0,0);
}

.footer_contact_cont span {
    font-weight: 600;
}

.footer_break {
    margin-bottom: 4%;
}

.contact_info {
    background-color:  rgb(200, 36, 36);
    color: rgb(255, 255, 255);
    padding: 50px;
}

.contact_info_head {
    font-size: 25px;
    color: rgb(255, 255, 255);
    letter-spacing: 0.03em;
    margin-bottom: 25px;
    text-decoration: underline;
}

.contact_info_title {
    font-size: 18px;
    font-weight: 500;
    color:rgb(255, 255, 255);
    margin-bottom: 8px;
    text-transform: uppercase;

}

.contact_info_cont {
    font-weight: 300;
    color: rgb(255, 255, 255);
}

.contact_info_top {
    margin-bottom: 12px;
}

.contact_info_mid {
    margin-bottom: 12px;
}

.contact_info_btm {
    margin-bottom: 12px;
}

.branch_box {
    margin: 14% 0%;
    border: 1px solid rgb(255,0,0);
    padding: 10%;
    min-height: 325px;
}
.branch_desc {
    text-align: center;
    padding-top: 1.5rem;
}

.branch_name {
    font-size: 16px;
    font-weight: 600;
    color: rgba(215, 26, 33, 1);
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
  }

  .table_center {
    margin-left: auto;
    margin-right: auto;
    width: 50%;
  }


.table_chart {
    padding: 50px;
}

  table, th, td {
    border: 1px solid black;
    border-collapse: collapse;
  }

  th, td {
    padding: 5px;
  }

  th {
    text-align: left;
  }
 
  .home-content h2 {
    font-size: 40px;
    color: #ff0000;
    font-weight: 700;
    text-align: center;
    margin-bottom: 4%;
}

  .about-content h2 {
    font-size: 40px;
    color: #ff0000;
    font-weight: 700;
}

.about_loan span {
    font-weight: 700;
    color: rgb(255,0,0);
}

.about_subcont_main {
 margin-bottom: 2%;
}

.about_loan i {
    color: rgb(255,0,0);
}

.section-title h2 {
    font-weight: 700;
    font-size: 40px;
    color: #ff0000;
}

.single-team:hover h4 {
    color: #ff0000;
}

.director_name {
    font-size: 20px;
    color: rgb(255, 0, 0);
    text-align: center;
}

.director_position_top {
    text-align: center;
    color: rgb(0, 26, 255);
}

.director_position {
    text-align: center;
    color: rgb(0, 26, 255);
}

.director_break {
    margin-bottom: 4%;
}

.director_topimg {
    text-align: center;
}

.director_topimg img {
    margin-bottom: 20px;
    border: 1px solid rgb(255, 0, 0);
}

.director_img img {
    margin-bottom: 20px;
    border: 1px solid rgb(255, 0, 0);
}

.director_btmimg {
    text-align: center;
}

.director_btmimg img {
    margin-bottom: 20px;
    border: 1px solid rgb(255, 0, 0);
}

.service_title {
    margin-bottom: 2%;
}

.service_title h2 {
    font-weight: 700;
    font-size: 40px;
    color: #ff0000;
    text-align: center;
    margin-bottom: 4%;
}

.service_deposit {
    margin-bottom: 4%;
    margin
}

.service_loans {
    margin-bottom: 4%;
}

.service_facilities {
    margin-bottom: 4%;
}

.service_break {
  margin-top:2%
}

.deposit_title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 2%;
    color: rgb(255,0,0);
}

.loans_title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 2%;
    color: rgb(255,0,0);
}

.facility_title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    color: rgb(255,0,0);
}

.deposit_desc {
    line-height: 2.2;
}

.deposit_desc i {
    color: rgb(255,0,0);
}

.loans_desc {
    line-height: 2.2;
}

.loans_desc i {
    color: rgb(255,0,0);
}

.facility_desc {
    line-height: 2.2;
}

.facility_desc i {
    color: rgb(255,0,0);
}

.printing_contact {
    margin-bottom: 4%;
}

.printing-content h2 {
    font-size: 40px;
    color: #ff0000;
    font-weight: 700;
    text-align: center;
}

.get-in-touch h2 {
    font-size: 40px;
    color: #ff0000;
    font-weight: 700;
    text-align: center;
}


.printing_cont_main {
    margin-top: 4%;
    margin-bottom: 4%;
   /* font-size: 18px;*/
}

.printing_contact_title {
    font-size: 25px;
    text-align: center;
    color: rgb(255, 0, 0);
    margin-bottom: 20px;
    font-weight: 500;
}

.printing_contact_desc {
    text-align: center;
   /* font-size: 18px;*/
}

.printing_contact_desc i {
    color: rgb(255, 0, 0);
}

.printing_email {
    margin-bottom: 4%;
}

.printing_email_title {
    font-size: 25px;
    text-align: center;
    color: rgb(255, 0, 0);
    margin-bottom: 20px;
    font-weight: 500;
}

.printing_email_desc {
    text-align: center;
    /*font-size: 18px;*/
}

.printing_email_desc i {
    color: rgb(255, 0, 0);
}

.printing_address_title {
    font-size: 25px;
    text-align: center;
    color: rgb(255, 0, 0);
    margin-bottom: 20px;
    font-weight: 500;
}

.printing_address_desc {
    text-align: center;
    /*font-size: 18px;*/
}

.printing_address_desc i {
    color: rgb(255, 0, 0);
}

.printing_img_main {
    margin-bottom: 4%;
}

.about_btm_cont {
    margin-top: 20px;
}

.btn.btn-default {
    background: #c82424;
}

.main-slider-welcome-text {
    height: 500px;
    display: table;
    width: 100%;
}

.logo_area {
    padding: 15px 0px;
}

.logo_main {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}

header.second-header div#cssmenu {
    text-align: center;
}

.home_flagarea {
    padding-top: 100px;
}


.activity_main {
    margin-bottom: 4%;
}

.activity_title {
    text-align: center;
    color: rgb(0, 0, 0);
    font-size: 15px;
    margin-bottom: 4%;
    line-height: 1.6;
    font-weight: 600;
    background-color: rgb(235, 109, 255 , 45%);
    padding: 10px 0px;
}


.tathvagalu_main {
    border: 1px solid rgb(255,0,0);
}

.tathvagalu_top {
    background-color: rgb(213, 210, 191);
    padding: 2%;
    height: 135px;
}

.img_text {
    text-align: right;
    margin-top: 5px;
}

.tathvagalu_left {
    color: rgb(80, 55, 152);
    font-size: 25px;
    padding: 2% 5%;
    text-align: right;
    margin-top: 30px;
    font-weight: 500;
    float: left;
    width: 20%;
    margin-left: 5%;
    
}

.tathvagalu_mid {
    width: 30%;
    float: left;
    text-align: center;
    margin-left: 10%;
}

.tathvagalu_mid img {
    margin-left: 8%;
    margin-top: 8%;
}

.tathvagalu_right {
    color: rgb(80, 55, 152);
    font-size: 25px;
    padding: 2%;
    text-align: left;
    margin-top: 30px;
    font-weight: 500;
    width: 30%;
    float: right;
    margin-right: 5%;
}

.tathvagalu_first {
    border-top: 5px solid rgb(172, 42, 60);
    background-color: rgb(210, 70, 85);
}

.first_text {
    font-size: 18px;
    text-align: center;
    color: rgb(255, 255, 255);
    padding: 4%;
    font-weight: 500;
}

.tathvagalu_second {
    background-color: rgb(236, 127, 89);
}

.tathvagalu_third {
    background-color: rgb(252, 235, 0);
}

.black_text {
    font-size: 16px;
    text-align: center;
    color: rgb(0, 0, 0);
    padding: 4%;
    font-weight: 500;  
}

.tathvagalu_fourth {
    background-color: rgb(3, 119, 80);
}

.tathvagalu_fifth {
    background-color: rgb(57, 199, 216);
}

.tathvagalu_sixth {
    background-color: rgb(83, 44, 123);
}

.tathvagalu_seventh {
    background-color: rgb(87, 9, 49);
}

.flag_main img {
    border: 1px solid rgb(255,0,0);
    height: 520px;
}

.founder_img img {
    height: 520px;
    border: 1px solid rgb(255,0,0);
}

.double_img {
    height: 273px;
}

.activity_break {
    margin-bottom: 4%;
}


@media (min-width: 320px) and (max-width: 479px) {

 .ph_top {
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px;
 }

 .mail_top {
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px;
  }

  .last_img img {
    width: 290px;
    height: 193px;
  }

  .about-thumb img {
    border: 1px solid rgb(255, 0, 0);
    border-radius: 34px;
    margin-bottom: 10%;
 }

  .branch_address {
    margin-top: 4%;
  }

  .home-content h2 {
    font-size: 28px;
    color: #ff0000;
    font-weight: 700;
    text-align: center;
    margin-bottom: 8%;
  }

  .about-content h2 {
    font-size: 28px;
    margin-top: 8%;
  }

/*
 .table_chart {
    padding: 30px 0px;
 }
*/

  .about_subcont_main {
    margin-bottom: 8%;
  }

  .director_desc {
    margin-bottom: 10%;
}

.director_break {
    margin-bottom: 0%;
}

.section-title h2 {
    font-weight: 700;
    font-size: 28px;
    color: #ff0000;
}

.service_deposit {
    margin-bottom: 10%;

}

.service_loans {
    margin-bottom: 10%;
  
}

.service_facilities {
    margin-bottom: 10%;
  
}

.printing_contact {
    margin-bottom: 10%;
}

.printing_contact_title {
    font-size: 25px;
    text-align: center;
    color: rgb(255, 0, 0);
    margin-bottom: 16px;
}

.printing_email {
    margin-bottom: 10%;
}

.printing_email_title {
    font-size: 25px;
    text-align: center;
    color: rgb(255, 0, 0);
    margin-bottom: 16px;
}

.printing_address_title {
    font-size: 25px;
    text-align: center;
    color: rgb(255, 0, 0);
    margin-bottom: 16px;
}

}

@media (min-width: 320px) and (max-width: 589px) {

header.second-header.third-header #cssmenu>ul>li.navactive>a {
    border-radius: 0px;
}

header.second-header.third-header #cssmenu>ul>li>a {
    padding-top: 17px;
    padding-bottom: 16px;
    background-color: rgb(255,255,255);
}

#cssmenu.small-screen .submenu-button.submenu-opened {
    background: #ffffff;
}

#cssmenu.small-screen .submenu-button.submenu-opened:after {
    background: #ff0000;
}

#cssmenu.small-screen ul ul li a {
    margin-left: 12%;
    color: rgb(0, 0, 0);
    box-shadow: none;
}

#cssmenu ul ul li.navactive a {
    color: rgb(255, 0, 0);
}

.second-header div#cssmenu ul li {
    background: #ffffff;
}

.third-header #cssmenu.small-screen #menu-button:before {
    background: #ff0000;
}

.third-header #cssmenu.small-screen #menu-button:after {
    border-top-color: #ff0000;
    border-bottom-color: #ff0000;
}

#cssmenu.small-screen #menu-button:before {
    background: #ff0000;
}

.third-header #cssmenu.small-screen #menu-button.menu-opened:after {
    background: #ff0000;
}

#cssmenu.small-screen .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #ff0000;
    content: '';
}

#cssmenu.small-screen .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #ff0000;
    content: '';
}

header.second-header.third-header #cssmenu>ul>li>a:hover {
    color: rgb(0, 0, 0);
    border: none;
    border-radius: 0px;
    padding: 20px;
}

}

@media (max-width: 767px) {
section.section-padding.contact-us-padding {
    padding-bottom: 50px;
}

h2.main-title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 30px;
    text-align: center;
}

.about_btm_cont {
    margin-top: 0px;
}

.contact_info_title {
    font-size: 18px;
    font-weight: 500;
    color: rgb(255, 255, 255);
    margin-bottom: 4%;
    text-transform: uppercase;
}

.contact_info_top {
    margin-bottom: 15px;
}

.contact_info_mid {
    margin-bottom: 15px;
}

.third-header #cssmenu.small-screen #menu-button {
    top: -45px;
}

.last_img img {
    width: 290px;
    height: 193px;
}

.director_img img {
    margin-left: 7%;
}

header.second-header {
    position: relative;
    width: 100%;
    z-index: 7;
    padding: 0px 0px;
    border-bottom: 1px solid #676c75;
}

.logo_area {
    padding-top: 30px;
    padding-bottom: 0px;
}

.logo_main a img {
    float: left;
    width: 35%;
}

.logo_main {
    text-align: inherit;
    margin-right: 13%;
    font-size: 14px;
}

header.second-header.third-header {
    background: none;
}

.service_title h2 {
    font-weight: 700;
    font-size: 30px;
    color: #ff0000;
    text-align: center;
    margin-bottom: 10%;
}

.activity_title {
    font-size: 15px;
    margin-bottom: 8%;
    padding: 2%;
}

.printing_address_desc {
    margin-bottom: 10%;
}

.deposit_title {
  margin-bottom:20px;
}

.loans_title {
 margin-bottom:20px;
}

.facility_title { 
margin-bottom:20px;
}

.tathvagalu_main {
        border: 1px solid rgb(255,0,0);
        margin-bottom: 12%;
    }

    .tathvagalu_left {
        font-size: 20px;
        margin-left: 0%;
    }

    .tathvagalu_mid {
        width: 30%;
        float: left;
        /* text-align: center; */
        margin-left: 15%;
        margin-top: 8%;
    }

    .img_text {
        text-align: center;
        margin-top: 5px;
        font-size: 14px;
    }

    .tathvagalu_right {
        font-size: 20px;
    }

    .first_text {
        font-size: 15px;
    }

    .black_text {
        font-size: 15px;
    }

    .flag_main img {
        border: 1px solid rgb(255,0,0);  
        height: auto;
    }

.home_flagarea {
    padding-top: 50px;
}

 .founder_img img {
        width: 288px;
        height: auto;
       margin-bottom:12%
    }

.tathvagalu_top {
    background-color: rgb(213, 210, 191);
    padding: 2%;
    height: 115px;
}

.tathvagalu_mid img {
    margin-left: 2%;
    margin-top: -10%;
}

.service_break {
  margin-top:4%
}
}

@media (min-width: 768px) and (max-width: 1024px){

    .second_img img {
        height: 141px;
    }

    .last_img img {
        height: 141px;
    }

    .third-header #cssmenu.small-screen #menu-button:before {
        background: #ff0000;
    }

    .third-header #cssmenu.small-screen #menu-button:after {
        border-top-color: #ff0000;
        border-bottom-color: #ff0000;
    }

    .third-header #cssmenu.small-screen #menu-button:before {
        background: #ff0000;
    }

    .third-header #cssmenu.small-screen #menu-button.menu-opened:after {
        background: #ff0000;
    }

    .second-header.third-header #cssmenu>ul>li>a {
        padding-left: 0;
        padding-right: 60px;
        margin-right: 16px;
    }

    #cssmenu.small-screen .submenu-button.submenu-opened:after {
        background: #ff0000;
    }

    #cssmenu.small-screen .submenu-button.submenu-opened {
        background: #ffffff;
    }

    #cssmenu.small-screen .submenu-button:before {
        position: absolute;
        top: 19px;
        right: 22px;
        display: block;
        width: 2px;
        height: 8px;
        background: #ff0000;
        content: '';
    }

    #cssmenu.small-screen .submenu-button:after {
        position: absolute;
        top: 22px;
        right: 19px;
        width: 8px;
        height: 2px;
        display: block;
        background: #ff0000;
        content: '';
    }

    #cssmenu.small-screen ul ul li a {
        color: #000000;
        background: none;
    }

    #cssmenu ul ul li.navactive a {
        color: rgb(255, 0, 0);
    }

    header.second-header.third-header #cssmenu>ul>li>a:hover {
        color: rgb(0 0 0);
    }

    .director_name {
        font-size: 18px;
        color: rgb(255, 0, 0);
        text-align: center;
    }

    .logo_area {
        padding-top: 30px;
        padding-bottom: 0px;
    }
    
    header.second-header {
        position: relative;
        width: 100%;
        z-index: 7;
        padding: 0px 0px;
        border-bottom: 1px solid #676c75;
    }

    header.second-header.third-header {
        background: none;
    }
    
    .third-header #cssmenu.small-screen #menu-button {
        top: -95px;
    }

   .tathvagalu_left {
        font-size: 20px;
        padding: 0%;
        margin-left: 2%;
    }

    .tathvagalu_right {
       font-size: 20px;
        padding: 0%;
        margin-right: 8%;
    }
    
    .first_text {
    font-size: 15px;
    font-weight: 500;
}

.black_text {
    font-size: 15px;
    font-weight: 500;
}

.founder_img img {
    height: 535px;
    border: 1px solid rgb(255,0,0);
}

.flag_main img {
    border: 1px solid rgb(255,0,0);
    height: 535px;
}

.tathvagalu_top {
    background-color: rgb(213, 210, 191);
    height: 100px;
}

.img_text {
    margin-top: 5px;
    font-size: 10px;
}

.tathvagalu_mid img {
    float: left;
    margin-left: 10%;
    margin-top: 30%;
}


   }

