@charset "UTF-8";
/*
Theme Name: UBM Enterprise
Theme URI: 
Author: Red Spot Web Design
Author URI: https://www.redspotdesign.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;}
p { margin: 0!important; }
h1, h2, h3, h4, h5, h6, p, li, ul, ol {margin: 0;}

/*###################################
## 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-left: auto!important; margin-right: auto!important; }
.mid { transform: translateY(-50%)!important; }
.full-width { width: 100%; left: 0; right: 0; }

/*###################################
## COLOR
###################################*/

.white { color: #FFFFFF; }
.blue { color: #2667A0; }

/*###################################
## BUTTON
###################################*/

.btn { position: relative; font-size: 16px; color: #FFFFFF!important; padding: 20px 40px; border: 1px solid #FFFFFF; border-radius: 50px; display: inline-block; line-height: 1.2em; }
.btn::after { content: '\f061'; font-family: 'FontAwesome'; font-size: 16px; color: #FFFFFF; display: inline-block; vertical-align: middle; margin-left: 15px; line-height: 1; }
.btn:hover { transform: scale(0.9); }

/*###################################
## 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 .site-logo img { max-width: 100px; } */
body:not(.elementor-editor-active) #site-header.sticky { background: rgb( 255 255 255 / 100% ); }

/*###################################
## CONTENT
###################################*/

.content-line { position: relative; }
.content-line::before { content: ''; background: rgb( 70 174 141 / 90% ); width: 50px; height: 100%; position: absolute; top: 0; right: 0; }
.content-line.alt::before { content: ''; background: rgb( 30 132 198 / 90% ); width: 50px; height: 100%; position: absolute; top: 0; left: 0; right: unset; }
.content-line.alt2::before { content: ''; background: rgb( 70 174 141 / 90% ); width: 50px; height: 100%; position: absolute; top: 0; left: 0; right: unset; }

/*  */

.column-01 .icongear:before { color: #1E84C5; }
.column-02 .icondiamond:before { color: #46AE8D; }
.column-03 .iconbroom:before { color: #F59B53; }
.column-04 .iconusers:before { color: #2869A2; }

.column-01:hover .elementor-heading-title, .column-01:hover .icongear:before, .column-02:hover .elementor-heading-title, .column-02:hover .icondiamond:before, .column-03:hover .elementor-heading-title, .column-03:hover .iconbroom:before, .column-04:hover .elementor-heading-title, .column-04:hover .iconusers:before { color: #FFFFFF!important; }

/* BEFORE AND AFTER */

.before-after .twentytwenty-overlay { background: transparent!important; }
.before-after .twentytwenty-after-label, .before-after .twentytwenty-before-label { height: auto!important; opacity: 1!important; }
.before-after .twentytwenty-after-label:before, .before-after .twentytwenty-before-label:before { max-width: 200px; width: 100%; text-align: center; margin: 0!important; line-height: 1.2em!important; letter-spacing: 0!important; }

/* PARTNERS */

.partners-logo .gallery-item { vertical-align: middle!important; }

/* FORM */

.request-form .elementor-field-option { flex-basis: 33.33%!important; }

/* SWIPER */

.item-slider .swiper-wrapper { -webkit-transition-timing-function: linear !important; transition-timing-function: linear !important;  }
.grayscale img {filter: grayscale(1) !important;}

/* CUSTOM LOGIN */

.login-form .input { width: 100%; height: 60px!important; display: block; margin: 10px 0; padding: 7px 20px; font-family: "Interstate", Sans-serif;
    font-size: 18px; }
.login-form .loginpass, .login-form .login-remember { display: none!important; }
.login-form .button { border: 0!important; color: #FFFFFF; margin: 15px 0 0; }

/* QUOTE */

.quote-form { position: relative; }
.quote-form::after { content: ''; background: url('https://www.ubmhq.com/wp-content/uploads/2024/02/site-alt-hero.webp')no-repeat center center; background-size: contain; width: 100%; height: 100%; position: absolute; top: 0; left: 0; right: 0; }

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

@media screen and (max-width: 767px){
	
	.db { display: inline!important; }
	
	.elementor-menu-toggle { padding: 0!important; }
	
	.content-line::before, .content-line.alt::before, .content-line.alt2::before { display: none; }
	
	.before-after .twentytwenty-after-label:before, .before-after .twentytwenty-before-label:before { max-width: 100px; }
	
	.services-section img, .content-img img { height: 100%!important; object-fit: cover!important; }
	
	.request-form .elementor-field-option { flex-basis: 100%!important; }
	
/* 	.project-slide .slick-slide { padding: 0 50px; }
	.slider-button {  max-width: 1090px; } */
	
}
