/*
 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
*/

header#brx-header {
    z-index: 2;
}

/* home page css start */

.dg-leftbg:before {
    position: absolute;
    content: '';
    top: 0;
    left: -1000%;
    width: 1000%;
    height: 100%;
    background: var(--bricks-color-uojlrl);
}
.dg-inner-logo div#brxe-fazpgq-list {
    display: flex;
    align-items: center;
}


/* richtext btn link */
.dg-richtext-btn a {
    font-weight: 500;
    position: relative;
    margin-left: 10px;
    transition: all 0.5s;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}
.dg-richtext-btn a i {
    font-size: 10px;
    color: var(--bricks-color-vrmqut);
}
.dg-richtext-btn a:hover, .dg-richtext-btn a:hover i, .dg-arrow-icon:hover i {
    color: var(--bricks-color-znygga) !important;
}
.dg-richtext-btn a:hover{
	gap: 10px;
}
/* richtext btn link */

.dg-divider:after {
    content: '';
    position: absolute;
    bottom: -1px;
    right: -1000%;
    width: 1000%;
    height: 1px;
    background: var(--bricks-color-mmrnjz);
}

.dg-trusted-by img {
    filter: grayscale(1);
}

.dg-tabs-inner .x-tabs_tab-selected {
    position: relative;
}
.x-tabs_tab-selected:after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 6px;
    background: var(--bricks-color-hrfxnu);
}
.dg-hero-inner .brxe-slider-nested .splide__track {
    padding-left: 50px !important;
    padding-right: 50px !important;
}
.dg-logo-slider .splide__list {
    align-items: center;
}
/* home page css end */


/* blog css */
.dg-blog-item:hover img {
    transform: scale(1.2);
}
.dg-blog-item .dg-blog-btn .icon{
	transition:all 0.5s;
}
.dg-blog-item .dg-blog-btn:hover span.icon {
    transform: translateX(10px);
}
.dg-post-content h2.wp-block-heading {
    font-size: 36px;
    line-height: 46px;
    margin: 10px 0 14px 0;
}
.dg-post-content .wp-block-image {
    margin: 50px 0;
}
.dg-post-content  h3.wp-block-heading {
    font-size: 28px;
    line-height: 38px;
    margin: 20px 0 10px;
}
.dg-post-content  h4.wp-block-heading {
    font-size: 22px;
    line-height: 36px;
    margin: 20px 0 10px;
}
.dg-table-content li.toc-list-item.is-active-li a{
    background: #fff;
	border-left: 5px solid #24daaf;
}
.brxe-post-toc .toc-link:before {
    top: 0;
}
.dg-table-content li.toc-list-item a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	 padding: 15px 20px;
	border-left: 5px solid transparent;
	position:relative;
}

.dg-table-content li.toc-list-item {
    background: #f5f5f5a1;
}
.dg-table-content li.toc-list-item ul.toc-list {
    padding-left: 35px;
}
.dg-table-content li.toc-list-item ul.toc-list a {
    border-left: 2px solid #1d3349;
    margin-top: 16px;
} .dg-table-content li.toc-list-item.is-active-li > a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 6px;
    width: calc(100% - 5px);
    height: 20px;
    background: #fff;
}
.dg-table-content li.toc-list-item > a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 5px);
    height: 10px;
    background: #f6f6f6;
}
.dg-table-content .toc-list-item ul.toc-list a:after{
	opacity:0;
}
/* blog css end */

