@import url(//fonts.googleapis.com/css?family=Open+Sans);
body {
	background:	url(../web_img/body-back.jpg) repeat-x top;
}
.web-container-fluid {
	padding:0px!important;
}
.web-container {
	font-family: 'Open Sans', sans-serif!important; /* border:1px solid #ccc */
	background: #fff;
}
.web-container p, .web-container ol, .web-container ul, .web-container li, .web-container a, .web-container span, .web-container label, .web-container input[type=text], .web-container input[type=button], .web-container input[type=submit], .web-container textarea, .web-container table, .web-container span {
	font-size:14px!important;
}
.web-container h1 {
	font-size:34px!important;
}
.web-container h2 {
/*font-size*/
}
.web-container h3 {
/*font-size*/
}
.web-container h4 {
/*font-size*/
}
.web-container h5 {
/*font-size*/
}
/*styles for common contents*/
a {
	color:#333!important;
	cursor:pointer;
	text-decoration:none!important;
}
/******************************************************/
.top_whit_bar {
	/*background:#fff;*/
	height:auto;
}
.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
}
#google_translate_element {
	float:left;
	width:170px;
	height:auto;
	margin:5px 0 0 0;
}
#google_translate_element .goog-te-gadget-simple {
	border:0px solid #ccc;
	border-radius:5px;
	font-size:12px;
}
/******************************************************/
.top_orange_bar {
	background:#ff9503;
	height:auto;
}
.logo-bar {
	padding-right:0px!important
}
.logo-top {
	background:#fff;
	border-top-left-radius:100%;
	border-top-right-radius:100%;
	width:100%;
	height:200px;
	margin-top:15px;
	position:absolute;
	left: 10px;
}
/******************************************************/
.orange-text {
	color:#ff9503;
}
.green-text {
	color:#0c8400;
}
.blue-text {
	color:#117bb8;
}
/******************************************************/
.slider_bar {
	width:100%;
	margin:auto;
}
.slider_bar-col {
	width:20%;
	float:left;
	margin-top:20px;
	margin-bottom:20px;
}
.slider_bar-col img {
	max-width:100%;
	height:78px;
}
.logo-middle {
	background:#fff;
	width:100%;
	height:auto;
	overflow:hidden;
	margin: auto; /*opacity:0.5; */
	margin-top:0px;/* border-bottom:2px solid #ff9503;*/
}
.logo {
	display:block;
	margin:0px 0 5px 0;
}
.logo img {
	width:55%;
	margin:auto;
}
.social {
	list-style:none;
	padding:0px!important;
	float:left;
	margin:5px 0 15px 0;
}
.social li {
	float:left;
	margin-left:5px;
}
.social li a .fa {
	color:#FFFFFF!important;
	width:30px;
	height:30px;
	line-height:30px;
	text-align:center;
	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;
}
.social li a .fa-facebook {
	background:#3b5a9a
}
.social li a .fa-twitter {
	background:#28a8e0
}
.social li a .fa-linkedin {
	background:#117bb8
}
.social li a .fa-youtube {
	background:#b11606
}
.social li a:hover .fa {
	background:#333;
}
.slider {
	width:100%;
	height:auto;
	margin-top:15px;
}
.slider_bar .content-col {
	background:red;
	padding:35px 20px;
	color:#fff;
	text-transform:uppercase;
	text-align:center;
	margin-top:15px;
}
.slider_bar .dark-green {
	background:#0c8400
}
.slider_bar .light-green {
	background:#0a9e00
}
.slider_bar .dark-yellow {
	background:#ff8b03
}
.slider_bar .light-yellow {
	background:#ffa903
}
/******************************************************/
.content_bar {
	margin:0px 0 10px 0;
}
.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;
}
.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;
}













