
.fa-angle-double-down:before {content: "\f103";}
 
.fa-angle-double-down{
	color:white;
	font-size:60px;
	
}
 .typed-cursor{
	opacity: 1;
	-webkit-animation: blink 0.7s infinite;
	-moz-animation: blink 0.7s infinite;
	animation: blink 0.7s infinite;
}
@keyframes blink{
	0% { opacity:1; }
	50% { opacity:0; }
	100% { opacity:1; }
}
@-webkit-keyframes blink{
	0% { opacity:1; }
	50% { opacity:0; }
	100% { opacity:1; }
}
@-moz-keyframes blink{
	0% { opacity:1; }
	50% { opacity:0; }
	100% { opacity:1; }
} 
.bounce {
	
	 position: absolute;
	 bottom: 30px;
	 left: 50% ;
	 width: 60px;
	 height: 60px ;
	 margin-left:-30px;
	 border: 2px solid white;
	 -webkit-border-radius:50%;
	 -moz-border-radius:50%;
	 -ms-border-radius:50%;
	 border-radius:50%;
	 animation: bounce 2s infinite;
	 -webkit-animation: bounce 2s infinite;
	 -moz-animation: bounce 2s infinite;
	 -o-animation: bounce 2s infinite;
}
 
@-webkit-keyframes bounce {
	 0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);} 
	 40% {-webkit-transform: translateY(-30px);}
	 60% {-webkit-transform: translateY(-15px);}
}
 
@-moz-keyframes bounce {
	 0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
	 40% {-moz-transform: translateY(-30px);}
	 60% {-moz-transform: translateY(-15px);}
}
 
@-o-keyframes bounce {
	 0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
	 40% {-o-transform: translateY(-30px);}
	 60% {-o-transform: translateY(-15px);}
}
@keyframes bounce {
	 0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	 40% {transform: translateY(-30px);}
	 60% {transform: translateY(-15px);}
}


body, html {
	font-family: 'Open Sans', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #777;
	background-color: #F3ECEC;
}
h1 {
}
h1 strong {
	font-weight: 900;
}
h2 {
	line-height: 20px;
	margin: 0;
}
h3 {
	font-size: 18px;
	font-weight: 500;
	color: #444;
	text-transform: uppercase;
}
h4 {
	font-size: 22px;
	/* text-transform: uppercase; */
	font-weight: 600;
	color: #444;
}
h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
p {
	color: #555;
	font-size: 15px;
}
hr {
    border: none;
    height: 5px;
	width:200px;
    color: #f38181; /* old IE */
    background-color: #f38181; /* Modern Browsers */
}

.back-to-top {
	background: none;
	position: fixed;
	bottom: 0;
	right: 0;
	float:right;
	width: 70px;
	height: 70px;
	
	display: none;
	text-decoration: none;
	font-size:40px;
	color: #f38181; 
}
.six-sec-ease-in-out {
    -webkit-transition: width 6s ease-in-out;
    -moz-transition: width 6s ease-in-out;
    -ms-transition: width 6s ease-in-out;
    -o-transition: width 6s ease-in-out;
    transition: width 6s ease-in-out;
}
.progress  {
    height:22px;
}
.clearfix{
	display: inline-block;
	position: relative;
	padding-top: 210px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 90px;
}

#mypic{
	margin-top:20px;
	border: 7px solid #f38181;
	
}

#details #aboutme{
	padding:25px;
}

.img-centered {
	margin: 0 auto;
}
/* Navigation */
.navbar {
	border: 1px;
	background-color: #000000;
	position: fixed;
	top: 60px;
	right: 3%;
	width: 110px;
	z-index: 800;
	transition: all 0.8s;
	border-radius: 5%
}

.navbar .navbar-collapse {
	padding: 0px;
	max-height: none;
}

.navbar .navbar-nav {
	float: none;
}

.navbar-nav {
	margin: 0px;
}

.navbar .nav>li {
	display: block;
	float: none;
	height: 80px;
	background-color: #26242A;
	;
}

.navbar .nav>li a {
	display: block;
	height: 80px;
	text-align: center;
	padding-top: 30px;
	font-weight: 600;
	color: #FFFFFF;
}

.navbar .nav>li a:hover,
.navbar .nav>li a:focus {
	background-color: #26242A;
	color: #999999;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
	background: #26242A;
	color: #f38181;
}

