@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&amp;display=swap');
body {
 background:#fff!important;
 color:#333!important;
 font-family: 'Poppins', sans-serif!important;
 font-size:13px!important;
}
h1, h2, h3, h4, h5, p, ul, li {
 margin:0px!important;
 padding:0px!important;
}
a {
 color:#333!important;
 cursor:pointer;
 text-decoration:none!important;
}
a:active {
 box-shadow:none!important;
}
p {
 line-height:22px;
 margin-bottom:10px!important;
 font-size:13px!important;
}
h1, h2 {
 margin-bottom:10px!important;
}
.container-fluid {
 max-width: 1500px;
}
.no-padding {
 padding-left:0px!important;
 padding-right:0px!important;
}
.no-padding-right {
 padding-right:0px!important;
}
.no-padding-left {
 padding-left:0px!important;
}
/*********************************************************************************
colored text and buttons
***************/ 
.text-orange {
 color:#fc910f
}
.text-blue {
 color:#3aaebf
}
.btn {
 padding:6px 20px !important;
 border-radius:0!important;
 -webkit-transition: all 300ms linear;
 -moz-transition: all 300ms linear;
 -o-transition: all 300ms linear;
 -ms-transition: all 300ms linear;
 transition: all 300ms linear;
}
.btn-sub, .btn-cancel {
 background: #3aaebf;
 color:#fff;
 padding:10px 20px !important;
 border-radius:3px!important;
 margin-right:10px;
 margin-top:15px;
}
.btn-cancel {
 background:#fc910f;
}
.btn:hover {
 background:#333!important;
 color:#fff!important;
}
/*********************************************************************************
header styles
***************/
header {
 /*position: absolute;*/
	width: 100%;
 z-index: 99;
}
/**/
header .top-bar{
	padding:2px 0;
	position:relative;
	background:#AC2A1C;
}


/*cont nav*/
header .cont-nav {
}
header .cont-nav ul {
 list-style:none;
}
header .cont-nav ul li {
 float:left;
}
header .cont-nav ul a {
 display:block;
 padding-right:30px;
 padding-left:30px;
 font-size:13px;
 color:#fff!important;
 border-left:1px solid rgba(255, 255, 255, 0.5);
 -webkit-transition: all 300ms linear;
 -moz-transition: all 300ms linear;
 -o-transition: all 300ms linear;
 -ms-transition: all 300ms linear;
 transition: all 300ms linear;
}
header .cont-nav ul li:first-child a {
 border-left:0;
 padding-left:0px;
}
header .cont-nav ul a .fa {
 margin-right:10px;
 color:#fff
}
header .cont-nav ul a span.cont-text {
}
header .cont-nav ul a:hover {
}
/*social links*/
header .social-nav {
    float: right;
	margin-top:5px;
	margin-bottom:5px;
	padding:0 18px 0 18px !important;
}
header .social-nav ul {
    list-style: none;
}
header .social-nav li {
    float: left;
}
header .social-nav li a .fa {
	color: #fff !important;
	background: #d24536;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin-left: 10px;
	border-radius: 100%;
}
header .social-nav li a:hover .fa {
    color: #fff!important;
    background: #ff7200;
}
/*user nav*/ 
header .user-nav {
	float:right;
	/* margin:7px 0; */
	
}
header .user-nav ul {
 list-style:none;
}
header .user-nav ul li {
	 float:left;
	 position:relative;
	 padding:5px 0 !important;
	 /* padding:0 15px !important; */
}
header .user-nav ul li:after{
	
}
header .user-nav ul li:first-child {
	
}
header .user-nav ul a {
	display: block;
    padding: 5px 15px 5px;
    font-size: 13px;
    font-weight: 500;
    text-transform: capitalize;
    color: #fff !important;
     -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    position: relative;
	border-left:1px solid #e5e5e569  !important;
    z-index: 1;
}
header .user-nav ul a .fa {
	 margin-right:8px;
	 color:#fff;
	 font-size:12px;
}

header .user-nav ul a .fa {
	 margin-right:8px;
	 color:#fff;
	 font-size:12px;
}
header .user-nav ul a img {
 margin-right:8px;
 max-width:13px;
 vertical-align:-1px
}
header .user-nav ul a.login {

}
header .user-nav ul a.join {

}
header .user-nav ul a.join .fa {
 color:#fff;
}
header .user-nav ul a:hover {
	/* background:#0b8019; */
	color:#ff8b04g !important;
}
/*logo bar*/

.logo-bar{
	background: #fff;border-bottom: 5px solid #fcc701;
	position:relative;
	z-index:11;
	-webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.09);
	-moz-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.09);
	box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.09);
}

header .logo{
	position:relative;
	display:block;
}
header .logo img {
 max-width:100%;
 -webkit-transition: all 300ms linear;
 -moz-transition: all 300ms linear;
 -o-transition: all 300ms linear;
 -ms-transition: all 300ms linear;
 transition: all 300ms linear;
}
/* nav bar */
header .nav-bar{ 
	position:relative; 
}
/*site nav*/
header .site-nav {
 float:right; margin:24px 0 23px;
}
/**/
header #level_1 li a.donate-btn{
	background: #ff8b04 !important;
	color: #fff !important;
	padding:8px 15px !important; 
	text-align:center;
	margin-left:5px;
}
header #level_1 li a.donate-btn:hover{
	background:#9e0f04 !important; 
} 
/*translater*/
 .gotrns {
	color: #000 !important;
	font-size: 14px;
	position: relative;
	line-height: 0px;
	margin:0px !important;
	padding: 0;
	margin-top:8px !important;
}
 .gotrns .goog-te-gadget-simple {
	border: 0px solid #ccc;
	border-radius: 5px;
	font-size: 12px;
	color:red !important;
	background: transparent;
	padding-top:10px !important;
}
.gotrns a {
	color: #000 !important;
	padding-right: 0px;
	margin-right: 0px;
	margin-top:12px !important;
}
 .gotrns span {
	font-size:14px !important;
	color: #fff !important;
}
 .gotrns a.goog-te-menu-value span:nth-child(3),  .gotrns a.goog-te-menu-value img {
display:none
}
 .gotrns img {
	background: url("../web_img/icon-glob.png")!important;
	background-repeat: no-repeat !important
}
 .gotrns a.goog-te-menu-value span:nth-child(5) {
margin-left:10px
}
 
