@import url(https://fonts.googleapis.com/css?family=Poppins:400,700,600,500,300);
*{
	font-family: Poppins, sans-serif;
}
p{
	line-height:1.6em;
}
img{
	max-width:100%;
}
::-webkit-scrollbar{
	background:#FFF;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.18);
	box-shadow: 0 0 10px 0 rgba(0,0,0,.18);
	width:11px;
	height:11px;
}
::-webkit-scrollbar-thumb{
	border:solid 3px #FFF;
	background:#C0C0C0;
}
::-webkit-scrollbar-thumb:hover{
	background:#009688;
}
.text-light{
	color:#727272;
}
.bg{
	background:#009688;
	position:fixed;
	top:0;
	left:0;
	height:100%;
	width:100%;
	overflow:hidden;
	z-index:-1;
}
.bg:before{
	content: ' ';
	position:absolute;
	height:100%;
	margin-top:-260px;
	width:600px;
	background:#FFF;
	z-index:2;
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	transform:rotate(45deg);
}
.main-content{
	position:fixed;
	z-index:55;
	top:65px;
	left:65px;
	right:65px;
	bottom:65px;
	background:#FFF;
	-webkit-box-shadow: 0 0 60px 0 rgba(0,0,0,.18);
	-moz-box-shadow: 0 0 60px 0 rgba(0,0,0,.18);
	box-shadow: 0 0 60px 0 rgba(0,0,0,.18);
}
.section{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	transition:all .3s ease;
	overflow-y:auto;
	overflow-x:hidden;
	padding:100px;
	padding-bottom:0;
}
.section:after{
	content: ' ';
	display:block;
	height:100px;
}
body.show-menu .section.active,
.section{
	opacity:0;
	visibility:hidden;
	z-index:95;
}
.section.active{
	opacity:1;
	visibility:visible;
	z-index:100;
}
.section-header{
	position:relative;
	margin-bottom:60px;
}
.section-header > h2{
	font-size:32px;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:2px;
	margin:0;
}
.section-header > p{
	color:rgba(0,0,0,.45);
	font-weight:500;
	margin:0;
	margin-top:3px;
}

/*=================================================================================
	Preloader
=================================================================================*/
#preloader{
	position:fixed;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background:#FFF;
	z-index:999;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	transition:all .3s ease;
}
#preloader > .loader{
	position:absolute;
	top:50%;
	left:0;
	right:0;
	text-align:center;
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	transform:translateY(-50%);
}
#preloader > .loader > span{
	display:block;
	margin-top:25px;
	text-transform:uppercase;
	letter-spacing:2px;
	font-size:10px;
	font-weight:bold;
	color:rgba(0,0,0,.45);
}
.no-js #preloader{
	display:none;
}
body.loaded #preloader{
	opacity:0;
	visibility:hidden;
}


