/*Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
h4, h5, h6,
h1, h2, h3 {margin-top: 0;}
ul, ol {margin: 0;}
p {margin: 0;}
html,body{
	font-family: 'Monda', sans-serif;
	
}
body a{
    transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.banner{
	background:url(../images/banner.jpg) no-repeat center fixed;
	background-size: cover;
	-webkit-background-size:cover; 
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	min-height:700px;	
	text-align:center;
}
.header{
	padding:2em 0em;
}
.logo {
	float: left;
}
.menu {
	float: right;
	margin: 2em 0em;
}
/*--- Navigation---*/
.box{
	position:absolute;
	top:-1200px;
	width:100%;
	color:#7F7F7F;
	margin:auto;
	padding:0px;
	z-index:999999;
	text-align:right;
	left:0;
}
a.boxclose {
	cursor: pointer;
	text-align: center;
	display: block;
	position: absolute;
	top: 3.7em;
	right: 16.2em;
}
.box_content {
	background: rgba(24, 22, 22, 0.66);
	width: 60%;
	height: 50em;
	margin-left: 45em;
}
.menu_box_list{
	display: inline-block;
	margin-top: 4em;
}
.menu_box_list ul li {
	display:block;
}
.menu_box_list li a{
	color: #fff;
	background:#fa6374;
	font-size: 2.5em;
	font-weight:400;
	display: block;
	padding: 10px 30px;
	text-decoration:none;
	text-transform: uppercase;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	letter-spacing: 0.1em;
}
.menu_box_list li a:hover,.menu_box_list ul li.active a{
	color:#434343;
}
.menu_box_list ul {
	background:;
	padding:20px;
	margin-right: 13em;
}
.menu_box_list li a > i > img{
	vertical-align:middle;
	padding-right:10px;
}
/*--- Navigation---*/
.social-top ul {
	padding: 0;
}
.social-top ul li {
	display: inline-block;
	padding:0em 1em;
}
.social-top {
	text-align:left;
	padding:5em 0 0;
}
i.facebook-2 {
	width: 40px;
	height: 40px;
	background: url(../images/img-sprite.png)no-repeat -141px -4px;
	float: left;
	vertical-align: middle;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
}
i.facebook-2:hover{
	background: url(../images/img-sprite.png)no-repeat -141px -55px;
}
i.twiter-2{
	width: 40px;
	height: 40px;
	background: url(../images/img-sprite.png)no-repeat -178px 0px;
	float: left;
	vertical-align: middle;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
}
i.twiter-2:hover{
	background: url(../images/img-sprite.png)no-repeat -179px -52px;
}
i.drible-2 {
	width: 40px;
	height: 40px;
	background: url(../images/img-sprite.png)no-repeat -221px -5px;
	float: left;
	vertical-align: middle;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
}
i.drible-2:hover{
	background: url(../images/img-sprite.png)no-repeat -221px -54px;
}
i.youtube-2{
	width: 40px;
	height: 40px;
	background: url(../images/img-sprite.png)no-repeat -270px -4px;
	float: left;
	vertical-align: middle;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
}
i.youtube-2:hover{
	background: url(../images/img-sprite.png)no-repeat -270px -55px;
}
i.goplus-2{
	width: 40px;
	height: 40px;
	background: url(../images/img-sprite.png)no-repeat -316px -6px;
	float: left;
	vertical-align: middle;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
}
i.goplus-2:hover{
	background: url(../images/img-sprite.png)no-repeat -316px -57px;
}
.banner-info{
	margin:4em 0em 0em;
}
.banner-info h1{
	font-size: 8em;
	font-weight: 700;
	color: #535353;
	text-align:left;
	margin:0;
}
span {
	font-size: 50px;
	font-weight: 700;
}
.action {
	background: #f0f0d8;
	padding: 3em 0em;
	z-index: 0;
}
.action h3{
	font-size: 2.5em;
	font-weight: 700;
	color:#f15c74;
	text-align:left;
}
.action p{
	font-size: 2.5em;
	font-weight: 400;
	color: #a9a9a9;
	text-align:left;
}
.action-right{
	text-align:right;
	z-index: 1;
	padding:1.5em 0 0;
}
.action-right form input[type="submit"] {
	background: none;
	color: #f46c7b;
	padding: 0.5em 2em;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 400;
	outline: none;
	border: 2px solid #f46c7b;
	border-radius: 5px;
	margin-top: 18px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-msborder-radius: 5px;
}
.about-me{
	background:#f46c7b;
	padding:5em 0em;
}
.about-me h2{
	font-size: 4em;
	font-weight: 700;
	color:#515151;
	text-align:left;
}
.about-me h3{
	font-size: 3em;
	font-weight: 400;
	color:#515151;
	text-align:left;
}
.about-me p {
	font-size: 1.5em;
	font-weight: 400;
	color: #fff;
	text-align: left;
	line-height: 1.8em;
	margin: 1em 0em;
	width:70%;
}