.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
	background-color: #000000;
	background: #f38181;
}

.fixed .navbar {
	position: fixed;
	top: 60px;
}



/* Home Style */
header {
	background: url(../jpg/home.jpg) no-repeat bottom center;
	background-size: cover;
	color: #cfcfcf;
	position: relative;
	height: 100%;
}
header p {
	color: #ffffff;
	font-size: 18px;
	/* //text-transform: uppercase; */
	margin-bottom: 60px;
	letter-spacing: 2px;
}
.intro-text {
	position: relative;
	padding-top: 100px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 240px;
}
.intro-text H1 {
	font-size: 50px;
	/* //text-transform: uppercase; */
	color: #FFFFFF;
	font-weight: 500;
}
.intro-text .brand {
	font-weight: 700;
}
.btn-default {
	color: #fff;
	background-color: transparent;
	border: 2px solid #fff;
	margin: 0 8px;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-radius: 0;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active {
	background-color: rgba(245,152,152,0.8);
	border: 2px solid rgba(245,152,152,0.2);
	color: #fff;
}

#profile_section {
	padding: 80px 0;
	background: #fff;
}
#profile_section .color {
	color: #f38181;
}

#experience-section {
	padding: 10px 0;
	background-color: #F7F2F2;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#F7F2F2), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #F7F2F2, #ffffff);
  background-image:    -moz-linear-gradient(top, #F7F2F2, #ffffff);
  background-image:      -o-linear-gradient(top, #F7F2F2, #ffffff);
  background-image:         linear-gradient(to bottom, #F7F2F2, #ffffff);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f2f2', endColorstr='#ffffff', GradientType=0 ); /* IE6-9 */

}

#experience-section .color {
	color: #f38181;
}

#abilities_section {
	padding: 20px 0;
	/* //background-color: #fff; */
}
#abilities_section .color {
	color: #f38181;
}


/* Team Section #F7F2F2*/
#team-section {
	padding: 100px 0;
}
.section-title.center {
	padding: 30px 0;
}
.section-title h2, .section-title.center h2 {
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 20px;
	color: #444;
	text-transform: uppercase;
}
/* Gallery Section 
==============================*/
.project-section, .service-section{
	padding: 50px 0 0 0;
	background-color:#ffffff;
	 background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#F7F2F2));
  background-image: -webkit-linear-gradient(top, #ffffff, #F7F2F2);
  background-image:    -moz-linear-gradient(top, #ffffff, #F7F2F2);
  background-image:      -o-linear-gradient(top, #ffffff, #F7F2F2);
  background-image:         linear-gradient(to bottom, #ffffff, #F7F2F2);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#F7F2F2', GradientType=0 ); /* IE6-9 */

}
.categories {
	padding-bottom: 30px;
	text-align: center;
}
ul.cat li {
	display: inline-block;
}
ol.type li {
	display: inline-block;
	margin-left: 20px;
}
ol.type li a {
	color: #777;
	padding: 4px 8px;
	text-transform: uppercase;
}
ol.type li a.active {
	color: #ffffff;
	background: #f59898;
}
ol.type li a:hover {
	color: #ffffff;
	background: #f59898;
}

.project-item {
	
	margin-bottom: 30px;
}
.project-item .hover-bg {
	max-height: 300px;
	overflow: hidden;
	position: relative;
}
.hover-bg .hover-text {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	color: #ffffff;
	background: rgba(245, 152, 152, 0.9);
	padding: 15% 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: all 0.5s;
}
.hover-bg .hover-text p {
	color: #fff;
	font-size: 16px;
	font-weight: 300;
}
.hover-bg .hover-text>h4 {
	opacity: 0;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: all 0.3s;
	color: #fff;
	font-size: 24px;
	font-weight: 500;
}
.hover-bg:hover .hover-text>h4 {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.hover-bg:hover .hover-text {
	opacity: 1;
}

.project-modal .modal-content {
	padding: 100px 0;
	min-height: 100%;
	border: 0;
	border-radius: 0;
	font-size: 15px;
	font-weight: 300;
	text-align: center;
	background-clip: border-box;
	-webkit-box-shadow: none;
	box-shadow: none;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+50,f6f6f6+100 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 50%, #f6f6f6 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 50%, #f6f6f6 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 50%, #f6f6f6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=0 ); /* IE6-9 */
}
.project-modal .modal-content h2 {
	margin-bottom: 15px;
	font-size: 36px;
	font-weight: 600;
}
.project-modal .modal-content p {
	margin-bottom: 30px;
	font-size: 15px;
}
.project-modal .modal-content p.item-intro {
	margin: 20px 0 30px;
	font-style: italic;
	font-size: 16px;
}
.project-modal .modal-content ul.list-inline {
	margin-top: 0;
	margin-bottom: 30px;
}
.project-modal .modal-content ul.list-inline span {
	font-weight: 600;
}
.project-modal .modal-content img {
	margin-bottom: 30px;
}
.project-modal .close-modal {
	position: absolute;
	top: 25px;
	right: 25px;
	width: 75px;
	height: 75px;
	background-color: transparent;
	cursor: pointer;
}
.project-modal .close-modal:hover {
	opacity: .3;
}
.project-modal .close-modal .lr {
	z-index: 1051;
	width: 1px;
	height: 75px;
	margin-left: 35px;
	background-color: #222;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.project-modal .close-modal .lr .rl {
	z-index: 1052;
	width: 1px;
	height: 75px;
	background-color: #222;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}


#contact-section {
	padding: 100px 0 80px 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+50,f6f6f6+100 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 50%, #f6f6f6 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 50%, #f6f6f6 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 50%, #f6f6f6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=0 ); /* IE6-9 */
}
#contact-section h3 {
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
}
#contact-section form {
	padding: 30px 0;
}
#contact-section i.fa {
	color: #ccc;
	margin-right: 20px;
}
label {
	font-size: 12px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	float: left;
}
#contact-section .form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 2px solid #ddd;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
#contact-section .form-control:focus {
	border-color: inherit;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}
#contact-section .btn {
	background: #fbfbfb;
	border: 2px solid #ccc;
	padding: 10px 20px;
	margin-top: 20px;
	margin-left: 0;
	color: #aaa;
	font-size: 15px;
}
#contact-section .btn:hover, #contact-section .btn:focus {
	background: #f59898;
	border: 2px solid #f59898;
	color: #fff;
}
#contact-section .text-danger {
	color: #cc3300;
	text-align: left;
}