/*slide bar*/
.slide-bar{
	background: #f2f2f2;
    position: relative;
    top: -66px;
    margin-bottom: 66px;
}
.slide-bar .slide-col-left{ width:20%; float:left}
.slide-bar .slide-col-left img{  max-width:100%;}
.slide-bar .slide-col-middle{width:60%; float:left}

.slide-bar .slide-col-right{width:20%; float:left;position: relative;}
.slide-bar .slide-col-right img{  max-width:100%;}




/* .slide-bar .slide-col-right iframe{position: absolute; */
    /* top: 0; */
    /* left: 0; */
    /* right: 0; */
    /* bottom: 0; width:calc(100% - 10px);height: 100%;} */
.col-branches{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	padding: 95px 15px 20px; 
	background:#fff1ca
}
 /* .col-branches .br-head{font-size: 17px!important; */
    /* font-weight: 700; */
    /* border-bottom: 2px solid; */
    /* padding-bottom: 6px!important; */
    /* color: #832c01;} */
 /* .col-branches marquee{ */
	/* list-style:none; */
    /* position: absolute;  */
    /* top: 135px; */
    /* left: 45px; */
    /* right: 45px; */
    /* bottom: 35px; */
    /* overflow: hidden; */
    /* width: calc(100% - 90px); */
    /* } */
 /* .col-branches ul.list-branches{ */
	/* list-style:none; */
/* } */
 /* .col-branches ul.list-branches li{border-bottom: 1px solid rgba(0,0,0,0.1); */
    /* padding: 10px 0!important; */
    /* font-weight: 500;} */
 /* .col-branches ul.list-branches li:before{ */
    /* content: "\f0a4 "; */
    /* font: normal normal normal 16px/1 FontAwesome; */
    /* margin-right: 5px; */
    /* color: #1bb52e; */
/* } */

.slide-bar .slide-col-right .news-block-slider{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:calc(100% - 10px);
	height:calc(100% - 47%);
	padding:75px 15px 10px;
}
.slide-bar .slide-col-right .news-block-slider.media-block-slider{
	position:absolute;
	top:53%;
	left:0;
	right:0;
	bottom:0;
	width:calc(100% - 10px);
	height:calc(100% - 53%);
	padding:10px 15px 10px;
	border-bottom:none;
}
.slide-bar .slide-col-right .news-block-slider .event-blk {
    width: 100%;
    display: block;
	padding:15px;
	border-bottom:1px solid rgba(0,0,0,.3);
	 /* background: #FFF !important; */
	/* margin-bottom:20px; */
	overflow:hidden;
}
.slide-bar .slide-col-right .news-block-slider .event-blk h4{
	font-size:14px !important;
	line-height:24px;
	color:#088801;
	font-weight:600;
	margin-bottom:2px !important;
	text-transform:capitalize;
}
.slide-bar .slide-col-right .news-block-slider .event-blk h5{
	font-size:11px !important;
	line-height:20px;
	color:#ff7403;
	margin-bottom:5px !important;
	font-weight:600;
	text-transform:capitalize;
}
.slide-bar .slide-col-right .news-block-slider .event-blk h5 i{
	color:#ffa904;
	margin-right:5px;
}
.slide-bar .slide-col-right .news-block-slider .event-blk p{
	font-size: 11px !important;
    line-height: 20px;
    color: #777 !important;
    text-align: justify;
    font-weight: 400;
    margin-bottom: 0 !important;
}



/* .slide-bar .slide-col-right .news-block-slider .event-blk .event-date { */
	/* width: 40px; */
    /* height: auto; */
    /* background: #088801; */
    /* padding: 10px 5px; */
  
    /* display: inline-block; */
    /* vertical-align: top; */
/* } */
/* .slide-bar .slide-col-right .news-block-slider .event-blk .event-date h2{ */
	/* font-size: 18px; */
    /* line-height: 24px; */
    /* color: #FFF !important; */
    /* font-weight: 700; */
    /* display: block; */
    /* text-align: center; */
    /* margin-bottom: 0px !important; */
/* } */
/* .slide-bar .slide-col-right .news-block-slider .event-blk .event-date p{ */
	/* font-size: 14px !important; */
    /* line-height: 20px; */
    /* color: #FFF !important; */
    /* font-weight: 500; */
    /* text-transform: capitalize; */
    /* text-align: center; */
/* } */
/* .slide-bar .slide-col-right .news-block-slider .event-blk .event-text { */
    /* width: calc(100% - 45px); */
    /* padding: 10px 10px 10px 10px; */
    /* display: inline-block; */
/* } */
/* .slide-bar .slide-col-right .news-block-slider .event-blk .event-text h4{ */
	/* font-size: 16px !important; */
    /* line-height: 24px; */
    /* color: #000 !important; */
    /* font-weight: 600; */
    /* margin-bottom: 5px !important; */
