
body{
    width: 95%;
    margin: auto;
}


.global-text-style{
    font-size: 14px;
    color: #565656;
    line-height: 1.66em;
}

header .navbar li a {
    text-transform: uppercase;
}


.chairman{
    width: 300px;
    margin: auto;
}


.foreword p{
    background: #AE7E35;
}
.foreword .img{
    margin:0 auto;
    text-align: center;

}
.foreword .page img{
    width: 100%;

}
.message h2{
    text-transform: uppercase;
    background: #AE7E35;
    text-align: center;
    padding: 10px;
    color: aliceblue;
}
.message .mess-page .mess-img{
    text-align: center;
}
.message .mess-page .page img{
    width: 100%;
}

.chairman-text img{
    max-width: 300px;
}

.al_mem_head{
    background: #034446;
    padding: 5px;
    margin-bottom: 10px;
}
.al_mem_head p{
    margin-bottom:0;
    color: white;
    text-align: center;
}
.al_mem_head .governor_title{
    font-size: 20px;
    font-weight: 500;
}
.al_mem_head .governor_name{
    position: relative;
    padding: 15px 0;
    margin-top: 70px;
}
.top-title h1{
    color: #ec008c;
    font-weight: bolder;
    font-style: inherit;
    text-align: center;
    font-size: 25px;
}
.top-title h1:after{
    content: ':::::::::';
    color: gray;
    font-size: 10px;
}
.top-title h1:before{
    content: ':::::::::';
    color: gray;
    font-size: 10px;
}

/*
.alma-member img{
    max-width: 100%;
    min-width: 100%;
    border: 6px solid #EC008C;
}
*/

.alma-member-caption{
    display: block;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    margin: 10px 0;
    text-align: center;
}
.alma-member-para{
    margin-bottom: 0px;
    text-align: left;
}


.alma-member-para p a:hover{
    text-decoration: none;
    color: #37995c;
}

.mass_grn_bor{
    border-bottom: 3px solid #00a751;
    margin-top: 16px;
    margin-bottom: 16px;
}

.gallery{
    background: #739C42;
    padding: 10px;
}
.gallery img{
    transition: 0.5s;
    padding: 2px;
    width: 400px;
	margin-bottom:8px;

    filter: grayscale(45%);
}
.gallery img:hover{
    filter: none ;
    /* transform: scale(1.1) */
}
.alma_addr{
    background: #CDCFD0;
    padding: 10px 10px 10px 15px;
}
.alma_addr p{
    line-height: 28px;
    margin-bottom: 0;
}
.alma_addr p strong{
    color: #00993a;
    font-size:18px;
}
.alma_addr{
    background: #CDCFD0;
}




/*===== bank ====*/

.brows-title{
    background: #736C00;
}
.brows-title h2{
    margin-bottom: 9px;
    font-size: 32px;
    color: #ffffff;
    padding-top: 7px;
    padding-left: 10px;
    padding-bottom: 10px;
}
.brows-table ul{
    padding-left: 0;
}
.brows-table ul li{
    display: inline-block;
    list-style: none;
}
.brows-table ul li a{
    padding: 10px;
    background: #982874;
    color: white;
    text-decoration: none;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: sans-serif;
}
.brows-table ul li a:hover{
    background: red;
}

.azdiv h1{
    color: #982874;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 0;
    font-family: sans-serif;
}
.azdiv .bank-list ul{
    padding-left: 0;
}
.azdiv .bank-list ul li{
    list-style: none;
}
.azdiv .bank-list ul li a{
    text-decoration: none;
    color: #00993a;
    font-size: 28px;
    font-family: sans-serif;
}

/*==== about =====*/
.aboutL h2{
    font-size: 30px;
    color: #006198;
    font-weight: 600;
}
.aboutL p{
    font-size: 16px;
    color: #565656;
    line-height: 1.66em;
}

.aboutR h2{
    font-size: 30px;
    color: #006198;
    font-weight: 600;
}
.aboutR p{
    font-size: 15px;
    color: #565656;
    line-height: 1.66em;
}
.aboutR p a{
    color: #00993a;
    text-decoration: none;
}
.aboutR p a:hover{
    color: #37995c;
}
.aboutR p strong{
    color: #00993a;
}
ol li strong{
     color: #00993a;
}
/*=== board of editors ======*/
.board-left{
    padding:70px 10px 5px 30px;
}
.board-left h3{
    color: #006198;
}
.board-right h3{
    color: #006198;
    text-align: center;
}
table tbody tr,
table tbody td{
    border: 3px solid #982874;
}
.board-right .editor_tab_left{
    padding: 10px;
    font-weight: bold;
    color: #00993a;
}
.board-right .editor_tab_right{
    padding: 10px;
    color: #797979;
    line-height: 1.66em;
}

