/* 

1. Add your custom Css styles below
2. Place the this code in your template: 

 <link href="css/custom.css" rel="stylesheet">

*/

@media(max-width: 400px)
{
 	#header .header-inner #logo a > img,
    #header #header-wrap #logo a > img {
      width: 220px;
      height:60px; 
    }
}

.team1 .heading
{
	color:#fff;
	margin:0;
	padding:5px;
	background:blue;
	font-size:18px;
	text-align: left;
}
.team1 .names
{
	color:#222;
	font-size:12.8px;
}


.team2 .heading
{
	color:#fff;
	margin:0;
	padding:5px;
	background:blue;
	font-size:15px;
}
.team2 .names
{
	color:#222;
	font-size:12.8px;
}
.portfolio-items .portfolio-image
{
	width:100%;
}

.portfolio-items .portfolio-image img
{
	width:100px;
	height:100px;
}

.portfolio-items .portfolio-description
{
	width:100%;
}

.portfolio-items.light-bg .portfolio-item-wrap:hover
{
	box-shadow: 0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12) !important;
}

@media(max-width:480px) 
{

	.portfolio-items .portfolio-image img
	{
		width:100%;
	}

}

@media(min-width:480px) and (max-width:767px)
{
	.portfolio-2-columns .portfolio-items 
	{
    	width: 100%; 
	}

}

#mainMenu nav > ul > li.md-dropdown-menu > .dropdown-menu {
left: 0;
right: 0;
overflow: hidden;
width: 700px;
max-width: 100%;
transition-duration: 0.3s !important; 
}
.no-heading-menu
{
	margin-top:12px;
}

@media(max-width: 991px)
{
	.no-heading-menu
	{
		margin-top:-25px;
	}
}

/*member*/

.items
{
	border: 1px solid lightgray;
	height:102px;
}

.items-img
{
	width:30%;float: left;
}
.items-text
{
	width: 70%;
	float: left;
}
.items-text h5
{
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 15px;
	text-transform: uppercase;
	margin-bottom: 4px;
	margin-top:15px;
	padding:2px;
}

.items-text p
{
	font-size:13px;
	font-weight:normal;
}

.items:hover
{
	border: none;
	box-shadow: 0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12) !important;
}
.items:hover .items-img img
{
	height:102px;
}

.team_name
{
	font-size:16px !important;
}
.team1_name
{
	width:90%;
	position: relative !important;
	left:30px;
	top:20px;
	font-size:20px !important;
}
.position
{
	position: relative;
	left:30px;
	top:5px;
}
@media (max-width: 362px)
{
	.items-text h5
	{
		font-size: 11px !important;
	}

	.items-text
	{
		width: 50%;
		float: right;
	}

	.team_name
	{
		font-size:18px;
	}

}

@media(max-width: 381px)
{
	.team_name1
	{
		top:0;
	}
}

@media(max-width:550px)
{
	#members
	{
		margin-top: 60px
	}
}

button
{
	cursor: pointer;
}


.ck-editor__editable_inline {
    min-height: 200px;
}

#form img
{
	border:1px solid lightgray !important;
}

@media (min-width: 991px)
{
	#meet
	{
		position: absolute !important;
		left:30% !important;
	}

	#backtohome
	{
		position: absolute !important;
		right:10px;
		top:20px;
	}
	#stall-btn
	{
		margin-left:20px;
	}
}	

.btn-nav
{
	position: absolute !important;
	right: 25px;
	top:0px;
}

.btn-nav span
{
	padding:5px;
}

.btn-nav2
{
	position: absolute !important;
	right: 25px;
	top:0px;
}

.btn-nav2 img
{
	border-radius:50%;
}

#profile-dropdown
{
	width:250px; 
	top:80px;
	right:10px;
	margin-bottom: 20px;
}

.list-group-item
{
	padding: 0 !important;
	height:45px;
}

.list-group-item a
{
	position:relative; 
	bottom: 16px;
	padding-left:50px;
}

#team2
{
	margin-top: 100px;
}
@media(max-width: 991px)
{
	#header #logo
	{
		width:10%;
	}
	#team2
	{
		margin-top: 0px;
	}

	.team2
	{
		margin-top: 20px;
	}

	.team1
	{
		margin-top: 10px;
	}

	.btn-nav
	{
		border:none;
	}

	.btn-nav img
	{ 
		border: none !important;
	}

	.btn-nav span
	{
		display:none;
	}
}

.cards div
{
	box-shadow: 0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12);
	border-radius:10px;
	height:110px;
}
.cards div i
{
	font-size: 28px;
}

.cards div span
{
	font-size:16px;
	display:block;
	margin-top:8px;
}

.cards div:hover 
{
	border:1px solid #F7921C;
	box-shadow: none;
}

.box-shadow
{
	box-shadow: 0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12);
}

.team_name
{
	font-size:20px;
}

@media (max-width: 362px)
{

	.team_name
	{
		font-size:16px;
	}

}

.team2
{
	border-radius:5px;
	height:110px;
	overflow-y:auto
}

@media(min-width:440px) and (max-width:576px)
{
	.team2
	{
		height: 180px;
	}
}

.team-image img
{
	width: 20% !important;
	border-radius: 50%;
	margin-top:20px;
}

.carousel .team-image img
{
	width: 20% !important;
	border-radius: 50%;
	margin-left: 40%;
	margin-top:20px;
}

@media(max-width:689px)
{
	.team2
	{
		height: 180px;
	}
}

.products .text-content
{
	margin-top:-100px;
	color:#fff;
	opacity: 0;
}

.products .text-content a
{
	border:1px solid #fff;
	width:150px;
	background:transparent;
	padding:15px;
	border-radius:0;
}

.products:hover .text-content
{
	transition: 1.5s;
	opacity: 1;
}

@media(max-width:991px)
{
	.products .text-content
	{
		opacity: 1;
	}
}

ul.arrow {
  list-style: none;
  margin-left:20px;
}

ul.arrow li {
  	line-height:20px
}

ul.arrow li:before {
  content: "\25BA \0020";
  font-size: 15px;
  position: absolute;
  left: -20px;
}

.events a:hover
{
	opacity:.7;
}


.table-growth
{
	height:300px
}

.img-grid
{
	width: 205px;
	height:230px;
	float:left;
	margin:30px;
	border:1px solid lightgray;
}


@media(max-width:800px)
{
	.img-grid
	{
		clear: none;
		margin:10px
	}
}

@media(max-width:347px)
{
	.img-grid
	{
		margin-left:15%;
	}
}
@media(max-width:499px)
{
	.img-grid
	{
		margin-left:20%;
	}
}


.comm_row
{
	border: 1px solid lightgray;
}

.comm_row img
{
	border-radius:50% !important;
}

.comm_row address
{
	margin-top:-10px;
}

.growth-table td,tr
{
	padding: 5.5px !important;
}

input[type="file"].form-control
{
	padding:8px;
}
.addmore
{
	background:green;
	border:none;
	font-size:25px;
	border-radius:30px;
	height:36px;
}

@media(min-width: 767px)
{
	.m-t-95
	{
		margin-top: 95px;
	}
}

span.required
{
    color:red;
    font-size:12px;
}