/*
	Author: webthemez.com 
*/ 
/*@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,500,700,400italic,500italic);*/
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@500&display=swap');
/* Global styles
================================================== */
* {
	font-family: 'Roboto Slab', serif;
}
html{
	overflow-x: hidden !important;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

body{
	border: 0;
	margin: 0;
	padding: 0;
	color: #333333;
	font-size: 14px;
	background: #fff;
	
}


a:link,
a:visited{
    text-decoration: none;
}


a:hover{
	text-decoration: none;
	color: #c80a48;
	cursor: pointer;
}


section{
	position: relative;
}

.no-padding{
	padding: 0;
}

a:focus{
	outline: 0;
}
a{
	color: #fff;
}

a.read-more:hover{
	color: #09C3E7;
}
ul,li{
	list-style: none;
}

/* Typography
================================================== */

body, p{
	
	font-weight: normal;
	font-size: 16px;
	line-height: 30px;
	background-color: #0C0A09;
}


h1{
    font-size: 36px;
    line-height: 48px;
}

h2{
    font-size: 30px;
    line-height: 24px;
    font-weight: 500;
    text-transform: uppercase;
    color: #F1F1F1;
}

h3{
    font-size: 22px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 500;
    color: #FFFFFF;
}

h4{
    font-size: 17px;
    line-height: 20px;
    font-weight: 400;
}

h5{
    font-size: 14px;
    line-height: 24px;
}

 .pattern-overlay {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-image: url('../images/bg-pattern.png');
    background-repeat: repeat;
}

/*Button styles
=============================================*/
.btn-default{
	font-size: 18px;
	line-height: 24px;
	padding: 20px 19px;
	border: 1px solid#C30D49;
	text-transform: uppercase;
	border-radius: 0px;
	font-weight: 700;
	background: #c80a48;
	color: #fff;
	-webkit-transition: all .4s ease-in 0s;
	-o-transition: all .4s ease-in 0s;
	transition: all .4s ease-in 0s;
}
.btn-default.featured{
	font-size: 18px;
	line-height: 24px;
	padding: 20px 19px;
	text-transform: uppercase;
	border-radius: 0px;
	font-weight: 700;
	background: #c80a48;
	color: #fff;
	margin-top: 50px;
	-webkit-transition: all .4s ease-in 0s;
	-o-transition: all .4s ease-in 0s;
	transition: all .4s ease-in 0s;
}
.btn-default:hover{
	background: #fff;
	color: #066FA9;
	border-color: #fff;
}
.btn-default.featured:hover{
	background: #DA1757;
	color: #fff;
	border-color: #E61D5F;
}

.btn-whatsapp {
	cursor:pointer;
	position:fixed;
	left:90px;
	bottom:60px;
	z-index: 9999;
}
#arrow-up {
	display:none;
	background:#282828;
	cursor:pointer;
	position:fixed;
	right:100px;
	bottom:60px;
	border-radius:5%;
	width:60px;
	height:60px;
	text-align:center;
	padding:5px;
	color:#b4c80a;
	font-size:40px
}

/*Global styles
==============================================*/
.section-padding{
	padding: 100px 0px;
}
p{
	color: #929292;
	background-color: transparent;
}
h2.heading-title{
	
	font-weight: 700;
}
.section-heading{
	text-align:left;
	padding-bottom:20px;
	
}

/*=============================================
  Banner styles
================================================*/

#section-banner{
	background: url("../images/bg.png") ;
	background-size: cover;
	background-repeat:no-repeat;
	background-attachment: fixed;
}
.banner-content{
	padding: 250px 0px 300px 0px;
	position: relative;
	z-index: 3;
	text-align: right;
}

h2.title{
	font-size: 57px;
	line-height: 72px;
	color: #fff;
	font-weight: 600;
	text-transform: capitalize;
}
h2.title span{
	font-size: 32px;
	line-height: 60px;
	color: #fff;
	text-transform: capitalize;
	/* width: 243px; */
	display: block;
	padding: 0;
	font-weight: normal;
}
.line-top{
	width: 930px;
	color: #fff;
	background: #fff;
	height: 2px;
	margin: 32px auto;
}
.line-btm{
	width: 930px;
	color: #fff;
	background: #fff;
	height: 2px;
	margin: 32px auto;
}
.banner-content a.btn-default {
	padding: 15px 36px!important;
}

