/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/

/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url("https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
@font-face {
    font-family: "Righteous";
    src: url("../fonts/Poppins-Black.ttf");
    src: url("../fonts/Poppins.ttf");
}

/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
2) font-family: 'Poppins', sans-serif;
----------------------------------------*****/

/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(css/font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

.layout_left {
    padding-left: 100px;
}

.product_service_h3 {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #170e09;
    text-align: center;
    font-weight: bold;
    font-family: Bahnschrift;
}
.title {
    width: 40%;
}
.product_service_p {
    width: 100%;
    font-size: 16px;
    color: #170e09;
    text-align: center;
    font-family: Bahnschrift;
    opacity: 0.7;
}
.title {
    width: 40%;
}
.service-card {
    background-color: #ffffff;
    height: 100%;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 7px 9px 12px -2px rgba(0, 0, 0, 0.39);
    -webkit-box-shadow: 7px 9px 12px -2px rgba(0, 0, 0, 0.39);
    -moz-box-shadow: 7px 9px 12px -2px rgba(0, 0, 0, 0.39);
}
.service-card:hover {
   transform: scale(1.05);
}
.board-card {
    background-color: #ffffff;
    height: 100%;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 10px 12px 5px -2px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 10px 10px 5px -5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 10px 12px 5px -5px rgba(0, 0, 0, 0.15);
    position: relative;
}
.board-card:hover {
   transform:scale(1.05);
}
.board-card:hover .card-content-board {
    transform:translateY(0);
}
.corporate-card {
    background-color: #ffffff;
    height: auto;
    width: 100%;
    border: 1px solid #ccc;
    overflow: hidden;
}
.img-box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}
.corporate-card img {
    width: 150px;
    height: 150px;
    background-color: #f2f2f2;
    border-radius: 30px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
/*service-card img {*/
/*  width:100px;*/
/*  height: auto;*/
/*}*/
board-card img {
    width: 100%;
    height: 500px;
}
.card-content {
    /*padding-left: 20px;*/
    /*padding-right: 20px;*/
    /*padding-top: 20px;*/
    padding:20px;
}
.card-content-board {
    width:100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    position: absolute;
    bottom:0;
    right: 0;
    background-color:white;
    transform:translateY(70%);
}

.service-card h3 {
    font-size: 20px;
    margin: 0;
    text-align: center;
    font-weight: 600;
}
.card-content-board h3 {
    font-size: 20px;
    margin: 0;
    text-align: center;
    font-weight: 600;
    opacity: 0.8;
    padding-bottom: 30px;
    color:#020C47;
}
.board-card h4 {
    opacity: 0.8;
    font-size: 18px;
    margin: 0;
    text-align: center;
    font-weight: 600;
    color:#020C47;
}

.service-card p {
    margin: 5px 0;
    margin-bottom: 20px;
    text-align: center;
}
.board-card p {
    font-size: 14px;
    margin: 5px 0;
    margin-bottom: 20px;
    text-align: center;
}
.corporate-card h3 {
    font-size: 20px;
    margin: 0;
    text-align: center;
    font-weight: 600;
}

.corporate-card p {
    margin: 5px 0;
    margin-bottom: 20px;
    text-align: center;
}

.read-more {
    color: #0056b3;
    border-radius: 3px;
    transition: background-color 0.3s ease;
    font-size: 16px;
    text-decoration: underline;
    padding: 20px;
}

.read-more:hover {
    color: #007bff;
}
.view-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
}

.view-more {
    display: inline-block;
    padding: 8px 16px;
    color: #007bff;
    text-decoration: none;
    border-radius: 3px;
    border: solid 1px #007bff;
    transition: background-color 0.3s ease;
}

.view-more:hover {
    color: #0056b3;
}
.contact-card {
    background-color: #ffffff;
    height: 350px;
    width: 100%;
    border: 1px solid #ccc;
    overflow: hidden;
    border-radius: 10px;
}
.contact-card-cl {
    background-color: #ffffff;
    height: 350px;
    width: 100%;
    border: 1px solid #ccc;
    overflow: hidden;
    border-radius: 10px;
}
.contact-card img {
    width: 50px;
    height: 50px;
}
.contact-card-cl img {
    width: 60px;
    height: 60px;
}
.contact-card p {
    margin: 5px 0;
    margin-bottom: 20px;
    text-align: center;
}
.contact-card h3 {
    font-size: 20px;
    margin: 0;
    text-align: center;
    font-weight: 600;
}
.contact-card-cl p {
    margin: 5px 0;
    margin-bottom: 20px;
    text-align: center;
}
.contact-card-cl h3 {
    font-size: 20px;
    margin: 0;
    text-align: center;
    font-weight: 600;
}

