/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: A lightweight and minimalist WordPress theme for Elementor page builder.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.8.1.1690962618
Updated: 2023-08-02 07:50:18
*/


/**********************************/
	  /**** New Home CSS *****/
/*********************************/
.az-herosection2 .az-bgcol:before {
    content: '';
    width: 70vw;
    position: absolute;
    left: -20%;
    top: 0;
    height: 100%;
    background: linear-gradient(89.68deg, rgba(180, 102, 0, 0.8) 27.43%, rgba(255, 154, 20, 0) 99.68%);
}
.az-herosection2 .az-bgcol {
    position: relative;
}
.az-iconhoverbox .elementor-icon-box-description a {
    color: #fff;
}
.az-iconhoverbox .elementor-icon-box-description a {
    color: #000;
    background: #fff;
    padding: 5px;
    border-radius: 5px;
}
.az-iconhoverbox .elementor-icon-box-wrapper:hover .elementor-icon-box-description a{
    opacity: 1;
}
.az-iconhoverbox .elementor-icon-box-wrapper {
    max-width: fit-content;
    margin: auto;
    padding: 0px
}
.az-iconhoverbox .elementor-icon-box-content .elementor-icon-box-description{
    transform: translateY(40px);
    transition: .5s ease;
    padding-bottom: 10px;
    margin-bottom: 5px;
}
.az-iconhoverbox .elementor-icon-box-content {
    overflow: hidden;
}
.az-iconhoverbox .elementor-icon-box-wrapper:hover .elementor-icon-box-content .elementor-icon-box-description{
    transform: translateY(0px);
}
.az-iconhoverbox .elementor-icon-box-title {
    margin-bottom: 10px;
}
.az-iconhoverbox .elementor-icon-box-content:before {
    content: '';
    background: #fff;
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
}
.az-iconhoverbox .elementor-icon-box-content{
    position: relative;
}

.az-fullsection .az-col1, .az-fullsection .az-col3 {
    border-right: 1px solid #ffffff5c;
    position: relative;
}
.az-fullsection .az-col1:hover:before,.az-fullsection  .az-col2:hover:before,.az-fullsection  .az-col3:hover:before {
    content: '';
    background: var(--e-global-color-primary);
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.5;
}
.az-fullsection .az-col1 .az-text, .az-fullsection .az-col2 .az-text , .az-fullsection .az-col3 .az-text  {
    transform: translateY(30px);
    transition: .8s ease;
    opacity: 0;
}
.az-fullsection .az-col1:hover .az-text, .az-fullsection .az-col2:hover .az-text , .az-fullsection .az-col3:hover .az-text {
    opacity: 1;
    transform: translateY(0px);
}


.az-fullsection:has(.az-col1:hover) {
    background-image: url("https://www.ledvideowall-hire.co.uk/wp-content/uploads/2024/02/Indoor-LED-Video-Walls-Hire-in-London-UK.webp") !important;
}
.az-fullsection:has(.az-col2:hover) {
    background-image: url("https://www.ledvideowall-hire.co.uk/wp-content/uploads/2024/02/Plasma-Hire.webp") !important;
}
.az-fullsection:has(.az-col3:hover) {
    background-image: url("https://www.ledvideowall-hire.co.uk/wp-content/uploads/2024/02/backdrop.webp") !important;
}























@media(max-width: 1024px){
.az-fullsection .az-col1 .elementor-widget-wrap.elementor-element-populated, .az-fullsection .az-col2  .elementor-widget-wrap.elementor-element-populated, .az-fullsection .az-col3  .elementor-widget-wrap.elementor-element-populated{
    min-height: 100%;
}
.az-fullsection .az-col1, .az-fullsection .az-col3 {
    border-right: 0px;
}
    
}

@media(max-width: 767px){
.az-herosection2 .az-bgcol:before {
    width: 100vw;
}
    
}

@media(max-width: 1365px){

.az-fullsection .az-col1, 
.az-fullsection .az-col2,
.az-fullsection .az-col3
{
    min-height: 450px;
    align-items: flex-end;
}

.az-fullsection .az-text{
    opacity: 1 !important;
    transform: translateY(0px) !important;
}
    
}