.label-skills {
	font-size: 12px;
	color:#b4c80a;
}

#typing {
	border-right: .05em solid;
	animation: caret 1s steps(1) infinite;
	position:absolute;right:0;overflow:hidden;font-weight:bold;font-size:50px;color:#b4c80a
  }
  
  @keyframes caret {
	50% {
	  border-color: transparent;
	}
  }
/*==================================================
	navbar-menu
=====================================================*/

.navbar-default .navbar-toggle {
  
  border-color: #FEFEFE;
  height:40px;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #b4c80a;
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
}
.section-menu{
	z-index: 9999;
}
.navbar{}
.navbar-default{
	border:0;
	background: rgba(40,40,39, 0.9);
	border-radius: 0px;
}
.navbar-nav {}
.navbar-nav li{
	/*padding-right: 40px;*/
}
.title-service {
	
	padding-top: 40px;
	padding-bottom: 50px;
}
.service {
	padding:0;
	border-radius: 5px;
	text-align: center;
	font-size:100px;
	color:white;
	transition: all 0.5s;
	
	
}
.service-item {
	background:#13100f;
	padding:10px;
	margin:0 auto;
	width:95%;
	border-radius:6px;
	border:1px solid transparent;
	transition:all 0.5s;
	position:relative;
	top:0;
}
.table-project-content {
	font-size:14px;
	width:85%;
	color:#a09d9d;
	line-height:28px
}
.table-project-content a:hover {
	color: #ffffff;
}

.table-project-content a:visited {
	color: #ffffff;
}
.project-content {
	padding-top:20px;
	padding-bottom:50px;
	padding-left:80px
}

#modal-project .modal-title span {
	color: #b4c80a;
	font-size:20px !important;
	position:relative;
	top:5px
}
#modal-project {
	top:20vh;
}
#modal-project .modal-content{
	border-radius:0;
	background:#464645;
}
#modal-project .modal-header {
	border-bottom: 1px solid #383434;
}
#modal-project .modal-header h5 span {
	color:#b4c80a ;
	font-size:20px
}
.service-item:hover {
	opacity:0.8;
	top:-7px;
	
}
.service-item img {
	width:100%
}
.service-item .service-title {
	font-size:16px
}
.overlay-loader {
    top:0;
    left:0;
    position: fixed;
    background:rgba(0,0,0,0.9);
    width:100%;
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	z-index: 9999;
}
/* loader */
@keyframes ldio-rpinwye8j0b {
    0% { transform: rotate(0deg) }
    50% { transform: rotate(180deg) }
    100% { transform: rotate(360deg) }
  }
  .ldio-rpinwye8j0b div {
    position: absolute;
    animation: ldio-rpinwye8j0b 1s linear infinite;
    width: 160px;
    height: 160px;
    top: 20px;
    left: 20px;
    border-radius: 50%;
    box-shadow: 0 4px 0 0 #b4c80a;
    transform-origin: 80px 82px;
  }
  .loadingio-eclipse {
    width: 200px;
    height: 200px;
    display: inline-block;
    overflow: hidden;
  }
  .ldio-rpinwye8j0b {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(1);
    backface-visibility: hidden;
    transform-origin: 0 0; /* see note above */
  }
  .ldio-rpinwye8j0b div { box-sizing: content-box; }
.service i {
	color:orange;
}
.service-title{
	padding:20px;
	color:#b4c80a;
	font-size:18px;
	border-bottom:1px solid #454545;
	
}
.service-description {
	line-height: 20px;
	font-size:14px
}
.navbar-default .navbar-nav > li > a{
	font-weight: 400;
	padding: 30px 20px;
	font-size: 18px;
	font-family: 'Roboto', serif;
	color: rgba(255, 255, 255, 0.54);
	line-height: 30px;
}
.navbar-default .navbar-nav > li > a:hover,.navbar-default .navbar-nav > li > a:focus{
	color: #fff;
}
.main-nav{
	width: 100%;
	margin: 0 auto;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #b4c80a;
    background-color: transparent;
}

