.banner{
	background-color: #333;
	background-size: cover;
	background-position: center;
	height: 250px;
	position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-flow: column;
    text-align: center;
}
.banner h1{
	color: #fff;
    text-shadow: 3px 3px 8px rgba(0,0,0,0.3);
    width: 100%;
    text-align: left;
    padding-left: 8%;
}
.banner nav{
	width: 100%;
    background: rgba(0,0,0,0.75);
    background: linear-gradient(90deg, rgba(0,0,0,.3) 0%, rgba(0,0,0,0.75) 30%, rgba(0,0,0,.1) 100%);
}
.breadcrumb{
    background-color: transparent;
    justify-content: flex-start;
    margin: 0;
    border-radius: 0;
    width: 100%;
    padding: .5rem 1rem;
    padding-left: 8%;
}
.breadcrumb a{
	color: #fff;
}
.breadcrumb-item.active{
	color: #c5c5c5;
}
.breadcrumb-item+.breadcrumb-item::before{
	color: #8BC34A;
	content: '\f054';
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
    font-size: 12px;
    margin-top: 4px;
}


@media(max-width: 991px){
.banner h1,
.breadcrumb{
    padding-left: 4%;
}
}

@media(max-width: 767px){
.banner{
    height: 300px;
}
.banner h1{
    font-size: 2rem;
}
.banner h1,
.breadcrumb{
    padding-left: 2%;
}
}

@media(max-width: 575px){
.banner{
    height: 250px;
}
.banner h1{
    font-size: 1.75rem;
}
.breadcrumb .breadcrumb-item{
    font-size: .875rem;
}
.breadcrumb-item+.breadcrumb-item::before{
    margin-top: 2px;
}
.banner h1,
.breadcrumb{
    padding-left: 3%;
}
}

@media(max-width: 360px){
.breadcrumb .breadcrumb-item{
    font-size: .75rem;
}  
.breadcrumb-item+.breadcrumb-item::before {
    margin-top: 2px;
    font-size: 10px;
}  
.banner h1{
    font-size: 1.5rem;
}
}


@media(min-width: 1366px){
.banner h1,
.breadcrumb{
    padding-left: 4%;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}
}

.sidemenu{
	min-width: 300px;
	width: 300px;
}
.contentarea{
	min-width: calc(100% - 300px);
	width: calc(100% - 300px);
}

@media(max-width: 991px){
.sidemenu{
    order: 2;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1rem;
    max-width: 500px;
    min-width: auto;
}
.contentarea{
    order: 1;
    width: 100%;
    min-width: 100%;
}
}

.sidemenu .head{
	font-size: 1.2rem;
    color: #212529;
    border-left: 2px solid #ccc;
    padding-left: 10px;
    margin-bottom: 15px;
}
ul.sidenav{
	line-height: 1.8;
    padding: 10px;
    border-radius: .3rem;
    box-shadow: 6px 10px 20px rgba(0,0,0,0.1);
    max-height: 414px;
    overflow-y: auto;
    position: relative;
}
ul.sidenav li{
	/*margin-bottom: 10px;*/
}
ul.sidenav li a{
	padding: .5rem 0;
    padding-right: 15px;
	color: #333;
	display: block;
	border-bottom: 1px solid #ddd;
	transition: all .3s ease;
	-webkit-transition:all .3s ease;
}
ul.sidenav li a:hover, ul.sidenav li.active a{
	color: #2a8637;
}
ul.sidenav li:last-child a{
	border-bottom: none;
}
ul.sidenav li a:after{
	content: '\f054';
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	position: absolute;
    right: 10px;
    font-size: 10px;
    margin-top: 5px;
    color: #2a8637;
    border: 1px solid transparent;
    width: 18px;
    height: 18px;
    line-height: 16px;
    text-align: center;
    border-radius: 50%;
    transition: all .3s ease;
    -webkit-transition:all .3s ease;

}
ul.sidenav li a:hover:after, ul.sidenav li.active a:after{
	border-color: #2a8637;
}
ul.sidenav li a img{
    width: 20px;
    margin-right: 3px;
    margin-top: -5px;
}