@media(min-width: 1366px){
.az-fullsection .az-col1, .az-fullsection .az-col2, .az-fullsection .az-col3{
    min-height: 750px;
    align-items: flex-end;
    /*padding: 80px;*/
}
.az-fullsection .az-col1 .elementor-background-overlay, .az-fullsection .az-col2 .elementor-background-overlay, .az-fullsection .az-col3 .elementor-background-overlay{
    display: none !important;
}
.az-iconhoverbox .elementor-icon-box-wrapper {
    min-width: 164px;
}
}

.az-gallery .swiper-wrapper{
  animation: scrollingone 60s linear infinite;
}
.az-gallery:hover .swiper-slide{
  animation-play-state: paused;
}
@media (min-width: 1025px) {
/* .az-last {
    margin-right: -140px !important;
} */
  @keyframes scrollingone {
    0% {
      left: 0%;
    }
    100% {
      left: var(--desktop_speed);
    }
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  @keyframes scrollingone {
    0% {
      left: 0%;
    }
    100% {
      left: var(--tablet_speed);
    }
  }
}

@media (max-width: 767px) {
  @keyframes scrollingone {
    0% {
      left: 0%;
    }
    100% {
      left: var(--mobile_speed);
    }
  }
}


/*********************************/
.az-blackform .wpcf7 form.spam .wpcf7-response-output, .az-blackform .wpcf7 form.sent .wpcf7-response-output {
    color: #fff !important;
}
.az-h1 .elementor-heading-title:before {
    content: '';
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 50%;
}

.az-h1 .elementor-heading-title {
    position: relative;
}
.az-testimonialsection .elementor-testimonial__footer {
    padding-right: 0 !important;
}
.az-testimonialsection .elementor-testimonial__content {
    background: #fff;
    border-radius: 28px;
    padding: 30px;
    height: fit-content;
    z-index: 5;
    display: flex;
    flex-direction: column-reverse;
}
/* .az-testimonialsection .elementor-testimonial__footer {
    padding-right: 0 !important;
    position: relative;
    z-index: 0;
}
.az-testimonialsection .elementor-testimonial__footer:before {
    content: '';
    background: url(/wp-content/uploads/2023/09/double-quote.svg);
    position: absolute;
    right: -200px;
    top: 66px;
    height: 145px;
    width: 200px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 16;
} */
.az-testimonialsection .elementor-testimonial__cite {
    margin-top: 0 !important;
    margin-bottom: 20px;
}


.az-rightsection .col2 {
	width: 100%;
	text-align: right;
/*     width: 770px;
    margin-left: auto; */
}
.az-rightsection .col1 {
    display: flex;
    flex-direction: column;
    max-width: 373px;
    background: var( --e-global-color-993b6a3 );
    padding: 27px;
    border-radius: 20px;
    position: absolute;
    bottom: -40px;
    left: 240px;
    color: var(--e-global-color-text);
    box-shadow: 0px 0px 16px rgba(0,0,0,0.16);
}
.az-rightsection .col1 img {
    max-width: 60px !important;
    margin-bottom: 20px;
}
.az-rightsection {
    position: relative;
}
.az-randombg {
    background-size: cover;
    position: relative;
}
.az-randombg:before {
    content: '';
    background: black;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.8;
}
/** Custom CSS Starts Here **/
a {
    color: var( --e-global-color-primary );
}
body {
    margin: 0;
}
:root{
	--az-half-width: calc((100vw - 1450px) / 2);
	--az-img-filter: brightness(0) saturate(100%) invert(38%) sepia(56%) saturate(1290%) hue-rotate(306deg) brightness(91%) contrast(99%);
}
.az-leftcol, .az-leftpad{
	padding-left: var(--az-half-width) !important;
}
.az-rightcol, .az-rightpad{
	padding-right: var(--az-half-width) !important;
}
::-moz-selection {
  color: #fff;
  background: var(--e-global-color-primary);
}
::selection {
  color: #fff;
  background: var(--e-global-color-primary);
}
/** Google Translation CSS **/
[data-gt-lang] img {
    display: none !important;
}
.az-translater [data-gt-lang='en']:before {
    content: 'en';
    color: #fff;
	font-size: 20px;
}
.az-chinesedrop p {
    color: #fff;
	font-size: 20px;
}
.az-translater .gtranslate_wrapper:before {
    content: '';
    background: url(/wp-content/uploads/2023/09/globe.svg);
    position: absolute;
    left: -27px;
    top: 55%;
    aspect-ratio: 1/1;
    width: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateY(-50%);
}
.az-translater .gtranslate_wrapper {
    position: relative;
    gap: 10px;
}
.az-chinesedrop:before {
    content: '';
    background: #fff;
    position: absolute;
    left: -11px;
    top: 7px;
    width: 2px;
    opacity: 0.4;
    height: 20px;
}
.az-translater [data-gt-lang='en'] img{
    display: none !important;
}
.az-translater .gtranslate_wrapper {
    display: flex;
    flex-direction: row-reverse;
	align-items: center;
}
.az-chinesedrop {
    display: inline-block;
    position: relative;
    top: 7px;
    margin-bottom: 0 !important;
}
.az-chinese {
    display: none;
    position: absolute;
    background: var(--e-global-color-993b6a3);
    z-index: 1;
    padding: 15px 35px 15px 15px;
    margin-top: 45px;
	box-shadow: 0 0 16px rgba(0,0,0,0.16);
	width: 110px;
}
.az-chinesedrop:hover .az-chinese {
    display: block;
}
.az-simplified, .az-traditional, .az-english {
    cursor: pointer;
}
.az-simplified, .az-traditional {
    position: relative;
    display: inline-flex;
}
.az-simplified img, .az-traditional img {
    margin-right: 8px !important;
}
.az-simplified:before, .az-traditional:before {
    content: '';
    background: var(--e-global-color-primary);
    position: absolute;
    left: 0px;
    bottom: 0;
    height: 2px;
    width: 0;
    transition: .8s ease;
}
.az-simplified:hover:before, .az-traditional:hover:before {
    width: 70px;
}
.az-simplified:after, .az-traditional:after{
	font-size: 16px;
}
.az-simplified:after{
    content: 'Simplified';
}
.az-traditional:after {
    content: 'Traditional';
}
.az-simplified {
    margin-bottom: 10px;
}
/* .az-chinesedrop:before {
    content: '';
    background: transparent;
    height: 40px;
    aspect-ratio: 1/1;
    position: absolute;
    left: 0;
    top: 18px;
} */
.az-translater a.glink span {
    color: var(--e-global-color-993b6a3) !important;
    font-weight: 700;
}
.az-translater [data-gt-lang] {
    margin-right: 10px;
}
/** Copyright **/
.az-copyright a:hover {
    color: var( --e-global-color-primary );
}
.az-copyright a:before {
    content: '';
    background: #fff;
    height: 1px;
    width: 0;
    left: 0;
    bottom: 0;
    position: absolute;
    transition: .8s ease;
}
.az-copyright a {
    position: relative;
	color: #fff !important;
}
.az-copyright a:hover:before {
    width: 100%;
}
/** Scroll bar CSS **/
.wd-scrollbar.platform-Windows {
    --wd-scroll-w: 9px;
}
::-webkit-scrollbar {
  width: 9px;
}
::-webkit-scrollbar-thumb {
  background-color: var(--e-global-color-primary) !important;
}
::-webkit-scrollbar-track {
   background: #fff;
}
/** Header CSS **/
.az-border:before {
    content: '';
    height: 70%;
    width: 1px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border-image: linear-gradient( to bottom, #F5F5F5, rgb(229 65 107), rgba(245, 245, 245, 100%) ) 1 100%;
    z-index: 6;
    border-right: 2px solid;
}
.az-border {
    position: relative;
}
.az-deskheader li.menu-item .ekit-menu-nav-link:before {
    content: '';
    background: var( --e-global-color-primary );
    position: absolute;
    bottom: calc(100% - 55px);
    left: 0;
    height: 2px;
    width: 0;
    transition: .8s ease;
}
.az-deskheader li.current-menu-item .elementskit-submenu-indicator {
    color: var(--e-global-color-primary) !important;
}
.az-deskheader li.current-menu-item .ekit-menu-nav-link:before, .az-deskheader li.menu-item .ekit-menu-nav-link:hover:before {
    width: 100%;
}
.az-deskheader li.menu-item .ekit-menu-nav-link {
    padding: 0 !important;
    margin: 0px 15px;
}
.az-megamenu:before {
    content: '';
    background: #fff;
    height: 100%;
    width: 90%;
    position: absolute;
    left: 0;
    top: 10px;
    box-shadow: 0px 0px 16px rgba(0,0,0,0.4);
}
.az-megamenu {
    width: calc(100% + 500px);
    padding: 20px;
    left: -200px;
}
.az-megamenulist .elementor-icon-list-item:before {
    content: '';
    background: var(--e-global-color-primary);
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 0;
    transition: .8s ease;
}
.az-megamenulist li.elementor-icon-list-item {
    position: relative;
    max-width: fit-content;
}
.az-megamenulist li.elementor-icon-list-item:hover:before {
    width: 100%;
}
/* .az-header.elementor-sticky.elementor-sticky--active {
    background: #0000005c;
    backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
} */
/* .az-header{
    background: #0000005c;
    backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
} */
.az-mobilemenu ul.sub-menu {
    border: 0 !important;
}
.az-mobilemenu .elementor-active .eicon-close {
    color: var(--e-global-color-primary);
}
/** Global Fonts **/
.az-texttransform .elementor-heading-title {
    text-transform: inherit !important;
}
.az-heroheading .elementor-heading-title span{
    text-transform: uppercase;
    color: var( --e-global-color-primary );
    font-weight: 700 !important;
}
.elementor-heading-title span, .elementor-image-box-title span {
    text-transform: lowercase;
    font-weight: var( --e-global-typography-primary-font-weight ) !important;
}
.az-imgbox .elementor-image-box-title, .az-iconlist .elementor-counter-number, .az-iconlist .elementor-counter-title, .az-width *, .az-ftrheading * {
	font-family: var( --e-global-typography-primary-font-family ), sans-serif !important;
}
.az-pheading .elementor-heading-title {
	text-transform: uppercase;
}
.elementor-heading-title {
    line-height: normal !important;
}
.elementor-heading-title span{
	font-weight: 400;
}
.az-terms h6 {
    font-size: 20px;
    font-weight: 700;
    margin: 30px 0px 20px;
}
.az-iconlist li a:hover .elementor-icon-list-icon i{
    scale: 1.2;
    transform: rotate(5deg);
}
.az-iconlist li a .elementor-icon-list-icon i, .az-socialicon .elementor-social-icons-wrapper .elementor-icon i{
    transition: .8s ease !important;
}
.az-socialicon .elementor-social-icons-wrapper .elementor-icon:hover i, .az-socialicon .elementor-social-icons-wrapper .elementor-icon:hover svg{
    scale: 1.2;
}
.az-ftr-menu a.elementor-item {
    max-width: fit-content;
}
.az-ftr-menu li.menu-item .elementor-item:before {
    content: '';
    background: #fff !important;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 0;
    opacity: 1 !important;
    transition: .8s ease;
}
.az-ftr-menu li.menu-item .elementor-item {
    position: relative;
}
.az-ftr-menu li.menu-item .elementor-item:hover:before {
    width: 100%;
}
/** Global Button CSS **/
.az-pbtn .elementor-button {
    padding: 16px 20px;
}
.az-header .az-pbtn a:hover .elementor-button-icon {
    animation: tilt-shaking 0.5s linear infinite;
}
@keyframes tilt-shaking {
  0% { transform: rotate(0deg); }
  25% { transform: rotate(5deg); }
  50% { transform: rotate(0eg); }
  75% { transform: rotate(-5deg); }
  100% { transform: rotate(0deg); }
}
.az-iconbox {
    border: 1px solid #CECECE;
    border-radius: 8px;
    padding: 20px;
    height: 100%;
}
.az-iconbox:hover {
    background: #fff3f6;
	border-color: #E0416C;
}
.az-iconbox:hover .elementor-icon {
    scale: 1.2;
}
.az-iconbox .elementor-icon-box-title {
    font-size: 20px !important;
	text-transform: inherit !important;
}
/** Home Page CSS **/
.az-herosection .elementor-background-overlay{
  animation: kenBurns 25s infinite alternate;
}
@keyframes kenBurns {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.4);
  }
}
.az-testimonials.elementor-widget-testimonial-carousel .elementor-main-swiper {
    position: relative;
    left: -35px;
}
.az-testimonials .elementor-widget-testimonial-carousel .swiper-slide {
    padding: 0px;
}
.az-testimonials .elementor-testimonial__content {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    position: absolute;
    top: 0;
    height: 100%;
/*     opacity: 0; */
    z-index: 2;
    padding: 50px 20px 50px 30px;
}
.az-testimonials .elementor-widget-testimonial-carousel .swiper-slide {
    padding: 0px;
}
.az-testimonials .elementor-testimonial__footer {
    margin-bottom: 0 !important;
}
/* .az-testimonials .elementor-testimonial:hover .elementor-testimonial__content {
    opacity: 1;
} */
.az-testimonials .elementor-testimonial:hover .elementor-testimonial__footer{
    filter: blur(5px);
}
.az-testimonials .elementor-testimonial .elementor-testimonial__content, .elementor-testimonial .elementor-testimonial__footer {
    transition: .8s ease;
}
.az-testimonials .elementor-testimonial__image:before {
    content: '';
    background: #000;
    height: 99%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 12px;
    opacity: 0.5;
}
.az-testimonials .elementor-testimonial__image {
    position: relative;
}
.az-tabs .elementor-tab-title.elementor-active {
    color: var( --e-global-color-accent ) !important;
}
.az-accordin .elementor-accordion-title {
    display: flex;
}
.az-accordin .elementor-accordion-title span {
    color: #D4D4D4;
    font-size: 29px;
    margin-right: 40px;
    position: relative;
    top: 3px;
}
.az-accordin .elementor-active a.elementor-accordion-title span {
    color: var( --e-global-color-accent );
}
.az-accordin .elementor-accordion-item {
    border-bottom: 1px solid #707070 !important;
}
.az-accordin .elementor-accordion-item:first-child {
    border-top: 1px solid #707070 !important;
}
.az-imgbox .elementor-image-box-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 30px;
}
.az-imgheight2 img {
    height: 965px !important;
    object-fit: cover;
    border-radius: 32px !important;
}
.az-imgheight1 img {
    height: 600px !important;
    object-fit: cover;
    border-radius: 32px !important;
}
.az-review .elementor-image-box-img img {
    mix-blend-mode: darken;
}
.az-blog .elementor-post__read-more:hover {
    color: var(--e-global-color-secondary);
}
.az-blog .elementor-posts .elementor-post__meta-data {
    position: absolute;
    top: 0;
    margin-bottom: 0;
}
.az-blog .elementor-posts .elementor-post__text {
    position: relative;
}
.az-blog .elementor-posts .elementor-post__title {
    margin-top: 35px !important;
	margin-bottom: 10px;
	text-transform: inherit !important;
}
.az-blog .elementor-post .elementor-post__excerpt {
    -webkit-line-clamp: 3 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
}
.az-blog .elementor-post {
    height: clamp(276px, 100%, 500px);
}
.az-blog .elementor-post__thumbnail__link {
    position: relative;
}
.az-blog .elementor-post__thumbnail__link:hover img {
    scale: 1.1;
}
.az-blog .elementor-post__thumbnail__link img, .az-blog .elementor-post__thumbnail__link {
    transition: .8s ease !important;
}
/**********************************************************/

					/** Contact Us **/