/* } */
/* .slide-bar .slide-col-right .news-block-slider .event-blk .event-text p{ */
	/* font-size: 13px !important; */
    /* line-height: 22px; */
    /* color: #777 !important; */
    /* text-align: justify; */
    /* font-weight: 500; */
    /* margin-bottom: 0 !important; */
/* } */





.slide-bar .slide-col-right h4.heading{
	font-size:18px !important;
	line-height:24px;
	font-weight:600;
	color:#8c2e00;
	text-transform:capitalize;
	float:left;
	width:calc(100% - 100px);
	margin-bottom:10px !important;
}
.slide-bar .slide-col-right .event-link{
	width:100px;
	float:right;
	font-size:12px !important;
	line-height:20px;
	color:#088801;
	font-weight:400;
	text-align:right;
}
.slide-bar .slide-col-right .event-link a.btn-viewall{
	/* color:#088801 !important; */
	min-width: 60px !important;
    padding: 2px 7px !important;
    background: #088801 !important;
    color: #FFF !important;
    font-size: 10px !important;
    line-height: 20px;
}
.slide-bar .slide-col-right .event-link a.btn-viewall:hover{
	background:#8c2e00 !important; 
}

.news-marquee-blk{
	width:100%;
	height:300px;
	background:rgba(255,255,255,.8);
	overflow:hidden;
}
.event-marquee-blk{
	width:100%;
	height:300px;
	background:rgba(255,255,255,.8);
	overflow:hidden;
}

	
section.slider {
    position: relative;
    top: -42px;
    margin-bottom: -42px;
}























































 /*
.web-list-top {
	list-style:none;
	padding:0px!important;
	margin:0px!important;
}
.web-list-top-left .web-list-top {
	float:left;
}
.web-list-top-right .web-list-top {
	float:right;
}
.web-list-top li {
	float:left;
	color:#fff!important;
	margin:10px 0px;
	padding:0 8px;
	line-height:8px;
	border-right:1px solid #333;
}
 .web-list-top-left .web-list-top li:nth-child(2) {
border-right:none;
}
.web-list-top-right .web-list-top li:nth-child(4) {
border-right:none;
}
.web-list-top li a {
	color:#333!important;
	font-size:12px!important;
}
.web-list-top li a:hover {
	color:#137d08!important;
}
.web-list-top li a .fa {
	margin-right:5px;
	color:#ccc
}
.web-list-top li a .fa-phone-square {
	color:#1799d3
}
.web-list-top li a .fa-envelope {
	color:#b11606
}
*/
 
/******************************************************/
/* 07-04-2021 */
/* page banner*/

.content_bar {
	margin:0px 0 10px 0;
}

.banner-bar {
	background:#4d0b06 url(../web_img/inner-banner.jpg) no-repeat center center;
	background-size:cover;
	padding:140px 0 80px;
	position:relative;
	top:-80px;
	margin-bottom:-80px;
}

.banner-bar .banner-content h1 {
	font-weight:700;
	color:#FFF;
	text-transform:capitalize;
	position:relative;
	text-align:center;
	margin-bottom:25px !important;
	font-size:30px !important;
	line-height:40px;
}

.orange-text{
	color:#ff9503 !important;
}
.green-text{
	color:#088800 !important;
}

.content_bar .banner {
	width: 100%;
	margin: auto;
	/* margin-bottom: 15px;*/
	    margin-top: 20px;
}
.content-col-bar-main {
	clear:both;
}
.content-col-bar-main .content-col-bar {
	padding:0px;
}
.content-col-bar-main .content-col {
	padding: 0 10px 0px 10px;
	border-bottom:2px solid #fff;
	height:auto;
	min-height:395px; position:relative
}
.content-col-bar-main .content-col h3 {
	font-weight:bold;
	font-size:15px;
	text-transform:uppercase;
}
.content-col-bar-main .content-col h3 span {
	border-bottom:2px solid #0f86cb;
	display:block;
	width:50px;
	padding:7px 0;
	margin-bottom:15px
}
.content-col-bar-main .slider-a{ display:block;position: relative;}
.content-col-bar-main .slider-a span{ 
	position:absolute;
	top:50%;
	left:50%;
	bottom:50%;
	right:50%;
	background:#333;
	visibility:hidden;
	opacity:0;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;

}
.content-col-bar-main .slider-a .sl-btn {
	width:100%;
	height:50px;
	position:absolute;
	z-index:3;
	top:50%;
	margin-top:-30px;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
	 visibility:hidden;
	opacity:0;
}



.my_gallery .gallery-outer{
	margin-bottom:30px !important;
}
.my_gallery .gallery-outer.no-margin{
	margin-bottom:0 !important;
}
.my_gallery .gallery{
	position: relative;
    overflow: hidden;
	border-radius:0px;
	/* height:220px; */
	border:1px solid #ddd;
}
.my_gallery.infra-sec .gallery{
	border:1px solid #e5e5e5;
	height:auto;
}
.my_gallery .gallery img{
	display: block;
   position: relative;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  max-width:100%;
  height:300px;
  margin:0 auto !important;
}
.my_gallery .gallery:hover  img{
 -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}





.content-col-bar-main .slider-a  .sl-btn a {
	width:40px;
	height:40px;
	margin:auto;
	border-radius:100%;
	border:1px solid #ddd;
	background:rgba(0,20,0,0.5);
	font-size:12px;
	color:#fff!important;  
	display:block;	 
	text-align:center;
	line-height:35px;
	text-transform:uppercase;
	-webkit-transition: all 150ms linear;
	-moz-transition: all 150ms linear;
	-o-transition: all 150ms linear;
	-ms-transition: all 150ms linear;
	transition: all 150ms linear;
} 