/*=== RESEARCH SUPPORT TEAM ===*/

.research_sup{
    width:70%;
    margin: auto;
}
.research_sup h3{
    color: #006198;
}
.research_sup ul{
    padding-left: 0;
}

.research_sup ul li{
    font-size: 20px;
    color: #5C5C5C;
    list-style: none;
}

svg{
    color: aqua;
}

/*==== gallery ===*/

.main-gallery{

}

.main-gallery a img{
    width: 395px;
    margin-bottom: 8px;
    margin-right: 4px;
}
/*
.main-gallery a img:nth-child(3n){
    margin-right: 0;
}*/
.main-gallery a img:hover{
      /* opacity: 0.5;
      transition: .5s ease; */
}


/*===== contact us =====*/
.contact-left h3{
    color: #3E87B0;
    text-align: center;
    padding: 10px;
    text-transform: uppercase;
}


.input-container {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  width: 100%;
  margin-bottom: 15px;
}

.icon {
  padding: 10px;
  background: dodgerblue;
  color: white;
  min-width: 50px;
  text-align: center;
}

.input-field {
  width: 100%;
  padding: 10px;
  outline: none;
}
.fa{
   width: 100%;
  padding: 10px;
}

.input-field:focus {
  border: 2px solid dodgerblue;
}

/* Set a style for the submit button */
.btn {
  background-color: dodgerblue;
  color: white;
  padding: 15px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  opacity: 0.9;
}

.btn:hover {
  opacity: 1;
}

.contact-right h3{
    color: #3E87B0;
    text-align: center;
    padding: 10px;
    text-transform: uppercase;
}
.contact-right ul{
    padding: 0;
}
.contact-right ul li{
    list-style: none;
}
.contact-right ul li span{
    padding-right: 5px;

}
.map-wrap iframe{
    max-width: 100%;
    min-width: 100%;

}



.contents-page{
    width: 100%;
    margin: auto;

}
.contents-page img{
    width: 100%;

}





/*======= header =======*/
header .banar img{
    width: 100%;
    margin-bottom: 2px;
}
header .navbar-inverse {
    background-color: #009ca3;
    border: none;
}
header .navbar {
    border-radius: 0;
}
.nav li a{
    text-align: center;
    color:white;
}
.navbar-inverse .navbar-nav>li>a{
  color:white;
}
.dropdown-menu{
    background: #46c46f !important;
    list-style: disc;
    text-align: center;
    padding: 5px 19px;
}
.dropdown-menu>li>a{
    color: #000;
    padding: 3px 0px;
    text-align: left;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{
    color: #fff;
    text-decoration: none;
    background-color: #46c46f !important;
}
/*======== footer =====*/
.ft_wd{
    width: 90%;
    margin: auto;
}
footer .ft_div {
    width: 33%;
    box-sizing: border-box;
    float: left;
    padding: 1px;
}
footer .ft_div img{
    max-width: 100%;
}


/*== go top==*/
#topBtn{
    position: fixed;
    right: 35px;
    bottom: 40px;
    border: none;
    text-decoration: none;
    cursor: pointer;
    background: rgba(232, 98, 86, 0.8);
    font-size: 20px;
    white-space: nowrap;
    color: #fff;
    border: none;
    padding: 10px;
}
#topBtn:hover{
    background: #FF5722;
    border: none;
    outline: inherit;
}



/*======== slide =====*/
.item img{
    max-height: 800px;
    max-width: 100%;
    min-width: 100%;
}
/*welcome*/