/**********************************************************/
.az-contact .wpcf7-text, .az-contact .wpcf7-textarea{
    background: transparent;
    border-bottom: 1px solid #fff !important;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0  !important;
    padding-left: 10px !important;
    border-radius: 0 !important;
    color: var( --e-global-color-993b6a3 );
}
.az-contact .az-col6 p {
    margin-bottom: 30px !important;
}
.az-contact .az-submit {
    padding: 15px 25px;
    text-transform: uppercase;
}


/**********************************************************/

		/** AUDIO VISUAL (AV) HIRE **/

/**********************************************************/
.az-flipbox .elementor-flip-box__front {
    background: transparent;
}
.az-flipbox .elementor-flip-box__image img {
    width: 100%;
    filter: brightness(0.6);
    border-radius: 12px;
}
.az-flipbox .elementor-flip-box__front .elementor-flip-box__layer__title{
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}
.az-flipbox .elementor-flip-box__image {
    position: relative;
}
.az-flipbox .elementor-flip-box__back {
    background: #7e5c15;
}
.az-flipbox .elementor-flip-box__layer__overlay {
    padding: 0 !important;
}
.az-flipbox .elementor-flip-box {
    max-width: 95%;
    margin: auto;
}
.az-flipbox .elementor-flip-box:hover {
    height: 525px !important;
}
.az-flipbox .elementor-flip-box__layer.elementor-flip-box__back {
    padding: 30px;
}
/**********************************************************/

					/** Testimonials **/