/*=================================================================================
	Menu Design
=================================================================================*/
.menu-btn{
	position:absolute;
	height:64px;
	width:64px;
	line-height:64px;
	border-radius:50%;
	background:#009688;
	-webkit-box-shadow: 0 3px 15px 0 rgba(0,0,0,.18);
	-moz-box-shadow: 0 3px 15px 0 rgba(0,0,0,.18);
	box-shadow: 0 3px 15px 0 rgba(0,0,0,.18);
	top:50%;
	margin-top:-32px;
	left:-32px;
	display:block;
	overflow:hidden;
	text-align:center;
	z-index:999;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	transition:all .3s ease;
}
.menu-btn:hover{
	-webkit-box-shadow: 0 10px 35px 0 rgba(0,0,0,.18);
	-moz-box-shadow: 0 10px 35px 0 rgba(0,0,0,.18);
	box-shadow: 0 10px 35px 0 rgba(0,0,0,.18);
}
.menu-btn > .lines{
	vertical-align:middle;
	display:inline-block;
	*display:inline;
	*zoom:1;
	height:32px;
	width:32px;
	position:relative;
}
.menu-btn > .lines > span{
	position:absolute;
	left:0;
	display:block;
	height:4px;
	border-radius:2px;
	width:32px;
	margin:auto;
	background:#FFF;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	transition:all .3s ease;
}
.menu-btn > .lines > .l1{
	top:5px;
}
.menu-btn > .lines > .l2{
	top:14px;
}
.menu-btn > .lines > .l3{
	top:23px;
}
body.show-menu .menu-btn > .lines > .l2{
	opacity:0;
}
body.show-menu .menu-btn > .lines > .l1,
body.show-menu .menu-btn > .lines > .l3{
	top:50%;
	margin-top:-2px;
}
body.show-menu .menu-btn > .lines > .l1{
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	transform:rotate(45deg);
}
body.show-menu .menu-btn > .lines > .l3{
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	transform:rotate(-45deg);
}
.menu{
	position:absolute;
	background:#FFF;
	top:0;
	left:0;
	height:100%;
	width:100%;
	overflow-y:auto;
	opacity:0;
	visibility:hidden;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	transition:all .3s ease;
	z-index:199;
}
body.show-menu .menu{
	opacity:1;
	visibility:visible;
}
.menu-items{
	position:absolute;
	top:50%;
	width:100%;
	text-align:center;
	-webkit-transform:translate3d(0, -50%, 0);
	-moz-transform:translate3d(0, -50%, 0);
	-ms-transform:translate3d(0, -50%, 0);
	-o-transform:translate3d(0, -50%, 0);
	transform:translate3d(0, -50%, 0);
	z-index:99;
}
.menu-items > ul{
	list-style:none;
	padding:0;
	margin:0;
}
.menu-items > ul > li{
	display:inline-block;
	*display:inline;
	*zoom:1;
	margin:28px;
}
.menu-items > ul > li > a{
	display:block;
	text-decoration:none;
	color:#202020;
	opacity:0;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	transition:all .3s ease;
	-webkit-transform:translateY(15px);
	-moz-transform:translateY(15px);
	-ms-transform:translateY(15px);
	-o-transform:translateY(15px);
	transform:translateY(15px);
}
body.show-menu .menu-items > ul > li > a{
	opacity:1;
	-webkit-transform:translateY(0px);
	-moz-transform:translateY(0px);
	-ms-transform:translateY(0px);
	-o-transform:translateY(0px);
	transform:translateY(0px);
}
.menu-items > ul > li > a > i{
	display:block;
	height:130px;
	width:130px;
	line-height:130px;
	font-size:58px;
	vertical-align:middle;
	background:#F0F0F0;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	transition:all .3s ease;
	border-radius:50%;
}
.menu-items > ul > li > a > i:before{
	line-height:130px;
	vertical-align:middle;
}
.menu-items > ul > li > a > span{
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:2px;
	font-size:14px;
	margin-top:12px;
	display:block;
	color:#B6B6B6;
	position:relative;
	z-index:9;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	transition:all .3s ease;
}
.menu-items > ul > li > a:hover > i{
	-webkit-box-shadow: 0 10px 40px 0 rgba(0,0,0,.18);
	-moz-box-shadow: 0 10px 40px 0 rgba(0,0,0,.18);
	box-shadow: 0 10px 40px 0 rgba(0,0,0,.18);
	background:#009688;
	color:#FFF;
}
.menu-items > ul > li > a:hover > span{
	color:#202020;
}
body.show-menu .menu-items > ul > li:nth-of-type(1) > a{
	-webkit-transition-delay:.4s;
	-moz-transition-delay:.4s;
	transition-delay:.4s;
}
body.show-menu .menu-items > ul > li:nth-of-type(2) > a{
	-webkit-transition-delay:.5s;
	-moz-transition-delay:.5s;
	transition-delay:.5s;
}
body.show-menu .menu-items > ul > li:nth-of-type(3) > a{
	-webkit-transition-delay:.6s;
	-moz-transition-delay:.6s;
	transition-delay:.6s;
}
body.show-menu .menu-items > ul > li:nth-of-type(4) > a{
	-webkit-transition-delay:.7s;
	-moz-transition-delay:.7s;
	transition-delay:.7s;
}
body.show-menu .menu-items > ul > li:nth-of-type(5) > a{
	-webkit-transition-delay:.8s;
	-moz-transition-delay:.8s;
	transition-delay:.8s;
}
body.show-menu .menu-items > ul > li:nth-of-type(6) > a{
	-webkit-transition-delay:.9s;
	-moz-transition-delay:.9s;
	transition-delay:.9s;
}
body.show-menu .menu-items > ul > li:nth-of-type(7) > a{
	-webkit-transition-delay:1s;
	-moz-transition-delay:1s;
	transition-delay:1s;
}