.navbar-brand img{
	float: left;
	margin-right: 20px;
}
.navbar-brand{
	text-transform: uppercase;
	font-weight: 700;
	color: #fff!important;
	line-height: 40px;
	padding-top: 25px;
}
.navbar-brand span{
	color: #09C3E7;

}


/*==================================================
	section-overview
=====================================================*/

#section-overview{
	padding: 75px 0px 80px;
}
.overview-box{}
.overview-box h3{
	margin-bottom: 35px;
}


/*==================================================
	section-profile
=====================================================*/
#section-skill .btn-default.featured{
	padding: 15px 36px!important;
}
#section-skill {
	background-image: url('../images/skills_bg.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;
	background-attachment: fixed;
}
#section-profile{
	background: #232323;
}

.profile-bg {
    background-color: transparent;
    background: url("../images/profile.jpg");
    position: absolute;
    background-clip: border-box;
    background-attachment: scroll;
    background-origin: padding-box;
    background-repeat: no-repeat;
    left: 0px;
    top: 0px;
    height: 100%;
    z-index: 2;
    background-size: cover;
    background-position: -40px center, 0px center;
    width: 45%;
}
.profile-desc{
	margin-bottom: 70px;
	padding-left: 80px;
}
.profile-desc h2{
}
.service-wrapper{
	padding-left: 80px;
}
.service-inner{
	float: left;
	margin-right: 12px;
	margin-bottom: 20px;
	width: 48%;
}
.service-inner i{
	font-size: 40px;
	color: #3E3E3E;
	float: left;
}
.service-box {
	padding: 0px;
	margin-left: 60px;
	/* margin-top: -15px; */
	background-color: #232323;
	padding: 1px 20px 0;
	border: dashed 1px #4A4A4A;
	margin-right: 28px;
	margin-bottom: 21px;
}
.service-box h3{
	text-transform: uppercase;
	margin-bottom: 16px;
	font-size: 20px;
	line-height: 24px;
}
.service-box p{
	font-size: 15px;
	line-height: 22px;
	margin-bottom: 26px;
}

/*section-skills
===============================================*/
.skill-box{
	margin-bottom: 45px;
}
.skill-box label{
	text-transform: uppercase;
	margin-bottom: 4px;
	font-weight: 600;
	color: #566366;
}
.progress {
	border:1px solid #b4c80a;
	padding:3px;
    height: 15px;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 0px;
    box-shadow: none;
	background:#000000;
}
.progress-bar {
	box-shadow: none;
	background-color: #b4c80a;
	text-align: right;
	font-weight: 700;
	font-size: 13px;
	padding-right: 10px;
	padding-top:0px;
	color:black;
}

.skill-desc{
	text-align:justify;
}

.skill-desc span {
	font-weight: bold;
	color:#b4c80a
}
/*section-resume
==========================================*/

#section-resume{
	background: #232323;
	position: relative;
}
#section-resume:after{
	position: absolute;
	content:"";
	width: 60px;
	height: 60px;
	background: #0C0A09;
	bottom: -25px;
	left: 48%;
	border-radius: 50%;
}

.resume-inner{}
.resume-inner{
	width: 95%;
}
.resume-desc{
	margin-top: -12px;
}
.resume-box{
	margin-bottom: 80px;
}
.resume-title{

}
.resume-box.last{
	margin-bottom: 0px;
}
.resume-sub{
	margin:-3px 0px 12px;
}
.result,.year{
	background: #09C3E7;
	color: #fff;
	padding: 9px 12px;
	display: inline-block;
	font-weight: 500;
	margin-bottom: 10px;
}
.result{
	text-transform: uppercase;
}
.year{
	text-transform: capitalize;
}