.whitebox{
	background-color: #fff;
    padding: 15px;
    border-radius: .3rem;
    box-shadow: 2px 3px 20px rgba(0,0,0,0.1);
}
.vismis{
	text-align: center;
}
.vismis img{
	width: 64px;
	display: block;
	margin: auto;
	margin-bottom: 1rem;
}
.treecol img{
	max-height: 320px;
	display: block;
	margin: auto;
}

.contact form label{
	display: none;
}
.contact form input, .contact form textarea{
	border-color: #ddd;
}
.contact form input:focus, .contact form textarea:focus{
	border-color: #2a8637;
	box-shadow: none;
}
.contact .address{
	padding: 3rem 15px;
}
.contact .address h4{
	font-size: 1rem;
}
.contact .addcol p{
	padding-left: 35px;
}
.contact .addcol a{
	color: #333;
}
.contact .addcol i.fa{
	position: absolute;
	left: 30px;
    margin-top: -2px;
    width: 26px;
    height: 26px;
    line-height: 26px;
    background-color: #2a8637;
    text-align: center;
    border-radius: .3rem;
    font-size: .875rem;
    color: #fff;
}
.contact .address .social li a .fab{
	background-color: transparent;
	color: #607d8b;
}
.contact .address .social li a:hover .fab{
	color: #fff;
}
.contact form button{
	min-width: 150px;
    height: 44px;
}



/**********ACCORDION***************/

.myaccordion .card{
	margin-bottom: 1.5rem;
	border:1px solid rgba(0,0,0,0.1) !important;
	border-radius: .25rem !important;
    color: #212529;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.myaccordion .card:hover{
    box-shadow: 4px 4px 13px rgba(0,0,0,0.1);
}
.myaccordion .card h4{
	font-size: 1rem;
}
.myaccordion .card-header{
	padding: 0;
	border-bottom: none;
	margin-bottom: 0 !important;
}
.myaccordion .card-header h2{
	font-family: 'tngbregular';
}
.myaccordion .card-header button.btnacc, .myaccordion .card-header button.btnacc:focus{
	text-align: left;
	display: block;
	text-decoration: none;
	width: 100%;
    padding: .5rem 1rem;
    color: #333;
    font-family: 'tngbsemibold';
    font-size: .875rem;
    box-shadow: none;
    background-color: #fff;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.myaccordion .card-header button.btnacc img{
    width: 24px;
    margin-right: 5px;
    margin-top: -5px;
}
.myaccordion .card-header button.btnactive img{
    filter: brightness(0) invert(1);
}
.myaccordion .card-header button span.date{
	margin-right: 5px;
    color: #2a8637;
    padding-right: 8px;
    border-right: 1px solid #ddd;
}
.myaccordion .card-header button.btnactive span.date{
    color: #d3e4d5;
    border-color: #72af7a;
}
.myaccordion .card-header button.btnactive{
	background-color: #2a8637 !important;
	color: #fff !important;
}
.myaccordion .card-header button.btnactive i{
	color: #fff;
}
.myaccordion .card-header button i{
	float: right;
	color: #2a8637;
    width: 1.2rem;
    height: 1.2rem;
    line-height: 1.2rem;
    border: 1px solid;
    text-align: center;
    border-radius: 50%;
	transition: all .3s ease;
}
.myaccordion .card-header button i.anglerotate{
	transform: rotate(180deg);
	transition: all .3s ease;
	color: #fff;
	animation: angleRotate .3s 1;
}


@keyframes angleRotate{
	0%{
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
	}
	100%{
		transform: rotate(-180deg);
		-webkit-transform: rotate(-180deg);
	}
}



/************CARDS*************/