.welcome{
    background-color: #034446;
    color: #ffffff;
    padding: 10px;
    font-size: 25px;
}
.sb-link {
    background: #00AEEF;
    padding-top: 42px;
    padding-bottom: 20px;
    padding-left: 30px;
    margin-top: 20px;
}
.sb-link ul {
    padding-left: 0;
}
.sb-link ul li {
    list-style-type: none;
    position: relative;
    margin: 0 0 6px;
    padding: 0 0 0 21px;
    line-height: 24px !important;
}
.sb-link ul li a {
    padding-left: 3px;
    color: black;
    text-decoration: none;
    font-weight: 700;
    font-size: 24px;
}
.sb-link ul li a span {
    font-size: 16px;
}

.mess-title{
    background: #739C42;
    padding: 7px;
    margin-bottom: 10px;
}
.mess-title h1 {
    color: aliceblue;
    font-weight: bold;
    text-align: center;
    font-size: 25px;
}
.abb-img{
    float: left;
    padding-right: 10px;
}
.abb-img img{
    max-width: 240px;
    border: 4px solid #00a751;
}
.abb-img .name{
    font-weight: bold;
    font-size: 14px;
    text-align: center;
}
.s-rahman img{
    width: 90%;
}
.s-rahman p strong{
       color: #00A751;
}
.person-blog p{
    font-size: 14px;
    color: #565656;
    line-height: 1.66em;
    text-align: justify;
}

/*== chairman Foreword ==*/
.chairman-title {
    background: #034446;
    padding-top: 7px;
    text-align: center;
}
.chairman-title .f_s {
    color: #ffffff;
    padding-left: 10px;
    font-size: 24px;
    font-weight: 600;
}
.chairman-title .l_s {
    color: white;
    padding-left: 10px;
}
.chairman2017 .image{
    /* float: left;
    margin-right: 10px; */
}
.chairman2017 .image img {
    /* max-width: 300px; */
        width: 100%;
}
.chairman2017 .image span {
    display: block;
    text-align: center;
}
.chairman-blog p {
    font-size: 14px;
    color: #565656;
    line-height: 1.66em;
    text-align: justify;
}
.s-uddin p strong {
    color: #00A751;
}
.chairman-blog p a:hover {
    color: #37995c;
    text-decoration: none
}
.person-blog .right{
    margin-top: 10px;
    float: right;
    text-align: right;
    font-size: 15px;
}
/*== project director ==*/
.director h3 {
    background: #034446;
    padding: 10px;
    color: aliceblue;
    font-size: 20px;
}
.director .image img{
    width:100%;
    border: 5px solid #00A751;
}
.director .image span {
    display: block;
    text-align: center;
}
.director-blog .bg {
    font-size: 16px;
    color: #00a751;
    font-weight: bold;
}
.director-blog p {
    font-size: 14px;
    color: #565656;
    line-height: 1.66em;
    text-align: justify;
}
.director-title p strong {
    color: #00A751;
}
.director-blog h2 {
    color: #176FA1;
    padding-bottom: 3px;
    font-weight: bold;
}
.director-blog h3 {
    color: #176FA1;
}
.director-blog p a:hover{
    text-decoration: none;
     color: #37995c;
}

/* 2018-2019 */
.backyeard-box{
  background: #034446;
  color: white;
}
.backyeard-text{
  width: 96%;
  margin: auto;
  font-size: 16px;
}

.backyeard-text::after{
  content:'';
  width: 11px;
  height: 11px;
  background: red;
  border-radius: 50%;
  text-align: center;
}
.backyeard-text .bullet ul{
  margin:0px;
  padding:0px;
}
.backyeard-text .bullet ul li{
  width: 11px;
  height: 11px;
  background: red;
  border-radius: 50%;
  text-align: center;
  display:inline-block;
}
.about-book2018{
  text-align: justify;
font-size: 17px;
background: #34be7c;
padding: 10px;
color: white;
}
.about-book2018 p{
  padding-top:10px;
}
.about-book2018 p:before {
    content: "‘";
    font-weight: bold;
    font-size:50px;
    color:#FD0000;
    position: absolute;
    top: -1px;
}
.about-book2018 p:after {
    content: "‚";
    font-weight: bold;
    font-size:50px;
    color:#FD0000;
    position: absolute;
    bottom:5px;

}


/* .fts footer .ftr-b-mess{
  background: #412870;color: #fff;height: 173px; padding: 0px 14px;margin-top: 1px;
} */

.fts footer .ft_div h3{
  text-align: center;
    color: gold;
    font-size: 28px;
    margin: 5px;

}
.fts footer .ft_div p{
  text-align:center;
      font-size: 18px;
}
