/* CSS Document */

body{
	background:#ffffff;
}

/* Dense Regular */
@font-face { font-family: DenseRegular; src: url(../fonts/Dense-Regular.eot); }
@font-face { font-family: DenseRegular; src: url(../fonts/Dense-Regular.woff) format("woff"); }

/* Maiandra GD Regular */
@font-face { font-family: MaiandraGDRegular; src: url(../fonts/Maiandra-GD-Regular.eot); }
@font-face { font-family: MaiandraGDRegular; src: url(../fonts/Maiandra-GD-Regular.woff) format("woff"); }

/* Berlin Sans Regular */
@font-face { font-family: BerlinSansRegular; src: url(../fonts/Berlin-Sans-Regular.eot); }
@font-face { font-family: BerlinSansRegular; src: url(../fonts/Berlin-Sans-Regular.woff) format("woff"); }

/* Bell Cent Add BT */
@font-face { font-family: BellCentAddBT; src: url(../fonts/Bell-Cent-Add-BT.eot); }
@font-face { font-family: BellCentAddBT; src: url(../fonts/Bell-Cent-Add-BT.woff) format("woff"); }

/* Elegant Icons */
@font-face {
	font-family: 'ElegantIcons';
	src:url('../fonts/ElegantIcons.eot');
	src:url('../fonts/ElegantIcons.eot?#iefix') format('embedded-opentype'),
		url('../fonts/ElegantIcons.woff') format('woff'),
		url('../fonts/ElegantIcons.ttf') format('truetype'),
		url('../fonts/ElegantIcons.svg#ElegantIcons') format('svg');
	font-weight: normal;
	font-style: normal;
}


.open-sans-menu {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}


/* ==================| Typography |================= */
.heading h1{
	margin:0 0 0 0;
	padding:0;
	font: 28px "Open Sans", sans-serif;
	font-weight:500;
	color:#696969;
	color:#0e5779;
	text-align:center;
	padding: 10px 40px 12px;
	border-radius: 3px;
    /*background-color: #f0faff;*/
	background-color: #fff;
    display: inline-block;
	line-height: 1;
	position: relative;
	z-index: 2;
	text-transform: uppercase;
	/*background-color:#e7e7e7;
	color:#4a6a7a;*/
	/*background-color:#d1d1d1;
	padding:10px 20px 15px;
	display:inline-block;*/
	/*border-radius: 15px 0px 15px 0px;
	-moz-border-radius: 15px 0px 15px 0px;
	-webkit-border-radius: 15px 0px 15px 0px;
	border:1px solid #c4c4c4;
	border:1px dotted #c4c4c4;*/
}
section p{
	font: 300 22px/28px "Poppins", Arial, Helvetica, sans-serif;
	color:#506068;
	margin:0;
	letter-spacing:1px;
	padding:0 0 12px 0;
}
section p:firt-child{
	text-indent:10000;
}

.content_body{
	background: rgb(231,231,231);
	background: linear-gradient(180deg, rgba(231,231,231,1) 0%, rgba(247,247,247,1) 100%, rgba(255,255,255,1) 100%);
	position: relative;
}
.content_body::before{
	content:'';
	width:100%;
	height:50px;
	display:inline-block;
	top:0;
	left:0;
	position: absolute;
	background:url(../images/bg-content-body.jpg) repeat-x top;
}