.content-col-bar-main .slider-a  .sl-btn a:hover {
	background:#ec9e0b; color:#fff!important
}

.content-col-bar-main .slider-a:hover span {
	visibility:visible;
	opacity: 0.4;
	top:0;
	left:0;
	bottom:0;
	right:0;
}

.content-col-bar-main .slider-a:hover .sl-btn {
	visibility:visible;
	opacity:1;
}
.content-col-bar-main .slider-a:hover .sl-btn a {
	width:60px;
	height:60px;line-height:60px;
}
.trust-bg{
	background:#ff9503;
	padding:20px 20px;
	position:relative;
	margin-left:0;
	margin-right:0;
}

.content_bar .more {
	background:#ff9503;
	padding:5px 10px;
	display:inline-block;
	color:#fff!important;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
.content_bar .more:hover {
	background:#333
}
.content_bar .date-time {
	background:#ffee5d;
	width:60px;
	height:60px;
}
.content_bar .date-time img {
	width:60px;
	height:60px;
	border-radius:100%;
	border:1px solid #ccc;
}
.scroll_content {
	height:280px;
	margin-bottom:10px;
}
.news_bar {
	margin-bottom:20px;
}
.content_bar .date {
	font-size:30px;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold!important;
	text-align:center;
	color:#b11606
}
.content_bar p.date {
	margin-bottom:0px;
	text-align:left;
	font-family:inherit;
	font-size:13px!important;
	margin-top:10px;
}
.content_bar p.text {
	text-align:left;
}
.content_bar .month_year {
	background:#0c8400;
	font-size:12px!important;
	padding:2px;
	text-align:center;
	color:#fff
}
.content-col .col-more {
	position:absolute;
	bottom:20px;
}
.content_bar .btn-member {
	width:100%;
	padding:25px 0;
	text-align:center;
	display:block;
	background:url(../web_img/btn-background.jpg) repeat-x bottom;
	border:1px solid #ff9703;
	color:#333!important;
	margin-bottom:15px;
	font-size:18px!important;
}
.content_bar .btn-member .fa {
	font-size:30px;
	margin-right:10px;
	color:#0c8400
}
.content_bar p {
	line-height:25px;
	text-align:justify
}
.content_bar .content-col-links {
	/*padding: 0 10px 0px 10px;*/
 	width:100%;
	height:auto;
	min-height:170px;
	background:url(../web_img/btn-background.jpg) repeat-x bottom;
	border:1px solid #ff9703;
	color:#333!important;
	margin-bottom:15px;
	font-size:18px!important;
}
.content_bar .content-col-links h3 {
	font-weight:bold;
	font-size:15px;
	text-transform:uppercase;
	background:#0c8400;
	color:#fff;
	padding:7px 5px;
	margin:0px 0px 10px 0px;
}
.content_bar ul.mylist {
	list-style:none;
	padding:0 0 0 10px;
	margin:0 0 15px 0;
}
.content_bar ul.mylist li {
	line-height:22px;
	position:relative;
}
.content_bar ul.mylist li:before {
	content: "\f138   ";/*f105 f138  */
	font: normal normal normal 14px/1 FontAwesome;
	margin-right:5px;
	color:#333;
}
.content_bar ul.mylist li a {
}
.content_bar ul.mylist li a:hover {
	color:#0c8400!important
}
.content_bar ul.mylist .div-popup {
	position:absolute;
	border:1px solid #0c8301;
	/*box-shadow:0px 0px 5px #000;*/
z-index:99999;
	width:auto;
	bottom:10px;
	left:40%;
	background:#fff;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
	opacity:0;
}
.content_bar ul.mylist .div-popup:before {
	content: '\f0d7';
	font-family: 'FontAwesome';
	font-size: 25px;
	position:absolute;
	left:15px;
	bottom:-15px;
	color:#0c8301;
}
.content_bar ul.mylist .div-popup div {
	display:none;
	padding:10px;
}
.content_bar ul.mylist .div-popup div p {
	margin:0px 0px 5px 0px;
}
.content_bar ul.mylist .div-popup div .mytable {
	margin:0px;
}
.content_bar ul.mylist li:hover .div-popup {
	bottom:30px;
	opacity:1;
}
.content_bar ul.mylist li:hover .div-popup div {
	display:block;
}
.content-col-links.orange-back {
	min-height:50px!important;
	background:#f8770f!important
}
.content-col-links.orange-back .mylist li:before {
	color:#fff!important;
}
.content-col-links.orange-back .mylist li a {
	color:#fff!important
}
.content-col-links.orange-back .mylist li a:hover {
	color:#ffbb04!important
}
.content_bar .advertise {
background:		url(../web_img/no-register.jpg) no-repeat center top; width:100%;
height:280px;  background-size:contain
}
.content_bar .advertise h4{ text-align:center; font-weight:bold; color:#f8770f; margin-top:20px}
.content_bar .advertise p{ font-size:50px!important; font-weight:bold ; text-align:center; color:#0c8400; margin-top:80px; padding:0px 10px!important; overflow-wrap: break-word;}

.content_bar .register {
border:1px solid #0c8400; height:auto; overflow:hidden; margin-bottom:15px;
}
.content_bar  .register-left{
float:left;
padding:7px 5px; background:#0c8400; color:#fff
}
.content_bar  .register-right{float:right;
padding-top:8px }


.content_bar.br-details-outer .br-detail-bg{
	background:#fff1ca;
	padding:20px;
	position:relative;
	
}
.content_bar.br-details-outer .br-detail-bg ul.mylist li{
	background: #FFF;
    padding: 10px !important;
    text-align: left;
    font-weight: 600;
    margin-bottom: 10px !important;
}
.content_bar.br-details-outer .br-detail-bg ul.mylist li:before{
	display:none;
}

.content_bar.br-details-outer .br-detail-bg  h5 {
	margin-bottom:10px !important;
	font-weight:bold;
	border-bottom:1px dashed #666;
	padding-bottom:8px !important;
	padding-left:20px !important;
	
}


/* .content_bar.
br-details-outer .br-detail-bg .name-blk{ */
	/* padding:10px; */
	/* position:relative; */
	/* background:#FFF !important; */
	/* font-size:14px !important; */
	/* line-height:24px; */
	/* color:#151515; */
	/* margin-bottom:15px !important; */
/* } */












/*******************************************************/
.team_bar .team-col {
	padding:15px;
	border:2px solid #e7e6e6;
	background:#fdf6e3;
	border-bottom:3px solid #ff9503;
	height:auto;
	margin-top:20px;
	overflow:hidden;
	position:relative;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}
/*.team_bar .team-col:hover{ border-bottom-color: #d52611;  }*/
.team_bar .team-member {
	width:140px;
	height: 150px;
	margin:auto;
	margin-top:40px;
	border:1px solid #ccc;
	border-radius:10px;
	margin-bottom:10px !important;
}
.team_bar .team-member img {
	/*width:100%;*/
	width:140px;
	height: 150px;
	border-radius:10px;
	
}
.team_bar .team-member-name {
	text-align:center;
	margin:10px 0 0px 0;
	font-weight:bold;
	color:#8c2e00;
	font-size:16px!important;
}
.team_bar .team-member-degignation {
	text-align:center;
	margin:0px 0 0px 0;
	font-size:13px!important
}
.team_bar .team-member-add {
	text-align:center;
	margin:0px 0 0px 0;
}
/*******************************************************/


.col-member {
	border:1px solid #ccc;
	border-bottom-width:2px;
	color:#000;
}
.col-member p {
	margin:0px;
	line-height:18px;
	font-size:12px!important
}
.col-member-top {
	border-bottom:1px solid #666;
}
.col-member-top p {
	text-align:center
}
.col-member-middle {
	min-height:80px;
	padding:5px
}
.col-member-middle .name {
	font-size:17px!important;
	font-weight:bold
}
/*******************************************************/
.feedback_bar {
	margin-top:20px;
}
.feedback_bar .pic {
	border:1px solid #ccc;
	width:15%;
	height:auto;
	border-radius:100%;
	float:left;
	margin-bottom:15px;
}
.feedback_bar .pic img {
	width:100%;
	border-radius:100%;
}
.feedback_bar .message {
	border:1px solid #ffe294;
	border-bottom-color:#f3c06f;
	width:81%;
	height:auto;
	margin-left:26px;
	padding:10px;
	position:relative;
	float:left;
	border-radius:10px;
	background:url(../web_img/message-background.jpg) bottom repeat-x;
	margin-bottom:15px;
}
.feedback_bar .arrow-left {
	/*width: 0; 
	height: 0; 
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent; 
	
	border-right:10px solid #f3c06f;*/
	background:url(../web_img/message-arrow.png) no-repeat;
	width:20px;
	height:16px;
	position:absolute;
	left:-20px;
	top:30px;
}
.feedback_bar .message p {
	line-height:20px;
	font-size:13px!important
}
.feedback_bar .name {
	color:#0c8400;
	font-weight:bold;
	float:left;
	margin-right:20px;
}
.feedback_bar .date {
	color:#333;
	font-weight:normal!important;
}
.feedback_bar .feedback-form {
}
.feedback_bar .feedback-form h4 {
	font-weight:bold;
	color:#a63027;
	margin: 0 0 5px 0
}
.feedback_bar .feedback-form p {
	line-height:20px;
	font-size:13px!important
}
.feedback_bar .form-group {
	margin-bottom:7px;
}
.feedback_bar .form-group label {
	font-size: 13px !important;
	font-weight: normal !important;
}
/*******************************************************/
.my_gallery {
	margin-top:20px;
}
.my_gallery .form-group {
	margin-bottom:7px;
}
.my_gallery .form-group label {
	font-size: 13px !important;
	font-weight: normal !important;
}
.my_gallery .btn {
	margin-top:23px;
	margin-right:10px;
}
.my_gallery .here {
	margin-top:10px !important;
	font-size:16px !important;
	line-height:24px;
	margin-bottom:10px !important;
}
.my_gallery .main {
	color:#333!important;
}
.my_gallery .sub {
	color:#0c8400!important;
}
.gallery_bar {
	/* background:#fef8e8; */
	background:#ff9503;
	padding:20px;
	/* border-bottom:3px solid #ff9503; */
}
.portfolio-area .portfolio-item2 a {
	border: 1px solid #ddd;
	background: #efefef;
	border-bottom-color: #ccc;
	display: block;
	padding: 10px;
	margin-bottom:15px;
}
.portfolio-area .portfolio-item2 img {
	width:100%;
}




.contact-form.cnt-page{
	margin-top:20px !important;
}
.contact-form.cnt-page{
	padding:40px;
	position:relative;
	background:#fff1ca;
	margin-top:40px !important;
}
.contact-form.cnt-page h4{
	font-size:22px !important;
	line-height:30px;
	color:#8c2e00;
	font-weight:600;
	text-transform:capitalize;
	margin-bottom:5px !important;
}
.contact-form.cnt-page p{
	font-size:16px !important;
	line-height:24px;
	color:#151515;
	font-weight:600;
	margin-bottom:20px !important;
	text-transform:capitalize;
}
.contact-form-height{
	width:100%;
	height:415px;
}

.inner-contact-bar .form-control {
	background-color: #fff;
    background-image: none;
    box-shadow: 0 1px 1px rgb(0 0 0 / 8%) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
    float: left;
    border-radius: 0;
}


.margin30{
	margin-top:30px !important;
}

.contact-form h4 {
	color:#ff9503
}
.contact-form .form-group {
	margin-bottom:7px;
}
.contact-form .form-group label {
	font-size: 13px !important;
	font-weight: normal !important;
}
.contact-col {
	/* border-bottom:1px dashed #ccc; */
	padding:30px 0 10px 0
	
}









.contact-col h4 {
	color:#0c8400;
	margin-bottom:5px;
}
.contact-col p {
	margin:0
}
/**/
.certificates {
margin-bottom:15px!important;
}
.certificates P {
	text-align:center!important;
	margin-bottom:5px!important;
	font-weight:bold
}
/******************************************************/

.mytable {
	margin-top:20px;
}
.mytable th {
	/* background:#0c8400; */
	background:#ff9503;
	color:#fff;
	font-weight:normal;
}
.trustee-tbl.mytable th {
	background:#ff9503;
}
.mytable tr {
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}
 .mytable tr:nth-child(even) {
background:#fff
}
 .mytable tr:nth-child(odd) {
/* background:#fffbe9; */
background:#fff7ec;
}
.trustee-tbl.mytable tr:nth-child(odd) {
	background:#fff7ec;
}

.mytable tr:hover {
	background:#fdf4cb;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	vertical-align: middle!important;
}
 .other th:nth-child(1) {
width:25%;
}
 .banker th:nth-child(1) {
width:10%;
}
.banker th:nth-child(2) {
width:15%;
}
.banker th:nth-child(3) {
width:20%;
}
.banker th:nth-child(4) {
width:20%;
}
.banker th:nth-child(5) {
width:20%;
}
.banker th:nth-child(6) {
width:15%;
}
 .banker td:nth-child(1) {
text-align:center;
}
 .trustee th:nth-child(1) {
width:10%;
}
.trustee th:nth-child(2) {
width:30%;
}
 .trustee td:nth-child(1) {
text-align:center;
}
.content_bar .down {
	
	border-radius:0px;
	height: auto;
	padding: 0 5px;
	margin-top:10px;
	text-align:center!important;
	font-weight:bold;
	background:#FFF;
}
.content_bar .down p {
	text-align:center!important;
	padding-bottom:10px !important;
}


/* Date 08-04-2021 */
.vsn-blk{
	background:#ff9503;
	padding:20px 30px;
	position:relative;
	margin-top:20px !important;
	min-height:200px;
}
.vsn-blk h4{
	font-size:22px !important;
	line-height:30px;
	color:#FFF;
	font-weight:600;
	text-align:center;
	text-transform:capitalize;
	margin-bottom:10px !important;
}
.vsn-blk p{
	font-size:14px !important;
	line-height:24px;
	color:#FFF;
	margin-bottom:0 !important;
}

.prant-exe-sec .btn-search{
	background: #8c2e00!important;
	color: #fff!important;
	padding: 10px 30px;
	min-width:120px;
	margin-top:51px;
	border-color:#8c2e00 !important;
	text-transform:uppercase;
}
.pht-gall-sec label{
	color:#FFF !important;
}
.pht-gall-sec .form-control{
	float: left;
    font-weight: normal;
    border-radius: 0;
    border-color: #FFF !important;
}
.pht-gall-sec .btn-ok{
	background: #FFF!important;
	color: #8c2e00!important;
	padding: 10px 30px;
	min-width:120px;
	border-color:#FFF !important;
	text-transform:uppercase;
}
.pht-gall-sec  .btn-next{
	background: #8c2e00!important;
	color: #fff!important;
	padding: 10px 30px;
	min-width:120px;
	border-color:#8c2e00 !important;
	text-transform:uppercase;
}
.bank-col{
	padding:20px;
	position:relative;
	background:#fff1ca;
	margin-bottom:30px !important;
	/* border:2px solid #ff9503; */
}
.bank-col img{
	max-width:90%;
}
.bank-col p{
	font-size: 14px !important;
    line-height: 24px !important;
    color: #333 !important;
    font-weight: 500;
}
.bank-details{
	font-size:24px !important;
	line-height:32px;
	text-align:center;
	margin-top:10px !important;
	margin-bottom:10px !important;
}

/* Contact Us */
.map-box{
	width:100%;
	height:400px;
}

.inner-contact-bar .contact-form-text{
	padding:30px;
	position:relative;
	margin-top:40px !important;
	/* background: linear-gradient(to right, #0881c3 0%, #36378a 100% 0) !important; */
}
.inner-contact-bar .contact-form-text .idx-heading{
	font-size: 22px !important;
    line-height: 30px;
    color: #8c2e00;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 5px !important;
}
.inner-contact-bar .contact-form-text h5{
	font-size: 16px !important;
    line-height: 24px;
    color: #151515;
    font-weight: 600;
    margin-bottom: 20px !important;
}

.inner-contact-bar .contact-info{
	width: 100%;
    display: block;
    margin-bottom: 20px;
    padding-bottom: 10px;
    /* border-bottom: 1px solid rgba(255,255,255,.5); */
	border-bottom:2px solid #e7e6e6;
}
.inner-contact-bar .contact-info.last-info{
	border-bottom:none;
	margin-bottom:0 !important;
	padding-bottom:0  !important;
}
.inner-contact-bar .contact-info .contact-icon{
	display:inline-block;
	width:25px;
	height:25px;
	vertical-align:top;
}
.inner-contact-bar .contact-info .contact-icon img{
	max-width:100%;
}
.inner-contact-bar .contact-info .contact-text{
	width:calc(100% - 30px);
	vertical-align:top;
	display:inline-block;
	padding-left:10px;
}
.inner-contact-bar .contact-info .contact-text h4{
	font-size: 16px !important;
    line-height: 24px;
    color: #151515	!important;
    font-weight: 600;
    margin-bottom: 5px !important;
   
}
.inner-contact-bar .contact-info .contact-text p{
	font-size: 14px !important;
    line-height: 24px;
    color: #777;
    font-weight: 400;
    text-align: justify;
}
.inner-contact-bar .contact-info .contact-text p a{
	color:#777 !important;
}
h4.name-heading{
	color:#ff9503;
	font-size:22px !important;
	line-height:32px !important;
	font-weight:600;
	margin-bottom:20px !important;
}

.all-news-blk .drawer {
       border-radius: 0px !important;
}
	
.all-news-blk .accordion-header h1 {
   margin-bottom:0 !important;
}
.all-news-blk .accordion-header {
	border-radius:0 !important;
}
.all-news-blk .accordion-item.accordion-item-active .all-news-blk{
	border:1px solid #e5e5e5;
	border-top:none !important;
}





/*********************************************************************************
footer styles
***************/
.idx-multi-sec{
	padding:60px 0; 
	position:relative;
	background:#771a11;
}
.idx-multi-sec .link-block {
	background: #fff;
	position: relative;overflow: hidden;
}
.idx-multi-sec .link-block .link-blk-down{
	background:#FFF !important;
}
.idx-multi-sec .link-block h4{
	display:block;	
	padding:15px !important;
	font-size:18px !important;
	line-height:27px;
	color:#FFF !important;
	font-weight:600;
	text-transform:uppercase;
	margin-bottom:0 !important;
	background:#ff8b04;
	margin-bottom:5px !important;
}
.idx-multi-sec .link-block ul{
	list-style:none;
	padding:0 15px !important;
}
.idx-multi-sec .link-block ul li{
	font-size:14px !important;
	line-height:24px;
	border-bottom:1px solid #e5e5e5;
	padding-bottom:5px !important;
	margin-bottom:5px !important;
}
.idx-multi-sec .link-block ul li:last-child{
	border:none;
	padding-bottom:0 !important;

}
.idx-multi-sec .link-block ul li a{
	color: #222 !important;
    text-transform: capitalize;
    font-weight: 400;
    line-height: 30px !important;
    display: inline-block;
	font-size:14px !important; 
}
.idx-multi-sec .link-block ul li a:hover{
	color:#9e0f04 !important;
}



/* download col*/
.download-bar{
	padding: 50px 0 0px;
}
.download-col {
	text-align: center;
	background: #fff; 
	margin-bottom:20px;
	overflow: hidden;
}
.download-col p {
	margin-bottom: 5px !important;
	font-weight: 600;
	font-size: 15px !important;
	text-align: center !important;
	color: #333;
	padding: 0px 0px !important;
	text-transform: uppercase;
}
.download-col a {
	font-size: 14px;
	background: #ff8b04;
	text-transform: uppercase;
	color: #fff !important;
	padding: 5px 10px;
	letter-spacing: 1.8px;
	margin: 10px;
	display: block;
}
.download-col a:hover {
	background:#666;
}
.download-col img {
	margin:auto;
}



/*Footer Start Here */
footer {
}
footer .footer-bar{
	padding:60px 0 20px;
	position:relative;
	background:#932216;
}
footer .footer-sec{
	width:100%;
	display:block;
}
.clear-fix{
	clear:both;
}
.menu-hr{
	margin-top: 20px !important;
    margin-bottom: 20px !important;
	border:none !important;
    border-top: 1px solid rgba(158,15,4,.4) !important;
}

footer .footer-sec .footer-imp-link{
	width:17%;
	float:left;
	min-height:170px;	
}
footer .footer-sec  h3{
	font-size:15px !important;
	line-height:24px;
	color:#ff8b04;
	font-weight:700;
	margin-bottom:10px !important;
	text-transform:uppercase;
}
footer .footer-sec .footer-sec-link{
	width:22%;
	float:left;
	padding:0 50px;
	min-height:170px;	
	border-left:1px solid rgba(255,139,4,.3);
}
footer-sec-link2{
	width:50%;
	float:left;
	padding:0 50px;
	min-height:170px;	
	border-left:1px solid rgba(255,139,4,.3);
}
/* footer .footer-sec .footer-sec-link:last-child{ */
	/* border-right:none !important; */
/* } */

footer .footer-logo-outer{
	text-align:center;
}
footer .footer-logo-outer .logo{
	width: 150px;
    display: block;
    margin: 0 auto 10px !important;
	position:relative;
}

footer .footer-logo-outer .logo img{
	max-width:100%;
}
footer .footer-logo-outer p{
	font-size:14px !important;
	line-height:24px;
	color:#FFF;
	margin-bottom:0 !important;
}
footer .social-nav ul {
    list-style: none;
    padding: 0px!important;
    display: table;
    margin: 10px auto 0!important;
    font-size: 14px;
    font-weight: 300;
}
footer .social-nav li {
    float: left;
	margin-right:10px !important;
    line-height: 35px;
}
footer .social-nav li a {
    border: 0!important;
    padding: 0!important;
}
footer .social-nav li a .fa {
    color: #313131 !important;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius:100%;
	background:#FFF;
    vertical-align: middle;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    font-size: 14px !important;
}
footer .social-nav li a:hover .fa {
	background:#ff8b04 !important;
	color:#FFF !important;
}
footer .ftr-hr{
	margin-top:30px !important;
	margin-bottom:30px !important;
	border-top:1px solid rgba(255,139,4,.3);
}
footer .nav-menu ul {
    list-style: none;
}
footer .nav-menu ul  li{
   line-height: 26px;
    font-size: 14px !important;
    color: #022438;
    font-weight: 400;
    text-align: left;
}
footer .nav-menu ul li a {
    color: #FFF !important;
    text-transform:capitalize;
	font-weight:400;
    line-height: 30px !important;
	display:inline-block;
}
footer .nav-menu ul li:hover a{
	color:#ff8b04 !important;
}

footer .footer-bar-bottom
{
	padding:10px 0;
	background:#771a11;
}
footer .footer-bar-bottom p.copy{
	text-align: center !important;
    color: #FFF !important;
	font-size:14px !important;
	line-height:24px !important;
	margin-bottom:0 !important;
	
}
footer .footer-bar-bottom p.copy .co-name{
	color:#ff8b04  !important;
	font-weight:500;
}
/* top and down button*/
#goTop, #goDown {
 width:40px;
 height:40px;
 line-height:40px !important;
 position: fixed;
 bottom: 30px;
 right: 30px;
 z-index: 99;
 text-align: center;
 background:#9e0f04;
 color: #fff;
 border-radius: 50%;
 font-size: 14px;
 display: none;
}
#goTop:hover, #goDown:hover {
	background:#0ba602;
}
#goDown {
 display:block;
}
#goDown .fa {
 padding-top:6px;
 color: #fff;
}
#goTop .fa, #goDown .fa {
 color: #fff;
  padding-top:6px;
}
#goTop:before, #goDown:before {
 content: '';
 position: absolute;
 border: 2px solid #ccc;
 border-radius: 50%;
 top: -2px;
 right: -2px;
 bottom: -2px;
 left: -2px;
 -webkit-animation: hvr-ripple-out 1.2s ease-in-out infinite;
 animation: hvr-ripple-out 1.2s ease-in-out infinite;
}
#goTop:after, #goDown:after {
 position: absolute;
 z-index: -1;
 content: '';
 top: 100%;
 left: 5%;
 height: 10px;
 width: 90%;
 opacity: 1;/*background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);*/
}
 @-webkit-keyframes hvr-ripple-out {
 100% {
 top: -12px;
 right: -12px;
 bottom: -12px;
 left: -12px;
 opacity: 0;
}
}
@keyframes hvr-ripple-out {
 100% {
 top: -12px;
 right: -12px;
 bottom: -12px;
 left: -12px;
 opacity: 0;
}
}