/* form css */
.dg-get-form .gform-theme--foundation .gform_fields {
    row-gap: 18px;
}
.dg-get-form .gfield_required.gfield_required_text {
    font-size: 0;
}
.dg-get-form .gfield_required.gfield_required_text:after {
    content: '*';
    font-size: 14px;
}
.dg-get-form .gform-grid-col input, .dg-get-form .ginput_container input, .dg-get-form select {
    border-radius: 0 !important;
	line-height:50px;
    height: 50px !important;
    border: 1px solid var(--bricks-color-uojlrl);
    box-shadow: none !important;
}
.dg-get-form .gfield_label {
    font-family: 'Poppins' !important;
    font-weight: 400 !important;
}
.dg-get-form select{
	padding:5px 12px !important;
}
.dg-get-form .gform_button {
    background: var(--bricks-color-uojlrl) !important;
    border-radius: 0 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    font-family: 'Poppins' !important;
    padding: 15px 30px !important;
    max-width: 180px !important;
    width: 100% !important;
    transition: all 0.5s;
}
.dg-get-form .gform_button:hover, .dg-subscribe .gform_button:hover{
	background:var(--bricks-color-vrmqut) !important;
}
.dg-get-form input:focus, 
.dg-get-form select:focus,
.dg-subscribe .ginput_container input:focus{
	border-color:var(--bricks-color-vrmqut) !important;
	    box-shadow: none !important;
}
.dg-get-form .gform_validation_errors {
    display: none !important;
}
.dg-get-form .gform-theme--framework .gfield_validation_message {
    font-family: 'Poppins' !important;
}
.dg-get-form .gform_confirmation_message {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
}
/* form css end */
.dg-subscribe form {
    display: flex;
    justify-content: center;
}
.brx-popup:not(.brx-infobox-popup):not(.brx-infobox-popup-builder) .brx-popup-backdrop {
    backdrop-filter: blur(5px);
}
.dg-subscribe .gform-footer.gform_footer.top_label {
    margin-top: 0;
}
.dg-subscribe .dg-subscribe .ginput_container input {
    height: 50px !important;
    border-radius: 0 !important;
}
.dg-subscribe .ginput_container input {
    height: 50px !important;
    border-radius: 0 !important;
    border: 1px solid var(--bricks-color-uojlrl);
}

.dg-subscribe .gform_button {
    background: var(--bricks-color-uojlrl) !important;
    min-width: 150px !important;
	height: 50px !important;
    font-family: 'Poppins' !important;
    border-radius: 0 !important;
	transition:all 0.5s;
}
.dg-subscribe .gform_validation_errors {
    display: none !important;
}
.dg-subscribe  img.gform_ajax_spinner {
    display: none !important;
}
.dg-subscribe .gform-body.gform_body {
    width: 100%;
    max-width: 260px;
}
input:focus {
    outline: none !important;
}
.dg-bg-cliprth{
	position:relative;
}
.dg-bg-cliprth:after {
    content: '';
    position: absolute;
    bottom: -1px;
    right: -1px;
    width: 100%;
	max-width:56%;
    height: 100%;
    background: #f9f9f9;
    clip-path: polygon(100% 16%, 0% 100%, 100% 100%);
    z-index: 0;
}
.dg-bg-cliprth.path-on-left:after{
	bottom: 0;
	left: 0;
	right: auto;
	background : #FFFCF5;
	clip-path: polygon(0 0, 20% 0, 86% 100%, 0% 100%);
}
.dg-banner-cliprth:before {
    content: '';
    position: absolute;
    top: -7px;
    left: 0;
    width: 100%;
    height: 100vh;
    clip-path: polygon(0 -12%, 0% 100%, 60% 100%);
    background: #fffcf5;
}
.dg-inter-cliprth:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: -1px;
    width: 100%;
    height: 100%;
    background: #fff;
    clip-path: polygon(100% 44%, 26% 100%, 100% 100%);
}

/* job form css */
.dg-job-content ul.job-listing-meta.meta {
    display: none;
}

.dg-job-content .application_button.button {
    padding: 22px 50px !important;
    background: #1e344b;
    color: #fff;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 16px !important;
    max-width: 290px;
    width: 100%;
    border:none;
    cursor: pointer;
    transition: all 0.5s;
}

.dg-job-content input.button.wp_job_manager_send_application_button, form.apply_with_resume input[type="submit"] {
    padding: 22px 50px !important;
    background: #1e344b;
    color: #fff;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 16px !important;
    border: none;
    cursor: pointer;
    transition: all 0.5s;
    text-align: center;
}
.dg-job-content .application_button.button:hover, .dg-job-content input.button.wp_job_manager_send_application_button:hover, form.apply_with_resume input[type="submit"]:hover {
    background: var(--bricks-color-vrmqut);
}
.dg-job-content .job_application.application {
    margin-top: 30px;
	  order: 2;
	width: 100%;
}
.job-manager-application-form  label {
    font-family: 'Poppins';
    color: #1e344b;
}
.job-manager-application-form .application_details input, .job-manager-application-form .application_details textarea {
    border: 1px solid #1e344b !important;
    outline: none !important;
}
input#application_attachment {
    padding: 10px;
}
body.bricks-is-frontend :focus-visible {
    outline: none;
}
.dg-job-content .single_job_listing {
    display: flex;
    flex-wrap: wrap;
}