/*=================================================================================
	Main Section
=================================================================================*/
.main-section{
	overflow:visible;
	padding:0;
}
.main-section,
.main-section > .row,
.main-section > .row > div{
	height:100%;
	position:relative;
}
.person-img{
	position:absolute;
	bottom:0;
	top:-55px;
	left:0;
	right:0;
	text-align:center;
	z-index:44;
}
.person-img > img{
	width:auto;
	height:100%;
}
.text-col-main{
	overflow:auto;
	height:100%;
}
.intro-text-col{
	position:relative;
	height:100%;
	width:100%;
	display:table;
	overflow-y:auto;
}
.intro-text-col > .inner{
	height:100%;
	width:100%;
	vertical-align:middle;
	display:table-cell;
}
.intro-text{
	padding:60px 100px;
	padding-left:0;
}
.intro-text > h1{
	font-weight:bold;
	font-size:50px;
	line-height:1.4em;
	margin:0;
	letter-spacing:2px;
	text-transform:uppercase;
}
.intro-text > span{
	font-size:16px;
	color:#009688;
	font-weight:300;
}
.intro-text > p{
	font-size:16px;
	color:#727272;
	color:rgba(0,0,0,.45);
	margin:0;
	font-weight:500;
	margin-top:35px;
	line-height:1.7em;
}
.intro-text > .intro-btns{
	margin-top:35px;
}
.intro-text > .intro-btns > .btn-material{
	margin-right:15px;
}
a.btn-material{
	color:#FFF;
}
.btn-material{
	position:relative;
	padding:11px 27px;
	border:solid 2px #009688;
	background:#009688;
	text-align:center;
	display:inline-block;
	*display:inline;
	*zoom:1;
	text-decoration:none !important;
	color:#FFF;
	text-transform:uppercase;
	letter-spacing:2px;
	font-weight:600;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	transition:all .3s ease;
}
.btn-material:hover{
	-webkit-box-shadow: 0 10px 35px 0 rgba(0,0,0,.14);
	-moz-box-shadow: 0 10px 35px 0 rgba(0,0,0,.14);
	box-shadow: 0 10px 35px 0 rgba(0,0,0,.14);
}
.btn-material.btn-secondary{
	background:#FFF;
	color:#727272;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-color:transparent;
}
.btn-material.btn-secondary:hover{
	border-color:#009688;
	color:#009688;
}


/*=================================================================================
	About Section
=================================================================================*/

/*== About Block ==*/
.about-text > p{
	margin:0;
	font-weight:500;
	color:rgba(0,0,0,.45);
	margin-bottom:10px;
}
.info-list{
	margin:0;
	padding:0;
	list-style:none;
	margin-top:-12px;
}
.info-list > li{
	padding:13px 10px;
	background:#FFF;
	border-bottom:solid 1px rgba(0,0,0,.1);
	margin-top:2px;
}
.info-list > li:last-of-type{
	border-color:transparent;
}
.info-list > li > strong{
	text-transform:uppercase;
	letter-spacing:2px;
	font-weight:bold;
	margin-right:5px;
}
.info-list > li > span{
	color:rgba(0,0,0,.45);
	font-weight:500;
}

