/*--------------------------------------------------------------

Template: Theme Name
Author: 
Version: 4.0
Design and Developed by: 

Note: This is the file where you can add your custom styles to change the look of the theme. But don't modify "style.css" file.

---------------------------------------------------------------*/

/* ----------------------------------------------------
	You can put your custom css code here: 
-------------------------------------------------------*/


.logo, .logo img {
 max-width: 140px;
}

.top-phone {
 color: #fff!important;	
}

.site-href {
 position: absolute;
 top:-120px; 
}

.sticky .logo, .sticky .logo img {
 max-width:100px;	
}

.skill-area {
 position: relative;	
}

.skill-area-1 {
 padding-top:60px;	
}

.skill-area-1 .powerfull-skills {
 padding-top:30px;	
}

.skill-area-1 .single-prograss {
 margin-bottom:35px;	
}

.cll-to-action-area.black-bg {
 background: #99106c;	
}

	.cll-to-action-area .deff-btn {
	 border:3px solid #fff;
	 color: #fff;
	 font-size: 18px;
	 padding: 14px 33px;
	}

.page-title {
 padding-bottom:20px;
 margin-bottom:40px; 
 position: relative;
}

.page-title:after {
 content: " ";
 position: absolute; 
 bottom:1px;
 left:0;
 width: 100%;
 height:0;
 max-width:200px;
 border-bottom:1px solid #f32885;
}