@import url("../style.css");
@import url("../source/jquery.fancybox.css");

.p_box{
	border:1px solid #fff;
	padding:10px;
	margin:5px;
	}	
	
.p_box:hover{
	background-image:url(../image/o_line-border-bottom.png), url(../image/o_line-border-top.png);
	background-position:left bottom, right top;
	background-repeat:no-repeat;
	border:1px solid rgba(204,204,204,0.50);
	}	
	
	
.p_box>a>img{
	margin-left:auto;
	margin-right:auto;
   transition: all 0.5s ease-in-out 0s; 
	}	
	
.p_box>a>img:hover{
	 border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 5px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 5px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
	}		
	
.pnam{
    text-align: center;
	color:#000;
	font-size:11px;
	}
	
.artnum{
    text-align: center;
	color:#000;
	font-size:12px;
	}


.wellcome_hadding h3{
   font-size: 25px;    
}


/*next page*/

.fedb-form{
    width: 100%;
    border-radius: 4px;
    height: 35px;
    background-color: transparent;
    color: black;
    padding-bottom: 10px;
    padding: 10px;
    border: 1px solid #65626361;
    padding: 10px;
    outline-color: #1d1d1d;
}
.fedb-formm{
    width: 100%;
    border-radius: 4px;
    background-color: transparent;
    color: black;
    padding-bottom: 10px;
    padding: 10px;
    border: 1px solid #65626361;
    padding: 10px;
    outline-color: #1d1d1d;
}
.min-hright{
    margin-left: 0px;
    padding-left: 0px !important;
    margin-left: -10px !important;
}
.details-inneer{
    margin:0px;
}
.make-style{
    margin-top: 34px;
    background-color: #00000057;
    padding: 4px 15px;
    color: white;
    text-align: center;
}
.fedback-submit{
    border: 0px;
    outline: none;
    background-color: transparent;
    margin: 13px 0px;
    border-radius: 4px;
    background-color: #1d1d1d;
    padding: 5px 10px;
    color: white;
}	


.form_ctr{
    width: 100%; /* Full width */
    padding: 12px; /* Some padding */
    border: 1px solid #ccc; /* Gray border */
    border-radius: 4px; /* Rounded borders */
    box-sizing: border-box; /* Make sure that padding and width stays in place */
    margin-top: 6px; /* Add a top margin */
    margin-bottom: 16px; /* Bottom margin */
    resize: vertical; /* Allow the user to vertically resize the textarea (not horizontally) */
    height: 42px;
}
.form_ctrr{
    width: 100%; /* Full width */
    padding: 12px; /* Some padding */
    border: 1px solid #ccc; /* Gray border */
    border-radius: 4px; /* Rounded borders */
    box-sizing: border-box; /* Make sure that padding and width stays in place */
    margin-top: 6px; /* Add a top margin */
    margin-bottom: 16px; /* Bottom margin */
    resize: vertical; /* Allow the user to vertically resize the textarea (not horizontally) */
    height: 100px;
}
.btnet{
    background-color: #333333;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
}

/*left menu*/

.prd-nav1{
    border-radius: 4px;
    margin: 0px 0px 10px 0px;
}
.prd-nav1> li{
    background-color: black;
    border-bottom: 1px solid white;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.prd-nav1> li:first-child a{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.prd-nav1> li:first-child a:hover{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.prd-nav1> li:last-child{
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.prd-nav1>li>a{
    color: white;
    background-color: black;
}
.prd-nav1 > li > a:hover, .prd-nav1 > li > a:focus {
    text-decoration: none;
    background-color: #1d1d1d;
    color: #fff;
}
.prd-nav1> li ul li{
    background-color: #eeeeee;
    border-bottom: 1px solid #d6d4d4;
}
.prd-nav1> li ul li ul li a {
color: black;
    padding: 5px 1px 5px 20px;
    background-color: #e6e4e4;
    border-radius: 0px;
    font-size: 12px;
}
.prd-nav1> li ul li ul li{
    border-radius: 0px;
}
.prd-nav1> li ul li ul li:first-child a{
    border-radius: 0px;
}
.prd-nav1> li ul li a:hover{
    color: black;
    text-decoration: none;
    /* background-color: black; */
}
.home-menu{
    margin-top: 65px;
}
.nav1 > li > ul >li a {
    color: black;
    font-size: 13px;
}
.nav1 > li > a {
    position: relative;
    display: block;
    padding: 3px 15px;
}	

.socials img{
    width: 5%;
}
.socials a.text{
    display: inline-block;
    width: 25px;
    height: 25px;
    background-color: white;
    overflow: hidden;
    color: white;
    padding: 0px;
    line-height: 25px;
    text-align: center;
    border-radius: 5px;
        margin-right: 5px;
}
.socials a.text i{
    color: #222b44;
    font-size: 20px;
    line-height: 25px;
    vertical-align: middle;
}
.fsdf{
    vertical-align: middle;
}
.socials div , .socials span, .socials a, .socials img{
    vertical-align: middle;
}
.socials a.text:hover{
	background-color: #3c558b;
	color: white;
}
.socials a.text:hover i{
	color: white;
}
.p_box a{
        display: block;
    overflow: hidden;
    min-height: 200px;
}





















