
/* start main */
a { text-decoration:none;}
.heading {
    color: #000;
    font-size: 60px;
    padding: 0 0 40px;
    text-align: center;
}
.grid_of_1 h4, .desc h2 {
    color: #333333;
    font-size:16px;
    padding: 0;
}
.grid_of_1 p, .desc p {
    color: #888888;
    font-size:14px;
    padding:5px 0px;
}

/************porfolio*************/

#gallerylist {
	width:100%;
}
.gallerylist-wrapper {
    border-radius: 50%;
    cursor: pointer;
    float: left;
    height:163px;
    margin-right:41px;
    overflow: hidden;
    position: relative !important;
    text-align: center;
    width:163px;
	border:1px solid #fff;
	box-shadow:0 0 5px #333;
}
.gallerylist-wrapper a{ line-height:163px; font-size:24px; color:#fff;}
.gallerylist img {
	max-width:100%;
	position: relative;
	-webkit-filter: grayscale(100%);
	opacity: 5;
	transition: all 300ms!important;
	-webkit-transition: all 300ms!important;
	-moz-transition: all 300ms!important;
}
 .gallerylist-wrapper:nth-child(6) {
 margin-right: 0px;
}
.gallerylist-wrapper img {
    border-radius: 50%;
    text-align: center;
}
.main_btm {
}
/* Magnific Popup CSS */
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.9;
	filter: alpha(opacity=80);
}
.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}
.mfp-hide {
	display: none !important;
}
button.mfp-close, button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	padding: 0;
	z-index: 1046;
}
 button::-moz-focus-inner {
 padding: 0;
 border: 0;
}
.mfp-close {
	width:30px;
	height:30px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	padding: 0 0 18px 10px;
	color: white;
	font-style: normal;
	font-size: 28px;
	outline:none;
}
.mfp-close:hover, .mfp-close:focus {
	opacity: 9;
}
.mfp-close:active {
	top: 0px;
}
.mfp-close-btn-in .mfp-close {
	color: #333333;
}
/* Styles for dialog window */
/* pop_up */
.pop_up h2 {
	text-transform: capitalize;
	font-size: 2em;
	color: #033071;
	margin-bottom: 5%;
	font-family: 'Rokkitt', serif;
}
.pop_up img {
	padding-bottom: 20px;
}
.pop_up p {
	font-size:14px;
	color: #000;
	line-height: 1.8em;
}
#small-dialog1 ,#small-dialog2,#small-dialog3,#small-dialog4,#small-dialog5,#small-dialog6{
	background: white;
	padding: 20px 30px;
	text-align: left;
	max-width: 34%;
	margin: 40px auto;
	position: relative;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-o-border-radius:2px;
}
.my-mfp-zoom-in #small-dialog1 {
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
}
/* animate in */
.my-mfp-zoom-in.mfp-ready #small-dialog1 {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
/* animate out */
.my-mfp-zoom-in.mfp-removing #small-dialog1 {
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0;
}
.pop_up p a {
	font-size: 1em;
	color: #555555;
	line-height: 1.8em;
}
.gallerylist-wrapper span {
	position: absolute;
	width: 100%;
	top: 0px;
	left: 0px;
	text-align: center;
	color: #FFF;
	text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.6);
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
	background: url(../images/spanh.png);
	-moz-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear;
	-ms-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
	-webkit-appearance: none;
	text-transform: capitalize;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}
.gallerylist-wrapper:hover span {
	opacity: 1;
}
.gallerylist-wrapper a span img {
	width:100px;
	height:100px;
	padding:23% 0;
}
#gallerylist1 {
	padding: 2em 0em;
}
/**********end-portfolio********/

.pop_img {
    text-align: center;
}
.pop_img > img {
    width: 300px;
}