/* scrolling */
::-webkit-scrollbar {
	width: 5px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px grey;
	border-radius: 10px;
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
	background:#b4c80a;
	border-radius: 10px;
  }

/*Section-testimonial 
==================================================*/
#section-testimonial{
	background: #232323;
	padding-bottom: 105px;
}
.carousel-indicators li {
    display: inline-block;
    width: 11px;
    height: 11px;
}
.carousel-indicators {
    bottom: -25px;
}
.carousel-indicators .active {
    background-color: #c80a48;
}
.carousel-indicators li {
    border-color: #c80a48;
}


#testimonial-carousel{
	width: 63%;
	margin: 0 auto;
	margin-top: -10px;
}
#testimonial-carousel p{
	color: #919191;
	font-style: italic;
	margin-bottom: 40px;
}

.client-name{
	color: #566366;
	text-transform: uppercase;
	margin-bottom: 50px;
}


/*====================================================
	section-portfolio
====================================================*/
.portfolio {
	padding:5px;
	overflow:hidden;
	
}

.portfolio p {
	position:absolute;
	bottom:20%;
	text-align:center;
	width:100%;
	color:transparent;
	transition:all 0.2s;
	line-height:23px;
}

.portfolio:hover p {
	color:#b4c80a;
	bottom:30%;
} 
.portfolio:hover .portfolio-inner p span {
	border:1px solid #b4c80a;
	display:block;
	font-size:13px;
	width:80px;
	padding:5px;
	margin:0 auto;
}
.portfolio-inner:hover img {
	transform:scale(1.3);
	transition:all 0.5s;
	filter:grayscale(0%);
	opacity:0.1
}
.portfolio-inner img {
	filter:grayscale(100%)
}
.portfolio-inner p span {
	border-radius:10px;
	font-size:15px;
	border:1px solid transparent;
	padding:10px;
}
.portfolio-inner {
	width:100%;
	margin:0 auto;
	overflow:hidden;
	
}
.portfolio-box{
	
	position: relative;
	margin-bottom: 30px;
	-webkit-transition: all .4s linear 0s;
	-o-transition: all .4s linear 0s;
	transition: all .4s linear 0s;
}
.portfolio-box img {
	filter:grayscale(100%);
	border:2px solid transparent;
	padding:6px;
	transition: all 0.9s;
}
.portfolio-box img:hover {
	filter:grayscale(0%);
	border:2px solid #b4c80a;
	opacity: 0.9;
}
.portfolio-box p {
	text-align: center;
	font-size: 12px;
	
	
}
.portfolio-box:hover {
	opacity: rgba(0,0,0,0.8);
}

.image-overlay{
	position: absolute;
	text-align: center;
	width: 100%;
	height: 100%;
	background: rgba(180, 200, 10, 0.48);
	top: 0px;
	opacity:0;
	-webkit-transition: all .3s linear 0s;
	-o-transition: all .3s linear 0s;
	transition: all .3s linear 0s;
}
.image-overlay a i{
	font-size: 50px;
	color: #fff;
	margin-top: 100px !important;
}
.portfolio-box:hover .image-overlay{
	opacity: 1;
}


/*SECTION contact
=================================================*/

#section-contact{
	background: #c80a48;
}
#section-contact .heading-title{
	color: #fff;
}
.contact-left{
	padding-top: 30px;
}
.contact-left p{
	color: #F3F3F3;
	font-size: 16px;
	line-height: 30px;
}

.contact-left h2{
	color: #fff;
}
.location{
	margin: 45px 0px;
}
.contact-left ul{
	margin-left: -40px;
}
.contact-left ul li a{
	color: #E0E0E0;
	margin-left: 40px;
}
.contact-left ul li span{
	color: #fff;
	
}

.contact-box{
	margin-bottom: 40px;
}
.contact-box .form-group{
	margin-bottom: 39px;
}
.contact-box label{
	color: #fff;
	margin-bottom: 20px;
	font-size: 18px;
}

.contact-box .form-control{
	height: 50px;
	border-radius: 0px;
	background: transparent;
	border: 0px;
	border: 1px solid #FFFFFF;
	color: #B9D0E1;
}
.contact-form .btn-default{
	
background: #FFFFFF;
	
border: 0px;
	
color: #C80A48;
}


