/*
 Theme Name:   Wow
 Description:  Wow Website
 Author:       Wow
 Author URI:   http://wow.com
 Template:     hello-theme
 Version:      1.0.0
*/

html {overflow-x: hidden !important}

img {
	max-width: 100%;
	width: auto;
	height: auto;
}

body, h1, h2, h3, h4, h5, h6, p {
	font-family: 'Rubik', sans-serif;
	font-size: 18px;
	font-weight: 300;
}

body {
	color: #1b9950;
	background: white;
}
/*
added by eko
*/
.elementor-text-editor p {
	font-size: inherit;
}

h1, h2, h3, h4, h5, h6,
.elementor-widget-wp-post-modules-el .wppm h1.entry-title,
.elementor-widget-wp-post-modules-el .wppm h2.entry-title,
.elementor-widget-wp-post-modules-el .wppm h3.entry-title,
.elementor-widget-wp-post-modules-el .wppm h4.entry-title,
.elementor-widget-wp-post-modules-el .wppm h5.entry-title,
.elementor-widget-wp-post-modules-el .wppm h6.entry-title {
	font-weight: 400;
	line-height: 1.1;
}

h1,
.elementor-widget-wp-post-modules-el .wppm h1.entry-title {
	font-size: 3rem;
}

h2,
.elementor-widget-wp-post-modules-el .wppm h2.entry-title {
	font-size: 2.5rem;
}

h3,
.elementor-widget-wp-post-modules-el .wppm h3.entry-title {
	font-size: 2rem;
}

h4,
.elementor-widget-wp-post-modules-el .wppm h4.entry-title {
	font-size: 1.75rem;
}

h5,
.elementor-widget-wp-post-modules-el .wppm h5.entry-title {
	font-size: 1.5rem;
}

h6,
.elementor-widget-wp-post-modules-el .wppm h6.entry-title {
	font-size: 1.25rem;
}

/* ---------------------------------------------------------------- */

.fsmfe-wrapper .menu-toggle:checked+.icon-bars+.menu-overlay {
	overflow: hidden;
}

.logo-wow {
	position: absolute;
	margin-top: 12px;
	height: auto;
}

.home .logo-wow {	
	margin-top: calc( 0px - ((160px - 24px) / 2) );
	height: 100vh;	
}

.logo-wow .elementor-image {
	width: 150px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}

.home .logo-wow .elementor-image {
	width: auto;
}

.logo-wow .elementor-image img {
	width: auto;
	max-width: 32vw;	
	
}

body:not(.home) .logo-wow .elementor-image img {
    width:100px;
}

.logo-wow.scrolled {
	margin-top: 12px;
	height: auto;
}

.logo-wow .elementor-image {
	/*width: 150px;*/
}

.elementor-editor-active .logo-wow {
	margin-top: 12px;
	height: auto;
}

.elementor-editor-active .logo-wow .elementor-image {
	width: 150px;
}

.elementor-editor-active .she-header {
	position: relative;
}

.portfolio-grid-row {
	display: flex;
	flex-wrap: wrap;
}
.portfolio-grid-row::after {
	content: "";
	background: transparent;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0;
	transition: all .5s;
}
.portfolio-grid-row.is-loading::after {
	content: "";
	background: rgba(0,0,0,.75);
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 3;
	opacity: 1;
	transition: all .5s;
}
.portfolio-grid-row > article {
	width: calc(100%/4);
	flex-direction: row;
}
.portfolio-grid-row > article .entry-content {
	display: block;
	opacity: 1;
}
.portfolio-grid-row > article.portfolio-new-item .entry-content {
	display: none;
	opacity: 0;
}

.portfolio-grid-row > article.type-portfolio .entry-content {
	position: relative;
}

.portfolio-grid-row > article.type-portfolio .entry-content a:before {
    content:'';
    position:absolute;
    display:block;
    height:70%;
    left:0;
    right:0;
    bottom:0;
    z-index:1;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.5) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.5)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.5) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.5) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.5) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
}

.portfolio-grid-row > article.type-portfolio .entry-content .post-content {
	position: absolute;
	bottom: 17px;
	left: 20px;
	right: 20px;
	z-index:2;
}