footer .visitor-blk{
	position:relative;
}
footer .visitor-blk a{
 color: currentColor;
  opacity: 1;
  text-decoration: none;
}
}
footer .visitor-blk a.msg-hide{
	display:none;
}
footer .visitor-blk .overlay{
	background: transparent;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
}
footer .visitor-blk h4 {
    text-align: left;
    color: #ff8b04;
    font-size: 15px;
    letter-spacing: 1.2px;
    font-weight: 600;
	margin-top:15px !important;
    margin-bottom: 8px!important;
    text-transform: uppercase;
    position: relative;
}

 @media only screen and (min-width:320px) and (max-width:991px) {
 h1 {
 font-size:26px!important;
}
 h2 {
 font-size:21px!important;
}
 h3 {
 font-size:19px!important;
}
 h4 {
 font-size:15px!important;
}
}
@media only screen and (min-width:320px) and (max-width:767px) {
header .logo-bar { 
    margin-top: -20px; 
}
header .logo-fixed-bar {
     margin-top: 0px; 
}
header .top-bar { 
    padding: 5px 0 10px; 
}
header .user-nav {
	float: none;
	white-space: nowrap;
	overflow-x: auto;
}
header .user-nav ul {
	display: flex;
}
header .gotrns span:first-child { 
	display: none;
}
.slide-bar { 
    top: -23px;
    margin-bottom: 23px;
}
.slide-bar .slide-col-left { 
    float: none;
    display: none;
}
.slide-bar .slide-col-middle {
    width: 100%;
    float: none;
}
.slide-bar .slide-col-right { 
    float: none;
    display: none;
}
 
}
 @media only screen and (min-width:768px) and (max-width:991px) {
 header .logo-bar { 
	padding: 7px 0 7px; 
}
 header .logo { 
	padding: 0 10px 0 10px;
}
.bottom-bar { 
	margin-top: -12px;
}
}
 @media only screen and (min-width:992px) and (max-width:1199px) {
 header .site-nav {
 margin-top: 5px;
}
.slide-bar .slide-col-right iframe {
    width: 100% ;
}

.col-branches { 
    padding: 95px 10px 8px; 
}
/* .col-branches marquee {  */
    /* left: 25px; */
    /* right: 25px;   */
    /* width: calc(100% - 50px); */
/* } */
}