.site-footer {
    /* background-color: #26272b; */
    padding: 45px 0 20px;
    font-size: 15px;
    line-height: 24px;
    color: #ffffff;
    width: 100%;
    float: left;
    background-color: #020C47;
    height: auto;
}
.site-footer hr {
    border-top-color: #bbb;
    opacity: 0.5;
}
.site-footer hr.small {
    margin: 20px 0;
}
.site-footer h6 {
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    margin-top: 5px;
    letter-spacing: 2px;
}
.site-footer a {
    color: #ffffff;
    font-size: 16px;
}
.site-footer {
    color: #ffffff;
    font-size: 16px;
    word-spacing: -1px;
}
.site-footer a:hover {
    color: #f3f3f3;
    text-decoration: none;
}
.footer-links {
    padding-left: 0;
    list-style: none;
}
.footer-links li {
    display: block;
    font-size: 16px;
}

.footer-links.inline li {
    display: inline-block;
}
.site-footer .social-icons {
    text-align: right;
}
.site-footer .social-icons a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-left: 6px;
    margin-right: 0;
    border-radius: 100%;
    background-color: #33353d;
}
.copyright-text {
    margin: 0;
}
@media (max-width: 991px) {
    .site-footer [class^="col-"] {
        margin-bottom: 30px;
    }
}
@media (max-width: 767px) {
    .site-footer {
        padding-bottom: 0;
    }
    .site-footer .copyright-text,
    .site-footer .social-icons {
        text-align: center;
    }
}
.social-icons {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.social-icons li {
    display: inline-block;
    margin-bottom: 4px;
}
.social-icons li.title {
    margin-right: 15px;
    text-transform: uppercase;
    color: #96a2b2;
    font-weight: 700;
    font-size: 13px;
}
.social-icons a {
    background-color: #eceeef;
    color: #818a91;
    font-size: 16px;
    display: inline-block;
    line-height: 44px;
    width: 44px;
    height: 44px;
    text-align: center;
    margin-right: 8px;
    border-radius: 100%;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.social-icons a:active,
.social-icons a:focus,
.social-icons a:hover {
    color: #fff;
    background-color: #29aafe;
}
.social-icons.size-sm a {
    line-height: 34px;
    height: 34px;
    width: 34px;
    font-size: 14px;
}
.social-icons a.facebook:hover {
    background-color: #3b5998;
}
.social-icons a.twitter:hover {
    background-color: #00aced;
}
.social-icons a.linkedin:hover {
    background-color: #007bb6;
}
.social-icons a.dribbble:hover {
    background-color: #7d72ce;
}
@media (max-width: 767px) {
    .social-icons li.title {
        display: block;
        margin-right: 0;
        font-weight: 600;
    }
}
/* newstyle */

* {
    box-sizing: border-box !important;
    transition: ease all 0.5s;
}

html {
    scroll-behavior: smooth;
}

body {
    color: #666666;
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
    line-height: 1.6rem;
    font-weight: normal;
    overflow-x: hidden;
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: normal;
    color: #111111;
    margin: 0;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 13px;
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none !important;
    opacity: 1;
}

button:focus {
    outline: none;
}

ul,
li,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
    font-size: 14px;
    font-weight: 400;
}

p {
    /*margin: 0px;*/
    /*font-weight: 300;*/
    /*font-size: 14px;*/
    /*line-height: 24px;*/
}

a {
    color: #222222;
    text-decoration: none;
    outline: none !important;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

img {
    width: 100%;
    height: auto;
}

:focus {
    outline: 0;
}

.paddind_bottom_0 {
    padding-bottom: 0 !important;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

.form-control:focus {
    border-color: #ffffff !important;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}

.navbar-form input {
    border: none !important;
}

.badge {
    font-weight: 500;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

button {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

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

.layout_padding {
    /*padding-left:100px;*/
    /*padding-top: 68px;*/
    padding-bottom: 38px;
}

.padding_0 {
    padding: 0px;
}

/* header section start */

.logo {
    width: 360px;
}

.logo-footer{
    width: 360px;
}

.banner_section{
    /*padding-top:111px !important;*/
}

.header_section {
    width: 100%;
    float: right;
    height: auto;
    background-size: 100%;
    background-repeat: no-repeat;
    position: fixed;
     top: 0px;
    z-index:100;
    
}
.pd{
    padding-top:111px !important;
}

.header_bg {
    background-color: #020C47!important;
    /*position: fixed-top !important;*/
    /*top: 0;*/
}
.bg-light {
    background-color: transparent !important;
}

.navbar {
    padding: 1rem 0;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 18px;
    color: #ffff;
    text-transform: uppercase;
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
    color: #eec53d;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #eec53d;
}

.icon_flag {
    float: left;
}

.icon_flag_section ul {
    margin: 0px;
    padding: 0px;
}

.icon_flag_section li {
    float: left;
    font-size: 18px;
    padding: 5px 15px;
    color: #000;
}

.icon_flag_section li a {
    color: #000;
}
.icon_flag_section li a img {
    width: 25px;
    height: 20px;
}

/* header section end */

/* banner section start */
#my_slider a.carousel-control-prev {
    position: absolute;
    left: 20px;
    top: 50%;
    background-color: #fff;
    color: #000;
}

#my_slider a.carousel-control-next {
    position: absolute;
    right: 20px;
    top: 50%;
}
#my_slider .carousel-control-prev,
#my_slider .carousel-control-next {
    width: 65px;
    height: 65px;
    background: #fff;
    opacity: 1;
    font-size: 30px;
    color: #000;
    border-radius: 100%;
}

#my_slider .carousel-control-prev:hover,
#my_slider .carousel-control-next:hover,
#my_slider .carousel-control-prev:focus,
#my_slider .carousel-control-next:focus {
    background: #fff;
    color: #000;
}

/* banner section end */

/* services section start */

.services_section {
    width: 100%;
    float: left;
}
.services_section_2 {
    width: 100%;
    float: left;
}
.product_service {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #170e09;
    text-align: center;
    font-weight: bold;
    font-family: Bahnschrift;
}
.product_service::after {
    content: "";
    position: relative;
    width: 40px;
    height: 17px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    display: block;
    border-radius: 10px;
}
.loan_service_description {
    text-align: justify;
    font-family: Bahnschrift;
}
.loan_service_header_tb {
    font-family: Bahnschrift;
}
.loan_service_subtext {
    font-family: Bahnschrift;
}
.gallery_main {
    width: 100%;
    float: left;
}

.image_main {
    width: 100%;
    position: relative;
    margin-top: 30px;
}

.image_8 {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: 0.5s ease;
    backface-visibility: hidden;
}

.text_main {
    transition: 0.5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    z-index: 5;
}

.image_main:hover .text_main {
    opacity: 5;
}
.image_main:hover .seemore_text {
    color: #ffffff;
}

.seemore_text {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    font-weight: 500;
}

.image_main::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    left: 0px;
    right: 0px;
    margin: 0 auto;
    top: 0px;
    display: none;
}

.image_main:hover::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    left: 0px;
    right: 0px;
    margin: 0 auto;
    top: 0px;
    display: block;
}

