/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 16-Feb-2023, 10:21:37 pm
    Author     : IIT
*/

		.fb-profile{
			margin-top: -25px;
		}
		.fb-profile img.fb-image-lg{
			z-index: 0;
			width: 100%;  
			margin-bottom: 10px;
		}

		.fb-image-profile
		{
			    float: right;
				margin: -35px 39px 0px 35px;
				z-index: 9;
				width: 20%;
				display: block;
				padding: 8px;
				margin-bottom: 20px;
				line-height: 1.42857143;
				background-color: #fff;
				border: 1px solid #ddd;
		}
		.fb-profile-text h1{
			float: right;
			font-weight: 600;
			color: #2260b7;
			line-height: 26px;
			margin-bottom: 22px;
			margin-top: 73px;
			text-align: right;
			font-size: 27px;
			padding-right: 70px;
		}
		.fb-profile-text h1 small{
			color: #3c3c3c;
		}
		.pro_mob_btn{
			display:none;
		}
		.btn-group.animated > .btn {
  -webkit-transition: background-color 0.0625s cubic-bezier(0.28, 0, 0.99, -0.01);
  transition: background-color 0.0625s cubic-bezier(0.28, 0, 0.99, -0.01);
}
.btn-group.animated > .btn:hover {
  -webkit-transition: background-color 0.0625s cubic-bezier(0.28, 0, 0.99, -0.01);
  transition: background-color 0.0625s cubic-bezier(0.28, 0, 0.99, -0.01);
}
.btn-group.animated > .dropdown-menu {
  width: 0;
  min-width: 100%;
  overflow-y: hidden;
  display: block;
  top: 0;
  z-index: -1;
  -webkit-transition: height 0.375s ease, width 0.375s ease, min-width 0.375s ease, opacity 0.125s ease 0.0625s, top 0.0625s ease 0.375s, bottom 1s ease 0.375s, z-index 1.375s ease;
  transition: height 0.375s ease, width 0.375s ease, min-width 0.375s ease, opacity 0.125s ease 0.0625s, top 0.0625s ease 0.375s, bottom 1s ease 0.375s, z-index 1.375s ease;
  opacity: 0;
}
.btn-group.animated > .dropdown-menu > li {
  height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: opacity 0.125s ease, height 0.375s ease;
  transition: opacity 0.125s ease, height 0.375s ease;
}
.btn-group.animated.open {
  z-index: 1000;
}
.btn-group.animated.open > .dropdown-menu {
     top: 100%;
    width: 100%;
    min-width: 160px;
    -webkit-transition: all 0.25s ease 0.25s;
    transition: all 0.25s ease 0.25s;
    opacity: 1;
    z-index: 1000;
    margin-top: 29px;
}
.btn-group.animated.open > .dropdown-menu > li {
  height: 26px;
  opacity: 1;
  -webkit-transition: opacity 0.25s ease, height 0.125s ease;
  transition: opacity 0.25s ease, height 0.125s ease;
}
.btn-group.animated.dropup > .dropdown-menu {
  top: auto;
  bottom: 0;
}
.btn-group.animated.dropup.open > .dropdown-menu {
  top: auto;
  bottom: 100%;
}
.creative_pursuits{
    float: left;
    width: 100%;
    background: #f6f0d6;
    border: 1px solid #efe8c9;
    margin-bottom: 5px;
}
.creative_pursuits img{
	float: left;
    border: 8px solid #e6ebfa;
    margin-right: 15px;
}
.creative_pursuits p{
	text-align: justify;
    float: left;
    width: 68%;
	line-height:63px;
	margin:0px;
}
.creative_pursuits p span{
	    display: block;
    font-weight: 400;
    color: #474526;
    padding: 6px;
	font-size:15px;
}
		@media (max-width:768px)
		{
		.pro_mob_btn{
			display:block;
		}	
		.fb-profile-text>h1{
			font-weight: 700;
			font-size: 20px;
			float: none;
			width: 100%;
			text-align: center;
			padding: 0;
			margin: 0 0 34px 0;
			line-height: 19px;
		}

		.fb-image-profile
		{
			margin: 36px auto 14px;
			display: block;
			z-index: 9;
			width: 68%;
			float: none;
		}
		.fb-profile img.fb-image-lg{
			display:none;
		}
		div.bhoechie-tab-container{
			    margin: 0 !important;
		}
		}
		.director_details{
			
		}
		.director_details li{
			list-style-type: none;
			font-size: 12px;
			line-height: 19px;
			display: block;
			height: 29px;
		}
		.director_details li span{
			display: inline-block;
			float: left;
			width: 15%;
			line-height: 29px;
		}
		.director_details li i{
			float: left;
			width: 29px;
			line-height: 28px;
			height: 29px;
			background-color: #094eaf;
			color: #fff;
			text-align: center;
			margin-right: 9px;
		}