.dg-job-content .job-manager-applications-applied-notice {
    position: relative;
    order: 3;
	width: 100%;
}
.dg-job-content .job_description {
    order: 1;
    position: relative;
	width: 100%;
}
.dg-job-content div#brxe-nlokol {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}
.job-manager-error.job-manager-message, .job-manager-info.job-manager-message, .job-manager-message.job-manager-message {
    border-top-color: #1e344b;
}
.job-manager-message.job-manager-message:before{
	color:#1e344b;
}
/* job form css end*/

/* home tab  */
.dg-tabs-inner .x-tabs_tab span {
    white-space: nowrap;
}

.dg-tabs-inner .x-tabs_list {
    overflow-y: hidden;
    overflow-x: auto;
}

/* width */
.dg-tabs-inner .x-tabs_list::-webkit-scrollbar {
  width: 4px;
  height:4px;
}

/* Track */
.dg-tabs-inner .x-tabs_list::-webkit-scrollbar-track {
  background:#ededed;
  border-radius:10px;
}
 
/* Handle */
.dg-tabs-inner .x-tabs_list::-webkit-scrollbar-thumb {
  background: #6eccaf; 
  border-radius: 10px;
}
.dg-tabs-inner .x-tabs_content {
    overflow: visible;
}
.dak-blog-slider h3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.dak-v-slider .splide__slide::before {
    mix-blend-mode: multiply;
}
.dak-content-slider .is-active + .splide__slide + .splide__slide + .splide__slide {
/* 	background: linear-gradient(90deg,hsl(0deg 0% 22% / 60%) 55%, rgb(250 250 250 / 50%) 45%); */
}
.dak-content-slider .is-active + .splide__slide + .splide__slide + .splide__slide h3 {
    color: #1E344B !important;
}
.dak-content-slider .dak-slider-left{
	opacity: 0;
}
.dak-content-slider .is-visible.is-active + .splide__slide + .splide__slide + .splide__slide .dak-slider-left {
    opacity: 1;
}
.dak-content-slider svg path {
    stroke: #fff;
}
.dak-content-slider .is-active + .splide__slide + .splide__slide + .splide__slide svg path {
    stroke: #1E344B;
}
.dak-content-slider .is-active + .splide__slide + .splide__slide + .splide__slide .dak-slider-right{
	pointer-events: auto;
}


/* home tab  */
@media(max-width:1200px){
	
.dg-bg-cliprth:after {
	max-width:76%;
}
}

@media(max-width:991px){
	.dak-content-slider .is-active + .splide__slide + .splide__slide + .splide__slide {
		display: block !important;
	}
	.dak-content-slider .splide__slide{
		
			display:none !important;
		
	}
	.dak-content-slider .splide__slide--clone.is-active + .splide__slide + .splide__slide + .splide__slide  {
/*     display: none !important; */
}
	.dak-content-slider  .splide__track > .splide__list {
    height: 650px;
    display: flex;
    align-items: end;
    margin-bottom: 0;
}
	.dak-content-slider .splide__list {
    transform: none !important;
}
	.dak-blog-slider .splide__pagination {
    width: calc(100% - 30px);
}
}

@media(max-width:767px){
	.dg-subscribe form {
    flex-wrap: wrap;
    gap: 15px;
}
	.dg-subscribe .gform-body.gform_body {
    width: 100%;
}
	.dg-post-content h2.wp-block-heading {
    font-size: 28px;
    line-height: 36px;
}
	.dg-post-content  h3.wp-block-heading {
    	font-size: 26px;
	    line-height: 36px;
	}
	.dg-bg-cliprth:after, .dg-inter-cliprth:after {
    display:none;
}
	.dg-banner-cliprth:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    clip-path: polygon(0% -31%, 0% 100%, 114% 100%);
    background: #fffcf5;
}
}