/* services section end */
.img_cover {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-fit: bottom;
}
.img_slideshow {
    width: 200%;
    height: auto;
    object-fit: cover;
    object-fit: bottom;
}
.company_profile_text {
    width: 100%;
    font-size: 30px;
    color: #4054b2;
    padding-top: 5px;
    font-weight: bold;
    padding-top: 30px;
    font-family: Bahnschrift;
}
.company_profile_description {
    text-align: justify;
    font-family: Bahnschrift;
}
.vision_text {
    width: 100%;
    font-size: 30px;
    color: #4054b2;
    padding-top: 5px;
    font-weight: bold;
    padding-top: 100px;
    font-family: Bahnschrift;
}
.vision_description {
    text-align: justify;
    font-family: Bahnschrift;
}
.mission_text {
    width: 100%;
    font-size: 30px;
    color: #4054b2;
    padding-top: 5px;
    font-weight: bold;
    padding-top: 100px;
    font-family: Bahnschrift;
}
.mission_description {
    text-align: justify;
    font-family: Bahnschrift;
}
.annual_report_text {
    width: 100%;
    font-size: 30px;
    color: #4054b2;
    padding-top: 5px;
    font-weight: bold;
    padding-top: 100px;
    font-family: Bahnschrift;
}
.annual_report_description {
    text-align: justify;
    font-family: Bahnschrift;
}
/*atm location*/
.atm_location_text {
    width: 100%;
    font-size: 25px;
    color: #4054b2;
    padding-top: 10px;
    font-weight: bold;
    padding-top: 40px;
    font-family: Bahnschrift;
}
.atm_location_dropdown_menu {
    font-size: 18px;
    color: #ffff;
    font-family: Bahnschrift;
}
.atm_location_dropdown_menu_item {
    font-family: Bahnschrift;
}
.atm_location_dropdown_menu_item:hover {
    color: #4054b2;
}
.atm_text_header {
    font-size: 18px;
    color: #4054b2;
    font-family: Bahnschrift;
}
.atm_text_subtitle {
    color: #4054b2;
    text-align: justify;
    font-family: Bahnschrift;
}
.atm_text_subtitle i {
    color: #4054b2;
}