.mycard{
    margin: .75rem 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.mycard:hover{
    box-shadow: 4px 4px 20px rgba(0,0,0,.1);
}
.mycard .catbox{
    display: block;
    height: 100%;
    max-height: none;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.mycard:hover .catbox:after {
    top: 0;
    transform: rotate(0deg);
    width: 150%;
    background-color: rgba(0, 137, 207, .5);
}
.mycard .card-title{
    padding-bottom: 5px;
    max-height: 52px;
    overflow: hidden;
    position: relative;
    display: block;
    font-family: 'tngbsemibold';
    color: #333;
    margin-bottom: .25rem;
}
.mycard .card-title:after{
    content: '';
    display: block;
    height: 1px;
    width: 2rem;
    margin-top: 5px;
    background-color: #2a8637;
    position: absolute;
    bottom: 0;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
}
.mycard:hover .card-title:after{
    width:4rem;
}
.mycard .info {
    margin-bottom: 5px;
}
.mycard .info span{
    color: #888;
    font-size: .875rem;
}
.mycard .info span.place{
    padding-right: 8px;
    margin-right: 5px;
    border-right: 1px solid #ddd;
}
.mycard p{
    line-height: 1.4;
    max-height: 70px;
    overflow: hidden;
}
.mycard img{
    width: 2rem;
    float: left;
    margin-right: 8px;
}

@media(max-width: 767px){
.mycard{
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}
.mycard .catbox{
    min-height: 200px;
}
}

.pagination{
    justify-content: flex-end;
}
.page-link, .page-link:focus{
    color: #333;
    box-shadow: none;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.page-link:hover{
    color: #333;
    background-color: #d3ecd7;
    border-color: #d3ecd7;
}
.page-item.active .page-link{
    background-color: #2a8637;
    border-color: #2a8637;
}



/***************TABS*************/
.mytab{
    display: flex;
    flex-flow: wrap;
}
.mytab .nav{
    width: 100%;
    position: relative;
    flex-flow: nowrap;
    overflow-y: auto;
    margin-bottom: .5rem;
}
.mytab .tab-content{
    width: 100%;
    position: relative;
}



.addph{
    position: relative;
    margin-bottom: .75rem;
    padding-left: 40px;
    line-height: 1.75;
}
.addph i{
    color: #007d3a;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 2rem;
    height: 2rem;
    background-color: #b3e0b3;
    line-height: 2rem;
    text-align: center;
    border-radius: 50%;
}
.addph span{
    font-family: 'tngbmedium';
    min-width: 150px;
    display: inline-block;
    border-right: 1px solid #ccc;
    margin-right: 5px;
}
.red{
    color: #ff0000;
}



.tabbed-content .nav-tabs {
    display:none;
    border: none;
    margin-bottom: .5rem;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    overflow-x: auto;
}
.tabbed-content .nav-tabs .nav-item.show .nav-link, .tabbed-content .nav-tabs .nav-link.active{
    border: none;
    background-color: #007d3a;
    color: #fff;
}
.tabbed-content .nav-tabs .nav-item{
    display: inline-block;
}



@media(min-width:768px) {
    .tabbed-content .nav-tabs {
        display: block;
    }
    
    .tabbed-content .card {
        border: none;
    }

    .tabbed-content .card .card-header {
        display:none;
    }  

    .tabbed-content .card .collapse{
        display:block;
    }
}

@media(max-width:767px){
    .tabbed-content .tab-content > .tab-pane {
        display: block !important;
        opacity: 1;
        margin-bottom: 1rem;
    }
}

.tabbed-content .nav-link{
    border:1px solid #ddd;
    color: #333;
    margin-right: .5rem;
    border-radius: .3rem;
    min-width: 180px;
    text-align: center;
    overflow: hidden;
}
.tabbed-content li:last-child .nav-link{
    margin-right: 0;
}
.tabbed-content .nav-link:hover{
    background-color: #c9ead9;
}
.tabbed-content .nav-link.active:hover{
    background-color: #007d3a;
}
.tabbed-content .nav-link img, .tabbed-content .card-header a img{
    width: 24px;
    margin-right: 8px;
    margin-top: -4px;
}
.tabbed-content .nav-link.active img{
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}
.tabbed-content .tab-content h3.mainhead{
    border-bottom: 1px dashed #ddd;
    padding-bottom: .5rem;
}
.tabbed-content .card-header{
    padding: 0;
    border: none;
}
.tabbed-content .card-header a{
    display: block;
    padding: .75rem 1.25rem;
    color: #212529;
}

@media(max-width: 767px){
.tabbed-content .nav-link{
    min-width: auto;
}
}


.galrow{
    margin-right: -10px;
    margin-left: -10px;
}
.galimg-col{
    margin-bottom: 1rem;
    padding: 0 10px;
}
.galimg-col a{
    display: block;
    color: #fff;
    overflow: hidden;
    border-radius: .3rem;
    box-shadow: 3px 5px 20px rgba(0,0,0,0.3);
}
.galimg-col a img{
    transition: all .3s ease; 
    -webkit-transition: all .3s ease; 
}
.galimg-col a:hover img{
    transform: scale(1.1);
}
.galimg-col .galimg-detail{
    position: absolute;
    bottom: 0;
    left: 10px;
    right: 10px;
    padding: 5px 10px;
    background-color: rgba(0,125,58,.75);
    height: 34px;
    overflow: hidden;
    transition: all .3s ease; 
    -webkit-transition: all .3s ease; 
}
.galimg-col a:hover .galimg-detail{
    height: 58px;
}
.galimg-col .galimg-detail p{
    margin-bottom: 0;
}

@media(max-width: 575px){
.galimg-col .galimg-detail{
    height: 30px;
}
}


/************TABLE**************/

.table_responsive::-webkit-scrollbar, .table-responsive::-webkit-scrollbar{height:8px}
.table_responsive::-webkit-scrollbar-track, .table-responsive::-webkit-scrollbar-track{background-color:#eee}
.table_responsive::-webkit-scrollbar-thumb, .table-responsive::-webkit-scrollbar-thumb{background-color:#9E9E9E}
.table_responsive::-webkit-scrollbar-thumb:hover, .table-responsive::-webkit-scrollbar-thumb:hover{background-color:#212529}

.mytable{
    color: #212529;
    width: 100%;
    margin-bottom: 1rem;
}
.mytable thead th{
    font-weight: normal;
    font-family: 'tngbsemibold';
    color: #2a8637;
    background-color: #e4f5e6;
} 
.mytable tbody tr{
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.mytable tbody tr:hover{
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    color: #2a8637;
}
.mytable td, .mytable th {
    border: 1px solid #dee2e6;
    padding: .5rem .75rem;
    vertical-align: middle;
}
.mytable thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}


.bod .card{
    text-align: center;
    border: none;
    box-shadow: 1px 2px 20px rgba(0,0,0,0.025);
}
.bod .card h5{
    font-size: 1.1rem;
    color: #517486;
    text-transform: uppercase;
}
.bod .card .card-body{
    padding-bottom: 34px;
}
.bod .card .card-caption{
    position: absolute;
    bottom: -6px;
    background-color: #007d3a;
    color: #fff;
    left: 6px;
    width: 100%;
    padding: 5px;
    margin: 0;
    border-radius: 1rem .3rem;
    box-shadow: 4px 4px 20px rgba(0,125,58,.5);
}
.bod .card .card-img{
    max-width: 150px;
    max-height: 150px;
    display: block;
    margin: auto;
    margin-top: 1rem;
    border-radius: 50%;
    border: 1px solid #007d3a;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.bod .card:hover .card-img{
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.infotxt{
    color: #212529;
    font-size: 1.2rem;
    padding: 10px;
    background-color: #fff;
    border-radius: .3rem;
}