.dropdown-menu .ion-ios-arrow-down {display:none;}
.faq_section_new .cstm-accordion .panel-heading h4 {
    line-height: 1.2 !important;
}
.panel-title.collapsed:before, .cstm-accordion .panel-title:not(.collapsed):before {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}
.cstm-accordion .panel .panel-heading .panel-title{
	position: relative;
}
.certificate_wrap {
    max-width: 800px;
    margin: 70px auto 0 auto;
    padding: 30px;
    background: #fff;
    -webkit-box-shadow: 2px 4px 13px 3px rgb(76 81 224 / 15%);
    box-shadow: 2px 4px 13px 3px rgb(76 81 224 / 15%);
}
.background-image img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: center !important;
}
.parallax .background-image {
    opacity: 1 !important;
}
.infinite-endo ul .col-md-3 a img {
    max-width: 100%;
    max-height: 130px;
    width: auto;
}
.parallax .background-image {
    transform: none !important;
    top: 0 !important;
    height: 100vh !important;
}

@media screen and (min-width: 1024px) {
	
.menu-item .ion-ios-arrow-down {display:none;}
	
}
@media(max-width:767px) {
	.certificate_wrap {
    margin: 50px auto 0 auto;
    padding: 20px;
}
}
/* 26-06-23 popup form */
.ays-pb-modals{
	overflow: hidden!important;
}
.ays_content_box .wpcf7 form .form-row {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: row wrap;
}

.ays_content_box .wpcf7 form .form-row span {
    width: 100%;
    color: #fff;
}
.ays_content_box .wpcf7 form .form-row.half span {
    width: 49%;
}
.ays_content_box .wpcf7 form .form-row.full input, .ays_content_box .wpcf7 form .form-row.full textarea{
    width: 100%;
}
.ays_content_box .wpcf7 form .form-row input{
    height: 48px;
    font-size: 16px!important;
    background-color: #fff;
    text-indent: 25px;
    color: #010101;
}
.ays_content_box .wpcf7 form .form-row input[type=submit]{
    text-align: center;
    text-indent: 0;
    background-color: #a62139;
    color: #fff;
		padding: 0 8px;

}
.ays_content_box{
    padding:0!important;
}
.ays-pb-modal h2{
    font-size: 3.5em;
    line-height: 1;
}
.ays_content_box .wpcf7 form .form-row textarea{
    padding: 25px 0 25px 25px;
    height: 120px;
    text-indent: 0;
    font-size: 16px!important;
}
.ays_content_box .wpcf7 form .form-row input:not([type=submit])::placeholder, .ays_content_box .wpcf7 form .form-row textarea::placeholder{

  font-size: 18px;
  font-weight: normal;
  color: #010101;
}


.ays_content_box .wpcf7 form .form-row input:not([type=submit]):-moz-placeholder, .ays_content_box .wpcf7 form .form-row textarea:-moz-placeholder{
  font-size: 18px;
  font-weight: normal;
  color: #010101;
}

.ays_content_box .wpcf7 form .form-row input:not([type=submit])::-moz-placeholder, .ays_content_box .wpcf7 form .form-row textarea::-moz-placeholder{
   font-size: 18px;
   font-weight: normal;
   color: #010101;
}

.ays_content_box .wpcf7 form .form-row input:not([type=submit])::-webkit-input-placeholder, .ays_content_box .wpcf7 form .form-row textarea::-webkit-input-placeholder{
  font-size: 18px;
  font-weight: normal;
  color: #010101;
}
.ays_content_box .wpcf7 form .form-row input:not([type=submit]):-ms-input-placeholder, .ays_content_box .wpcf7 form .form-row textarea:-ms-input-placeholder{
  font-size: 18px;
  font-weight: normal;
  color: #010101;
}
.ays_content_box .wpcf7 form .wpcf7-not-valid-tip{
	font-size: 15px!important;
	text-align: left;
}

/* 26-06-23 exit popup form */

#exitpopup-modal .wpcf7 form .form-row {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: row wrap;
}
#exitpopup-modal .wpcf7 form .form-row span {
    width: 100%;
    color: #fff;
}
#exitpopup-modal .wpcf7 form .form-row.half span {
    width: 49%;
}
#exitpopup-modal .wpcf7 form .form-row.full input, .ays_content_box .wpcf7 form .form-row.full textarea{
    width: 100%;
}
#exitpopup-modal .wpcf7 form .form-row input{
    height: 48px;
    font-size: 16px!important;
    background-color: #fff;
    text-indent: 25px;
    color: #010101;
}
#exitpopup-modal .wpcf7 form .form-row input[type=submit]{
    text-align: center;
    text-indent: 0;
    background-color: #a62139;
    color: #fff;
	  padding: 0 8px;
}
#exitpopup-modal{
    padding:0!important;
}
#exitpopup-modal .modal-title h3{
    font-size: 1.8em;
    line-height: 1;
    color: #fff;
    margin: 0;
    padding-bottom: 0;
}
#exitpopup-modal .wpcf7 form .form-row textarea{
    padding: 25px 0 25px 25px;
    height: 120px;
    text-indent: 0;
    font-size: 16px!important;
    width: 100%;
    resize: none;
}


