/***********************************
* BASE
**********************************/

.btn-arrow .elementor-button-content-wrapper {
	display: flex;
	align-items: center;
}
.btn-arrow .elementor-button-icon {
	color: #106DE4;
	background: #fff;
	border-radius: 4px;
	padding: 13px 12px;
}
.elementor-heading-title span {
	color: #EAAC00;
	display: block;
}
@media screen and (min-width: 1025px) {
	li.menu-last-item a {
		padding: 20px 48px !important;
		background: #106DE4;
		border-radius: 4px;
		color: #fff !important;
		margin-left: 20px !important;
	}
}
/***********************************
* POPUP
**********************************/
.get-a-quote {
	cursor: pointer;
}
.popup-container {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.9);
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	transition: all .200s linear;
	z-index: -1;
}
.popup-container {
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .200s linear;
	z-index: -9;
}
.popup-container.popup-visible {
	opacity: 1;
	visibility: visible;
	z-index: 9999;
}
.popup-content {
	width: 100%;
	max-width: 800px;
	background: #000;
	padding: 60px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	box-shadow: 0 0 8px 2px rgba(0,0,0,.1);
	opacity: 0;
	visibility: hidden;
	transition: all .2s linear;
}
.popup-content.popup-content-visible {
	opacity: 1;
	visibility: visible;
}
.popup-content h3 {
	margin-bottom: 40px;
	color: #fff;
	text-align: center;
	font-size: 35px;
	font-weight: 700;
    font-family: 'Roboto' !important;
	text-transform: uppercase;
}
.popup-content p {
	color: #fff;
	text-align: center;
    font-family: 'Roboto' !important;
}
.popup-close {
	color: #fff;
	font-size: 21px;
	position: absolute;
	top: 30px;
	right: 30px;
	cursor: pointer;
}
.popup-content .wpforms-container {
    margin:0;
}
.popup-content input, .popup-content textarea {
    border: 0px !important;
    border-bottom: 1px solid #fff !important;
    font-family: 'Roboto' !important;
    box-shadow: none !important;
    resize: none !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    border-radius: 0px !important;
	background: transparent !important;
	color: #fff !important;
}
.popup-content input::placeholder, .popup-content textarea::placeholder {
    opacity: 1 !important;
    color: #fff !important;
}
.popup-content .wpforms-submit {
    background-color: #2B93D2 !important;
    border-radius: 4px !important;
    padding:16px 48px;
    height: auto;
    line-height: 1.2em;
    font-family: 'Roboto' !important;
    text-transform: uppercase;
    font-size: 16px;
    max-width: 239px;
    width: 100%;
    cursor: pointer;
}
@media screen and (max-width: 1024px) {
	.popup-content {
		width: 95%;
		padding: 60px 30px;
		overflow-y: auto;
		height: 90vh;
	}
}
/***********************************
* POP UP VIDEO
**********************************/ 
#sm-popup-video, .sm-popup-video-play {
	cursor: pointer;
}

#sm-popup-video-container
{
	display:none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background: #ffffff90;
	top: 0;
}

#sm-popup-video-inner
{
	display:block;
	margin: auto;
	width: 870px;
	margin-top: 10%;
	border:10px solid #B0575C;
	position:relative;
}

#sm-popup-video-close
{
	color: #fff;
	background: #B0575C;
	font-size: 16px;
	display: block;
	width: 25px;
	height: 25px;
	line-height: 20px;
	text-align: center;
	border-radius: 50%;
	border: 0px solid #000;
	position: absolute;
	right: -24px;
	top: -24px;
	padding: 2px;
	font-weight: 600;
}

#sm-popup-video-close i::before
{
	font-size: 20px;
	padding: 5px;
	line-height: 21px;
}

/***********************************
* COPY TIP
**********************************/ 
#copytip {
	color: #fff;
	background-color: #161616;
	position: absolute;
	top: -16px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 13px;
	padding: 5px 15px;
	border-radius: 15px;
	opacity: 0;
	transition: all .5s;
}

#copytip.show {
	opacity: 1;
	top: -26px;
}

/***********************************
* STICKY HEADER EFFECT
**********************************/ 
#sm-home-sticky-header, #sm-page-sticky-header {
	top: 0;
}
#home-header-wapper img, #page-header-wapper img {
	transition: all .5s ease-in;
}
#home-header-wapper.scrolled, #page-header-wapper.scrolled {
	transition: all .5s ease-in;
	height:0px;
	overflow: hidden;
}
#home-header-wapper.scrolled-up, #home-header-wapper.scrolled-up-retainer {
	position: fixed;
	background: #000;
	z-index: 99999;
	height:156px;
	transition: all .5s ease-out;
	opacity: 1;
	overflow: hidden;
}
#page-header-wapper.scrolled-up, #page-header-wapper.scrolled-up-retainer {
	position: fixed;
	z-index: 99999;
	box-shadow: 0 1px 8px #00000050;
	height:156px;
	transition: all .5s ease-out;
	opacity: 1;
	/* 	overflow: hidden; */
}
#home-header-wapper.scrolled-down, #page-header-wapper.scrolled-down {
	transition: all .5s ease-in;
	height:0px;
	overflow: hidden;
}

#page-header-wapper.scrolled img, #page-header-wapper.scrolled-up-retainer img {
	max-width: 90px;
}