/* ==================| Header |================= */
.wr_header{
	position:relative;
	height:150px;
}
.wr_header > nav {
	margin:0 -15px;
}
.wr_header > nav > ul.nav > li{
	display:inline-block;
}
.wr_header > nav > ul.nav > li a, .wr_header > nav > ul.nav > li a:link,  .wr_header > nav > ul.nav > li a:focus, .wr_header > nav > ul.nav > li a:visited, ul.gallery li, .wr_samples{
	display:block;
	font-family: DenseRegular, Arial, Helvetica, sans-serif;
	font-family: "Open Sans", sans-serif;
	line-height:40px;
	color:#303030;
	color: #2b5463;
	margin:0;
	padding:6px 11px;
	opacity:0;
}
ul.gallery li, .wr_samples{
	-webkit-transition-delay:0;
	transition-delay:0;
	-webkit-transition-property: opacity;
	transition-property: opacity;
    -webkit-transition-duration: 2s;
	transition-duration: 2s;
}
.wr_header > nav > ul.nav > li.home a {
	-webkit-transition-delay:0.5s;
	transition-delay:0.5s;
	-webkit-transition-property: opacity;
	transition-property: opacity;
    -webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.wr_header > nav > ul.nav > li.know_me a{
	-webkit-transition-delay:0.8s;
	transition-delay:0.8s;
	-webkit-transition-property: opacity;
	transition-property: opacity;
    -webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.wr_header > nav > ul.nav > li.portfolio a{
	-webkit-transition-delay:1.1s;
	transition-delay:1.1s;
	-webkit-transition-property: opacity;
	transition-property: opacity;
    -webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.wr_header > nav > ul.nav > li.contact_me a{
	-webkit-transition-delay:1.4s;
	transition-delay:1.4s;
	-webkit-transition-property: opacity;
	transition-property: opacity;
    -webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.wr_header > nav > ul.nav > li.animated a, .wr_header > nav > ul.nav > li.animated a:link,  .wr_header > nav > ul.nav > li.animated a:focus, .wr_header > nav > ul.nav > li.animated a:visited, .gallery li.animated, .wr_samples.animated{
	opacity:1;
}

.wr_header > nav > ul.nav > li a.active {
	color:#fff;
	padding:5px 15px;
	margin:0;
	background-color:#838383;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/*border:1px solid #fff;*/
	animation:none;
}
.wr_header > nav > ul.nav > li a.active:hover, .wr_header > nav > ul.nav > li a.active:focus, .wr_header > nav > ul.nav > li a.active:active, .wr_header > nav > ul.nav > li a.active:visited {
	animation:none !important;
	background-color:#838383;
	background-color:#636363;
	background-color:#2b5463;
	color:#fff;
}
.wr_header > nav > ul.nav > li a:focus{
 	background:none;
}
.wr_header > nav > ul.nav > li a:hover{
	background:none;
	color:#7f9097;
}
.wr_logo{
	position:absolute;
	top:20px;
	left:30%;
    left: calc(50% - 75px);
}
.wr_logo_small{
	width:100%;
	height:120px;
	text-align:center;
}
.logo{
	position:relative;
	background:url(../images/mahesh-face-black.png) top center no-repeat;
	width:230px;
	height:98px;
	text-align:center;
	opacity:0;

	z-index: 10;
    height: 220px;
    background-size: contain;
    width: 150px;
}
.logo.animated{
	-webkit-animation-name: logo-down;
	animation-name: logo-down;
	-webkit-animation-duration: 0.6s;
	animation-duration: 0.6s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	opacity:1;
}
@-webkit-keyframes logo-down {
  	0% {transform:scale(1);top:-200px; opacity:0; }
	/*50%  {transform:scale(.5); top:345px; opacity:0.7;}*/
	100% {transform:scale(1); top:0px; opacity:1;}
}
@keyframes logo-down {
  	0% {transform:scale(1);top:-200px; opacity:0; }
	/*50%  {transform:scale(.5); top:345px; opacity:0.7;}*/
	100% {transform:scale(1); top:0px; opacity:1;}
}
.logo img {
	position:absolute;
	left:131px;
	top:10px;
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
}
.logo:hover img.logo_icon {
  	opacity:0;
}
.logo.animated img {
	-webkit-animation-name: logo-pop;
	animation-name: logo-pop;
	-webkit-animation-duration: 0.6s;
	animation-duration: 0.6s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
}
@-webkit-keyframes logo-pop {
  	0% {transform:scale(1); }
	50%  {transform:scale(1); }
	75%  {transform:scale(1.1); }
	100% {transform:scale(1); }
}
@keyframes logo-pop {
  	0% {transform:scale(1); }
	50%  {transform:scale(1); }
	75%  {transform:scale(1.1); }
	100% {transform:scale(1); }
}


/* ==================| Home Page |================= */
.wr_home_intro{
	/*background: url(../images/white_gradient.png) top center repeat-x;*/
	position: relative;
	text-align:center;
}
.intro_texts .gray_text{
	color: #2b5463;
	font:bold 86px/70px MaiandraGDRegular, Arial, Helvetica, sans-serif;
}
.intro_texts .green_text{
	color: #40b2e3;
	color: #2aa0da;
	font: bold 110px/100px BerlinSansRegular, Arial, Helvetica, sans-serif;
	font: bold 26px/20px BerlinSansRegular, Arial, Helvetica, sans-serif;
	word-wrap: break-word;
}

/* Intro Text Animation */
.intro_texts{
	text-align:center;
	position: absolute;
	width:100%;
	-webkit-transition:opacity 1s;
	transition:opacity 1s;
	opacity:0;
	-webkit-transition-delay:2s;
	transition-delay:2s;
}
.intro_texts.animated{
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
	-webkit-animation-name: text-moving; /* Chrome, Safari, Opera */
    -webkit-animation-duration: 5s; /* Chrome, Safari, Opera */
    -webkit-animation-iteration-count: infinite; /* Chrome, Safari, Opera */
    animation-name: text-moving;
    animation-duration: 5s;
    animation-iteration-count: infinite;
	opacity:1;
}
:root .intro_texts.animated{
	top:0px \ ;
}
@-webkit-keyframes text-moving {
    0%   {left:0px; top:70px;}
    50%  {left:0px; top:50px;}
    100% {left:0px; top:70px;}
}
@keyframes text-moving {
    0%   {left:0px; top:70px;}
    50%  {left:0px; top:50px;}
    100% {left:0px; top:70px;}
}

/* Intro Shadow Animation */
.intro_shadow{
	text-align:center;
	position:absolute;
	width:100%;
	-webkit-transition:opacity 1s;
	transition:opacity 1s;
	-webkit-transition-delay:2s;
	transition-delay:2s;
	opacity:0;
}
.intro_shadow.animated{
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
	-webkit-animation-name: shadow-scaling; /* Chrome, Safari, Opera */
    -webkit-animation-duration: 5s; /* Chrome, Safari, Opera */
    -webkit-animation-iteration-count: infinite; /* Chrome, Safari, Opera */
    animation-name: shadow-scaling;
    animation-duration: 5s;
    animation-iteration-count: infinite;
	opacity:1;
}
:root .intro_shadow.animated{
	top:300px \ ;
}
@-webkit-keyframes shadow-scaling {
    0%   {transform:scale(1);top:330px; opacity:1; }
    50%  {transform:scale(.5); top:345px; opacity:0.7;}
    100% {transform:scale(1); top:330px; opacity:1;}
}
@keyframes shadow-scaling {
    0%   {transform:scale(1);top:330px; opacity:1; }
    50%  {transform:scale(.5); top:345px; opacity:0.7;}
    100% {transform:scale(1); top:330px; opacity:1;}
}
.animation_loader{
	position:absolute;
	top:300px;
	left:48%;
}
.animation_loader.animated{
	display:none;
}

/* ==================| About Me |================= */
.heading{
	/*background:url(../images/bg-heading.gif) repeat-x 0 45%;*/
	text-align:center;
	position:relative;
	margin-bottom:40px;
}
.heading span.breaker{
	border-top:2px solid #f8f8f8;
	display:block;
	width:100%;
	position:absolute;
	z-index:1;
	top:45%;
}
.about_me_intro{
	position: relative;
}
p.intro{
	font-size:18px;
	padding:0 0 20px 0;
	line-height:30px;
	/*color:#2293c3;*/
	color:#686868;
}
.wr_what_i_do{
	padding-bottom: 36px;
}
.mahesh_pic img{
	/* opacity:0;
	height:0;
	-webkit-transition:all 2s;
	transition:all 2s; */
	display:inline;
	max-width:340px;
}
@media (min-width:768px){
	.what_i_do ul li{
		width: 50%;
	}
	.what_i_do ul, .tools_and_tech ul{
		display: flex;
		flex-wrap: wrap;
	}
	.mahesh_pic img{
		max-width:550px;
	}
}
@media (min-width:992px){
	.contactFrm-wr{
		border-right: 1px dashed #d3d3d3;;
		padding-right: 60px;
	}
	.cntactInfo{
		padding-left: 60px;
	}
	.mahesh_pic img{
		max-width:700px;
	}
}
@media (min-width:1200px){

	.what_i_do{
		padding-top:0;
	}
	.what_i_do ul, .what_i_do h2{
		color:#303030 !important;
	}
	
	/* .wr_what_i_do{
		border-right: 1px dashed #cfcfcf;
	} */
	.wr_tools_and_tech{
		padding-top: 32px;
	}
	.wr_what_i_do{
		padding-bottom: 0;
	}
}
.what_i_do ul, .tools_and_tech ul{
	font: 300 18px/24px "Poppins", Arial, Helvetica, sans-serif;
	color:#506068;
	margin:0;
	padding:0;
	list-style: none;
}
.what_i_do ul li, .tools_and_tech ul li{
	margin:0;
	padding:0 0 10px 25px;
	position: relative;
}
.what_i_do ul li:before, .tools_and_tech ul li:before{
	content: '✓';
	color:#0088c7;
	position: absolute;
	left:0;
}
.what_i_do h2, .tools_and_tech h2{
	margin:0 0 20px 0; 
	font: 24px "Open Sans", sans-serif;
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
	color:#303030;
}


.tools_and_tech ul li{
	width: 100%;
}

.mahesh_pic{
	text-align:center;
}

.mahesh_pic.animate img{
	opacity:1;
	height:auto;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.page_layout{
	padding-top:40px !important;
}

/* Skills */
section.skills{
	padding:60px 0 150px;
	overflow:hidden;
	background-color: #f7f7f7;
    border-bottom: #d1d1d1 1px solid;
    border-top: #ededed 1px solid;
}
h2.skillsHeader{
	text-align:center;
	margin:0 0 20px 0;
}
h2.my_Skills{
	font: 24px DenseRegular, Arial, Helvetica, sans-serif;
	font-family: "Open Sans", sans-serif;
	font-weight:600;
	padding:0 0 50px 0;
	margin:0;
}

/*  Bar Chart  */
.wr_bar_chart{
	width:100%;
	height:400px;
	position:relative;
	margin-top:70px;
}
.bar-xaxis {
	position:absolute;
	top:0;
	width:100%;
	height:400px;
}
.bar-xaxis .percent{
	height:80px;
	background:url(../images/bar-chart-dotted-line.png) top repeat-x;
	margin-left:4%;
}
.brder_btm{
	border-bottom:#325f73 solid 1px;
}
ul.skill_bar_chart{
	margin:0;
	padding:0;
	list-style:none;
	height:400px;
	position:relative;
}
ul.skill_bar_chart li{
	padding:0;
	margin:0 2% 0 0;
	list-style:none;
	display:inline-block;
	position:relative;
	vertical-align:bottom;
	word-wrap: break-word;
	width:11%;
	opacity:0.9;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px;
	border-radius: 4px 4px 0 0;
	-moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.6);
	-webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.6);
	box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.6);
}
ul.skill_bar_chart li.average{
	margin:0 2% 0 0;
	width:4%;
	height:400px;
	border-right:#325f73 solid 1px;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
}
li.average .quarter{
	height:10px;
	margin-bottom:70px;
	font:18px/0px bold BellCentAddBT, Arial, Helvetica, sans-serif;
}
ul.skill_bar_chart li.light_blue_bar{
	background:#008FCC;
	border:1px solid #006590;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #17a7e4),
		color-stop(0.5, #008fcc)
	);
	background-image: -o-linear-gradient(bottom, #17a7e4 0%, #008fcc 50%);
	background-image: -moz-linear-gradient(bottom, #17a7e4 0%, #008fcc 50%);
	background-image: -webkit-linear-gradient(bottom, #17a7e4 0%, #008fcc 50%);
	background-image: -ms-linear-gradient(bottom, #17a7e4 0%, #008fcc 50%);
	background-image: linear-gradient(to bottom, #17a7e4 0%, #008fcc 50%);
}
ul.skill_bar_chart li.dark_blue_bar{
	background:#0b4d7b;
	border:1px solid #00101b;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #3775a0),
		color-stop(0.5, #0b4d7b)
	);
	background-image: -o-linear-gradient(bottom, #3775a0 0%, #0b4d7b 50%);
	background-image: -moz-linear-gradient(bottom, #3775a0 0%, #0b4d7b 50%);
	background-image: -webkit-linear-gradient(bottom, #3775a0 0%, #0b4d7b 50%);
	background-image: -ms-linear-gradient(bottom, #3775a0 0%, #0b4d7b 50%);
	background-image: linear-gradient(to bottom, #3775a0 0%, #0b4d7b 50%);
}
ul.skill_bar_chart li .percentage{
	top:30px;
	text-align:center;
	font:40px/40px DenseRegular, Arial, Helvetica, sans-serif;
	color:#eaeaea;
	position:absolute;
	width:100%;
}

ul.skill_bar_chart li span{
	font:20px/0px bold DenseRegular, Arial, Helvetica, sans-serif;
}
ul.skill_bar_chart li .skill{
	text-align:center;
	font:20px BellCentAddBT, Arial, Helvetica, sans-serif;
	color:#fff;
	position:absolute;
	bottom:30px;
	width:100%;
}
.p-95, .p-85, .p-90, .p-80, .p-70, .p-60{
	height:0;
	-webkit-transition: height 1s, opacity 1s;
	transition: height 1s, opacity 1s;
	overflow:hidden;
	opacity:0;
}
.p-90{
	-weblit-transition-delay:0.25s;
	transition-delay:0.25s;
}
.p-70.first{
	-weblit-transition-delay:0.5s;
	transition-delay:0.5s;
}
.p-80{
	-weblit-transition-delay:0.75s;
	transition-delay:0.75s;
}
.p-70.second{
	-weblit-transition-delay:1s;
	transition-delay:1s;
}
.p-60{
	-weblit-transition-delay:1.25s;
	transition-delay:1.25s;
}
.animate .p-95{
	height:95%;
	opacity:1;
}
.animate .p-90{
	height:90%;
	opacity:1;
}
.animate .p-85{
	height:85%;
	opacity:1;
}
.animate .p-80{
	height:80%;
	opacity:1;
}
.animate .p-70{
	height:70%;
	opacity:1;
}
.animate .p-60{
	height:60%;
	opacity:1;
}

/* ==================| Portfolio |================= */

.sample{
	border:#d4d4d4 5px solid;
}
.pic_sample{
	top:0;
}
.wr_samples #filters3 li{
	display:inline-block;
	list-style:none;
	padding:0;
	margin:0;
}
.wr_samples #filters3 li a{
	display:inline-block;
	padding:7px 14px 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border:1px solid #ffffff; 
	text-decoration:none;
	margin:7px 0 0 10px;
	color:#a0a5a7;
	font:14px "Open Sans", Arial, Helvetica, sans-serif;
}
.wr_samples #filters3 li a:hover{
	color:#495257;
	transition: 0.1s linear all;
}
.wr_samples #filters3 li:first-child a{
	margin-left:0;
}
.wr_samples #filters3 li a.is-checked, .wr_samples #filters3 li a.is-checked:hover{
	color:#fff;
	background-color:#2aa0da;
	border:1px solid #2aa0da;
}
.wr_samples ul#filters3{
	text-align:center;
	padding:0;
	margin:0 0 20px;
}
ul.gallery li{
	list-style:none;
	padding-top:15px;
	padding-bottom:15px;
}
ul.grid figure{
	-webkit-perspective: 1000px;  /*Chrome, Safari, Opera   */   
	perspective: 1000px;
}
ul.grid figure img.sampleThumb{
	position:relative;
	
	-moz-transition: all .7s;
	-webkit-transition: all .7s;
    transition: all .7s;
	
	-webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
/*ul.grid figure:hover img.sampleThumb{
	 -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);	
}*/
.hover-overlay{
	width:100%;
	bottom:0;
	left:0;
	position:absolute;
	-moz-transition: all .7s;
	-webkit-transition: all .7s;
    transition: all .7s;
	-webkit-backface-visibility: hidden;
    backface-visibility: hidden;
	background-color: rgba(0, 0, 0, 0.8);
}


/* IE 9 and IE 8 */
/* :root .hover-overlay{
	opacity:0 \ ;
}
:root ul.grid figure:hover .hover-overlay{
	opacity:1 \ ;
}

ul.grid figure:hover .hover-overlay{
	 -webkit-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    transform: rotateY(360deg); 
	background-color: rgba(0,0,0,0.3);
} */

ul.grid figure .hover-overlay{
	opacity:0;
	height: 100%;
}
ul.grid figure:hover .hover-overlay{
	opacity:1;
}

ul.grid figcaption{
	width:100%;
	position: absolute;
	bottom:0;
	/* background-color: rgba(0,0,0,0.8); */
}
.grid figcaption {
	padding: 10px 25px 20px;
}
ul.grid figure img.sampleThumb {
	width: 100%;
	height:auto;
	/* max-width: 256px;
	max-height:238px; */
	border:1px #fff solid;
	-webkit-box-shadow: 0px 0px 7px -2px rgba(0,0,0,0.26);
	-moz-box-shadow: 0px 0px 7px -2px rgba(0,0,0,0.26);
	box-shadow: 0px 0px 7px -2px rgba(0,0,0,0.26);

	/* -webkit-filter: grayscale(100%);  Safari 6.0 - 9.0 
  	filter: grayscale(100%); */
}

ul.grid figure:hover img.sampleThumb {
	-webkit-filter: grayscale(90%); /* Safari 6.0 - 9.0 */
  filter: grayscale(90%);
}

.grid figcaption h3 {
	margin: 0;
	padding: 0 0 12px ;
	font:18px 'Poppins', sans-serif;
	color:#fff;
}
.hover-overlay .wr_infoIcons{
	padding: 25px 20px;
	padding-top: 32px;
	display:block;
}

ul.grid figure .hover-overlay .wr_infoIcons{
	/*-moz-transition: all .7s;
	-webkit-transition: all .7s;
    transition: all .7s;*/
	/* background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,0.804359243697479) 0%, rgba(0,0,0,0) 100%); */
	text-align: center;
}

.hover-overlay img{
	display:inline-block !important;
	border:none;
	width:inherit !important;
	max-width:40px;
	max-height:40px;
}
.hover-overlay img.zoom{
	cursor:pointer;
}
.hover-overlay img.siteURL{
	margin-left:10px;
	cursor:pointer;
}
.tags{
	display: flex;
	flex-wrap: wrap;
}
.tags .tag{
	padding: 2px 10px 3px;
	background-color: #0088c7;
	color:#fff;
	font-size: 11px;
	margin-right: 5px;
	margin-bottom:5px;
	border-radius: 50px;
	font-weight: 400;
	line-height: normal;
	display:inline-block;
}
.tags .tag:last-child{
	margin-right: 0;
}

.hover-overlay a{
	text-decoration:none;
}
.hover-overlay img:hover.zoom, .hover-overlay img:hover.siteURL{
	opacity:0.7;
}
.hover-overlay .empty img.siteURL, .hover-overlay .empty img:hover.siteURL{
	opacity:0.7;
	cursor:default;
}
.ppt, .pp_social{
	display:none !important;
}
/* Overriding Theme */
.pp_top, .pp_bottom, div.pp_default .pp_nav{
	display:none !important;
}
div.pp_default .pp_content_container .pp_left, div.pp_default .pp_content_container .pp_right{
	background:none !important;
}


/* ==================| Contact me |================= */
.cmxform label{
	font:18px  'Poppins', Arial, Helvetica, sans-serif;
	color:#3c3c3c;
}
.cmxform input.inputContact, .cmxform textarea.inputContact{
	width:100%;
	font:22px/26px  'Poppins', Arial, Helvetica, sans-serif;
	padding:11px 11px;
	outline:none;
	/*background:#838383;*/
	background:#fbfbfb;
	border:#b4b4b4 1px solid;
	color:#506068;
	letter-spacing:1px;
	border-radius: 3px;;
}
.cmxform input.inputContact:focus{
	border:#008FCC 2px solid;
	padding:10px 10px;
	background: #f9fdff;
}
.cmxform textarea.inputContact:focus{
	outline: none !important;
    border:#008FCC 2px solid;
	padding:10px 10px;
	background: #f9fdff;
}
.cmxform input.inputContact:-webkit-autofill{
	background:#b2b2b2 !important;
}
.submit.submitBtn{
	background:#0079b1;
	border:none;
	padding:15px 20px;
	color:#fff;
	font:16px/20px  'Poppins', Arial, Helvetica, sans-serif;
	outline:none;
	border-radius: 8px;
}
.mgnTpBtn{
	margin-top: 24px;
}
.submit.submitBtn:hover{
	background:#008dce;
	transition: 0.5s linear all;
}
.glyph{
	font-family:'ElegantIcons';
	font-size:26px;
}
.contactDetails, .contactDetails a{
	font:18px/20px 'Poppins', Arial, Helvetica, sans-serif;
	color: #686868 !important;
}
.contactDetails a:hover{
	color:#303030 !important;
	text-decoration:none;
}
.contactDetails {
	padding:10px 0 0 12px;
}
.contactDetails, .glyph{
	float:left;
	display:block;
	color:#838383 !important;
}
.contactMe .intro{
	padding-bottom:30px;
}
.main_content{
	position:relative;
	background-color: #fff;
}
.main_content::before{
	display: inline-block;
	width:100%;
	height:50px;
	position: absolute;
	top:0;
	left:0 ;
	content:'';
	background: rgb(247,247,247);
	background: linear-gradient(180deg, rgba(247,247,247,1) 0%, rgba(255,255,255,1) 100%, rgba(255,255,255,1) 100%);
}


	
/* ==================| Footer |================= */
.wr_footer{
	background: /*url(../images/bg-footer.jpg) top repeat-x*/ #2b2b2b;
	min-height:200px;
	margin-top:150px;
}
.wr_footer.home, .wr_footer.about_me{
	margin-top:0px;
}
.wr_footer_links{
	text-align:center;
	padding-top:40px;
}
ul.footer_links{
	margin:0;
	padding:0;
}
ul.footer_links > li{
	display:inline-block;
	margin:0;
	padding:0 0 0 20px;
}
ul.footer_links > li:first-child{
	padding-left:0px;
}
ul.footer_links > li > a{
	text-decoration:none;
	color:#fff;
	font:normal 15px "Open Sans", sans-serif;
}
ul.footer_links > li > a:hover{
	color:#cfd1d1;
}
.wr_social_icons{
	margin-top:50px;
	text-align:center;
}
.wr_social_icons a{
	display:inline-block;
	width:32px;
	height:32px;
	position:relative;
	margin-left:5px;
}
.wr_social_icons:first-child{
	margin-left:0px
}
.wr_social_icons img{
	position:absolute;
	left:0;
  	-webkit-transition: opacity 0.5s ease-in-out;
  	-moz-transition: opacity 0.5s ease-in-out;
  	-o-transition: opacity 0.5s ease-in-out;
  	transition: opacity 0.5s ease-in-out;
}
.wr_social_icons a:hover img.gray{
	opacity:0;
}
.copyright{
	text-align:center;
	font:normal 14px BellCentAddBT, Arial, Helvetica, sans-serif;
	color:#fff;
	padding-top:10px;
}


/* Common Utilities */
.clearfloat{
	clear:both;
	height:0px;
	font-size:1px;
}
.no_pad_lr{
	padding-left:0px !important;
	padding-right:0px !important;
	
}



/* ================= 2025.02.05 ============== */
.textMahesh{
	margin-left: auto;
	margin-right: auto;
	/* max-width: 1024px; */
	text-align: center;
}
.wr_home_Mahesh h3{
	font-family: 'Poppins', sans-serif;
	font-size:26px;
	line-height: 40px ;
	text-align: center;
	font-weight: 400;
	color: #464646;
	margin:0;
}
.wr_home_Mahesh p{
	font-family: 'Poppins', sans-serif;
	font-size:18px;
	line-height: 32px ;
	text-align: justify;
	font-weight: 300;
	color: #535353;
	margin:26px 0 0 0;
	letter-spacing: 0;
}
.wr_home_Mahesh h3 .blue{
	color: #0f83bd;
	font-weight: 500;
}
.main_content.abtMahesh{
	background-color: #f0f4f7;
	padding-top: 72px; 
	padding-bottom: 72px;
	border-top: 1px solid #e6ebef;
	border-bottom: 1px solid #e6ebef;
	/* padding: 0px; */
}
.main_content.abtMahesh::before, .main_content.recentWorks::before {
    display: none;
}
.main_content.recentWorks{
	background-color: #fff;
	padding-bottom: 150px;
	padding-top: 120px ;
}
.intro_texts .gray_text{
	display:inline-block;
	margin-top:10px;
}
.wr_recentWorksGrid ul.gallery{
	padding-left:0;
	margin: 0 -11px;
}
.wr_recentWorksGrid ul.grid figure img.sampleThumb {
	border:1px #e6ebef solid;
	box-shadow: none;
}
.wr_recentWorksGrid > .isotope > h3{
	margin-top: 0;
	margin-bottom: 48px;
	text-align: center;
	font-weight: 600;
	color: #2b5463;
	font-family:"Open Sans", sans-serif;
}
.tools_and_tech h3{
	font-family:"Open Sans", sans-serif;
	font-size: 16px;
	margin-top:0;
}
.tools_and_tech ul{
	padding-left: 0;
}

.wr_tools_and_tech{
	display:flex;
	flex-wrap: wrap;
}
.list_tools_and_tech{
	display:flex;
	flex-wrap: wrap;
}
.tools_and_tech_item{
	width: 100%;
	padding-bottom: 24px;
}
p.intro {
    font-size: 17px;
	text-align: justify;
}
.downloadResume{
	display:inline-block;
	color:#0079b1;
}
.downloadResume .wr_btn{
	display: flex;
	align-items: center;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	padding: 10px 20px;
    border-radius: 8px;
    background-color: #f0f4f7;
	border: 2px solid #62b4e2;
}
a.downloadResume:hover .wr_btn{
	border: 2px solid #0079b1;
	background-color: #0079b1;
	color: rgb(255, 255, 255);
	transition: all 150ms ease-in-out;
}
a.downloadResume:hover, a.downloadResume:focus{
	text-decoration: none !important;
}
a.downloadResume .wr_btn svg{
	fill: rgb(91, 149, 199);
}
a.downloadResume:hover .wr_btn svg{
	fill: rgb(233, 233, 235) !important;
	transition: all 150ms ease-in-out;
}
.wrSocialIcon{
	width:28px;
	height:28px;
	margin-right: 12px;
}
.wrSocialIcon svg{
	fill: rgb(150, 150, 150);
	transition: all 150ms ease-in-out;
}
.wrSocialMedia{
	display: flex;
	font: 18px "Poppins", sans-serif;
	align-items: center;
}
a.socialM, a.socialM{
	font:18px/23px 'Poppins', sans-serif;
	color:#686868;
	display: inline-block;
	transition: all 150ms ease-in-out;
}
.wrSocialM{
	margin-bottom: 6px;
}
.cntactInfo h4{
	font: 600 22px/24px 'Open Sans', sans-serif;
	margin-bottom: 20px;
}
a.socialM:hover .lnkdn svg{
	fill: #2265be !important;
}
a.socialM:hover .drbble svg{
	fill: #e44c87 !important;
}
a.socialM:hover .bhnce svg{
	fill: #2265be !important;
}
a.socialM:hover{
	color:#303030 !important;
	text-decoration: none;
}
.wr_logo.small .logo{
	width: 100px;
}
.wr_logo.small{
	left: calc(50% - 50px);
}