<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

/* Screens Resolution : 992px
-------------------------------------------------------------------------- */
@media only screen and (max-width: 1200px) {
	/* ---------------------------------
	9. COUNTER SECTION
	--------------------------------- */

	.counter-section{ text-align: center; padding: 50px 0 20px; }

	.counter{ display: inline-block; }
	
	.counter .desc{ text-align: left; }
	
	.videoYT {position:relative; height:0; overflow:hidden;}
	.videoYT iframe, .videoYT object, .videoYT embed {position:absolute; top:0; left:0; width:100%; height:100%;}
	.videoYT {position:relative; padding-bottom:50%; padding-left: 50%; padding-right: 50%; padding-top: 50%; height:0; overflow:hidden;}
 
	.videoYT iframe, .videoYT object, .videoYT embed {position:absolute; top:0; left:0; width:100%; height:100%; }
}

/* Screens Resolution : 992px
-------------------------------------------------------------------------- */
@media only screen and (max-width: 992px) {
	
	/* ---------------------------------
	4. INTRO SECTION
	--------------------------------- */

	.intro-section{ padding-top: 250px; }
		


	.videoYT {position:relative; height:0; overflow:hidden;}
	.videoYT iframe, .videoYT object, .videoYT embed {position:absolute; top:0; left:0; width:100%; height:100%;}
	.videoYT {position:relative; padding-bottom:50%; padding-left: 50%; padding-right: 50%; padding-top: 50%; height:0; overflow:hidden;}
 
	.videoYT iframe, .videoYT object, .videoYT embed {position:absolute; top:0; left:0; width:100%; height:100%; }

	
}

/* Screens Resolution : 767px
-------------------------------------------------------------------------- */
@media only screen and (max-width: 767px) {
	
	/* ---------------------------------
	1. PRIMARY STYLES
	--------------------------------- */

	p{ line-height: 1.4; }

	h1{ font-size: 3em; }
	h2{ font-size: 2em; }
	h3{ font-size: 1.8em; }
	
	


	
	/* ---------------------------------
	2. COMMONS FOR PAGE DESIGN
	--------------------------------- */

	.section{ padding: 50px 0 0px; }

	.section .heading{ margin-bottom: 30px; }

	
	/* ---------------------------------
	4. INTRO SECTION
	--------------------------------- */

	.intro-section{ padding-top: 350px; }


	/* ---------------------------------
	5. PORFOLIO SECTION
	--------------------------------- */

	.portfolio-section{ padding-bottom: 0; }
	
	.portfolio-section .portfolioFilter{ margin: 0px 0 10px; }
	
	.portfolio-section .portfolioContainer{ margin-left: 0; margin-right: 0; }

	.portfolio-section .p-item{ width: 50%; padding: 0 15px 0px; }

	.portfolio-section .p-item{ max-width: 400px; }
	
		
	.videoYT {position:relative; height:0; overflow:hidden;}
	.videoYT iframe, .videoYT object, .videoYT embed {position:absolute; top:0; left:0; width:100%; height:100%;}
	.videoYT {position:relative; padding-bottom:50%; padding-left: 50%; padding-right: 50%; padding-top: 50%; height:0; overflow:hidden;}
 
	.videoYT iframe, .videoYT object, .videoYT embed {position:absolute; top:0; left:0; width:100%; height:100%; }



	
	/* ---------------------------------
	8. EDUCATION SECTION
	--------------------------------- */

	.education-wrapper{ position: relative; overflow: hidden; text-align: left; }

	.education-wrapper:after{ content:''; position: absolute; top: 8px; bottom: 0; left: 50%;
		margin-left: -1px; width: 2px; background: #ccc; }

	.education-wrapper .education{ width: 100%; margin-top: 30px; }
	
	.education-wrapper .education.left,
	.education-wrapper .education.right{ float: none; padding: 0px; text-align: left; }

	.education-wrapper:after,
	.education-wrapper .education:after{ display: none; }
	
}

/* Screens Resolution : 575px
-------------------------------------------------------------------------- */
@media only screen and (max-width: 575px) {
	
	/* ---------------------------------
	1. PRIMARY STYLES
	--------------------------------- */

	body{ font-size: 14px;  }
	

	/* ---------------------------------
	5. PORFOLIO SECTION
	--------------------------------- */

	.portfolio-section{ padding-bottom: 0; }
	
	.portfolio-section .portfolioFilter{ margin: 0px 0 10px; }
	
	.portfolio-section .portfolioContainer{ margin-left: 0; margin-right: 0; }

	.portfolio-section .p-item{ width: 50%; padding: 0 15px 0px; }

	.portfolio-section .p-item{ max-width: 400px; }
	
	.videoYT {position:relative; height:0; overflow:hidden;}
	.videoYT iframe, .videoYT object, .videoYT embed {position:absolute; top:0; left:0; width:100%; height:100%;}
	.videoYT {position:relative; padding-bottom:50%; padding-left: 50%; padding-right: 50%; padding-top: 50%; height:0; overflow:hidden;}
 
	.videoYT iframe, .videoYT object, .videoYT embed {position:absolute; top:0; left:0; width:100%; height:100%; }
}

/* Screens Resolution : 479px
-------------------------------------------------------------------------- */
@media only screen and (max-width: 479px) {
	
}

/* Screens Resolution : 359px
-------------------------------------------------------------------------- */
@media only screen and (max-width: 359px) {
	
	/* ---------------------------------
	3. HEADER
	--------------------------------- */

	header .heading-wrapper{  padding: 30px 20px 20px; }

	header .info .icon{ font-size: 25px; }

	header .info .right-area{ margin-left: 35px; }
	
}

/* Screens Resolution : 290px
-------------------------------------------------------------------------- */
@media only screen and (max-width: 290px) {
	
}

/* Screens Resolution : 290px
-------------------------------------------------------------------------- */
@media only screen and (max-width: 260px) {
	
	/* ---------------------------------
	3. HEADER
	--------------------------------- */

	header .heading-wrapper{  padding: 10px 15px 0px; }

	header .info .icon{ font-size: 15px; }

	header .info .right-area{ margin-left: 20px; }
	
	/* ---------------------------------
	4. INTRO SECTION
	--------------------------------- */

	.intro .profile-img{ width: 80%; height: auto; top: 0; margin-bottom: 10px; }
	
	.intro{ padding: 20px 10px 0; margin-right: -15px; margin-left: -15px; }
	
}</pre></body></html>