<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
Theme Name: Abstrak
Theme URI: https://new.axilthemes.com/themes/abstrak/
Author: Axilthemes
Author URI: https://axilthemes.com/ 
Description: Abstrak is a modern Responsive Multi-Purpose WordPress theme for startup digital agency and SEO agency that offers design, development and online marketing services to its client.
Version: 1.4.5
Tested up to: 5.9
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: abstrak
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

abstrak is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/

*/
/*--------------------------------------------------------------
&gt;&gt;&gt; TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
 
 
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
	/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}



/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

/* .post,
.page {
	margin: 0 0 1.5em;
} */

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}


/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*-------------------------------------
	Admin Bar 
------------------------------------*/
@media only screen and (min-width: 779px) {

	body.admin-bar header.axil-header.header-sticky.sticky,
	body.admin-bar .popup-mobile-manu {
		top: 32px
	}
}

@media only screen and (max-width: 779px) and (min-width: 601px) {
	body.admin-bar header.axil-header.header-sticky.sticky {
		top: 46px
	}
}

@media only screen and (max-width: 992px) and (min-width: 779px) {
	body.admin-bar .popup-mobile-manu {
		top: 0
	}
}

@media only screen and (max-width: 779px) and (min-width: 601px) {
	body.admin-bar .popup-mobile-manu {
		top: 0
	}
}

@media only screen and (max-width: 600px) {
	body.admin-bar .popup-mobile-manu {
		top: 0
	}
}

/*-- Preloader --*/
#preloader {
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	height: 100%;
	left: 0;
	overflow: visible;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999999;
}


/* Text Loading*/
.text-loading .button-text {
	position: relative;
}