/*== Services Block ==*/
.services-block{
	padding-top:100px;
}
.service{
	position:relative;
	padding:40px 35px;
	-webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 4px 0 rgba(0,0,0,.2);
	box-shadow: 0 1px 4px 0 rgba(0,0,0,.2);
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	transition:all .3s ease;
}
.service:hover{
	-webkit-box-shadow: 0 15px 50px 0 rgba(0,0,0,.14);
	-moz-box-shadow: 0 15px 50px 0 rgba(0,0,0,.14);
	box-shadow: 0 15px 50px 0 rgba(0,0,0,.14);
}
.service > i{
	font-size:0;
	text-align:center;
}
.service > i:before{
	font-size:64px;
	line-height:1em;
	vertical-align:middle;
}
.service > h4{
	margin-top:35px;
	margin-bottom:25px;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:2px;
}
.service > p{
	margin:0;
	color:rgba(0,0,0,.45);
	font-weight:500;
}

/*== Skills Block ==*/
.skills-block{
	padding-top:100px;
}
.skill{
	position:relative;
}
.skill{
	margin-bottom:40px;
}
.skill:last-of-type{
	margin-bottom:0;
}
.skill > h4{
	margin-bottom:8px;
	margin-top:0;
	font-size:14px;
}
.skill > .skill-bar{
	-webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 4px 0 rgba(0,0,0,.2);
	box-shadow: 0 1px 4px 0 rgba(0,0,0,.2);
	background:#FAFAFA;
	position:relative;
	height:12px;
}
.skill > .skill-bar > .percent{
	height:100%;
	width:10%;
	background:#009688;
}

/*== Pricing Block ==*/
.pricing-block{
	padding-top:100px;
}
.p-table{
	position:relative;
	padding:40px;
	-webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 4px 0 rgba(0,0,0,.2);
	box-shadow: 0 1px 4px 0 rgba(0,0,0,.2);
	text-align:center;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	transition:all .3s ease;
}
.p-table:hover{
	-webkit-box-shadow: 0 15px 50px 0 rgba(0,0,0,.14);
	-moz-box-shadow: 0 15px 50px 0 rgba(0,0,0,.14);
	box-shadow: 0 15px 50px 0 rgba(0,0,0,.14);
}
.p-table > .header{
	margin-bottom:25px;
}
.p-table > .header > h4{
	text-transform:uppercase;
	font-weight:bold;
	font-size:26px;
	letter-spacing:2px;
	margin:0;
	margin-bottom:45px;
}
.p-table > .header > .price{
	position:relative;
	height:96px;
	line-height:96px;
}
.p-table > .header > .price > span{
	display:inline-block;
	*display:inline;
	*zoom:1;
	position:relative;
}
.p-table > .header > .price > .currency{
	vertical-align:top;
	top:-22px;
	font-size:16px;
}
.p-table > .header > .price > .amount{
	font-size:84px;
	font-weight:bold;
}
.p-table > .header > .price > .period{
	vertical-align:baseline;
	color:#727272;
	color:rgba(0,0,0,.45);
	top:-4px;
	letter-spacing:2px;
	font-size:12px;
	text-transform:uppercase;
}
.p-table > .items{
	margin:0;
	padding:0;
	list-style:none;
	margin-bottom:35px;
}
.p-table > .items > li{
	padding:7px 0;
	color:rgba(0,0,0,.45);
	font-weight:500;
}

/*=================================================================================
	Resume Section
=================================================================================*/

/*== Timeline Block ==*/
.timeline{
	padding:0;
	margin:0;
	list-style:none;
	position:relative;
	padding:40px 0;
	padding-left:30px;
}
.timeline:before{
	content: ' ';
	position:absolute;
	width:2px;
	height:100%;
	top:0;
	left:0;
	background:#F0F0F0;
}
.timeline > li:last-of-type{
	margin-bottom:0;
}
.timeline > li{
	position:relative;
	margin-bottom:40px;
}
.timeline > li:before{
	content: ' ';
	position:absolute;
	height:16px;
	width:16px;
	border:solid 4px #009688;
	border-radius:50%;
	left:-37px;
	background:#FFF;
	top:10px;
}
.timeline > li > .timeline-content{
	padding:20px;
	position:relative;
	background:#FFF;
	border-left:solid 3px #009688;
	-webkit-box-shadow: 0 2px 6px 0 rgba(0,0,0,.2);
	-moz-box-shadow: 0 2px 6px 0 rgba(0,0,0,.2);
	box-shadow: 0 2px 6px 0 rgba(0,0,0,.2);
}
.timeline > li > .timeline-content:before{
	content: ' ';
	position:absolute;
	width:37px;
	height:2px;
	background:#009688;
	left:-37px;
	top:17px;
	z-index:-1;
}
.timeline > li > .timeline-content > h4{
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:2px;
	margin:0;
}
.timeline > li > .timeline-content > span{
	color:#009688;
}
.timeline > li > .timeline-content > p,.timeline > li > .timeline-multiple-content > p {
	margin:0;
	margin-top:15px;
	color:rgba(0,0,0,.45);
	font-weight:500;
}