/**********************************************************/
.az-heightbox .elementor-widget-container {
    min-height: 500px;
    display: flex;
    align-items: center;
}
.az-testimon .elementor-widget-container {
    min-height: 400px;
    display: flex;
    align-items: center;
}
.az-heightbox .elementor-image-box-content, .az-testimon .elementor-image-box-content{
    display: flex;
    flex-direction: column-reverse;
}
.az-heightbox .elementor-image-box-title , .az-testimon .elementor-image-box-title{
    margin-top: 20px !important;
    margin-bottom: 0 !important;
}
.az-list ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.az-list li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    background: url(/wp-content/uploads/2023/09/tick.svg);
    background-size: contain;
    background-repeat: no-repeat;
    height: 22px;
    aspect-ratio: 1/1;
}
.az-list li {
    position: relative;
    display: flex;
    flex-direction: column;
    padding-left: 35px;
}

/**********************************************************/

				/** Single Blog Page **/

/**********************************************************/
.az-fullwidth .elementor-container .elementor-column {
    width: 100% !important;
}
.az-toc .elementor-toc__list-item .elementor-toc__list-wrapper {
    padding-left: 30px;
}
.az-toc .elementor-toc__list-item .elementor-toc__list-wrapper a.elementor-toc__list-item-text {
    font-size: 14px !important;
}
.az-toc .elementor-toc__list-item .elementor-toc__list-wrapper i{
    display: none;
}
.az-afterpost .elementor-button {
    padding: 17px 25px;
    text-transform: uppercase;
}
.az-authorimg img:hover {
    filter: brightness(0.7);
}
.az-afterpost .az-about i.fa {
    font-family: 'Font Awesome 5 Brands';
	font-size:22px;
		color: var(--e-global-color-text);
}
.az-afterpost .az-about i.fa:hover {
	color:  var(--e-global-color-primary) !important;
}
.az-afterpost .az-about {
    background: #f7f7f7 !important;
    padding: 20px 20px 33px;
    border: 1px solid var(--e-global-color-text);
    box-shadow: 0px 0px 16px rgba(0,0,0,0.16);
	margin-top: 40px;
	border-radius: 8px;
}
.az-afterpost .az-about .az-authorimg img {
    border-radius: 50%;
    max-width: 150px;
    object-fit: cover;
    aspect-ratio: 1/1;
}
.az-afterpost .az-about {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.az-afterpost .az-about .az-authorbio {
    padding-left: 20px;
}
.single-post .az-afterpost .az-about h2.az-afterpost .az-ctaheading {
    color:  var(--e-global-color-primary);
}
.single-post .az-afterpost .az-about p {
    color: var(--e-global-color-text);
    margin-bottom: 10px;
}
.az-afterpost .az-cta:before {
    content: url(/wp-content/uploads/2023/08/ems-megamenu-logo.svg);
    position: absolute;
    bottom: 45px;
    right: 40px;
    opacity: 0.3;
    transition: .8s ease;
}
.az-afterpost .az-cta {
    position: relative;
}
.az-afterpost .az-cta:hover:before {
    opacity: 1;
}
.single-post .az-afterpost .az-ctaheading {
    font-size: 26px !important;
    margin-bottom: 0;
    color: var(--e-global-color-text);
	text-transform: uppercase;
}
.az-afterpost .az-cta {
    border: 1px solid var(--e-global-color-primary);
    margin: auto auto 40px auto;
    padding: 25px 30px 35px;
    /*     border-radius: 20px; */
    box-shadow: 0px 0px 16px rgba(0,0,0,0.16);
    /* max-width: 70%; */
	border-radius: 8px;
}
.az-afterpost .az-cta p {
    margin-bottom: 25px !important;
    color: var(--e-global-color-text);
}
.az-afterpost .az-cta .az-btn {
    border: 1px solid  var(--e-global-color-primary);
    border-radius: 20px;
    padding: 10px 32px;
    color:  var(--e-global-color-primary);
	text-transform: uppercase;
}
.az-afterpost .az-cta .az-btn:hover {
    background:  var(--e-global-color-primary);
    color: var(--e-global-color-993b6a3) !important;
}
.az-afterpost .author_bio_section{
    background-color: var(--e-global-color-8436736);
    padding: 15px 15px 0px;
    border: 1px solid var(--e-global-color-ff980cf);
    margin-top: 40px;
}
.az-afterpost .author_name{
    font-size:16px;
    font-weight: bold;
	text-transform: uppercase;
}
.az-afterpost .author_details img {
    border: 1px solid var(--e-global-color-text);
    border-radius: 50%;
    float: left;
    margin: 0 10px 10px 0;
}
.az-afterpost {
/*     max-width: 70%;
    margin: auto; */
	padding-top: 20px;
}
.az-social i {
    font-size: 24px;
}
.az-slideshow .slick-dots li button:before {
    content: '' !important;
    background: var(--e-global-color-primary);
    border-radius: 50%;
    height: 16px !important;
    width: 16px !important;
}
.az-slideshow .slick-slide img {
    margin: auto;
}
.az-slideshow .slick-dots li button:hover {
    background: transparent !important;
}


/**********************************************************/

					/** Contact Us **/

/**********************************************************/
.az-cf7 .az-col6 {
    display: inline-flex;
    gap: 30px;
}
.az-cf7 .wpcf7 {
    max-width: 50%;
    margin: auto;
}
.az-cf7 .wpcf7-text, .az-cf7 .az-dropdown {
    min-height: 49px;
}
.az-cf7 p {
    width: 100%;
}
.az-cf7 label {
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
	width: 100% !important;
}
.az-cf7 .az-submit {
    padding: 15px 30px;
    margin-top: 30px;
    text-transform: uppercase;
    font-weight: 500 !important;
	outline: 0 !important;
}
.az-cf7 .az-sbmtbtnwrapper {
    text-align: center;
    position: relative;
}
.az-cf7 .wpcf7-spinner {
    position: absolute;
	top: 50% !important;
}
.az-contactbox .elementor-icon-box-description {
    font-weight: 600 !important;
}
.az-contactbox .elementor-icon-box-title, .elementor-icon-box-title a {
    font-size: 14px !important;
}
.az-contactbox {
    max-width: fit-content;
}
.az-link .elementor-icon-box-wrapper:hover .elementor-icon {
    scale: 0.9;
}
.az-cf7 .wpcf7 form.invalid .wpcf7-response-output, .az-cf7 .wpcf7 form.unaccepted .wpcf7-response-output, .az-cf7 .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: red !important;
}
.az-cf7 .wpcf7 form .wpcf7-response-output {
    border-color: var(--e-global-color-primary) !important;
	border-radius: 6px;
    max-width: fit-content;
    margin: auto !important;
    padding: 10px !important;
}
.az-cf7 .wpcf7-text:focus, .az-cf7 textarea:focus {
    border-color: var(--e-global-color-primary);
}