.social-about ul {
	padding: 0;
}
.social-about ul li {
	margin: 0 -5px;
}
.social-about ul li {
	display: inline-block;
	padding:0em 2em;
}
.social-about {
	text-align:right;
}
ul li.blue{
	border-bottom: 8px solid #3b5998;
}
ul li.skyblue{
	border-bottom: 8px solid #00aced;
}
ul li.pink{
	border-bottom: 8px solid #ea4c89;
}
ul li.red{
	border-bottom: 8px solid #cc3732;
}
i.facebook1 {
	width: 36px;
	height: 36px;
	background: url(../images/img-sprite.png)no-repeat -1px -3px;
	float: left;
	vertical-align: middle;
	margin-bottom: 15px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
}
i.facebook1:hover{
	background: url(../images/img-sprite.png)no-repeat -1px -55px;
}
i.twiter1{
	width: 36px;
	height: 36px;
	background: url(../images/img-sprite.png)no-repeat -32px -3px;
	float: left;
	vertical-align: middle;
	margin-bottom: 15px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
}
i.twiter1:hover{
	background: url(../images/img-sprite.png)no-repeat -32px -55px;
}
i.drible1 {
	width: 36px;
	height: 36px;
	background: url(../images/img-sprite.png)no-repeat -70px -5px;
	float: left;
	vertical-align: middle;
	margin-bottom: 15px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
}
i.drible1:hover{
	background: url(../images/img-sprite.png)no-repeat -70px -58px;
}
i.goplus1{
	width: 36px;
	height: 36px;
	background: url(../images/img-sprite.png)no-repeat -108px -5px;
	float: left;
	vertical-align: middle;
	margin-bottom: 15px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
}
i.goplus1:hover{
	background: url(../images/img-sprite.png)no-repeat -108px -59px;
}
/*-- portfolio --*/
.portfolio-section{
	text-align:center;
	padding:3em 0 5em;
}
.portfolio-section h2{
	font-size:4em;
	font-weight:700;
	color:#515151;
	margin:1em 0em 0em;
	text-align:left;
}
.portfolio-section p {
	font-size: 3em;
	font-weight: 700;
	line-height: 1.8em;
	color:#515151;
	text-align: left;
}
#portfoliolist .portfolio {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	width: 25%;
	display:none;
	float:left;
	overflow:hidden;
	margin: 0;
}
div#portfoliolist {
	padding: 0px 0px;
	margin:4em 0em;
}	
.portfolio-wrapper {
	overflow:hidden;
	position: relative !important;
	cursor:pointer;
	margin:0em 0em;
	padding:0em 0em 1em;
}
.portfolio img {
	width:100%;
	transition: all 300ms!important;
	-webkit-transition: all 300ms!important;
	-moz-transition: all 300ms!important;
}
.portfolio .label {
	position: absolute;
	width: 100%;
	height:40px;
	bottom:-40px;
}
.portfolio .label-bg {
	background: #22B4B8;
	width: 100%;
	height:100%;
	position: absolute;
	top:0;
	left:0;
}
.portfolio .label-text {
	color:#fff;
	position: relative;
	z-index:500;
	padding:5px 8px;
}
.portfolio .text-category {
	display:block;
	font-size:9px;
	font-size: 12px;
	text-transform:uppercase;
}
/* Self Clearing Goodness */
.container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0; 
}
.row:after,
.clearfix:after {
	clear: both; 
}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.zoom-icon {
	position: absolute;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
	display: block;
	left: 0;
	top: -152px;
	width: 290px;
	height: 219px;
	background: url(../images/zoom.png) center center no-repeat rgba(94, 183, 3, 0.33);
	cursor: pointer;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}