.portfolio-grid-row > article.type-portfolio .entry-content .post-title {	
	font-weight: 400;
	color: #ffffff;
	font-size: 26px;
	line-height: 1.1;	
}

.portfolio-grid-row > article.type-portfolio .entry-content .short-desc {	
	font-weight: 400;
	color: #ffffff;
	font-size: 23px;
	line-height: 1.1;	
}

.portfolio-grid-row > article.type-portfolio .entry-content .overlay {
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	display: flex;
	justify-content: center;
	-webkit-transition: opacity 300ms;
    transition: opacity 300ms;
	background: rgba(1,82,40,0.9);
}

.portfolio-grid-row > article.type-portfolio.hover .entry-content .overlay {
	opacity: 1;
}

.portfolio-grid-row > article.type-portfolio .entry-content .overlay .learn-more {
	color: #1b9950;
	font-size: 25px;
	font-weight: 300;
	padding: 12px 25px;
	background: #ffffff;
	border-radius: 12px;
	align-self: center;
	display: inline-block;
}

.portfolio-grid-row > article .title-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    /* vertical-align: middle; */
    align-items: center;
    background: #145229;
    color: #fff;
    font-weight: 600;
    font-size: 30px;
    text-transform: uppercase;
    opacity:0;
    -webkit-transition: opacity 300ms; /* Safari prior 6.1 */
	transition: opacity 300ms;
}

.portfolio-grid-row > article .title-overlay .service-title-wrapper {
    font-size: 23px;
    text-align: left;
    text-transform: capitalize;
    padding: 20px;
    font-weight: 300;
    line-height:1.2;
}

.portfolio-grid-row > article .title-overlay .service-title-wrapper strong {
    font-weight:700;
}

.portfolio-grid-row > article.hover .title-overlay{
    opacity:1;
}

.portfolio-grid-row > article.type-post .post-img {
	position: relative;
}

.portfolio-grid-row > article.type-post .post-content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 30px;
	z-index: 3;
	overflow: hidden;
}