/*== Testimonials Block ==*/
.testimonials-block{
	padding-top:100px;
}
.testimonial{
	position:relative;
}
.testimonial > .icon{
	font-size:70px;
	color:#009688;
	position:absolute;
	top:0;
	left:0;
	z-index:9;
}
.testimonial > .content{
	margin:15px;
	margin-left:35px;
	padding:20px;
	padding-left:35px;
	font-size:14px;
	background:#FFF;
	box-shadow:0 2px 6px 0 rgba(0,0,0,.2);
	position:relative;
}
.testimonial > .content > p{
	margin:0;
}
.testimonial > .content > .author-info{
	margin-top:25px;
}
.testimonial > .content > .author-info > h4{
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing:2px;
	margin:0;
	font-size:16px;
}
.testimonial > .content > .author-info > span{
	font-weight:500;
	color:rgba(0,0,0,.45);
	font-size:12px;
}
.owl-controls{
	margin-top:40px;
}
.owl-dots{
	font-size:0;
}
.owl-dots > .owl-dot{
	display:inline-block;
	*display:inline;
	*zoom:1;
	margin-right:10px;
}
.owl-dots > .owl-dot > span{
	display:block;
	height:8px;
	width:44px;
	background:#FAFAFA;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	transition:all .3s ease;
	-webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
	-moz-box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
}
.owl-dots > .owl-dot.active > span{
	background:#009688;
}

/*=================================================================================
	Portfolio Section
=================================================================================*/

/*== Portfolio Filters ==*/
.portfolio-filters{
	padding:0;
	margin:0;
	list-style:none;
	font-size:0;
	margin-bottom:40px;
}
.portfolio-filters > li{
	display:inline-block;
	*display:inline;
	*zoom:1;
}
.portfolio-filters > li > a{
	display:block;
	font-weight:bold;
	color:rgba(0,0,0,.45);
	font-size:14px;
	text-transform:uppercase;
	letter-spacing:2px;
	margin-right:25px;
	text-decoration:none;
}
.portfolio-filters > li:last-of-type > a{
	margin-right:0;
}
.portfolio-filters > li > a.active,
.portfolio-filters > li > a:hover{
	color:#009688;
}

/*== Portfolio Items ==*/
.portfolio-items{
	list-style:none;
	padding:0;
	margin:-8px;
	overflow:visible !important;
}
.portfolio-items > li{
	width:33.333%;
}
.portfolio-items > li > .inner{
	margin:8px;
	position:relative;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	transition:all .3s ease;
	-webkit-box-shadow: 0 2px 6px 0 rgba(0,0,0,.4);
	-moz-box-shadow: 0 2px 6px 0 rgba(0,0,0,.4);
	box-shadow: 0 2px 6px 0 rgba(0,0,0,.4);
}
.portfolio-items > li > .inner > img{
	width:100%;
}
.portfolio-items > li:hover > .inner{
	-webkit-box-shadow: 0 10px 30px 0 rgba(0,0,0,.18);
	-moz-box-shadow: 0 10px 30px 0 rgba(0,0,0,.18);
	box-shadow: 0 10px 30px 0 rgba(0,0,0,.18);
}
.portfolio-items > li > .inner > .overlay{
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background:#FFF;
	background:rgba(255,255,255,.95);
	opacity:0;
	visibility:hidden;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	transition:all .3s ease;
}
.portfolio-items > li:hover > .inner > .overlay{
	opacity:1;
	visibility:visible;
}
.portfolio-items > li > .inner > .overlay > a{
	text-transform:uppercase;
	letter-spacing:2px;
	color:#727272;
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%, -50%);
	-moz-transform:translate(-50%, -50%);
	-ms-transform:translate(-50%, -50%);
	-o-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%);
	text-decoration:none;
	font-weight:bold;
	display:inline-block;
	*display:inline;
	*zoom:1;
}
.portfolio-items > li > .inner > .overlay > a:hover{
	color:#009688;
}