.grid_box .zoom-icon {
	top: -50px;
	width:100%;
	height: 264px;	
}
.grid_box a:hover .zoom-icon {
	top: 0;
	opacity: 1;
	filter: alpha(opacity=99); 
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=99)";
}
.entertain_box{
	margin-bottom:3em;
}
#filters {
	margin: 3% 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
#filters li span{
	display: block;
	padding: 8px 32px;
	text-decoration: none;
	color: #000000;
	cursor: pointer;
	font-size: 1.4em;
	text-transform:uppercase;
	font-weight: 400;	
	margin: 0 0.5em;
}
#filters li span.active {
	background: #f46c7b;
	color: #fff;
	font-weight: 400;
}		  
#filters li {
	display: -webkit-inline-box;
}	
/*-- portfolio--*/
/* General button style (reset) */
.btn {
	border: none;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	background: none;
	padding: 0.4em 1.5em;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1px;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	border-radius:0px !important;
	text-decoration: none;
	font-size: 1.5em;
	border: 2px solid #fa6374;
	font-weight: 900;
	color: #fa6374;
}
.btn:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
/* Button 1b */
.btn-1b:after {
	width: 100%;
	height: 0;
	top: 0;
	left: 0;
	background:#fa6374;
}

.btn-1b:hover,
.btn-1b:active {
	color: #fff;
}