#exitpopup-modal .wpcf7 form .form-row input:not([type=submit])::placeholder, #exitpopup-modal .wpcf7 form .form-row textarea::placeholder{

  font-size: 18px;
  font-weight: normal;
  color: #010101;
}


#exitpopup-modal .wpcf7 form .form-row input:not([type=submit]):-moz-placeholder, #exitpopup-modal .wpcf7 form .form-row textarea:-moz-placeholder{
  font-size: 18px;
  font-weight: normal;
  color: #010101;
}

#exitpopup-modal .wpcf7 form .form-row input:not([type=submit])::-moz-placeholder, #exitpopup-modal .wpcf7 form .form-row textarea::-moz-placeholder{
   font-size: 18px;
   font-weight: normal;
   color: #010101;
}

#exitpopup-modal .wpcf7 form .form-row input:not([type=submit])::-webkit-input-placeholder, #exitpopup-modal .wpcf7 form .form-row textarea::-webkit-input-placeholder{
  font-size: 18px;
  font-weight: normal;
  color: #010101;
}
#exitpopup-modal .wpcf7 form .form-row input:not([type=submit]):-ms-input-placeholder, #exitpopup-modal .wpcf7 form .form-row textarea:-ms-input-placeholder{
  font-size: 18px;
  font-weight: normal;
  color: #010101;
}
#exitpopup-modal .exitpopup-modal-window{
	background-color: #184A7C!important;
	height: 550px!important;
	width: 800px!important;
}
#exitpopup-modal .wpcf7 form .wpcf7-not-valid-tip{
	font-size: 15px!important;
	text-align: left;
}
#exitpopup-modal{
	z-index: 99999999!important;
	overflow-y: scroll;
}
#exitpopup-modal .modal-body{
	background: #184A7C!important;
}
#exitpopup-modal .exitpopup-modal-footer{
	width: 40px;
	top: 20px;
	right: 20px;
	bottom: auto!important;
	width: 40px!important;
}
#exitpopup-modal .exitpopup-modal-footer p{
	border-bottom: none!important;
	color: #fff!important;
	font-size: 20px;
	font-weight: 800;
}
.iso_services_tab_row .elementor-container{
	max-width: 100%!important;
}
.iso_services_tab_row .elementor-tabs-wrapper{
	max-width: 1220px!important;
	margin: 0 auto;
	justify-content: space-between;
}
.tab_content_wrapper{
	max-width: 1220px;
	margin: 0 auto;
}
.blue_bg{
	background: #184a7c;
	padding: 40px 0;
	color: #fff;
}
.blue_bg h5{
	color: #fff;
	margin-bottom: 20px;
}
.custom_tab_wrap .elementor-tabs .blue_bg p{
	color: #fff!important;
}
.circle_arrow_list li{
	display: flex;
	align-items: start;
	font-size: 1.5em;
}
.ass_bg{
	padding-bottom: 40px;
}
.circle_arrow_list{
	margin-bottom: 40px;
}
.number_order_list li{
	list-style-type: decimal;
	list-style-position: inside;
	font-size: 1.5em;
	line-height: 3em;
}
.faq-list .elementor-accordion .elementor-tab-content{
	padding: 15px 20px!important;
  border-top: 1px solid #d4d4d4!important;
}
.faq-list .elementor-tab-title:hover, .faq-list .elementor-tab-title.elementor-active{
	background: transparent!important;
}
.custom_tab_wrap ul.circle_arrow_list li i{
	font-size: 1em;
}
.circle_list_text li{
	list-style-type: circle;
	list-style-position: inside;
	font-size: 1.4em;
	line-height: 2em;
	color: #fff;
	display: flex;
	align-items: start;
}
.custom_tab_wrap ul.circle_list_text li i{
	font-size: 7px;
	margin-right: 10px;
	margin-top: 12px;
}
.bold_title_txt{
	font-weight: 700;
}

.iso_services_tab_row{
	padding-bottom:0!important;
}
.ass_bg .circle_list_text li{
	color: #000000;
}
.white_tab_row .circle_list_text li{
	color: #000000;
}



.ays-pb-modal.ays-popup-box-main-box{
	min-height:630px !important;
}
.ays_content_box .wpcf7 form .form-row.half span {
  width: 100% !important;
}
.ays-pb-modals{
	z-index:9999 !important;
}
	/*=================style 12.06.23=======================*/