img {
vertical-align: middle;
}

.img-responsive {
display: block;
height: auto;
max-width: 100%;
}

.img-rounded {
border-radius: 3px;
}

.img-thumbnail {
background-color: #fff;
border: 1px solid #ededf0;
border-radius: 3px;
display: inline-block;
height: auto;
line-height: 1.428571429;
max-width: 100%;
moz-transition: all .2s ease-in-out;
o-transition: all .2s ease-in-out;
padding: 2px;
transition: all .2s ease-in-out;
webkit-transition: all .2s ease-in-out;
}

.img-circle {
border-radius: 50%;
}

.timeline-centered {
position: relative;
margin-bottom: 30px;
margin-top: 20px;
}

.timeline-centered:before, .timeline-centered:after {
content: " ";
display: table;
}

.timeline-centered:after {
clear: both;
}

.timeline-centered:before, .timeline-centered:after {
content: " ";
display: table;
}

.timeline-centered:after {
clear: both;
}

.timeline-centered:before {
content: '';
position: absolute;
display: block;
width: 4px;
background: #C80A48;
/*left: 50%;*/
top: 20px;
bottom: 20px;
margin-left: 30px;
}

.timeline-centered .timeline-entry {
position: relative;
/*width: 50%;
float: right;*/
margin-top: 5px;
margin-left: 30px;
margin-bottom: 10px;
clear: both;
}

.timeline-centered .timeline-entry:before, .timeline-centered .timeline-entry:after {
content: " ";
display: table;
}

.timeline-centered .timeline-entry:after {
clear: both;
}

.timeline-centered .timeline-entry:before, .timeline-centered .timeline-entry:after {
content: " ";
display: table;
}

.timeline-centered .timeline-entry:after {
clear: both;
}

.timeline-centered .timeline-entry.begin {
margin-bottom: 0;
}

