/*
Theme Name: Azent
Author: ModinaTheme
Author URI: https://themeforest.net/user/modinatheme/
Description: Creative Digital Agency HTML5 Template
Version: 1.0.0
*/

/*
=================================
|***    Table of contents:   ***|
=================================

Main Style file-> assets/css/main.css 

All the SCSS File in SCSS Folder of Assets Folder. You can read the doc file also for better understand.

// BASIC
@import 'basic';

// MIXIN
@import 'variables';

// TYPOGRAPHY
@import 'typography';

// MIX
@import 'mix';

// HELPER
@import 'helper';

// ICON FONTS
@import 'icon';

// ANIMATION
@import 'animation';

// Button 
@import 'btn';

// Colors 
@import 'colors';

// Preloader 
@import 'preloader';

/* ----------------------------------
    Template Section Styles
 ------------------------------------*/

 /* // Menu - Header Section 
 @import 'header';
 
 // Hero Slide - Section 
 @import 'hero';
 
 // Section Title - Heading 
 @import 'section';
 
 // About - Section 
 @import 'about';
 
 // Features - Section 
 @import 'features';
 
 // services - Section 
 @import 'services';
 
 // testimonial - Section 
 @import 'testimonial';
 
 // Portfolio - Cases - Section 
 @import 'project';
 
 // Price Table - Section 
 @import 'price';
 
 // Call To Action - Section 
 @import 'cta';
 
 // Content Block - Section 
 @import 'contentblock';
 
 // team - Section 
 @import 'team';
 
 // funfact - Section 
 @import 'funfact';
 
 // Download - Section 
 @import 'carousel';
 
 // FAQ - Section 
 @import 'faq';
 
 // Blog - Section 
 @import 'blog';
 
 // Contact Us - Section 
 @import 'contact';
 
 // footer - Section 
 @import 'footer';n facts */




 .footer {
	background: #3333339d;
	color: white;
}

.logo-footer img {
	padding: 10px 20px 20px 0px;
	/* top, right, bottom, left */
}

.footer .links ul {
	list-style-type: none;
}

.footer .links li a {
	color: white;
	transition: color 0.2s;
}

.footer .links li a:hover {
	text-decoration: none;
	color: var(--color-primary);
}

.footer .about-company {
	padding-top: 20px;
	/* Space for the about section */
	padding-right: 50px;
}

.footer .about-company i {
	font-size: 25px;
}

.footer .about-company a {
	color: white;
	transition: color 0.2s;
}

.footer .about-company a:hover {
	color: var(--color-primary);
}

.footer .links h4 {
	margin-top: 20px;
	/* Space for Quick Links heading */
	margin-bottom: 10px;
	/* Space below Quick Links heading */
}

.footer .location h4 {
	margin-top: 20px;
	/* Space for Contact Us heading */
	margin-bottom: 10px;
	/* Space below Contact Us heading */
}


.footer .location i {
	font-size: 18px;
}

.footer .copyright p {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}


.footer P {
	color: white;
	line-height: 1.6em;
	font-size: 16px;
	font-weight: 400;
}