.quick_link {
    width: 100%;
    font-size: 30px;
    color: #111111;
    padding-top: 10px;
    font-weight: bold;
    /*padding-top: 80px;*/
    text-align: center;
}
.quick_link_text {
    font-family: Bahnschrift;
}
.quick_link_text:hover {
    transition: 1s ease-in;
    background-color: #fcce2d;
}
.quick_link_header {
    font-family: Bahnschrift;
}
.quick_sublink {
    text-align: center;
}

.read_bt {
    width: 170px;
    float: left;
    margin-top: 50px;
}
.read_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    background-color: #fcce2d;
    text-align: center;
    padding: 14px;
    border-radius: 40px;
}
.read_bt a:hover {
    color: #ffffff;
    background-color: #000;
}
/*
.list-group-itemli,i,a:hover{
    color: #ffffff;
    background-color: #4054b2;
}
*/
/* corporation section start */

.corporation_section {
    width: 100%;
    float: left;
    background-color: #ffffff;
    height: auto;
    /* padding-top: 90px; */
}

.corporation_header {
    width: 100%;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    color: #000;
}

.corporation_header::after {
    content: "";
    position: relative;
    width: 150px;
    height: 2px;
    background-color: #f7f6f6;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    display: block;
}

.corporation_section_2 {
    width: 80%;
    margin: 0 auto;
    padding: 30px 30px 90px 30px;
    /* margin-top: 50px; */
    display: flex;
}

.corporation_left {
    width: 30%;
    padding: 50px 0px 0px 40px;
}

.corporation_right {
    width: 100%;
    padding: 110px 0px 0px 40px;
}

.corporation_img {
    width: 100%;
    padding: 8px 0px;
}
.corporation_text {
    width: 100%;
    float: left;
    font-size: 12px;
    color: #000;
    margin: 0px;
    padding-top: 10px;
    font-family: "Open Sans", sans-serif;
}
.corporation_name {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #000;
    padding-top: 10px;
}

/* board director section start */