.timeline-centered .timeline-entry.left-aligned {
float: left;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner {
margin-left: 0;
margin-right: -18px;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-time {
	left: auto;
	right: -100px;
	text-align: left;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-icon {
	float: right;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label {
	margin-left: 0;
	margin-right: 70px;
}

	.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label:after {
		left: auto;
		right: 0;
		margin-left: 0;
		margin-right: -9px;
		-moz-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
	}

.timeline-centered .timeline-entry .timeline-entry-inner {
position: relative;
margin-left: -20px;
}

.timeline-centered .timeline-entry .timeline-entry-inner:before, .timeline-centered .timeline-entry .timeline-entry-inner:after {
content: " ";
display: table;
}

.timeline-centered .timeline-entry .timeline-entry-inner:after {
clear: both;
}

.timeline-centered .timeline-entry .timeline-entry-inner:before, .timeline-centered .timeline-entry .timeline-entry-inner:after {
content: " ";
display: table;
}

.timeline-centered .timeline-entry .timeline-entry-inner:after {
clear: both;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time {
position: absolute;
left: -100px;
text-align: right;
padding: 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span {
	display: block;
}

	.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span:first-child {
		font-size: 15px;
		font-weight: bold;
	}

	.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span:last-child {
		font-size: 12px;
	}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon {
background: #C80A48;
color: #737881;
display: block;
width: 13px;
height: 32px;
-webkit-background-clip: padding-box;
-moz-background-clip: padding;
background-clip: padding-box;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 0;
text-align: center;



line-height: 35px;
font-size: 15px;
float: left;
margin-left: 20px;/* margin-top: 8px; */}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-primary {
	background-color: #303641;
	color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-secondary {
	/* background-color: #ee4749; */
	color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-success {
	/* background-color: #00a651; */
	color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-info {
	/* background-color: #21a9e1; */
	color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-warning {
	/* background-color: #fad839; */
	color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-danger {
	background-color: #cc2424;
	color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label {
position: relative;
background: #232323;
padding: 20px 30px;
margin-left: 60px;
-webkit-background-clip: padding-box;
-moz-background-clip: padding;
background-clip: padding-box;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;

margin-bottom: 25px;
background-color: #232323;            border: dashed 1px #4A4A4A;border-radius: 0;}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label:after {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 9px 9px 9px 0;
	border-color: transparent #232323 transparent transparent;
	left: 0;
	top: 10px;
	margin-left: -9px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2, .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p {
	color: #737881;
	font-family: 'Roboto', sans-serif;    font-weight: normal;    font-size: 16px;    line-height: 30px;
}

	.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p + p {
		margin-top: 15px;
	}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 {
	font-size: 16px;
	margin-bottom: 10px;
}

	.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 a {
		color: #303641;
	}

	.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 span {
		-webkit-opacity: .6;
		-moz-opacity: .6;
		opacity: .6;
		-ms-filter: alpha(opacity=60);
		filter: alpha(opacity=60);
	}


/*==========================================================
	section Footer
	============================================================*/

	#section-footer{
		border-top: 1px solid #282828;
		background: #141414;
		padding: 30px 0px;
	}
	#section-footer h4{
		color: #575757;
		margin-top: 30px;
		font-size: 13px;
	}

.socail-link a{
	border:1px solid #575757;
	width:36px;
	height:36px;
	display: block;
}
.socail-link a i{
	width: 35px;
	height: 35px;
	border-radius: 100%;
	color: #343434;
	font-size: 20px;
	line-height: 35px;
	transition: all 0.5s;
}
.socail-link a:hover i{
	color: #b4c80a;
}

/* Responsive styles
================================================== */

/* Large Devices, Wide Screens */
@media (min-width : 1200px) {
}


/* Medium Devices, Desktops */
@media (min-width : 992px) {

}

/* Small Devices, Tablets */
@media (min-width : 768px) and (max-width: 991px) {
	.banner-content {
	    padding: 65px 0px;
	}
	h2.title{
		font-size: 40px;
		line-height:40px;
	}
	.line-top{
		width: 600px;
	}
	.line-btm{
		width: 600px;
	}

	.navbar-brand {
    	padding-top: 10px;
	}
	.navbar-brand img {
	    margin-right: 4px;
	}
	
	.navbar-default .navbar-nav > li > a {
	    padding: 15px 9px;
    	font-size: 14px;
	}
	.service-inner {
	    width: 48%;
	}

	.image-overlay a i {
	    margin-top: 65px;
	}

}

/* Small Devices Potrait */
@media (max-width : 767px){

	
}

/* Extra Small Devices, Phones */ 
@media (max-width : 479px) {

		

}

/* Custom, iPhone Retina */ 
@media (min-width : 320px) and (max-width: 478px)  {
	body {
		height: 100%;
		overflow:hidden;
 	}
	.main-container {
		overflow-y:scroll;
		height:100%
	}
	#logo {
		width:120px
	}
	.service-item {
		margin-bottom:15px
	}
	.navbar-nav {
		background:rgba(0,0,0,0.9);
		margin-top: 25px;
	}
	.navbar-default .navbar-collapse{
		border-color: transparent;
	}
	.navbar-toggle {
		margin-top:18px
	}
	.banner-content {
		text-align: center;
	}
	#typing {
		display: block;
		width:75%;
		font-size:35px;
		position:relative;
		margin:0 auto;
		
		
	}
	.table-project-content {
		width:100%;
		margin:0;
	}
	.project-content {
		width:100%;
		padding:15px;
	}
	.btn-whatsapp-pulse {
		left:10px !important
	}
	.btn-whatsapp img {
		width:70px;
	}
	#arrow-up {
		right:20px
	}
	
	.fadeInRight {
		order:1 !important
	}
	
	.navbar-default .navbar-nav > li > a {
    	padding: 15px 20px;
		text-align: center;
	}

	.banner-content {
	    padding: 55px 0px;
	}

	.navbar-brand {
	    padding-top: 4px;
	}


	.profile-desc {
   	 padding-left: 10px;
	}
	.service-wrapper {
   	 padding-left: 20px;
	}

	.service-inner {
	    width: 100%;
	}
	.skill-desc{
		margin-bottom: 40px;
		text-align:justify;
		
	}
	
	.resume-inner{
		margin-bottom: 40px;
	}

	.image-overlay a i {
	    margin-top: 110px;
	}


}

.btn-whatsapp-pulse {
	background: #25d366;
	color: white;
	position: fixed;
	bottom: 60px !important;
	left: 90px;
	font-size: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 0;
	height: 0;
	padding: 35px;
	text-decoration: none;
	border-radius: 50%;
	animation-name: pulse;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
	z-index: 9999;
	float:left
	
}
.btn-whatsapp-pulse:hover {
	color: white;
}
@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
	}
	80% {
		box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
	}
}

.btn-whatsapp-pulse-border {
	bottom: 120px;
	right: 20px;
	animation-play-state: paused;
}

.btn-whatsapp-pulse-border::before {
	content: "";
	position: absolute;
	border-radius: 50%;
	padding: 25px;
	border: 5px solid #25d366;
	opacity: 0.75;
	animation-name: pulse-border;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}

@keyframes pulse-border {
	0% {
		padding: 25px;
		opacity: 0.75;
	}
	75% {
		padding: 50px;
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

/***************************************************
 * Generated by SVG Artista on 9/12/2022, 3:48:35 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/

 @-webkit-keyframes animate-svg-fill-1 {
	0% {
	  fill: transparent;
	}
  
	100% {
	  fill: #b4c80a;
	}
  }
  
  @keyframes animate-svg-fill-1 {
	0% {
	  fill: transparent;
	}
  
	100% {
	  fill: #b4c80a;
	}
  }
  
  .svg-elem-1 {
	-webkit-animation: animate-svg-fill-1 0.7s cubic-bezier(0.95, 0.05, 0.795, 0.035) 0.5s both;
			animation: animate-svg-fill-1 0.7s cubic-bezier(0.95, 0.05, 0.795, 0.035) 0.5s both;
			
			
  }
  
  @-webkit-keyframes animate-svg-fill-2 {
	0% {
	  fill: transparent;
	}
  
	100% {
	  fill: #b4c80a;
	}
  }
  
  @keyframes animate-svg-fill-2 {
	0% {
	  fill: transparent;
	}
  
	100% {
	  fill: #b4c80a;
	}
  }
  
  .svg-elem-2 {
	-webkit-animation: animate-svg-fill-2 0.7s cubic-bezier(0.95, 0.05, 0.795, 0.035) 0.3s both;
			animation: animate-svg-fill-2 0.7s cubic-bezier(0.95, 0.05, 0.795, 0.035) 0.3s both;
			
  }
  
  @-webkit-keyframes animate-svg-fill-3 {
	0% {
	  fill: transparent;
	}
  
	100% {
	  fill: #b4c80a;
	}
  }
  
  @keyframes animate-svg-fill-3 {
	0% {
	  fill: transparent;
	}
  
	100% {
	  fill: #b4c80a;
	}
  }
  
  .svg-elem-3 {
	-webkit-animation: animate-svg-fill-3 0.5s cubic-bezier(0.95, 0.05, 0.795, 0.035) 0.6s both;
			animation: animate-svg-fill-3 0.5s cubic-bezier(0.95, 0.05, 0.795, 0.035) 0.6s both;
			
			
  }
  
  @-webkit-keyframes animate-svg-fill-4 {
	0% {
	  fill: transparent;
	}
  
	100% {
	  fill: #b4c80a;
	}
  }
  
  @keyframes animate-svg-fill-4 {
	0% {
	  fill: transparent;
	}
  
	100% {
	  fill: #b4c80a;
	}
  }
  
  .svg-elem-4 {
	-webkit-animation: animate-svg-fill-4 0.7s cubic-bezier(0.95, 0.05, 0.795, 0.035) 1.1s both;
			animation: animate-svg-fill-4 0.7s cubic-bezier(0.95, 0.05, 0.795, 0.035) 1.1s both;
			
  }
  