.Testimonial_l_col{
	padding-top: 120px;
	padding-right: 50px;
}


/* ====== May-22-2024 start ====== */
@media(max-width:1680px) {
	.navbar-header .navbar-brand>img {
     padding-left: 0;
  }
	.navbar-brand>img.logo-light{
		max-width:196px;
	}
 .navbar-nav>li>a{
		  padding: 16px 8px 14px 8px !important;
	}
}

@media(max-width:1440px) {
 .navbar.nav-down .navbar-collapse>.container {
        width: 98%;
    }
}

@media(max-width:1366px) {
    .navbar-brand>img.logo-light {
        max-width: 180px;
    }
	#who-we-are .background-image {
    height:100%!important;
}
}
/* ====== May-22-2024 end ====== */








/* ====== August-30-2024 start ====== */

.home #hero .background-image{
    background: url(https://quality-assurance.com.au/wp-content/uploads/2024/08/slider-bg-min1.webp) no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
    opacity: 1 !important;
}

.home #who-we-are .background-image{    
    background: url(https://quality-assurance.com.au/wp-content/uploads/2024/08/bg-21.webp) no-repeat !important;
}

.home #who-we-are2 .background-image{
    background: url(https://quality-assurance.com.au/wp-content/uploads/2024/08/bg-31.webp) no-repeat !important;    
}

.home #testimonials .background-image{
    background: url(https://quality-assurance.com.au/wp-content/uploads/2024/08/bg-61.webp) no-repeat !important;    
}
[data-overlay-color="9"]:before, [data-overlay-dark="9"]:before, [data-overlay-light="9"]:before {
    opacity: .7 !important;
}

/* ====== August-30-2024 end ====== */

.testimonials .content_area .content picture img{
	display:block;
	margin:auto;
	width:auto;
	max-width:auto;
}

#who-we-are2 .background-image {
    height: 70vh!important;
}
#quick-call .background-image {
    height: 60vh!important;
}
#services-sec4 .background-image {
    height: 60vh!important;
}
#certificate-1 .background-image {
    height: 70vh!important;
}

.parallax .background-image{
    height: 100% !important;
}



/*========== January-29-2025 css start ==========*/
.page-template-about_us .parallax.pt40.pb40 .right-image-wrap img{
    height: auto;
}

@media(max-width:1199px) {
    .single-blogs .blog .blog-post .owl-height{
        height: 100% !important;
    }
    .single-blogs .blog .blog-post .owl-height img{
        height: 100%  !important;
        width: 100%  !important;
    }
}
/*========== January-29-2025 css end ==========*/


@media(max-width:991) {
#who-we-are2 .background-image {
    height: 80vh !important;
}
	.parallax .background-image{
		height: 100% !important;
	}
	#quick-call .background-image {
    height: 100% !important;
}
	#services-sec4 .background-image {
    height: 100%!important;
}
	#certificate-1 .background-image {
    height: 100%!important;
}
}
/*========== 15-04-2025 css start ==========*/
.single-blogs p a{color: #4c51e0;}
.btn-color{
	    background: #ffffff !important;
    border-color: #ffffff !important;
    color: #000 !important;
}




/*========== 15-04-2025 css end ==========*/


.blog-post .post-dates {
    display: flex;
    gap: 10px;
    flex-flow: row wrap;
	row-gap: 0;
}


/* Wrapper */
.inline-related-posts {
  margin: 50px 0;
  padding: 20px 0;
  border-top: 2px solid #eee;
}
.inline-related-posts h3 {
  font-size: 2.8rem;
  margin-bottom: 20px;
  color: #222;
  font-weight: 600;
}
.inline-related-posts .related-blogs-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.inline-related-posts .related-item {
  flex: 1 1 calc(25% - 20px);
  background: #fff;
  border: 1px solid #eaeaea;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}

.inline-related-posts .related-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}
.inline-related-posts .related-item img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.inline-related-posts .related-title {
  padding: 12px 15px;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.4;
  color: #333;
  background: #fff;
  margin-bottom: 0;
  transition: color 0.3s ease;
/*   display: -webkit-box;
  -webkit-line-clamp: 2;   
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
 */
}

.inline-related-posts .related-item:hover .related-title {
  color: #0073e6;
}

/* Responsive breakpoints */
@media (max-width: 991px) {
  .inline-related-posts .related-item {
    flex: 1 1 calc(50% - 20px); 
  }
}

@media (max-width: 768px) {
  .inline-related-posts .related-item {
    flex: 1 1 calc(50% - 20px);
  }
}

@media (max-width: 480px) {
  .inline-related-posts .related-item {
    flex: 1 1 100%;
  }
}