/*== Project Popup ==*/
.mfp-bg{
	background:#FFF;
}
.my-mfp-zoom-in .zoom-anim-dialog {
	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); 
}
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	-webkit-transform: scale(1); 
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-o-transform: scale(1); 
	transform: scale(1); 
}
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
	-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;
}
.my-mfp-zoom-in.mfp-bg {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out; 
	-moz-transition: opacity 0.3s ease-out; 
	-o-transition: opacity 0.3s ease-out; 
	transition: opacity 0.3s ease-out;
}
.my-mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: .96;
}
.my-mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}
.my-mfp-slide-bottom .zoom-anim-dialog {
	opacity: 0;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	-webkit-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	-moz-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	-ms-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	-o-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
}
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	-webkit-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
	-moz-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
	-ms-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
	-o-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
	transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
}
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
	opacity: 0;
	-webkit-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
	-moz-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
	-ms-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
	-o-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
	transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
}
.my-mfp-slide-bottom.mfp-bg {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out; 
	-moz-transition: opacity 0.3s ease-out; 
	-o-transition: opacity 0.3s ease-out; 
	transition: opacity 0.3s ease-out;
}
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
	opacity: 0.8;
}
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
	opacity: 0;
}
.mfp-container{
	padding:28px !important;
	overflow:auto;
}
.popup-box{
	background:#FFF;
	max-width:450px;
	margin:0 auto;
	position:relative;
	-webkit-box-shadow: 0 10px 50px 0 rgba(0,0,0,.18);
	-moz-box-shadow: 0 10px 50px 0 rgba(0,0,0,.18);
	box-shadow: 0 10px 50px 0 rgba(0,0,0,.18);
}
.popup-box > .mfp-close{
	top:-24px;
	right:-24px;
	background:#FFF;
	height:48px;
	width:48px;
	border-radius:50%;
	-webkit-box-shadow: 0 2px 6px 0 rgba(0,0,0,.2);
	-moz-box-shadow: 0 2px 6px 0 rgba(0,0,0,.2);
	box-shadow: 0 2px 6px 0 rgba(0,0,0,.2);
	opacity:1;
	font-size:26px;
}
.popup-box > .mfp-close:hover{
	-webkit-box-shadow: 0 5px 15px 0 rgba(0,0,0,.18);
	-moz-box-shadow: 0 5px 15px 0 rgba(0,0,0,.18);
	box-shadow: 0 5px 15px 0 rgba(0,0,0,.18);
}
.popup-box > .content{
	padding:30px;
}
.popup-box > .content > h4{
	text-transform:uppercase;
	letter-spacing:2px;
	font-weight:bold;
	font-size:20px;
}
.popup-box > .content > p{
	font-size:14px;
	color:rgba(0,0,0,.45);
	font-weight:500;
}

/*=================================================================================
	Contact Section
=================================================================================*/
.contact-info{
	position:relative;
	margin-bottom:25px;
}
.contact-info:before,
.contact-info:after{
	content: ' ';
	display:table;
}
.contact-info:after{
	clear:both;
}
.contact-info > i{
	font-size:48px;
	width:60px;
	float:left;
	color:#009688;
}
.contact-info > p{
	float:left;
	color:rgba(0,0,0,.45);
	font-size:16px;
	margin-top:5px;
	margin-bottom:0;
	font-weight:500;
	line-height:1.8em;
}
.alert{
	border-radius:0;
	padding:17px;
	-webkit-box-shadow: 0 2px 6px 0 rgba(0,0,0,.18);
	-moz-box-shadow: 0 2px 6px 0 rgba(0,0,0,.18);
	box-shadow: 0 2px 6px 0 rgba(0,0,0,.18);
	border:none;
	color:#FFF;
}
.alert.alert-success{
	background:#66bb6a; 
}
.alert.alert-danger{
	background:#ef5350;
}
.contact-form .form-group{
	margin-bottom:30px;
}
.contact-form > .form-group:last-of-type{
	margin-bottom:0;
}
.form-control{
	border:none;
	-webkit-box-shadow:none !important;
	-moz-box-shadow:none !important;
	box-shadow:none !important;
	border-radius:0;
	border-bottom:solid 2px #B6B6B6;
	padding:12px;
	height:auto;
}
.form-control:focus{
	border-color:#009688;
}
textarea.form-control{
	resize:vertical;
}
.contact-info-icons{
	padding-left:30px;
}
.contact-form .btn-material{
	outline:none;
	font-size:13px;
}