.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 }
/*******************************************************/
.team_bar .team-col {
	padding:15px;
	border:1px solid #ddd;
	background:#fff;
	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;
}
.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:25px
}
.my_gallery .here {
	margin-top:10px;
}
.my_gallery .main {
	color:#333!important;
}
.my_gallery .sub {
	color:#0c8400!important;
}
.gallery_bar {
	background:#fef8e8;
	padding:10px;
	border-bottom:1px solid #f3c06f
}
.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 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:0px 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;
	color:#fff;
	font-weight:normal;
}
.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;
}
.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 : 1px solid #ccc;
	border-radius:10px;
	height: auto;
	padding: 0 5px;
	margin-top:10px;
	text-align:center!important;
	font-weight:bold
}
.content_bar .down p {
	text-align:center!important;
}
/******************************************************/
.footer_bar {
	background:#ff9503;
	height:auto;
	padding:5px 0 20px 0!important;
}
.footer_bar .fcol {
	/*border-left:1px dotted #fff;*/
	height:auto;
	margin-top:10px;
}
.footer_bar .fcol:first-child {
	border:none
}
.footer_bar .fcol h4 {
	font-weight:bold;
	font-size:15px;
	text-transform:uppercase;
	color:#8c2e00;
}
.footer_bar .fcol h4 span {
	border-bottom:2px solid #ffe523;
	display:block;
	width:50px;
	padding:7px 0;
	margin-bottom:10px
}
.footer_bar .fcol p {
	text-align:justify;
	color:#462915
}
.footer_bar .fcol a {
	color:#ffe523!important
}
.footer_bar .fcol a:hover {
	color:#fff!important
}
.footer_bar .flist {
	list-style:none;
	padding:0px 0px 0px 0px!important;
	margin:0px!important;
	float:left;
}
.footer_bar .flist li {
	color:#fff!important;
}
.footer_bar .flist li a {
	display:block;
	padding:1px 5px;
	color:#462915!important;
}
.footer_bar .flist li a:hover {
	color:#fff!important;
}
.footer_bar .flist li a:hover .fa {
	background:#000;
}
.footer_bar .footer-logo {
	margin-top:20px;
}
.footer_bar_botom {
	background:#ededed;
	padding:15px 0 15px 0!important
}
.footer_bar_botom .copy {
	text-align:center;
	line-height:25px;
}
.footer_bar_botom .copy img#designer {
	vertical-align: -50%;
	border: 1px solid #bbbaba;
	border-radius: 100%;
	padding: 3px;
	background: #fff;
}
/*styles for common contents*/
/**/
#goTop {
	position: fixed;
	z-index:9999;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #333;
	color:#fff!important;
	text-align:center;
	left: 50%;
	margin-left:-10px;
	bottom: -25px;
	-webkit-transition: all 100ms linear;
	-moz-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	-ms-transition: all 100ms linear;
	transition: all 100ms linear;
	cursor: pointer;
}
#goBottom {
	position: fixed;
	z-index:9999;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #0c8400;
	color:#fff!important;
	text-align:center;
	left: 50%;
	margin-left:-10px;
	top: 0px;
	-webkit-transition: all 100ms linear;
	-moz-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	-ms-transition: all 100ms linear;
	transition: all 100ms linear;
	cursor: pointer;
}
#goTop:hover {
	border-bottom-color:#0c8400
}
#goBottom:hover {
	border-top-color:#333
}
 @media only screen and (min-width:320px) and (max-width:991px) {
 .web-container {
 width: 96%;
 margin: auto;
}
 .web-container p, .web-container ol, .web-container ul, .web-container li, .web-container a, .web-container span, .web-container label, .web-container input[type=text], .web-container input[type=button], .web-container input[type=submit], .web-container textarea, .web-container table, .web-container span {
 font-size:13px!important;
}
 .web-container h1 {
 font-size:26px!important;
}
 .web-container h2 {
 font-size:21px!important;
}
 .web-container h3 {
 font-size:19px!important;
}
 .web-container h4 {
 font-size:17px!important;
}
 .mytable tr td:nth-child(2) img {
width:100px!important;
}
}
@media only screen and (min-width:320px) and (max-width:767px) {
}
 @media only screen and (min-width:768px) and (max-width:991px) {
}
 @media only screen and (min-width:992px) and (max-width:1199px) {
}