.director_details li strong{
	line-height:29px;
}
.director_details li a.btn{
	padding:2px 15px;
}
		div.bhoechie-tab-container{
				z-index: 10;
				background-color: #ffffff;
				padding: 0 !important;
				border-radius: 4px;
				-moz-border-radius: 4px;
				border: 1px solid #ddd;
				margin-top: -12px;
				margin-left: 14px;
				margin-bottom: 14px;
				width: 97.5%;
				-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
				box-shadow: 0 6px 12px rgba(0,0,0,.175);
				-moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
				background-clip: padding-box;
				opacity: 0.97;
				filter: alpha(opacity=97);
			}
			div.bhoechie-tab-menu{
			  padding-right: 0;
			  padding-left: 0;
			  padding-bottom: 0;
			}
			div.bhoechie-tab-menu div.list-group{
			  margin-bottom: 0;
			}
			div.bhoechie-tab-menu div.list-group>a{
			  margin-bottom: 0;
			      font-weight: bold;
			}
			div.bhoechie-tab-menu div.list-group>a .glyphicon,
			div.bhoechie-tab-menu div.list-group>a .fa {
			  color: #5A55A3;
			}
			div.bhoechie-tab-menu div.list-group>a:first-child{
			  border-top-right-radius: 0;
			  -moz-border-top-right-radius: 0;
			}
			div.bhoechie-tab-menu div.list-group>a:last-child{
			  border-bottom-right-radius: 0;
			  -moz-border-bottom-right-radius: 0;
			}
			div.bhoechie-tab-menu div.list-group>a.active,
			div.bhoechie-tab-menu div.list-group>a.active .glyphicon,
			div.bhoechie-tab-menu div.list-group>a.active .fa{
			  background-color: #0F2C7A;
			  background-image: #0F2C7A;
			  color: #ffffff;
			  font-weight: bold !important;
			}
			div.bhoechie-tab-menu div.list-group>a.active:after{
			  content: '';
			  position: absolute;
			  left: 100%;
			  top: 50%;
			  margin-top: -13px;
			  border-left: 0;
			  border-bottom: 13px solid transparent;
			  border-top: 13px solid transparent;
			  border-left: 10px solid #0F2C7A;
			}

			div.bhoechie-tab-content{
			  background-color: #ffffff;
			/* border: 1px solid #eeeeee; */
			padding-left: 27px;
			padding-top: 10px;
			padding-right: 20px;
			  
			}
			div.bhoechie-tab-content p{
				text-align:justify;
			}
			div.bhoechie-tab-content h1{
				padding: 0;
				margin-bottom: 21px;
				padding-bottom: 8px;
				border-bottom: 1px solid #ccc;
				border-left: 5px solid #f1b560;
				padding-left: 15px;
				font-size: 19px;
				font-weight: bold;
				margin: 0 0 11px 0;
				line-height: 22px;
			}
			div.bhoechie-tab div.bhoechie-tab-content:not(.active){
			  display: none;
			}
			.director_tab_list{
			        margin: 0 0 0 0;
					list-style-type: none;
					font-size: 15px;
					padding: 0;
			}
			.director_tab_list li{
					position: relative;
					border-bottom: 1px solid #ccc;
			}
			.director_tab_list li span{
				    position: absolute;
					color: #0a0a0a;
					font-size: 14px;
					left: 3px;
					top: 6px;
					width: 30px;
					height: 30px;
					background-color: #efe8c9;
					border-radius: 50px;
					text-align: center;
					line-height: 30px;
			}
			.director_tab_list li:hover span{
					background-color:#aea370;
					color:#fff;
			}
			.director_tab_list li a{
				font-size: 16px;
				padding-left: 44px;
				color: #000;
				line-height: 30px;
				display: block;
			}
			.director_tab_list li a:hover{
				background-color: #efe8c9;
				font-weight: bold;
			}
			.modal-backdrop.in {
				z-index: 10;
			}
			#gallery .col-lg-3:nth-child(4n+1) {
				clear: both;
			}
			.list-group-item {
				position: relative;
				display: block;
				padding: 7px 15px;
				margin-bottom: -1px;
				background-color: #fff;
				border: 1px solid #ddd;
				line-height: 18px;
				font-size: 14px;
				font-weight: normal !important;
			}
			div.bhoechie-tab-menu div.list-group{
				display:block;
			}
			.director_details_mob{
				display: none;
				margin: 0 0 30px 0;
				padding: 0;
				line-height: 35px;
			}
			.director_details_mob li{
				list-style-type:none;
			}
			@media (max-width: 768px) {
				div.bhoechie-tab-menu div.list-group{
					display:none;
				}
				.director_tab_list li a{
					line-height: 20px;
					padding-top: 9px;
					padding-bottom: 7px;
				}
				.director_tab_list li span{
					top:4px;
				}
				div.bhoechie-tab-container{
				width:100%;
				}
				.director_details{
					display:none;
				}
				.director_details_mob{
					display:block;
				}
			}
			.bhoechie-tab{
min-height:300px;}
  .panel-group .panel {
        border-radius: 0;
        box-shadow: none;
        border-color: #EEEEEE;
    }

    .panel-default > .panel-heading {
        padding: 0;
        border-radius: 0;
        color: #212121;
        background-color: #FAFAFA;
        border-color: #EEEEEE;
    }

    .panel-title {
        font-size: 14px;
    }

    .panel-title > a {
        display: block;
        padding: 15px;
        text-decoration: none;
    }

    .more-less {
        float: right;
        color: #212121;
    }

    .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: #EEEEEE;
    }
	.creative_pursuits_menu{
		margin:0;
		padding:0;
	}
	.creative_pursuits_menu li{
		display:block;
	}
	.creative_pursuits_menu li a{
		position: relative;
		display: block;
		font-size: 15px;
		background-color: #f3f3f3;
		padding: 9px 12px 9px 30px;
		border-width: 1px 1px 0 1px;
		border-style: solid;
		border-color: #e4e4e4;
	}
	.creative_pursuits_menu li:last-child a{
		border-bottom:1px solid #e4e4e4;
	}
	.creative_pursuits_menu li a i{
    position: absolute;
    left: 9px;
    top: 50%;
    transform: translateY(-50%);
    color: #d3af30;
}