.board_director {
    padding-bottom: 90px;
}
.board_director_header {
    width: 100%;
    /*float: left;*/
    font-size: 30px;
    color: #170e09;
    text-align: center;
    font-weight: bold;
    padding: 50px;
    padding-top: 100px;
    font-family: Bahnschrift;
}
.board_director_card_title {
    color: #4054b2;
    font-family: Bahnschrift;
}
.board_director_card_text {
    color: #4054b2;
    font-family: Bahnschrift;
}
.board_director_card_img {
    width: 400px;
    height: 500px;
    opacity: 5;
}
.board_director_card_description {
    font-family: Bahnschrift;
}
.executive_and_committee {
    padding-bottom: 90px;
}
.executive_and_committe_header {
    width: 100%;
    float: left;
    font-size: 30px;
    color: #170e09;
    text-align: center;
    font-weight: bold;
    padding: 20px;
    font-family: Bahnschrift;
}
.executive_and_committe_card_title {
    color: #4054b2;
    font-family: Bahnschrift;
}
.executive_and_committe_card_text {
    color: #4054b2;
}
.executive_and_committe_card_img {
    width: 400px;
    height: auto;
    opacity: 5;
}
.loan_service_text {
    width: 100%;
    font-size: 30px;
    color: #4054b2;
    padding-top: 10px;
    font-weight: bold;
    padding-top: 40px;
    font-family: Bahnschrift;
}
.loan_apply_form {
    width: 100%;
    font-size: 30px;
    color: #4054b2;
    padding-top: 10px;
    font-weight: bold;
    font-family: Bahnschrift;
    text-align: center;
}
.loan_apply_form_2 {
    text-align: center;
    margin-top: 0px;
    font-weight: bold;
    font-family: Bahnschrift;
}
.product_requirement {
    color: #4054b2;
    font-family: Bahnschrift;
}
.product_requirement_text {
    font-family: Bahnschrift;
}
/*career section start*/
.career_text {
    width: 100%;
    font-size: 30px;
    color: #4054b2;
    padding-top: 10px;
    font-weight: bold;
    padding-top: 40px;
    font-family: Bahnschrift;
}
.career_subtext {
    font-family: Bahnschrift;
}
.career_header_tb {
    font-family: Bahnschrift;
}
.career_data {
    color: #4054b2;
}
/*career section end*/
/*public holiday table section start*/
.public_holiday_text {
    width: 100%;
    font-size: 24px;
    color: #4054b2;
    padding-top: 10px;
    font-weight: bold;
    padding-top: 40px;
    font-family: Bahnschrift;
}
.public_holiday_header {
    font-family: Bahnschrift;
}
.public_holiday_subtext {
    font-family: Bahnschrift;
}
.public_holiday_noted {
    color: #4054b2;
}
/*public holiday table section end*/
.information_and_event_text {
    width: 100%;
    font-size: 24px;
    color: #4054b2;
    padding-top: 10px;
    font-weight: bold;
    padding-top: 40px;
    font-family: Bahnschrift;
}
/*head quarter section start*/
.head_quarter_text {
    width: 100%;
    font-size: 30px;
    color: #4054b2;
    padding-top: 20px;
    font-weight: bold;
    font-family: Bahnschrift;
}
.head_quarter_description {
    font-family: Bahnschrift;
}
/*head quarter section end*/
/*event section start*/
.event_img {
    width: 200px;
    height: auto;
    opacity: 5;
}
.event_read_more_bt {
    color: #4054b2;
}
.event_text_header {
    font-size: 18px;
    color: #4054b2;
    font-family: Bahnschrift;
}
.event_text_subtitle {
    text-align: justify;
    font-family: Bahnschrift;
}
/*event section end*/
/*video section start*/
.embed_responsive_item {
    width: 500px;
}
.video_text_header {
    font-size: 18px;
    color: #4054b2;
    font-family: Bahnschrift;
}
.video_text_subtitle {
    text-align: justify;
    font-family: Bahnschrift;
}
.video_name_header {
    font-family: Bahnschrift;
}
.video_purpose {
    font-family: Bahnschrift;
}
.video_text {
    width: 100%;
    font-size: 30px;
    color: #4054b2;
    padding-top: 10px;
    font-weight: bold;
    padding-top: 40px;
    font-family: Bahnschrift;
}
/*video section start*/
/* branch locationn section start*/
.branch_location_text_header {
    font-size: 18px;
    color: #4054b2;
    font-family: Bahnschrift;
}
.branch_location_text_subtitle h4 {
    text-align: justify;
    font-family: Bahnschrift;
}
.branch_location_text {
    width: 100%;
    font-size: 30px;
    color: #4054b2;
    padding-top: 10px;
    font-weight: bold;
    padding-top: 10px;
    text-align: center;
    font-family: Bahnschrift;
}
.branch_detail_icon {
    font-family: Bahnschrift;
}
.branch_name_header {
    font-family: Bahnschrift;
}
.branch_name_more_detail {
    font-family: Bahnschrift;
}
.branch_location_img {
    width: 500px;
    height: auto;
}
.branch_icon {
    color: #4054b2;
}
/* branch locationn section end*/
/*coperation section start*/
.coperation_text {
    width: 100%;
    font-size: 30px;
    color: #4054b2;
    padding-top: 10px;
    font-weight: bold;
    /*text-align: center;*/
    font-family: Bahnschrift;
}
.coperation_text_header {
    font-size: 18px;
    color: #4054b2;
    font-family: Bahnschrift;
}
.coperation_text_subtitle {
    font-family: Bahnschrift;
}
.coperation_read_more_bt {
    color: #4054b2;
}
/*coperation section end*/
.apply_cv_text {
    width: 100%;
    font-size: 30px;
    color: #4054b2;
    padding-top: 0px;
    font-weight: bold;
    text-align: center;
    font-family: Bahnschrift;
}
.apply_cv_subtext {
    text-align: center;
    padding-top: 0px;
    font-weight: bold;
    font-family: Bahnschrift;
}