#hireme{
	right:40px;
	float:right;
	position:fixed;
	z-index:5;
}
#callme{
	height:10px;	
	clear:both;
	
	left:5%;
	position:fixed;
	z-index:5;
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}
/* Social Section */
#social-section {
	padding: 35px 0 25px 0;
	background-color: dimgray;
	text-align: center;
}
#social-section .social ul li {
	display: inline-block;
	margin: 10px 30px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}
#social-section .social i.fa {
	color: #f59898;
	font-size: 26px;
	padding: 8px 0;
	width: 40px;
	height: 40px;
	transition: all 0.5s;
}
#social-section .social i.fa:hover {
	color: #fff;
	background: #f59898;
}
/* Footer */
#footer {
	background: #1a252f;
	padding: 15px 0 10px 0;
}
#footer p {
	font-size: 14px;
	margin-top: 10px;
	color: white;
}

@media (max-width: 768px) {
.content {
	padding: 40% 0 0;
}
#menu.navbar-default {
	background-color: rgba(0, 0, 0, 0.3);
}
}

@media (max-width: 603px) {
label {
	float: none !important
}
.hover-bg .hover-text {
	padding: 12% 0;
}
}

@media (max-width: 360px) {
.hover-bg .hover-text {
	padding: 22% 10%;
}
}


