
.big_dropdown{
	width: 90%;
    height: 450px;
    overflow: auto;
    background-color: #fff;
    box-shadow: 0px 6px 10px #333;
    top: 91px;
    left: 5%;
    position:fixed;
    z-index: 999999999;
}
.big_dropdown{
	display: none;
}
.d_show:hover .big_dropdown{
	display: block;
}
.big_dropdown ul{
	list-style-type: none;
	padding-left: 0px;
}
.big_dropdown li a{
	padding: 10px;
	display: block;
	color: #333;
	font-size: 13px;
}
.big_dropdown li a:hover{
	background-color: #f8f8f8;
	text-decoration: none;
	color: #09afdf;
}
.none{
	display: none;
}
.block{
	display: block;
}
 @media only screen and (min-width: 100px) and (max-width: 520px) {
  .big_dropdown{
    width: 90%;
    top: 91px;
    left:5%;
}

}

.col-center{
	float: none;
	margin: 0 auto;
}

/* project part css start */
.back_g{
	
	border-radius: 10px 0px 10px 0px;
	padding: 20px 60px;
	margin-bottom: 20px;
}
.pr_log_wrapper{

	border-radius: 10px 0px 10px 0px;
	padding: 20px 50px;
}
.pr_log_inn{

}
.form-block{
	border-radius: 10px 0px 10px 0px;
	 background-color: #fff;
	 border: 1px solid #eee !important;
}
.login_help_text{
	color: #777;
	padding: 30px;
}
.p_d_inner{
	padding: 30px 0px;
	background-color: #fff;
	overflow: hidden;
}
.com_img{
	width: 60px;
	height: 60px;
	background-color: #f8f8f8;
	border: 1px solid #eee;
	float: left;
}
.com_img img{
	height: 100% !important;
}
.com_img-dtails{
	float: left;
	padding: 0px 10px;
}
.com_img-dtails h4{
	padding: 5px 5px 0px 0px;
	text-align: left;
}
.com_img-dtails p{
	text-align: left;
	margin-bottom: 0px;
}
.pad5{
	padding: 5px;
	overflow: hidden;
}
.t_rig{
	text-align: right;
	margin-bottom: 20px;
}
.pro_logout{
	color: #777;
	text-decoration: none;
	font-weight: 600;
	line-height:70px;
}
.mar_none{
	margin: 0px;
}
.pro_menu{
	background-color: #ddd;
	overflow: hidden;
}
.pro_menu ul{
	list-style-type: none;
}

.pro_menu li a{
	float: left;
	padding: 15px 30px;
	display: block;
	text-decoration: none;
	color: #000;
}
.pro_menu li a:hover{
	background-color: #09afdf;
	color: #fff;
}
.promenuactive{
	background-color: #09afdf;
	color: #fff !important;
}
.martop20{
	margin-top: 20px;
}
.pr_h_cont{
	overflow: hidden;
	height: 400px;
	border-radius: 7px;
	border: 1px solid #eee;
	background-color: #f8f8f8;
}
.pr_h_text{
	padding: 10px;
	background-color: #09afdf;
	color: #fff;
}
.pr_h_cont p{
	padding: 10px;
}
.p_h_riht_wrapper{
	overflow: hidden;
	padding: 5px;
	background-color:#f8f8f8;
	border-radius: 5px;
	border: 1px solid #eee;
	margin-bottom: 10px;
}
.title_pad{
	padding: 17px 0px 17px 70px;
}
.pr_icon{
	color: #fff;
	font-size: 30px;
	padding: 14px 17px;
}

/* media */

@media screen and (max-width: 767px) {
	/*.big_dropdown{
		display: none;
	}*/
	.multi_dropdown{
		display: block;
	}
}

/* testimonial part css */
.testi-text{
	background-color: #f8f8f8;
	border: 1px solid #eee;
	border-radius: 15px;
	padding: 20px;
}
.img-size{
	width: 60%
}