/**********************************************************/

					/** Media Queries **/

/**********************************************************/
@media(min-width:1025px){
.az-testimonialsection .elementor-testimonial__content {
    margin-top: 206px;
    margin-left: -180px;
/*     margin-right: 100px; */
}
.az-testimonialsection .elementor-testimonial__content{
    position: relative;
    z-index: 0;
}
.az-testimonialsection .elementor-testimonial__content:before {
    content: '';
    background: url(/wp-content/uploads/2023/09/double-quote.svg);
    position: absolute;
    left: 158px;
    top: -140px;
    height: 145px;
    width: 200px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 16;
}
}
@media(min-width:1025px) and (max-width:1400px){
.az-ledimg img {
    height: 600px;
    object-fit: cover;
}
}

@media(min-width:768px) and (max-width:1024px){
.az-testimonialsection .elementor-testimonial__content {
    margin-top: -100px;
}
.az-flipbox .elementor-flip-box__image img {
    height: 530px;
    object-fit: cover;
}
}
@media(max-width:1024px){
.az-centerme .elementor-container {
    justify-content: center;
}
.az-rightsection .col1 {
    left: 15%;
    transform: translateX(-15%);
    width: 70%;
}
.az-testimonialsection .swiper-slide.swiper-slide-active {
    height: 100% !important;
}
.az-testimonialsection .elementor-testimonial {
    flex-direction: column-reverse !important;
}
.az-flipbox .elementor-flip-box__layer__description {
    font-size: 16px !important;
}
}
@media(max-width:768px){
.az-accordin .elementor-accordion-title span {
    margin-right: 10px !important;
}
.az-accordin .elementor-accordion-title {
    font-size: 18px !important;
}
.az-testimonials .elementor-testimonial__image img {
    height: 405px !important;
}
.az-testimonials.elementor-widget-testimonial-carousel .elementor-main-swiper {
    left: 0 !important;
}
.az-testimonials .swiper-slide {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.az-testimonialsection .swiper-slide{
    padding: 0 !important;
}

.az-testimonialsection .elementor-testimonial__content {
    margin-top: 30px;
}
.az-flipbox .elementor-flip-box__image img {
    height: 500px;
    object-fit: cover;
}
}