#main_slider a.carousel-control-prev {
    position: absolute;
    left: 0px;
    top: 60%;
}

#main_slider a.carousel-control-next {
    position: absolute;
    right: 0px;
    top: 60%;
}

#main_slider .carousel-control-prev,
#main_slider .carousel-control-next {
    width: 65px;
    height: 65px;
    background: #ffffff;
    opacity: 1;
    font-size: 30px;
    color: #000;
    border-radius: 100%;
}

#main_slider .carousel-control-prev:hover,
#main_slider .carousel-control-next:hover,
#main_slider .carousel-control-prev:focus,
#main_slider .carousel-control-next:focus {
    background: #fcce2d;
    color: #fff;
}
/* corporation section end */

/*map section start*/
.map {
    padding: 0;
    margin-bottom: 10px;
}
.map iframe {
    width: 100%;
    height: 380px;
    border: #ddd;
}
/*map section start*/
/*form section start*/
.form-input {
    border-radius: 20px;
    border: 1px solid #767676;
}
.form-control:focus {
    background-color: whitesmoke;
}
/*form section end*/
/* footer section start */
.footer_section {
    width: 100%;
    float: left;
    background-color: #4054b2;
    height: auto;
    padding-bottom: 0px;
    padding-left: 100px;
}
.margin_top {
    margin-top: 90px;
}
.footer_section_2 {
    width: 100%;
    float: left;
}

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

.footer_menu ul {
    margin: 0px;
    padding: 0px;
}

.footer_menu li {
    font-size: 16px;
    color: #ffffff;
}

.footer_menu li a {
    color: #ffffff;
}
.footer_menu li a:hover {
    color: #fcce2d;
}
.footer_icon_section li a img {
    width: 50px;
    height: 50px;
}
.information_text {
    width: 100%;
    float: left;
    font-size: 24px;
    color: #fff;
}

.information_subtext {
    width: 87%;
    float: left;
    font-size: 16px;
    color: #fff;
    margin-left: 0px;
    text-align: justify;
}
.footer_text {
    width: 100%;
    float: left;
    padding-left: 0px;
}
/* footer section end */
/*copyright section start*/
.copyright_section {
    width: 100%;
    float: left;
    background-color: #4054b2;
    height: auto;
}

.copyright_text {
    width: 100%;
    float: left;
    font-size: 16px;
    margin-left: 0px;
    color: #131313;
    text-align: center;
}

.copyright_text a {
    color: #131313;
}

.copyright_text a:hover {
    color: #fcce2d;
}
/*copyright section end*/
/* Menu dropdown section start */
.dropbtn {
    background-color: #04aa6d;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
}
.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 8px 15px;
    text-decoration: none;
    border-top: 1px solid #ebe8e8;
    display: block;
}
.dropdown-content a:hover {
    background-color: #ddd;
}
.dropdown:hover .dropdown-content {
    display: block;
}
/* Menu dropdown section end */

/*box*/
.box-default .info-1 {
  margin: 1rem 0 1.5rem;
  line-height: 1.4;
}
.box-default .info-1:before {
  content: '';
  display: inline-block;
  margin: 1rem 0 1.5rem;
}
.box-default .info-2 {
  margin-bottom: 3rem;
}
.box-default .info-2:before {
  content: '';
  display: inline-block;
  margin: 0 0 1.5rem;
}
.box-default .info-default {
  border-top: 1px solid #7c7c7c;
  padding: 1.8rem 0;
}
