@charset "UTF-8";
/*
Theme Name: Eagle Services LLC
Theme URI: 
Author: Custom Virtual Solutions
Author URI: https://customvs.com/
Description: A theme for WordPress 5.
Requires at least: WordPress 4.9.6
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp5default
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.

Website Name is based on Underscores https://underscores.me/, (C) 2012-2018 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/
*/


/*###################################
# General Styles
###################################*/

* { box-sizing: border-box; }
html {font-size: 16px; /* 1em */ overflow: auto; line-height: 1.15; -webkit-text-size-adjust: 100%;}
body {margin: 0 auto; width: 100%; overflow: hidden;}
a, a:visited {color: inherit; text-decoration: none; -webkit-transition: all .5s ease; text-decoration: none !important;}
a, img {-webkit-transition: all ease 0.5s;-o-transition: all ease 0.5s;transition: all ease 0.5s;}
a:focus {outline: none!important;}
h1, h2, h3, h4, h5, h6, p, li, ul, ol {margin-top: 0;}
/* p:last-of-type { margin-bottom: 0!important; } */

/*###################################
## Layouts
###################################*/

.dbl { display: inline; }
.db { display: block!important; }
.tc { text-align: center; }
.lr { left: 0!important; right: 0!important; }
.mgla { margin: 0 0 0 auto!important; }
.mgla .e-con-inner { margin: 0 0 0 auto!important; }
.mgra .e-con-inner { margin: 0 auto 0 0!important; }
.mg, .mg .e-con-inner { margin: 0 auto!important; }
.mid { transform: translateY(-50%)!important; }
.full-width { width: 100%; left: 0; right: 0; }

.btn-banner .elementor-button-content-wrapper, .btn .elementor-button-content-wrapper { align-items: center!important; }
.btn-banner .elementor-button-icon { background: #C71C2F !important; width: 60px; height: 60px; border-radius: 100%; display: flex; align-items: center; justify-content: space-around; }
.btn .elementor-button-icon { background: #C71C2F !important; width: 60px; height: 60px; border-radius: 100%; display: flex; align-items: center; justify-content: space-around; }
.btn.alt .elementor-button-icon { border: 1px solid #FFFFFF !important; }

/* IMAGE */

.image-gradient-top { -webkit-mask-image: linear-gradient(to top, rgb( 10 39 73 / 90% ) 20%, transparent 100%); -webkit-mask-repeat: no-repeat; -webkit-mask-size: 100% 100%; mask-image: linear-gradient(to top, rgb( 10 39 73 / 90% ) 20%, transparent 100%); mask-repeat: no-repeat; mask-size: 100% 100%; }

/*###################################
## HEADER
###################################*/

/* body.elementor-editor-active #site-header { }
body:not(.elementor-editor-active) #site-header { position: fixed; top: 0; left: 0; right: 0; width: 100%; z-index: 999; } */
body:not(.elementor-editor-active) #site-header.sticky { background: #1E2C59!important; }
body:not(.elementor-editor-active) #site-header.sticky .e-con-inner { padding: 20px 0!important; }
body:not(.elementor-editor-active) #site-header.sticky .site-logo img { max-width: 150px; }
/* body:not(.elementor-editor-active) #site-header.sticky .main-nav { padding: 0!important; } */

/*  */

.header-tel .elementor-icon-list-text, .header-tel .elementor-icon-list-text a { display: inline!important; vertical-align: middle!important; }
.footer-tel .elementor-icon-list-text, .footer-tel .elementor-icon-list-text a { display: inline!important; vertical-align: middle!important; }

/* BANNER */

.banner-content.mid { transform: translateY(15%)!important; }

/*###################################
## CONTENT
###################################*/
	
	.list-item ul { padding: 0 !important; margin: 0 !important;  list-style: none; column-count: 2; }
	.list-item.alt ul { padding: 0 !important; margin: 0 !important;  list-style: none; column-count: 1; }
	.list-item.alt ul li { padding: 0 0 15px!important; }
	.list-item.alt ul li:last-of-type { padding: 0!important; }
	
	.site-img .elementor-widget-container { background-size: 100% 100% !important; }

	/* BANNER */

	.banner-img { position: relative; }
	.banner-img::before { content: ""; position: absolute; top: 0; left: 0; right: 0; width: 100%; height: 100%; background: linear-gradient(to bottom, rgb(0 0 0 / 70%) 0%, transparent 70%); z-index: 1; }

	/* TESTIMONIALS */

	.testimonials-item .elementor-testimonial__image img { width: 145px !important; }
	.testimonials-item .elementor-main-swiper { width: 100% !important; }

	/* WHY */

	.why-img { position: relative; }
	.why-img::before { content: ""; position: absolute; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; background: linear-gradient(to top, rgb(0 0 0 / 70%) 0%, transparent 70%); z-index: 1;  border-radius: 15px;}

/*###################################
## FOOTER
###################################*/

.footer-tel .elementor-icon-list-items li:last-of-type { padding-left: 28px!important; }

/*###################################
## RESPONSIVE
###################################*/


@media screen and (max-width: 767px){
	
	.db { display: inline !important; }
	.mid { transform: none !important; }	
	
	body:not(.elementor-editor-active) #site-header.sticky .e-con-inner { padding: 15px 0!important; }
	body:not(.elementor-editor-active) #site-header.sticky .site-logo img { max-width: 100px; }
		
	.tag-container { position: relative !important; }
	
	.banner-mid { top: 60% !important; transform: translateY(-50%) !important; bottom: unset !important; }
	.banner-img::before { background: linear-gradient(to bottom, rgb(0 0 0 / 70%) 0%, transparent 90%); }
	
	.btn-banner .elementor-button-icon, .btn .elementor-button-icon { width: 50px !important; height: 50px !important; }
	
}