.box1 { 
	background-color: #fff;
  width: 100%;
  height:100%;
	padding-bottom: 10px;
	border-radius: 5px 5px / 5px 5px;
	box-shadow: 0px 1px 10px 0px  rgba(0,0,0,0.1), 0px 0px
}



.box1:hover {
	transform: 

translateY(-5px);
	 box-shadow: 0px 1px 10px 0px  rgba(0,0,0,0.1), 0px 0px 

0px -40px  rgba(0,0,0,0.1) inset;
	    transition: 0.5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: 

ease-out;
    transition-delay: 0s;

}







.box{ 
	background-color: #fff;
  width: 

100%;
  height: 380px;
	padding-bottom: 15px;border: solid 3px #333;

}



.box:hover 

{
	border: solid 3px #283f8d;
	transform: translateY(-2px);
	 box-shadow: 0px 1px 10px 0px  rgba(0,0,0,0.1), 0px 0px 0px -40px  rgba(0,0,0,0.1) 

inset;
	    transition: 0.5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
    transition-delay: 

0s;

}



.con1 { 
	padding: 10px;
}




.box2 { 
	background-color: #fff;
  width: 100%;
  

height: 100%;
	padding: 10px;
	border: solid 1px #333;
	border-radius: 5px 5px 

/ 5px 5px;
	box-shadow: 0px 20px 50px 0px  rgba(0,0,0,0.1), 0px 0px 0px -

40px  rgba(0,0,0,0.1) inset;
}



.box2:hover {
	 box-shadow: 0px 7px 10px 0px  

rgba(0,0,0,0.1), 0px 0px 0px -40px  rgba(0,0,0,0.1) inset;
}



.box4 { 
	

background-color: #fff;
  width: 100%;
  height: 100%;
	padding: 20px;
	

border-radius: 5px 5px / 5px 5px;
	box-shadow: 0px 10px 29px 1px  rgba

(0,0,0,0.1), 0px 0px 0px -40px  rgba(0,0,0,0.1) inset;
	margin-top: -22% !

important;

}





div.wpforms-container-full .wpforms-form 

.wpforms-field {
    padding: 0px 0;
    clear: both;
}




#top #header_meta, #top #header_meta nav ul ul li, #top #header_meta nav ul ul a, #top #header_meta nav ul ul {
    padding: 3px;

}

#top #wrap_all .social_bookmarks, #top #wrap_all .social_bookmarks a, #top #wrap_all .social_bookmarks li{
	color: #fff;
	background-color: #F06BA8;
	border-radius: 20px 20px / 20px 20px;
}


#top #wrap_all .social_bookmarks, #top #wrap_all .social_bookmarks a, #top #wrap_all.social_bookmarks li:hover{
	color: #fff;
	background-color: rgba(0, 0, 0, 0)
}



#top .main_color .input-text, #top .main_color input[type='text'], #top .main_color input[type='input'], #top .main_color input[type='password'], #top .main_color input[type='email'], #top .main_color input[type='number'], #top .main_color input[type='url'], #top .main_color input[type='tel'], #top .main_color input[type='search'], #top .main_color textarea, #top .main_color select{
	
	    border-color: #dbdbdb;
	
}


#top label span, #top legend span {
    font-weight: normal;
    font-size: 25px;
    color: #444;
}