@media (max-width: 767px) { 
	.jumbotron:before {
		bottom: 100px;
		left: 20px;
		right: 20px;
		top: 20px;		
	}
	.clearfix{
		
		padding-bottom: 10px;
	}
	.jumbotron .container { top: 20%; padding-top: 0px; }
	.jumbotron .scroll-down { width: 100%; right: 0px; }
	
	.navbar  { left: 0px; width: 100%; top:0px;  }
	.navbar .nav > li { height: 60px; }
	.navbar .nav > li a { height: 60px; text-align: center; padding-top: 20px; font-weight: 600; color: #FFFFFF; }
	.navbar-default {
		background-color: #F7F2F2;
	  background-image: -webkit-gradient(linear, left top, left bottom, from(#F7F2F2), to(#ffffff));
	  background-image: -webkit-linear-gradient(top, #F7F2F2, #ffffff);
	  background-image:    -moz-linear-gradient(top, #F7F2F2, #ffffff);
	  background-image:      -o-linear-gradient(top, #F7F2F2, #ffffff);
	  background-image:         linear-gradient(to bottom, #F7F2F2, #ffffff);
	 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f2f2', endColorstr='#ffffff', GradientType=0 ); /* IE6-9 */

		border-radius:0px;
		
	}
	#hireme{
		height:10px;	
		clear:both;
		bottom:70px;
		right:0px;
		position:fixed;
		z-index:5;
	}
	#callme{
		left:10px;
		height:10px;	
		bottom:70px;
		position:fixed;
		z-index:5;
	}
	.fixed .navbar { top: 0px; }
	
	.hidden-phone { display: none; }
	
	#social-section .social ul li {
		margin: 10px;
	}
	#social-section .social ul{
		-webkit-padding-start: 0px !important;
		padding-left: 0px;
	}
	.intro-text H1 {
		font-size: 36px;
	}
}


@media(min-height:800px){
	.clearfix{
	display: inline-block;
	position: relative;
	padding-top: 210px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 200px;
	}

}

@media(min-width:992px){
	.border-right{
		border-right: 3px solid darkslategrey;
	}
}

.btn3d {
    transition:all .08s linear;
    position:relative;
    outline:medium none;
    -moz-outline-style:none;
    border:0px;
    margin-right:10px;
    margin-top:15px;
}
.btn3d:focus {
    outline:medium none;
    -moz-outline-style:none;
}
.btn3d:active {
    top:9px;
}
.btn-default {
    box-shadow:0 0 0 1px #ebebeb inset, 0 0 0 2px rgba(255,255,255,0.15) inset, 0 8px 0 0 #adadad, 0 8px 0 1px rgba(0,0,0,0.4), 0 8px 8px 1px rgba(0,0,0,0.5);
    background-color:#fff;
}
.btn-primary {
    box-shadow:0 0 0 1px #428bca inset, 0 0 0 2px rgba(255,255,255,0.15) inset, 0 8px 0 0 #357ebd, 0 8px 0 1px rgba(0,0,0,0.4), 0 8px 8px 1px rgba(0,0,0,0.5);
    background-color:#428bca;
}
 .btn-success {
    box-shadow:0 0 0 1px #5cb85c inset, 0 0 0 2px rgba(255,255,255,0.15) inset, 0 8px 0 0 #4cae4c, 0 8px 0 1px rgba(0,0,0,0.4), 0 8px 8px 1px rgba(0,0,0,0.5);
    background-color:#5cb85c;
}
 .btn-info {
    box-shadow:0 0 0 1px #5bc0de inset, 0 0 0 2px rgba(255,255,255,0.15) inset, 0 8px 0 0 #46b8da, 0 8px 0 1px rgba(0,0,0,0.4), 0 8px 8px 1px rgba(0,0,0,0.5);
    background-color:#5bc0de;
}
.btn-warning {
    box-shadow:0 0 0 1px #f0ad4e inset, 0 0 0 2px rgba(255,255,255,0.15) inset, 0 8px 0 0 #eea236, 0 8px 0 1px rgba(0,0,0,0.4), 0 8px 8px 1px rgba(0,0,0,0.5);
    background-color:#f0ad4e;
}
.btn-danger {
    box-shadow:0 0 0 1px #c63702 inset, 0 0 0 2px rgba(255,255,255,0.15) inset, 0 8px 0 0 #C24032, 0 8px 0 1px rgba(0,0,0,0.4), 0 8px 8px 1px rgba(0,0,0,0.5);
    background-color:#c63702;
}
a:hover{ 
	color: #c63702;
	text-decoration: none;
}

a, a:visited, a:active, a:focus{
		text-decoration: none;

}
.header-span{
	font-size: 18px;
    font-weight: 600;
}

.mt15{
	margin-top: 15px;
}
.ml15{
	margin-left: 15px;
}

.mr15{
	margin-right: 15px;
}

.owl-carousel {
	-ms-touch-action: none;
	touch-action: none;
	}

.pricing{
	font-size: medium;
}

.pb25{
	padding-bottom: 25px;
}
