/*
====================================
Medium Screen - Others
====================================
*/
@media screen and (max-width: 1200px) {
	.personal_info ul li p {		
		font-size: 14px;
	}
	.personal_info ul li span {	
		font-size: 13px;
	}
	.blog_img img {
		height: 100%;
	}

	.blog_inner h3 {		
		font-size: 20px; 		
	  }
	  .blog_inner p {		
		font-size: 15px; 		
	  }
	  
}
/*
====================================
Small Screen - Tablate
====================================
*/
@media screen and (max-width: 991px) {
	/* .header_part {			
		left: 35%;
		top: 5px;
		 
	} */
	.profile_content {
		padding: 0px;
	}

	.profile_content h1 {
		font-size: 40px;
	}
	.profile_content h2 {
		font-size: 35px;
	}

	.personal_info ul li p {		
		font-size: 18px;
	}
	.personal_info ul li span {	
		font-size: 18px;
	}

	.personal_info a {
		margin: 50px auto 0;
	}

	.skil_area header span, .service_area header span, .my_portfolio .port_header span, .testimonial span {
				width: 80%;
	  }

	
}

/*
====================================
Small Screen - Mobile
====================================
*/
@media screen and (max-width: 767px) {	
	
	.part_left {
		display: none;
	}
	.profile_content h1 {
		margin-top: 30px;
	}

	.profile_img {
		display: none;
	}

	.pro_content_img {
		display: block;
	  }
	  .personal_info ul li p {		
		font-size: 16px;
	}
	.personal_info ul li span {	
		font-size: 15px;
	}
	.portfolio_img {	
		height: 280px;}
	.skil_area header h2, .testimonial h2, .service_area h2 {		
		font-size: 35px !important;		
	}
	.about_header span, .portfolio_header span {
		font-size: 100px;
	}
	.service_inner h2 {
		font-size: 20px !important;
	 }
}

/*
====================================
Xtra Small Screen - Small Mobile
====================================
*/
@media screen and (max-width: 575px) {
	.info_right_part .col-12 div {
		text-align: center;
	}
	.profile_content h1 {
		font-size: 30px
	}
	.about_header span, .portfolio_header span {
		font-size: 62px;
	}
	.about_header p, .portfolio_header p {		   
		font-size: 30px;
	}
	.about_header p span, .portfolio_header p span {
		font-size: 30px;
	}

	.cont_me {
		width: 100%;
	}

	.skil_area header span, .service_area header span, .my_portfolio .port_header span, .testimonial span {
		width: 100%;
	}
	.service_inner h2 {
	font-size: 25px !important;
	  }
}