.text-loading .button-text::after {
	content: " Please wait... ";
	display: block;
	position: absolute;
	bottom: -45px;
	left: 50%;
	width: 100%;
	font-size: 17px;
	color: #666666;
	font-weight: normal;
	text-transform: none;
	text-align: center;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.disabled {
	pointer-events: none;
	opacity: .65;
}



/* Custom Code */
.content-block.thumb-border-rounded .post-thumbnail a img {
	border-radius: 100%;
	min-width: 250px;
	max-width: 250px;
	max-height: 250px;
	min-height: 250px;
	object-fit: cover;
}

.axil-trending-post-area .trend-post .post-content {
	width: 100%;
}

/* Caregory widget */
.list-categories .single-cat .inner {
	min-height: 180px;
	width: 100%;
	background: var(--color-primary);
}

.list-categories .single-cat .thumbnail img {
	width: 100%;
	min-height: 180px;
	object-fit: cover;
}

.post-thumbnail a img {
	object-fit: cover;
}

/* Social Networks */
ul.social-with-text li:hover a i {
	color: var(--color-white);
}


/* Creative Slider */
.axil-slide.slider-style-3 .content-block {
	display: flex;
}

/* Audio Post */
.axil-post-details audio {
	display: block;
	width: 100%;
}

.ads-container&gt;a {
	display: inline-block;
}


.vertical-tab-with-post-area {
	display: flex;
	margin: 0;
}

.axil-vertical-nav {
	min-width: 279px;
	width: auto;
	border-right: 1px solid #CED0D4;
	padding: 30px;
}

.axil-vertical-nav-content {
	width: 83.589%;
	padding: 30px;
}
 
.testimonial-grid .author-info .thumb img {
   
    width: 50px;
    height: 50px;
}

.mt---100{
	margin-top: -100px;
}
.mt---200{
	margin-top: -200px;
}

/* Admin Bar */
@media only screen and (min-width: 779px){
	body.admin-bar header.axil-header  .axil-sticky
 		{
		top:32px
	}
}
@media only screen and (max-width: 779px) and (min-width: 601px){
	body.admin-bar header.axil-header  .axil-sticky{
		top:46px
	}
}

@media only screen and (max-width: 992px) and (min-width: 779px){
	bbody.admin-bar header.axil-header  .axil-sticky {
		top:0
	}
}
@media only screen and (max-width: 779px) and (min-width: 601px){
	body.admin-bar header.axil-header  .axil-sticky {
		top: 46px
	}
}
@media only screen and (max-width: 600px){
	body.admin-bar header.axil-header  .axil-sticky {
		top:0
	}
}
embed, iframe, object {
    max-width: 100%;
    width: 100%;
    height: 500px;
}

a.rsswidget{
	line-height: 1;
}
.rsswidget img.rss-widget-icon{
    line-height: 1;
  width: 22px;
}

.widget_rss ul li a{
	color: var(--color-body);
}
.widget_rss ul li{
	list-style: none;

}
.d-none-com h2.title{
	display: none;
}
.d-none-com p{
	display: none;
}
body.admin-bar .ab-item  ul li:last-child, 

body.admin-bar .ab-item  ul li:last-child .ab-item {
    box-shadow: none;
    display: flex;
}
.aw-cart-count {
    position: absolute;
    top: -10px;
    left: 20px;
    z-index: 2;
    min-width: 16px;
    height: 16px;
    background: #6865FF;
    border-radius: 100%;
    font-size: 12px;
    text-align: center;
    display: inline-block;
    color: #fff;
    line-height: 16px;
}
.header-style-4 .mini-cart i{
color: #fff;
}
.project-add-banner .details-description {
	display: none;
}

.breadcrum-area.banner-image-bg{
	background-size: cover;
	background-repeat: no-repeat;
}

.banner.banner-style-1.banner-style-1new  .banner-thumbnail .large-thumb-2{
	text-align: right;
	margin-top: -502px;
	margin-right: -62px;
	z-index: 99;
}

.banner.banner-style-1.banner-style-1new  .banner-thumbnail .shape-group .shape.shape-1 {
    top: -20px;
    right: -79px;
    left: auto;
   
}

.banner.banner-style-1.banner-style-1new .title span {
	 
	color: var(--color-body);
}
.banner.banner-style-1.banner-style-1new .banner-thumbnail .large-thumb {
	position: relative;
	z-index: -1;
	top: 15px;
	left: 0;
}

.banner.banner-style-1.banner-style-1new  .shape-group-21 .shape.shape-3 {
    right: 48%;
    top: 79%;
    height: 53px;
    width: 53px;
}
.banner.banner-style-1.banner-style-1new .shape-group-21 .shape.shape-7 {
    right: 250px;
    top: 46%;
    height: 20px;
    width: 20px;
}
.banner.banner-style-1.banner-style-1new  .shape-group-21 .shape.shape-6 {
	right: 136px;
	bottom: 48%;

	width: 90px;
}
.banner.banner-style-1.banner-style-1new  .banner-content {
    margin-top: 0;
}

.banner.banner-style-7 .shape-group-26 .shape.shape-1 img,
.banner.banner-style-7 .shape-group-26 .shape.shape-10 img {
     width: 80px;
}

.p-margin-bottom-20 p{
	margin-bottom: 20px;
}

.banner.banner-style-1.banner-style-1new {
    padding: 232px 0 0;
     
}

.testimonial-grid3 .social-media {
    
    width: 20px;
    height: 20px;
}

.services-grid.service-style-3 .thumbnail svg {
	width: 30px;
	height: 30px;
}

.project-grid .thumbnail.project_content_disable_yes{
	    border-radius: 30px;
}




@media only screen and (min-width: 1200px) and (max-width: 1599px){

	.banner.banner-style-1.banner-style-1new .banner-thumbnail .large-thumb-2 img {
	    width: 69%;
	}

	.banner.banner-style-1.banner-style-1new  .banner-thumbnail .large-thumb-2 { 
    	margin-top: -490px; 
	}

	.banner.banner-style-1.banner-style-1new .banner-thumbnail .large-thumb img {
	    width: 56%;
	} 
	.banner.banner-style-1.banner-style-1new .shape-group-21 .shape.shape-6 {
		right: 0;
		bottom: 44%;
		width: 90px;
	}

} </pre></body></html>