/*=================================================================================
	Responsive CSS
=================================================================================*/
@media(max-width:1024px){
	.intro-text{
		padding:60px 80px;
		padding-left:0;
	}
}
@media(max-width:992px){
	.portfolio-items > li{
		width:50%;
	}
	.intro-text{
		padding:0;
		-webkit-transform:none;
		-moz-transform:none;
		-ms-transform:none;
		-o-transform:none;
		transform:none;
	}
	.info-list{
		margin-bottom:30px;
	}
	.service{
		margin-bottom:30px;
	}
	.main-section > .row,
	.main-section > .row > div{
		height:auto;
	}
	.main-section{
		overflow-y:auto;
		overflow-x:hidden;
		padding:80px;
	}
	.section{
		padding:80px;
		padding-bottom:0;
	}
	.section:after,
	.main-section:after{
		height:80px;
	}
	.intro-text > p{
		margin-bottom:40px;
	}
	.intro-text > .intro-btns > .btn-material{
		margin:0;
		display:block;
		margin-bottom:15px;
	}
	.intro-text-col{
		display:block;
		height:auto;
	}
	.person-img{
		position:relative;
		top:0;
		height:auto;
		text-align:center;
		background:#F0F0F0;
		padding:80px 125px;
		padding-bottom:0;
		margin:-100px;
		margin-bottom:100px;
	}
	.person-img > img{
		position:static;
		height:auto;
		width:100%;
		max-width:300px;
	}
	.skill:last-of-type{
		margin-bottom:40px;
	}
	.p-table{
		margin-bottom:30px;
	}
	.contact-info-icons{
		padding:0;
	}
	.contact-form{
		margin-top:60px;
	}
	div:last-of-type > .skill:last-of-type,
	div:last-of-type > .service:last-of-type,
	div:last-of-type > .p-table:last-of-type{
		margin-bottom:0;
	}
	.main-content{
		top:40px;
		left:40px;
		right:40px;
		bottom:40px;
	}
}
@media(max-width:768px){
	.portfolio-items > li{
		width:100%;
	}
}
@media(max-width:600px){
	.main-content{
		top:0;
		left:0;
		right:0;
		bottom:0;
	}
	.section,
	.main-section{
		padding:50px;
		padding-bottom:0;
	}
	.section:after,
	.main-section:after{
		height:50px;
	}
	.menu-btn{
		right:30px;
		bottom:30px;
		top:auto;
		left:auto;
		-webkit-transform:none;
		-moz-transform:none;
		-ms-transform:none;
		-o-transform:none;
		transform:none;
	}
	.menu-items{
		-webkit-transform:none;
		-moz-transform:none;
		-ms-transform:none;
		-o-transform:none;
		transform:none;
		position:static;
	}
	.testimonial > .icon{
		display:none;
	}
	.owl-controls{
		margin-left:3px;
	}
	.testimonial > .content{
		margin:3px;
	}
}

@media(max-width:400px){
	.section,
	.main-section{
		padding:35px 20px;
		padding-bottom:0;
	}
	.section:after,
	.main-section:after{
		height:35px;
	}
	.p-table > .header > .price > .amount{
		font-size:70px;
	}
}

.custom-icon {
  font-size: 36px;
  color: #16a085;
  padding-left: 10px;
}
.timeline-multiple-content{
	padding-top: 10px;
}