.portfolio-grid-row > article.type-post .overlay,
.portfolio-grid-row > article.type-post .light .overlay {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 1;
	-webkit-transition: opacity 300ms; /* Safari prior 6.1 */
	transition: opacity 300ms;
	background: rgba(81,202,51,1);
	background: -moz-linear-gradient(-45deg, rgba(81,202,51,1) 30%, rgba(81,202,51,1) 37%, rgba(0,170,82,1) 88%, rgba(0,170,82,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(30%, rgba(81,202,51,1)), color-stop(37%, rgba(81,202,51,1)), color-stop(88%, rgba(0,170,82,1)), color-stop(100%, rgba(0,170,82,1)));
	background: -webkit-linear-gradient(-45deg, rgba(81,202,51,1) 30%, rgba(81,202,51,1) 37%, rgba(0,170,82,1) 88%, rgba(0,170,82,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(81,202,51,1) 30%, rgba(81,202,51,1) 37%, rgba(0,170,82,1) 88%, rgba(0,170,82,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(81,202,51,1) 30%, rgba(81,202,51,1) 37%, rgba(0,170,82,1) 88%, rgba(0,170,82,1) 100%);
	background: linear-gradient(135deg, rgba(81,202,51,1) 30%, rgba(81,202,51,1) 37%, rgba(0,170,82,1) 88%, rgba(0,170,82,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#51ca33', endColorstr='#00aa52', GradientType=1 );
}

.portfolio-grid-row > article.type-post .dark .overlay{
	background: rgba(144,202,51,1);
	background: -moz-linear-gradient(-45deg, rgba(144,202,51,1) 0%, rgba(1,82,40,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(144,202,51,1)), color-stop(100%, rgba(1,82,40,1)));
	background: -webkit-linear-gradient(-45deg, rgba(144,202,51,1) 0%, rgba(1,82,40,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(144,202,51,1) 0%, rgba(1,82,40,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(144,202,51,1) 0%, rgba(1,82,40,1) 100%);
	background: linear-gradient(135deg, rgba(144,202,51,1) 0%, rgba(1,82,40,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#90ca33', endColorstr='#015228', GradientType=1 );
}

.portfolio-grid-row > article.type-post.hover .overlay {
	opacity: 0;
}

.portfolio-grid-row > article.type-post .post-date {
	font-size: 23px;
	color: #ffffff;
	line-height: 1;
	margin-bottom: 5px;
}

.portfolio-grid-row > article.type-post .post-title {
	font-size: 26px;
	font-weight:400;
	color: #ffffff;
	line-height: 1.2;
	position: relative;
	z-index: 2;
}

.portfolio-grid-row > article.type-post .post-number {
	position: absolute;
	right: 30px;
	bottom: 30px;
	font-weight: 700;
	background: linear-gradient(120deg, #09e486 0%, #b9ff51 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	letter-spacing: -3px;
    font-size: 120px;
    line-height: 1;
    -webkit-transition: opacity 300ms; /* Safari prior 6.1 */
	transition: opacity 300ms;
    opacity: 1;
}

.portfolio-grid-row > article.type-post.hover .post-number {
	opacity: 0.5;
}

.portfolio-ajax-loadmore {
	position: relative;
	text-align: center;
	padding: 35px 0;
}

.portfolio-ajax-loadmore a {
	font-size: 30px;
	color: #1b9950;
	display: none;
	opacity: 0;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}
.portfolio-ajax-loadmore.is-ready a {
	display: block;
	opacity: 1;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}

.portfolio-ajax-loadmore.disable a {
	opacity: 0.7;
}

#floating-wa .elementor-social-icon {
    box-shadow: 2px 3px 5px 0px rgba(87,87,87,0.7);
}

.wow-post-nav:after {
	content: '';
	clear: both;
}

.wow-post-nav .wow-post-nav-prev {
	float: left;
}

.wow-post-nav .wow-post-nav-next {
	float: right;
}

.wow-post-nav .wow-post-nav-prev,
.wow-post-nav .wow-post-nav-next {
	width: 50%;
	display: flex;
}

.wow-post-nav .wow-post-nav-prev {
	justify-content: flex-start;
}

.wow-post-nav .wow-post-nav-next {
	justify-content: flex-end;
}

.wow-post-nav .post-nav-img,
.wow-post-nav .post-nav-title {
	align-self: center;
}

.wow-post-nav .post-nav-title {
	margin: 0 30px;
	text-align: left;
}

.wow-post-nav .post-nav-title a {
	color: #40ad4f;
}

.wow-post-nav .post-nav-title h4 {
	font-weight: 400;
	margin: 0;
}

.wow-post-nav .post-nav-title .post-date {
	color: #626262;
	font-weight: 400;
}

.wow-post-nav .post-nav-img {
    min-width:180px;
    max-width:180px;
    min-height:180px;
    max-height:180px;
}

.wow-post-nav .post-nav-img img {
	width: 180px;
	height: 180px;
	border-radius: 50%;
}

.wow-post-nav .wow-post-nav-next .post-nav-title img {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.wow-post-nav .wow-post-nav-next .post-nav-title {
	order: 1;
	text-align: right;
}

.wow-post-nav .wow-post-nav-next .post-nav-img {
	order: 2;
}

.wow-post-nav.layout-post .post-nav-img {
	position: relative;
}

.wow-post-nav.layout-post .post-nav-img a:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-position: center;
}

.wow-post-nav.layout-post .wow-post-nav-prev .post-nav-img a:before {
	background-image: url('img/arrow-white-left.png');
}

.wow-post-nav.layout-post .wow-post-nav-next .post-nav-img a:before {
	background-image: url('img/arrow-white-right.png');
}

@media (max-width: 1200px) {
    .portfolio-grid-row > article.type-post .post-title {
        font-size:34px;
    }
}

@media (max-width: 1024px) {
	.portfolio-grid-row > article {
		width: calc(100%/2);
	}
	
	body:not(.home) .logo-wow .elementor-image img {
        width:150px;
    }
    
    .wow-post-nav .post-nav-img {
        min-width:100px;
        max-width:100px;
        min-height:100px;
        max-height:100px;
    }

    .wow-post-nav .post-nav-img img {
    	width: 100px;
    	height: 100px;
    }

    .wow-post-nav .post-nav-title h4 {
    	font-size: 25px;
    }

    .wow-post-nav .post-nav-title img {
    	height: 50px;
    	width: auto;
    }

    .wow-post-nav .post-nav-title .post-date {
    	font-size: 16px;
    }

    .wow-post-nav.layout-post .post-nav-img a:before {
    	background-size: 25%;
    }
}

@media (max-width: 767px) {

	.portfolio-ajax-loadmore a {
		font-size: 25px;
	}

	.portfolio-ajax-loadmore {
		padding: 25px 0;
	}
	
	.logo-wow .elementor-image img {
	    max-width:55vw;
	}
	
	body:not(.home) .logo-wow .elementor-image img {
	    width:80px;
	}
	
	.portfolio-grid-row > article .title-overlay .service-title-wrapper {
	    font-size:18px;
	}
	
	.portfolio-grid-row > article .title-overlay {
	    font-size:18px;
	}

	.portfolio-grid-row > article.type-post .post-content {
		padding: 15px;
	}

	.portfolio-grid-row > article.type-post .post-date {
		font-size: 14px;
		
	}

	.portfolio-grid-row > article.type-post .post-title {
		font-size: 20px;
	}

	.portfolio-grid-row > article.type-post .post-number {
		right: 15px;
		bottom: 15px;
		font-size: 55px;
		padding-right:5px;
	}

	.portfolio-grid-row > article.type-portfolio .entry-content .post-title {
		font-size: 20px;
	}

	.portfolio-grid-row > article.type-portfolio .entry-content .short-desc {
		font-size: 16px;
	}

	.portfolio-grid-row > article.type-portfolio .entry-content .overlay .learn-more {
		font-size: 18px;
		padding: 8px 16px;
		border-radius: 8px;
	}

	.wow-post-nav .wow-post-nav-prev,
	.wow-post-nav .wow-post-nav-next {
		flex-direction: column;
	}

	.wow-post-nav .wow-post-nav-next .post-nav-img {
		order: 1;
	}

	.wow-post-nav .post-nav-title {
		margin: 10px 0 0 0;
	}

	.wow-post-nav .post-nav-title .post-date {
		font-size: 12px;
	}

	.wow-post-nav .post-nav-title h4 {
		font-size: 16px;
	}

	.wow-post-nav-prev .post-nav-img,
	.wow-post-nav-prev .post-nav-title {
		align-self: flex-start;
	}

	.wow-post-nav-next .post-nav-img,
	.wow-post-nav-next .post-nav-title {
		align-self: flex-end;
	}

	.wow-post-nav .post-nav-title a {
		display: flex;
	}

	.wow-post-nav .post-nav-title img {
		align-self: flex-start;
		height: 36px;
	}

	.wow-post-nav-next .post-nav-title img {
		order: 2;
	}

	.wow-post-nav .post-nav-title .post-nav-title-inner {
		margin: 0 10px;
		align-self: center;
	}
	
	.wow-post-nav .post-nav-img {
	    min-width:70px;
        max-width:70px;
        min-height:70px;
        max-height:70px;
	}

	.wow-post-nav .post-nav-img img {
		width: 70px;
		height: 70px;
	}

}

/* ---------------------------------------------------------------- */








.home-services-section {
	background: url('img/home-brush-1.png') top left no-repeat;
}

.roar-footer {
	background: url("img/footer-scratch.png") 0% 100% no-repeat, url("img/footer-scratch2.png") 100% 100% no-repeat, url("img/slider-bg-multiply.jpg") repeat;
	background-blend-mode: overlay, normal, normal;
}

.home-portfolio-section {
	background: url("img/home-scratch.png") 0% 3% no-repeat;
	background-blend-mode: overlay;
}

.elementor-widget-wp-post-modules-el .wppm .type-portfolio .readmore-link:after,
.home-news-content .readmore:after,
.readmore-link .elementor-heading-title a:after,
.elementor-widget-wp-post-modules-el.has-bg .wppm-more-link:after {
	content: '';
	display: inline-block;
	width: 72px;
	height: 30px;
	background: url('img/readmore-img.png') no-repeat;
	background-size: contain;
	margin-left: 15px;
	vertical-align: middle;
}

.home-news-content {
	padding-left: 5%;
	padding-right: 5%;
}

.home-news-content,
.home-news-content a,
.home-news-content a:hover {
	color: #ffffff;
}

.home-news-image .elementor-image {
	position: relative;
	line-height: 0;
}

.home-news-image .elementor-image .post-thumbnail {
	z-index: 3;
	position: relative;
}

.home-news-image .elementor-image .post-thumbnail-bg1,
.home-news-image .elementor-image .post-thumbnail-bg2 {
	background: #ffffff;
	position: absolute;
	width: 100%;
	height: 100%;
	line-height: 0;
	opacity: 0.74;
}

.home-news-image .elementor-image .post-thumbnail-bg1 {
	left: -40px;
	top: -10px;
	z-index: 2;
}

.home-news-image .elementor-image .post-thumbnail-bg2 {
	left: -80px;
	top: -20px;
	z-index: 1;
}

.home-news-image .elementor-image .post-thumbnail-bg1 img,
.home-news-image .elementor-image .post-thumbnail-bg2 img {
	opacity: 0.74;
}

.home_news_section_title_mobile {
	display:none;
}

.home_news_wrapper .elementor-column.elementor-col-100,
.home_news_wrapper .elementor-column[data-col="100"] {
	display: none;
}

.home-clients {
	background-color: #ebebeb;
	background: url("img/home-scratch3.png") 0% 0% no-repeat, url("img/home-scratch4.png") 100% 0% no-repeat;
}

.our-works-section {
	background-color: #bb1e24;
	background: url("img/our-works-scratch1.png") 100% 0% no-repeat, url("img/our-works-scratch2.png") 0% 100% no-repeat;
}

.our-works-cta {
	background: url("img/our-works-scratch3.png") 0% 100% no-repeat, url("img/our-works-scratch4.png") 100% 100% no-repeat;
}

.elementor-widget-heading.has-bg .elementor-heading-title {
	position: relative;
	display: inline-block;
	z-index: 2;
}

.elementor-widget-wp-post-modules-el.has-bg .entry-title {
	position: relative;
}

.elementor-widget-wp-post-modules-el.has-bg .entry-title a {
	position: relative;
	z-index: 2;
}

.elementor-widget-heading.has-bg:before,
.elementor-widget-wp-post-modules-el.has-bg .entry-title:before {
	content: '';
	position: absolute;
	z-index: 1;
	display: block;
	width: 223px;
	height: 79px;
	background: url('img/title-bg.png') no-repeat;
	background-position: center;
	top: -32px;
    left: -24px;
}

.elementor-widget-wp-post-modules-el.has-bg .entry-title:before {
	opacity: 0;
}

.elementor-widget-wp-post-modules-el.has-bg .wppm-ajax-posts,
.elementor-widget-wp-post-modules-el.has-bg .wppm-ajax-posts .wppm-el-post {
	overflow: visible;
}

.elementor-widget-wp-post-modules-el.has-bg .wppm-el-post {
	flex-grow: 0;
}

.elementor-widget-wp-post-modules-el.has-bg .wppm-el-post:hover .entry-title:before {
	opacity: 1;
}

.elementor-widget-wp-post-modules-el.has-bg .wppm-el-post .post-img a {
	position: relative;
}

.elementor-widget-wp-post-modules-el.has-bg .wppm-el-post .post-img a:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.85);
	opacity: 0;
	-webkit-transition: opacity 300ms; /* Safari prior 6.1 */
	transition: opacity 300ms;
}

.elementor-widget-wp-post-modules-el.has-bg .wppm-el-post:hover .post-img a:after {
	opacity: 1;
}

.elementor-widget-wp-post-modules-el.has-bg .wppm-el-post .post-img {
	overflow: hidden;
	padding-top: 0px;
}

.elementor-widget-wp-post-modules-el.has-bg .wppm-el-post .post-img img {
	-webkit-transition: transform 600ms; /* Safari prior 6.1 */
	transition: transform 600ms;
}

.elementor-widget-wp-post-modules-el.has-bg .wppm-el-post:hover .post-img img{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.roarior-section .elementor-jet-team-member .jet-team-member__name {
	background-image: url('img/roarior-title-bg.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	margin: 0 30px;
	padding: 20px 0px;
}

.frm_style_formidable-style.with_frm_style input[type=text],
.frm_style_formidable-style.with_frm_style input[type=text]:focus,
.frm_style_formidable-style.with_frm_style input[type=password],
.frm_style_formidable-style.with_frm_style input[type=password]:focus,
.frm_style_formidable-style.with_frm_style input[type=email],
.frm_style_formidable-style.with_frm_style input[type=email]:focus,
.frm_style_formidable-style.with_frm_style input[type=number],
.frm_style_formidable-style.with_frm_style input[type=number]:focus,
.frm_style_formidable-style.with_frm_style input[type=url],
.frm_style_formidable-style.with_frm_style input[type=url]:focus,
.frm_style_formidable-style.with_frm_style input[type=tel],
.frm_style_formidable-style.with_frm_style input[type=tel]:focus,
.frm_style_formidable-style.with_frm_style input[type=phone],
.frm_style_formidable-style.with_frm_style input[type=phone]:focus,
.frm_style_formidable-style.with_frm_style input[type=search],
.frm_style_formidable-style.with_frm_style input[type=search]:focus,
.frm_style_formidable-style.with_frm_style select,
.frm_style_formidable-style.with_frm_style select:focus {
	background-color: transparent !important;
	border-top: 0 !important;
	border-right: 0 !important;
	border-left: 0 !important;
	color: #ffffff !important;
}

.frm_style_formidable-style.with_frm_style textarea,
.frm_style_formidable-style.with_frm_style textarea:focus {
	background-color: transparent !important;
}

.frm_style_formidable-style.with_frm_style .frm_submit button {
	box-shadow:none;
	-webkit-box-shadow:none;
	text-transform: uppercase;
}

.frm_style_formidable-style.with_frm_style input::placeholder{
	color: #ffffff;
	opacity: 0.3;
}

.frm_style_formidable-style.with_frm_style input::-webkit-input-placeholder {
	color: #ffffff;
	opacity: 0.3;
}

.frm_style_formidable-style.with_frm_style input::-ms-input-placeholder {
	color: #ffffff;
	opacity: 0.3;
}

.frm_style_formidable-style.with_frm_style input:-ms-input-placeholder {
	color: #ffffff;
	opacity: 0.3;
}

.frm_style_formidable-style.with_frm_style .frm_message {
	padding: 24px 24px 15px 24px !important;
}

.grid-size {
	width: 25%;
}

@media (max-width: 1024px) {
	.roar-footer {
		background-size: 30%, 30%, cover;
	}

	.home-services-section {
		background-size: 30%;
	}

	.home-portfolio-section {
		background-size: 40%;
		background-position: -80px 70px;
	}

	.home-news-image .elementor-image .post-thumbnail-bg1,
	.home-news-image .elementor-image .post-thumbnail-bg2 {
		display: none;
	}

	.home_news_wrapper .elementor-column.elementor-col-60,
	.home_news_wrapper .elementor-column[data-col="60"],
	.home_news_wrapper .elementor-column.elementor-col-40,
	.home_news_wrapper .elementor-column[data-col="40"] {
		width: 50%;
	}

	.home-clients {
		background-size: 15%, 30%;
	}

	.our-works-section {
		background-size: 35%, 55%;
	}

}

@media (max-width: 991px) {
	.grid-size {
		width: 50%;
	}
}

@media (max-width: 767px) {
	.home-services-section {
		background-image: none;
	}

	.home-portfolio-section {
		background-size: 80%;
		background-position: -120px 70px;
	}

	.home_news_wrapper .elementor-column.elementor-col-100,
	.home_news_wrapper .elementor-column[data-col="100"] {
		display: flex;
	}

	.home_news_wrapper .elementor-column.elementor-col-60,
	.home_news_wrapper .elementor-column[data-col="60"],
	.home_news_wrapper .elementor-column.elementor-col-40,
	.home_news_wrapper .elementor-column[data-col="40"] {
		width: 100%;
	}

	.home_news_section_title_mobile {
		display: block;
		text-align: center;
		width: 100%;
		color: #fff;
	}

	.home_news_section_title_desktop {
		display:none;
	}

	.home-news-image .elementor-image .post-thumbnail {
		margin-bottom: 30px;
		margin-left: -10px;
		margin-right: -10px;
	}

	.home-clients {
		background-image: none;
	}

	.our-works-section {
		background-image: none;
	}
}