.btn-1b:hover:after,
.btn-1b:active:after {
	height: 100%;
}
.skills{
	background:url(../images/midbanner.jpg) no-repeat center fixed;
	background-size: cover;
	-webkit-background-size:cover; 
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	min-height:700px;	
	text-align:center;
	padding:3em 0em;
}
.skills h3{
	font-size: 4em;
	font-weight:700;
	color:#515151;
	text-align:left;
	text-transform:uppercase;
}
.skills p {
	font-size: 3em;
	font-weight: 700;
	line-height: 1.8em;
	color:#515151;
	text-align: left;
}
.skills-bottom h5{
	font-size: 2.5em;
	color: #000;
	margin: 0;
}
.about-green h6{
	font-size: 1.7em;
	color: #414141;
	margin:0 0 1em;
	font-weight:700;
	text-align:left;
}
.about-green {
	border-bottom: 2px solid #fff;
	padding: 0em 0em;
	margin: 3em 0em;
}
.content-green{
	width: 100%;
	margin: 10px auto;
	height: 8px;
}
.content-green > div {
	height: 100%;
	display: block;
	background: rgba(89,230,67,1);
	background: -moz-linear-gradient(left, rgba(89,230,67,1) 0%, rgba(89,230,67,1) 11%, rgba(255,246,84,1) 78%, rgba(255,246,84,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(89,230,67,1)), color-stop(11%, rgba(89,230,67,1)), color-stop(78%, rgba(255,246,84,1)), color-stop(100%, rgba(255,246,84,1)));
	background: -webkit-linear-gradient(left, rgba(89,230,67,1) 0%, rgba(89,230,67,1) 11%, rgba(255,246,84,1) 78%, rgba(255,246,84,1) 100%);
	background: -o-linear-gradient(left, rgba(89,230,67,1) 0%, rgba(89,230,67,1) 11%, rgba(255,246,84,1) 78%, rgba(255,246,84,1) 100%);
	background: -ms-linear-gradient(left, rgba(89,230,67,1) 0%, rgba(89,230,67,1) 11%, rgba(255,246,84,1) 78%, rgba(255,246,84,1) 100%);
	background: linear-gradient(to right, rgba(89,230,67,1) 0%, rgba(89,230,67,1) 11%, rgba(255,246,84,1) 78%, rgba(255,246,84,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59e643', endColorstr='#fff654', GradientType=1 );
}
a.more{
	color: #1BBC9B;
	font-size: 1.6em;
	border:2px solid #1BBC9B;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-o-border-radius: 50px;
	-ms-border-radius: 50px;
	text-decoration: none;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-moz-transition: 0.5s all;
	padding: 0.6em 1.8em;
}
a.more:hover{
	background: #1BBC9B;
	color: #fff;
	border:2px solid #1BBC9B;
}
.green-about {
	padding: 2em 10em 2.5em 13em;
}
.about-grid {
	padding: 3em 0;
}
.think {
	background: #f15c74;
	padding: 3em 0em;
	z-index: 0;
}
.think h3{
	font-size: 5em;
	font-weight: 700;
	color:#fff;
	text-align:left;
}
.think p{
	font-size: 4em;
	font-weight: 400;
	color: #fffe90;
	text-align:left;
}
.think-left{
	text-align:left;
	z-index: 1;
	padding:3em 0 0;
}
a.btn1{
	border: none;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	background: none;
	padding:0.8em 3em;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1px;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	border-radius:0px !important;
	text-decoration: none;
	font-size: 1.8em;
	border: 2px solid #fff;
	font-weight: 900;
	color: #fff;
}
a.btn1:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
/* Button 1b */
.btn-1c:after {
	width: 100%;
	height: 0;
	top: 0;
	left: 0;
	background: #fff;
}

.btn-1c:hover,
.btn-1c:active {
	color:#fa6374;
}

.btn-1c:hover:after,
.btn-1c:active:after {
	height: 100%;
}
.shocked{
	background:url(../images/color.jpg) no-repeat center fixed;
	background-size: cover;
	-webkit-background-size:cover; 
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	min-height:666px;	
	text-align:center;
}
.shocked-top {
	background:rgba(253, 253, 253, 0.54);
	padding: 3em 0em;
	z-index: 0;
}
.shocked-top h3{
	font-size: 6em;
	font-weight: 700;
	color:#ee2a4a;
	text-align:center;
	margin:40px 0;
}
.shocked-top p {
	font-size: 1.8em;
	font-weight: 400;
	color: #676767;
	text-align: center;
	line-height: 1.8em;
	width: 58%;
	margin: 0 auto;
	padding-bottom: 5em;
}
.contuct{
	background:#f15c74;
	padding: 3em 0em;
}
.contuct h3{
	font-size: 4em;
	font-weight: 700;
	color:#fff;
	text-align:left;
}
.contuct p {
	font-size: 2.5em;
	font-weight: 400;
	color: #fff;
	text-align: left;
	line-height: 1.8em;
}
.waiting{
	background:#434342;
	padding:3em 0em;
}
.waiting-left1 {
	border-left: 5px solid #5a5a5a;
	margin: 5em 0em;
	padding: 0 0 0 2em;
}
.waiting-left h3{
	font-size: 4em;
	font-weight: 400;
	color:#fff;
	text-align:left;
}
.waiting-left h4{
	font-size: 3em;
	font-weight: 700;
	color:#f15c74;
	text-align:left;
}
.waiting-right input[type="text"] {
	border: 0px;
	border-left-width: 4px;
	border-style: solid;
	border-color: #f15c74;
	width: 99%;
	outline: none;
	padding: 13px 10px 15px 10px;
	margin: 10px 0px;
	font-weight: 400;
	font-size: 30px;
	background: none;
	color: #5c5c5c;
}
.text2 textarea {
	width: 99%;
	margin: 10px 0;
	border: 0px;
	border-left-width: 4px;
	border-style: solid;
	border-color: #f15c74;
	color: #000;
	outline: none;
	margin-bottom: 25px;
	height: 130px;
	padding: 12px 10px;
	font-size: 30px;
	resize: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	font-weight: 400;
	background: none;
	color: #5c5c5c;
}
.waiting-right p {
	font-size: 3.5em;
	font-weight: 400;
	color: #5c5c5c;
	text-align: left;
	line-height: 1.8em;
	border-left: 5px solid #f15c74;
	padding: 0em 0 2em 1em;
	margin: 2em 0em 1em;
}
.social ul {
	padding: 0;
}
.social ul li {
	display: inline-block;
	padding:0em 2em;
}
.social {
	margin: 13em 0em 0em;
}
.social ul li {
	margin: 0 -3px;
}
i.facebook {
	width: 36px;
	height: 36px;
	background: url(../images/img-sprite.png)no-repeat -1px -3px;
	float: left;
	vertical-align: middle;
	margin-bottom: 15px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
}
i.facebook:hover{
	background: url(../images/img-sprite.png)no-repeat -1px -55px;
}
i.twiter{
	width: 36px;
	height: 36px;
	background: url(../images/img-sprite.png)no-repeat -32px -3px;
	float: left;
	vertical-align: middle;
	margin-bottom: 15px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
}
i.twiter:hover{
	background: url(../images/img-sprite.png)no-repeat -32px -55px;
}
i.drible {
	width: 36px;
	height: 36px;
	background: url(../images/img-sprite.png)no-repeat -70px -5px;
	float: left;
	vertical-align: middle;
	margin-bottom: 15px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
}
i.drible:hover{
	background: url(../images/img-sprite.png)no-repeat -70px -58px;
}
i.goplus{
	width: 36px;
	height: 36px;
	background: url(../images/img-sprite.png)no-repeat -108px -5px;
	float: left;
	vertical-align: middle;
	margin-bottom: 15px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
}
i.goplus:hover{
	background: url(../images/img-sprite.png)no-repeat -108px -58px;
}
.waiting-right {
	z-index: 1;
	text-align: right;
}
.waiting-bottom{
	background:#f15c74;
	padding:2em 0em;
}
.footer{
	background:#f3f3f3;
	padding:1em 0;
	text-align:center;
}
.footer p {
	font-size: 1.2em;
	font-weight: 400;
	color:#b1b1b1;
	line-height: 1.8em;
}
.footer a{
	color:#f15c74;
}
.footer a:hover {
	color:#b1b1b1;
}
#toTopHover {
	width: 40px;
	height: 40px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 14px;
	right: 3%;
	overflow: hidden;
	width: 50px;
	height: 43px;
	border: none;
	text-indent: 100%;
	background: url("../images/arrow.1.png") no-repeat 0px 0px;
}
.mybutton {
	background: #f46c7b;
	color: #fff;
	padding: 12px 40px;
	font-size: 16px;
	text-transform: uppercase;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	cursor: pointer;
	border: none;
	outline:none;#fa6374
}
.mybutton:hover{
	color:#fa6374;
	background:#fff;
}
/*--responsive design--*/
@media (max-width:1440px){	 
a.boxclose {
	top: 3.7em;
	right: 9.9em;
}
.box_content {
	margin-left: 40.2em;
}
.grid_box .zoom-icon {
	height: 234px;
}
}
/*--responsive design--*/
@media (max-width:1366px){	 
a.boxclose {
	top: 3.7em;
	right: 7.8em;
}
.box_content {
	margin-left: 38.5em;
}
.grid_box .zoom-icon {
	height: 225px;
}
}
/*--responsive design--*/
@media (max-width:1280px){	
.banner-info h1 {
	font-size: 5em;
	width: 61%;
	margin: 0 auto;
}
span {
	font-size: 40px;
}
.banner {
	min-height: 600px;
}
.banner-info {
	margin: 2em 0em 0em;
}
.about-me h2 {
	font-size: 3em;
}
.action h3 {
	font-size: 2.3em;
}
.action p {
	font-size: 2.3em;
}
.about-me h3 {
	font-size: 2.5em;
}
.portfolio-section h2 {
	font-size: 3em;
}
.portfolio-section p {
	font-size: 2.5em;
}
.grid_box .zoom-icon {
	height: 208px;
}
.skills h3 {
	font-size: 3em;
}
.skills p {
	font-size: 2.5em;
}
.think h3 {
	font-size: 3em;
}
.think p {
	font-size: 2.5em;
}
.shocked-top h3 {
	font-size: 4em;
}
.contuct h3 {
	font-size: 3em;
}
.contuct p {
	font-size: 2em;
}
.waiting-left h4 {
	font-size: 2.5em;
}
.waiting-left h3 {
	font-size: 3em;
}
a.boxclose {
	right: 4.2em;
}
.box_content {
	width: 48%;
	height: 43em;
	margin-left: 46em;
}
.menu_box_list ul {
	margin-right: 2em;
}
}
/*--responsive design--*/
@media (max-width:1024px){	
.banner-info h1 {
	font-size: 4em;
	width: 56%;
}
span {
	font-size: 34px;
}
.banner {
	min-height: 420px;
}
.action h3 {
	font-size: 2.1em;
}
.action p {
	font-size: 2.1em;
}
.about-me h2 {
	font-size: 2.5em;
}
.about-me h3 {
	font-size: 2em;
}
.about-me p {
	font-size: 1.3em;
}
.grid_box .zoom-icon {
	height: 169px;
}
.portfolio-section h2 {
	font-size: 2.5em;
}
.portfolio-section p {
	font-size: 2em;
}
.skills h3 {
	font-size: 2.5em;
}
.skills p {
	font-size: 2em;
}
.about-green h6 {
	font-size: 1.5em;
}
.think h3 {
	font-size: 2.5em;
}
.think p {
	font-size: 2em;
}
.think-left {
	padding: 0.5em 0 0;
}
a.btn1{
	font-size:1.5em;
}
.shocked-top h3 {
	font-size: 3em;
}
.shocked-top p {
	font-size: 1.5em;
	padding-bottom: 2em;
}
.contuct h3 {
	font-size: 2.5em;
}
.contuct p {
	font-size: 1.8em;
}
.waiting-left h4 {
	font-size: 2em;
}
.waiting-left h3 {
	font-size: 2.5em;
}
.waiting-right input[type="text"] {
	font-size: 25px;
}
.text2 textarea {
	font-size: 25px;
}
.box_content {
	width: 50%;
	height: 30em;
	margin-left: 35em;
}
.menu_box_list li a {
	font-size: 1.5em;
	padding: 10px 20px;
}
.menu_box_list {
	display: inline-block;
	margin-top: 1em;
}
a.boxclose {
	right: 2.9em;
}
.menu_box_list ul {
	margin-right: 0em;
}
}
/*--responsive design--*/
@media (max-width:768px){	
span {
	font-size: 27px;
	font-weight: 700;
}
.banner-info h1 {
	font-size: 3em;
	width: 63%;
}
.banner-info {
	margin: 1em 0em 0em;
}
.banner {
	min-height: 350px;
}
.action h3 {
	font-size: 2em;
	text-align: center;
}
.action p {
	font-size: 2em;
	text-align: center;
}
.action-right {
	text-align: center;
}
.about-me h2 {
	font-size: 2.2em;
	text-align: center;
}
.about-me h3 {
	font-size: 1.8em;
	text-align: center;
}
.about-me p {
	font-size: 1.2em;
	text-align: center;
	width: 100%;
}
.social-about {
	text-align: center;
}
.portfolio-section h2 {
	font-size: 2.2em;
	text-align: center;
}
.portfolio-section p {
	font-size: 1.8em;
	text-align:center;
}
#filters li span {
	padding: 4px 10px;
	font-size: 1.3em;
}
.grid_box .zoom-icon {
	height: 125px;
}
.skills h3 {
	font-size: 2.2em;
	text-align: center;
}
.skills p {
	font-size: 1.8em;
	text-align: center;
}
.green-about {
	padding: 0em 2em;
}
.about-green h6 {
	font-size: 1.4em;
}
.think-left {
	padding: 0.5em 0 0;
	text-align: center;
}
.think h3 {
	font-size: 2.2em;
	text-align:center;
}
.think p {
	font-size: 1.8em;
	text-align: center;
}
.col-md-7.think-right {
	margin: 1.5em 0em 0em;
}
.shocked-top h3 {
	font-size: 2.2em;
	margin: 28px 0 18px;
}
.shocked-top p {
	font-size: 1.3em;
	padding-bottom: 2em;
	width: 80%;
}
.contuct h3 {
	font-size: 2.2em;
	text-align: center;
}
.contuct p {
	font-size: 1.6em;
	text-align:center;
}
.waiting-left1 {
	margin: 0em 0em;
}
.waiting-left h4 {
	font-size: 1.7em;
}
.waiting-left h3 {
	font-size: 2em;
}
.text2 {
	margin-bottom: 3em;
}
.social {
	margin: 4em 0em 0em;
	text-align: center;
}
.footer p {
	font-size: 1em;
}
.box_content {
	width: 50%;
	height: 25em;
	margin-left: 26.8em;
}
.social-top ul li {
	padding: 0 5px;
}
.social-top {
	padding: 2em 0 0;
}
a.boxclose {
	right: 1.6em;
}
.menu_box_list li a {
	font-size: 1.3em;
	padding: 10px 20px;
}
}
/*--responsive design--*/
@media (max-width:640px){	
.banner-info h1 {
	font-size: 3em;
	width: 70%;
}
span {
	font-size: 26px;
}
.banner {
	min-height: 300px;
}
.action h3 {
	font-size: 1.7em;
}
.action p {
	font-size: 1.7em;
}
.btn {
	font-size: 1.3em;
}
.action {
	padding: 2em 0em;
}
.about-me h2 {
	font-size: 2em;
}
.header {
	padding: 1em 0em;
}
.about-me h3 {
	font-size: 1.5em;
}
.about-me p {
	font-size: 1.1em;
}
.social-about {
	margin: 2em 0em 0em;
}
.about-me {
	padding: 2em 0em;
}
.portfolio-section h2 {
	font-size: 2em;
}
.portfolio-section p {
	font-size: 1.5em;
}
#filters li span {
	font-size: 1.1em;
}
.portfolio-section {
	padding: 3em 0;
}
div#portfoliolist {
	margin: 2em 0em;
}
.grid_box .zoom-icon {
	height: 104px;
}
.skills h3 {
	font-size: 2em;
}
.skills p {
	font-size: 1.5em;
}
.about-green h6 {
	font-size: 1.3em;
}
.about-green {
	margin: 2em 0em;
}
.skills {
	min-height: 674px;
	padding: 2em 0em;
}
a.btn1 {
	font-size:1.3em;
	padding: 0.5em 2.5em;
}
.think {
	padding: 2em 0em;
}
.shocked-top h3 {
	font-size: 2em;
	margin: 28px 0 18px;
}
.shocked-top p {
	font-size: 1.2em;
}
.contuct h3 {
	font-size: 2em;
}
.contuct p {
	font-size: 1.4em;
}
.waiting-left h4 {
	font-size: 1.5em;
}
.waiting-left h3 {
	font-size: 1.7em;
}
.waiting-right input[type="text"] {
	font-size: 20px;
}
.text2 textarea {
	font-size: 20px;
}
.text2 {
	margin-bottom: 2em;
}
.box_content {
	width: 100%;
	height: 22em;
	margin-left: 0;
}
.menu_box_list {
	display: inline-block;
	margin-top: 0em;
}
.menu_box_list li a {
	font-size: 1.2em;
	padding: 9px 18px;
}
}
/*--responsive design--*/
@media (max-width:480px){	
span {
	font-size: 21px;
}
.banner-info h1 {
	font-size: 2.3em;
	width: 85%;
	padding-bottom: 1.5em;
}
.header {
	padding: 1em 0em;
}
.banner-info {
	margin: 0em 0em 0em;
}
.banner {
	min-height: 230px;
}
.action h3 {
	font-size: 1.5em;
}
.action p {
	font-size: 1.5em;
}
.btn {
	font-size: 1.2em;
}
.about-me h2 {
	font-size: 1.7em;
}
.about-me h3 {
	font-size: 1.3em;
}
.about-me p {
	font-size: 1em;
}
.portfolio-section h2 {
	font-size: 1.7em;
}
.portfolio-section p {
	font-size: 1.3em;
}
#filters li span {
	font-size: 0.850em;
	padding: 1px 6px;
}
.portfolio-section {
	padding: 1em 0 2em;
}
.skills h3 {
	font-size: 1.7em;
}
.skills p {
	font-size: 1.3em;
}
.about-green h6 {
	font-size: 1.2em;
}
.skills {
	min-height: 650px;
	padding: 2em 0em;
}
a.btn1 {
	font-size: 1.2em;
	padding: 0.5em 2.5em;
}
.think h3 {
	font-size: 1.7em;
}
.think p {
	font-size: 1.5em;
}
.shocked-top h3 {
	font-size: 1.7em;
	margin: 28px 0 18px;
}
.shocked-top p {
	font-size: 1.1em;
	width:84%;
}
.contuct h3 {
	font-size: 1.7em;
}
.contuct p {
	font-size: 1.3em;
}
.waiting-left h4 {
	font-size: 1.3em;
}
.waiting-left h3 {
	font-size: 1.5em;
}
.waiting-right input[type="text"] {
	font-size: 17px;
}
.text2 textarea {
	font-size: 17px;
}
#portfoliolist .portfolio {
	width: 50%;
}
.grid_box .zoom-icon {
	height: 154px;
}
.menu_box_list li a {
	font-size: 1.1em;
	padding: 7px 16px;
}
.box_content {
	width: 100%;
	height: 20em;
	margin-left: 0;
}
a.boxclose {
	right: 1.5em;
	top:2.7em;
}
.logo {
	float: left;
	width: 50%;
}
.menu img {
	width: 84%;
}
}
/*--responsive design--*/
@media (max-width:320px){	
.logo {
	width: 50%;
}
.menu {
	margin: 1em 0em;
}
.menu img {
	width: 70%;
}
.banner-info h1 {
	font-size: 1.5em;
	width: 92%;
}
.banner {
	min-height: 165px;
}
span {
	font-size: 13px;
}
.action h3 {
	font-size: 1.3em;
}
.action p {
	font-size: 1.2em;
}
.about-me h2 {
	font-size: 1.3em;
}
.about-me h3 {
	font-size: 1.1em;
}
.action {
	padding: 1em 0em;
}
.about-me p {
	font-size: 0.9em;
}
.social-about ul li {
	padding: 0em 1em;
}
.portfolio-section h2 {
	font-size: 1.3em;
}
.portfolio-section p {
	font-size: 1.1em;
}
#filters li span {
	font-size: 0.8125em;
	padding: 1px 6px;
}
.btn {
	font-size: 1em;
}
.grid_box .zoom-icon {
	height: 102px;
}
div#portfoliolist {
	margin: 1em 0em;
}
.skills h3 {
	font-size: 1.3em;
}
.skills p {
	font-size: 1.1em;
}
.about-green h6 {
	font-size: 0.9em;
}
.about-green {
	margin: 1em 0em;
}
.skills {
	min-height: 477px;
	padding: 1em 0em;
}
a.btn1 {
	font-size: 1em;
	padding: 0.5em 2em;
}
.think h3 {
	font-size: 1.3em;
}
.think p {
	font-size: 1.3em;
}
.shocked-top h3 {
	font-size: 1.3em;
	margin: 22px 0 6px;
}
.shocked-top p {
	font-size: 0.9em;
	width: 93%;
}
.shocked-top {
	padding: 2em 0em;
}
.contuct h3 {
	font-size: 1.3em;
}
.contuct p {
	font-size: 1.1em;
}
.contuct {
	padding: 1em 0em;
}
.waiting-left h4 {
	font-size: 1.1em;
}
.waiting-left h3 {
	font-size: 1.2em;
}
.waiting-right input[type="text"] {
	font-size: 15px;
}
.text2 textarea {
	font-size: 15px;
	height:100px;
}
.social ul li {
	padding: 0em 1em;
}
.waiting-bottom {
	padding: 1em 0em;
}
.footer p {
	font-size: 0.875em;
}
a.boxclose {
	right: 1.5em;
	top: 1.8em;
}
.menu_box_list li a {
	font-size: 0.9em;
	padding: 4px 11px;
}
.social-top ul li {
	padding: 0 1px;
}
.box_content {
	width: 100%;
	height: 17em;
	margin-left: 0;
}
}