/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/
.brxe-text p a, .brxe-text ul li a {
    font-weight: 500;
    text-transform: inherit;
}

.as-link-text, .brxe-post-navigation a {
    position: relative;
}
.as-link-text:before, .brxe-post-navigation a:before {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 51%;
    width: 0;
    height: 1px;
    background: var(--bricks-border-color);
    transition: all 0.5s;
}
.as-link-text:after, .brxe-post-navigation a:after {
    content: '';
    position: absolute;
    bottom: -3px;
    right: 51%;
    width: 0;
    height: 1px;
    background: var(--bricks-border-color);
    transition: all 0.5s;
}
.as-link-text:hover:before, .brxe-post-navigation a:hover:before {
    width: 51%;
    left: 0;
}
.as-link-text:hover:after, .brxe-post-navigation a:hover:after {
    width: 51%;
    right: 0;
}
.brxe-button.bricks-background-primary, .gform_button{
	overflow: hidden;
	position: relative;
  transition: all 1s;
}

.brxe-button.bricks-background-primary::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 0%;
  top: 0;
  left: -40px;
  transform: skewX(45deg);
  background-color: var(--bricks-color-rswkie);
  z-index: -1;
  transition: all 1s;
}

.brxe-button.bricks-background-primary:hover::before {
  width: 160%;
}
.brx-offcanvas-backdrop {
    backdrop-filter: blur(5px);
}

/* home page css start */
.as-hero-sec:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(181.42deg, rgba(0, 0, 0, 0.7) 1.3%, rgba(0, 0, 0, 0) 98.88%);
	z-index: -1;
}
.as-hero-sec video {
    object-fit: cover;
    object-position: top;
    top: unset;
    left: unset;
    transform: unset !important;
}

.as-work-item:hover .as-right-bottom {
    bottom: 57px !important;
    left: 57px !important;
    opacity: 1 !important;
}

.as-work-item:hover .as-left-top {
    top: 57px !important;
    left: 57px !important;
    opacity: 1 !important;
}

.as-work-item:hover .as-right-top {
    top: 57px !important;
    right: 57px !important;
    opacity: 1 !important;
}

.as-work-item:hover .as-left-bottom {
    bottom: 57px !important;
    right: 57px !important;
    opacity: 1 !important;
}
.as-work-item:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0000008C;
	opacity:0;
	transition:all 0.5s;
}
.as-work-item:hover:after {
	opacity:1;
}
#as-work-content {
    transform: scale(0.8);
}
.as-work-item:hover #as-work-content {
    opacity: 1 !important;
    transform: scale(1);
}
.brx-popup-backdrop {
    backdrop-filter: blur(5px);
}
.as-capabilities:hover .brxe-heading {
    color: var(--bricks-color-rswkie);
}
.as-testimonial:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.28) 100%);
}
.as-testim-content {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.as-work-item:hover .bm-vidoe {
    transform: scale(1.1);
}

.brx-open .as-re-btn {
    opacity: 0;
}
.brx-open .as-co-btn {
    opacity: 1 !important;
	z-index:2;
}

/* form css start */
.as-get-form .gform_fields {
    row-gap: 30px !important;
    column-gap: 30px !important;
}
.as-get-form .ginput_container input, .as-get-form .ginput_container textarea {
    border: none !important;
    border-radius: 0 !important;
    padding: 32px 28px !important;
    color: #9F9F9F !important;
    font-weight: 700 !important;
    font-size: 24px !important;
    letter-spacing: 0;
	text-align: left;
}
.as-get-form .ginput_container textarea{
    height: 226px;
}
input:focus, textarea:focus{
	outline:none !important;
}
.gform_button {
    background: transparent !important;
    border: 1px solid #fff !important;
    border-radius: 0 !important;
    padding: 15px 60px !important;
    font-family: Open Sans;
    font-weight: 700 !important;
    font-size: 20px !important;
    letter-spacing: 0;
    text-transform: uppercase !important;
	position:relative !important;
	z-index:1 !important;
	transition:all 0.5s;
}
.gform-footer.gform_footer:hover .gform_button{
	color:var(--bricks-color-rswkie) !important;
	background:#fff !important;
}
.gform_validation_errors {
    display: none !important;
}
.gfield_validation_message {
    text-align: left;
    color: #fff !important;
}
.gform-footer.gform_footer {
    display: inline-block !important;
}
.as-get-form {
    text-align: center !important;
}
.gform-footer {
    margin-top: 30px !important;
}

/* .gform-footer.gform_footer{
	overflow: hidden;
	position: relative;
  transition: all 1s;
}

.gform-footer.gform_footer::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 0%;
  top: 0;
  left: -40px;
  transform: skewX(45deg);
  background-color: #fff;
  z-index: 0;
  transition: all 1s;
}

.gform-footer.gform_footer:hover::before {
  width: 160%;
} */
/* form css end */

.page-id-1319 .as-cta-sec{
	display:none;
}

@media(max-width:1199.98px){
	
.as-work-item:hover .as-right-bottom {
    bottom: 30px !important;
    left: 30px !important;
}

.as-work-item:hover .as-left-top {
    top: 30px !important;
    left: 30px !important;
}

.as-work-item:hover .as-right-top {
    top: 30px !important;
    right: 30px !important;
}

.as-work-item:hover .as-left-bottom {
    bottom: 30px !important;
    right: 30px !important;
}
}
/* home page css end */

/* about us */
.ass-testimonial button svg * {
    stroke: #000;
}
.ass-testimonial button:hover svg * {
    stroke: #fff;
}

/* about us end */


/* blog css start */
.as-pagination a.next.page-numbers i, 
.as-pagination a.prev.page-numbers i{
    font-size: 0;
}
.as-pagination a.next.page-numbers:after {
    content: 'Next';
}
.as-pagination a.prev.page-numbers:after {
    content: 'Previous';
}
.as-pagination a.next.page-numbers, .as-pagination a.prev.page-numbers {
    width: auto !important;
    border: none !important;
	display: flex;
	margin:0 10px;
}
.as-post-content p {
    font-weight: 400;
}
.wp-block-heading {
    margin: 40px 0 20px 0;
}
.as-post-content figure.wp-block-image {
    margin-bottom: 30px;
}
.as-post-content a {
    text-transform: capitalize !important;
    font-weight: 500 !important;
/*     text-decoration: 1px underline; */
	border-bottom: 2px solid #31a6d6;
}
.brxe-post-navigation a {
    gap: 0 !important;
    height: 30px;
	width:auto;
}
.brxe-post-navigation {
    flex-wrap: nowrap;
}
.brxe-post-navigation a span.label{
	transition:all 0.5s;	
}
/* blog css end */

@media(min-width:768.98px){
	.as-pro-item:nth-child(even) .as-pro-head {
    	flex-direction: row-reverse !important;
	}
	
}

@media(max-width:767.98px){
	.as-get-form .ginput_container input, .as-get-form .ginput_container textarea {
		font-weight: 600 !important;
		font-size: 20px !important;
	}
}