.services-section .collection-box {
text-align: center;
border-radius: 10px;
padding: 42px 32px 32px;
transition: all 0.5s ease-in-out;
background: var(--e-global-color-black);
margin-bottom: 30px;
}
.services-section .collection-box figure {
margin-bottom: 34px !important;
}
.services-section .collection-box h4{
margin-bottom: 13px;
}
.services-section .collection-box p{
margin-bottom: 24px;
}
.services-section .collection-box a i{
font-size: 20px;
color: var(--e-global-color-white);
}
.services-section .collection-box a {
display: inline-block;
transition: .4s ease-in-out;
}
.services-section .collection-box figure img {
transition: all 0.5s ease-in-out;
}
.services-section .collection-box a:hover{
transform: translateX(8px);
}
.services-section .collection-box:hover{
background: var(--e-global-color-accent);
}
.services-section .collection-box:hover h4,
.services-section .collection-box:hover p{
color: var(--e-global-color-white);
}
.services-section .collection-box:hover figure img{
transform: translateY(5px);
filter: brightness(0) saturate(100%) invert(100%) sepia(6%) saturate(0%) hue-rotate(70deg) brightness(108%) contrast(108%);
} .reviews-section .profile-box{
display: flex;
text-align: center;
align-items: center;
flex-direction: column;
padding: 70px 48px 83px;
background: var(--e-global-color-black);
border-radius: 10px;
}
.reviews-section .profile-box::after{
top: 0px;
width: 47px;
content: "";
height: 40px;
position: absolute;
transform: translate(0, -50%);
background: url(//ai.ait.com.tr/wp-content/plugins/aimentor-toolkit/assets/images/quotes-img.png) no-repeat center;
}
.reviews-section .profile-box p {
font-size: 24px;
line-height: 36px;
margin-bottom: 30px;
letter-spacing: -1px;
}
.reviews-section .owl-carousel .owl-nav, .reviews-section .owl-carousel .owl-nav.disabled {
display: block;
}
.reviews-section .owl-carousel .owl-nav button.owl-prev, .reviews-section .owl-carousel .owl-nav.disabled button.owl-prev,
.reviews-section .owl-carousel .owl-nav button.owl-next ,.reviews-section .owl-carousel .owl-nav.disabled button.owl-next{
top: 47%;
width: 42px;
height: 22px;
position: absolute;
}
.reviews-section .owl-carousel .owl-nav button.owl-prev:focus,
.reviews-section .owl-carousel .owl-nav button.owl-next:focus{
outline: none;
}
.reviews-section .owl-carousel .owl-nav button.owl-next{
right: -70px;
filter: brightness(0) invert(1);
background: url(//ai.ait.com.tr/wp-content/plugins/aimentor-toolkit/assets/images/arrow-right.png) no-repeat !important;
}
.reviews-section .owl-carousel .owl-nav button.owl-next:hover,
.reviews-section .owl-carousel .owl-nav button.owl-prev:hover{
filter: none;
}
.reviews-section .owl-carousel .owl-nav button.owl-prev{
left: -70px;
filter: brightness(0) invert(1);
background: url(//ai.ait.com.tr/wp-content/plugins/aimentor-toolkit/assets/images/arrow-left.png) no-repeat !important;
}
.reviews-section .owl-carousel .owl-nav button.owl-prev span,
.reviews-section .owl-carousel .owl-nav button.owl-next span{
display: none;
}
.reviews-section .profile-box figure{
margin-bottom: 15px !important;
}
.reviews-section .profile-box figure img{
width: 65px;
}
.reviews-section .profile-box h4{
font-weight: 400;
margin-bottom: 8px;
}
.reviews-section .owl-carousel .owl-stage-outer {
overflow: inherit;
overflow-x: clip !important;
} .blog-section .blog-inner-box{
overflow: hidden;
border-radius: 10px;
background: var(--e-global-color-black);
margin-bottom: 30px;
}
.blog-section .blog-inner-box > figure img{
transition: all 0.5s ease-in-out;
}
.blog-section .blog-inner-box:hover > figure img {
transform: scale(1.1);
}
.blog-section .blog-text-con{
padding: 27px 40px 33px;
}
.blog-section .blog-text-con a{
text-decoration: none;
}
.blog-section .blog-text-con a:hover h4{
color: var(--e-global-color-secondary);
}
.blog-section .blog-text-con > ul li span{
font-size: 14px;
line-height: 24px;
margin-left: 11px;
color: var(--e-global-color-secondary);
display: inline-block;
text-transform: capitalize;
}
.blog-section .blog-text-con > ul{
margin-bottom: 20px;
}
.blog-section .blog-text-con h4{
margin-bottom: 17px;
}
.blog-section .posted-details ul li{
font-size: 12px;
margin-right: 53px;
}
.blog-section .posted-details ul li i{
margin-right: 8px;
color: var(--e-global-color-secondary);
} .gallery-section-outer {
margin: 0 !important;
} 
.gallery-section {
column-width: 350px;
gap: 0;
}
.gallery-section .img-outer {
position: relative;
overflow: hidden;
cursor: pointer;
}  
.gallery-section .img-outer .overlay {
background: rgba(30, 39, 62, 0.8);
position: absolute;
height: 99%;
width: 100%;
left: 0;
top: 0;
bottom: 0;
right: 0;
opacity: 0;
transition: all 0.4s ease-in-out 0s;
}
.gallery-section .img-outer:hover .overlay {
opacity: 1;
}
.gallery-section .content-details {
position: absolute;
text-align: center;
padding-left: 1em;
padding-right: 1em;
width: 100%;
top: 50%;
left: 50%;
opacity: 0;
transform: translate(-50%, -50%);
transition: all 0.3s ease-in-out 0s;
}
.gallery-section .img-outer:hover .content-details {
top: 50%;
left: 50%;
opacity: 1;
}
.gallery-section .content-details i {
color: var(--e-global-color-white);
font-size: 44px;
}  
.gallery-section .fadeIn_bottom {
top: 80%;
} 
.gallery-section .gallery-images img {
width: 100%;
cursor: pointer;
padding: 3px;
border-radius: 0;
transition: all 0.3s ease-in-out;
}  
.gallery-section .lightbox {
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
display: none;
background: #000000;
perspective: 1000;
z-index: 40000000;
}
.gallery-section .filter {
position: absolute;
width: 100%;
height: 100%;
filter: blur(20px);
opacity: 0.5;
background-position: center;
background-size: cover;
}
.gallery-section .lightbox img {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%) rotateY(0deg);
max-height: 95vh;
max-width: calc(95vw - 100px);
transition: 0.8s cubic-bezier(0.7, 0, 0.4, 1);
transform-style: preserve-3d;
}
.gallery-section [class^="arrow"] {
height: 50px;
width: 50px;
background: rgba(0, 0, 0, 0.8);
position: absolute;
top: 50%;
transform: translateY(-50%);
cursor: pointer;
}
.gallery-section [class^="arrow"]:after {
content: '';
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%) rotate(-45deg);
width: 14px;
height: 14px;
} 
.gallery-section .arrowr {
right: 0;
} 
.gallery-section .arrowr:after {
border-right: 1px solid var(--e-global-color-white);
border-bottom: 1px solid var(--e-global-color-white);
}  
.gallery-section .arrowl {
left: 0;
} 
.gallery-section .arrowl:after {
border-left: 1px solid var(--e-global-color-white);
border-top: 1px solid var(--e-global-color-white);
}
.gallery-section .close {
position: absolute;
right: 0;
width: 45px;
height: 45px;
margin: 20px;
font-size: 16px;
opacity: 1;
background: var(--e-global-color-black);
}
.gallery-section .close:before {
content: '\f00d';
position: absolute;
top: 12px;
right: 0;
font-family: 'FontAwesome';
font-size: 22px;
color: var(--e-global-color-white);
text-shadow: none;
left: 0;
text-align: center;
}
.gallery-section-outer .nav-tabs {
justify-content: center;
margin-bottom: 48px;
border: none;
}
.gallery-section-outer .nav-tabs .nav-item {
margin: 0 24px;
}
.gallery-section-outer .nav-tabs .nav-link {
font-size: 16px;
line-height: 24px;
color: var(--e-global-color-text);
border-radius: 0;
border: none;
padding: 0;
font-weight: 400;
background: transparent;
padding-bottom: 2px;
}
.gallery-section-outer .nav-tabs .nav-link:hover {
color: var(--e-global-color-secondary);
border-bottom: 1px solid var(--e-global-color-secondary);
}
.gallery-section-outer .nav-tabs .nav-link.active {
background: transparent;
color: var(--e-global-color-secondary);
border-bottom: 1px solid var(--e-global-color-secondary);
}  .design-services-section .collection-box {
background: rgb(0 0 0 / 20%);
} .testimonial-slider .carousel-control-prev-icon img,
.testimonial-slider .carousel-control-next img{
filter: brightness(0) invert(1);
}
.testimonial-slider .carousel-control-prev-icon img:hover,
.testimonial-slider .carousel-control-next img:hover{
filter: none;
}
.testimonial-slider .testimonial-content figure{
margin-bottom: 53px !important;
}
.testimonial-slider .testimonial-content p {
font-size: 24px;
line-height: 36px;
margin-bottom: 40px;
letter-spacing: -1px;
padding: 0 140px;
color: var(--e-global-color-primary);
}
.testimonial-slider .auther-con .user-img {
margin-bottom: 17px !important;
}
.testimonial-slider .auther-con figure img {
width: 65px;
}
.testimonial-slider .auther-con h4 {
font-weight: 500;
margin-bottom: 8px;
}
.testimonial-slider .auther-con span{
font-size: 16px;
color: var(--e-global-color-secondary);
}
.testimonial-slider .carousel-control-next,
.testimonial-slider .carousel-control-prev {
top: 35%;
opacity: 1;
width: auto;
height: 20px;
}
.testimonial-slider .carousel-control-prev-icon,
.testimonial-slider .carousel-control-next-icon{
background-image: none;   
}
.testimonial-slider .carousel-control-next-icon,
.testimonial-slider .carousel-control-prev-icon {
width: auto;
height: auto;
} .blog-post2 .blog-post-content-box {
position: relative;
margin-bottom: 30px;
}
.blog-post2 .blog-post-content-box figure img {
opacity: 0.6;
}
.blog-post2 .blog-post2-content{
bottom: 30px;
position: absolute;
padding: 0 40px;
}
.blog-post2 .blog-admin figure {
top: -2px;
margin-right: 17px !important;
position: relative;
}
.blog-post2 .blog-admin{
font-size: 14px;
margin-bottom: 20px;
color: var(--e-global-color-primary);
}
.blog-post2 .blog-post2-content a {
display: inline-block;
}
.blog-post2 .blog-post2-content a:hover h4{
color: var(--e-global-color-secondary);
}  .future-services-section .collection-box {
background: var(--e-global-color-mostly-black-blue);
}
.future-services-section .collection-box figure {
margin-bottom: 31px !important;
}  .graphic-services-section .collection-box {
background: var(--e-global-color-dark-black-cyan);
} .graphic-gallery-section-outer .nav-tabs .nav-link {
color: var(--e-global-color-white);
}
.graphic-gallery-section .gallery-images img {
padding: 0 0 30px 0;
display: block;
}
.graphic-gallery-section {
gap: 30px;
} .graphic-reviews-section .profile-box {
background: var(--e-global-color-dark-black-cyan);
padding: 0px 50px 52px;
}
.graphic-reviews-section .profile-box::after {
display: none;
}
.graphic-reviews-section .profile-box .quote-icon {
margin-bottom: 16px !important;
}
.graphic-reviews-section .profile-box .quote-icon img {
width: auto;
}
.graphic-reviews-section .profile-box .testimonial-contentimage {
margin-top: -32px !important;
margin-bottom: 22px !important;
}
.graphic-reviews-section .profile-box span {
display: block;
margin-bottom: 18px;
}
.graphic-reviews-section .profile-box p {
font-size: 18px;
line-height: 30px;
letter-spacing: 0;
font-style: italic;
color: var(--e-global-color-white);
} .graphic-blog-section .blog-inner-box {
background: var(--e-global-color-dark-black-cyan);
}  .team-section .blog-inner-box{
overflow: hidden;
border-radius: 10px;
background: var(--e-global-color-black);
margin-bottom: 30px;
}
.team-section .blog-inner-box a figure img{
transition: all 0.5s ease-in-out;
border-radius: 10px 10px 0 0;
width: 100%;
}
.team-section .blog-inner-box:hover a figure img {
transform: scale(1.1);
}
.team-section .blog-text-con a h4:hover{
color: var(--e-global-color-secondary);
}
.team-section .blog-text-con span{
font-size: 14px;
margin-bottom: 23px;
color: var(--e-global-color-secondary);
}
.team-section .generic-title{
margin-bottom: 70px;
}
.team-section .generic-title span{
margin-bottom: 25px;
}
.team-section .blog-text-con {
padding: 33px 40px 33px;
}
.team-section .blog-text-con h4 {
margin-bottom: 9px;
}
.team-section .posted-details ul li {
font-size: 16px;
margin-right: 0px;
}
.team-section .posted-details ul li i{
margin: 0;
color: var(--e-global-color-primary);
}
.team-section .posted-details ul li a {
height: 36px;
width: 36px;
padding: 5px;
display: flex;
background: transparent;
align-items: center;
border-radius: 100%;
justify-content: center;
border: 1px solid transparent;
}
.team-section .posted-details ul li a:hover{
border-color: var(--e-global-color-secondary);
}
.team-section .posted-details ul li a:hover i{
color: var(--e-global-color-secondary);
} @media screen and (min-width: 1800px) and (max-width: 1875px){
}
@media screen and (min-width: 1700px) and (max-width: 1799px){
}
@media screen and (min-width: 1600px) and (max-width: 1699px){
}
@media screen and (max-width: 1610px) { .future-services-section .col-lg-6 { padding: 0 5px; }
.future-services-section .collection-box { padding: 36px 21px 32px; margin-bottom: 10px; }
}
@media screen and (max-width: 1600px){ .reviews-section .owl-carousel .owl-nav button.owl-prev, .reviews-section .owl-carousel .owl-nav.disabled button.owl-prev, .reviews-section .owl-carousel .owl-nav button.owl-next ,.reviews-section .owl-carousel .owl-nav.disabled button.owl-next { position: relative; }
.reviews-section .owl-theme .owl-nav { margin-top: 20px; }
.reviews-section .owl-theme .owl-nav { text-align: center; }
.reviews-section .owl-carousel .owl-nav button.owl-prev { left: -5px; margin: 5px; } 
.reviews-section .owl-carousel .owl-nav button.owl-next { right: -5px; margin: 5px; }
}
@media screen and (max-width: 1440px) { .services-section .collection-box { padding: 36px 21px 32px; }
.services-section .collection-box figure { margin-bottom: 28px !important; } 
.services-section .collection-box h4 { margin-bottom: 10px; }
.blog-section .blog-inner-box img { width: 100%; } .testimonial-slider .testimonial-content figure { margin-bottom: 40px !important; }
.testimonial-slider .testimonial-content p { font-size: 22px; line-height: 34px; margin-bottom: 32px; } .graphic-reviews-section .profile-box { padding: 0px 30px 40px; } .team-section .blog-text-con { padding: 28px 40px; }
.team-section .blog-text-con span { margin-bottom: 18px; }
}
@media only screen and (max-width : 1199px) { .services-section .collection-box { padding: 26px 12px; }
.services-section .collection-box figure {  margin-bottom: 22px !important; }
.services-section .collection-box h4 { margin-bottom: 9px; }
.reviews-section .profile-box { padding: 65px 30px 60px; }
.reviews-section .profile-box p { font-size: 20px; line-height: 28px; margin-bottom: 24px; }
.blog-section .blog-text-con { padding: 27px 23px 33px; }
.blog-section .blog-text-con h4 { margin-bottom: 17px; }
.blog-section .posted-details ul li { margin-right: 30px; } .testimonial-slider .testimonial-content p { font-size: 20px; line-height: 28px; margin-bottom: 24px; }
.testimonial-slider .testimonial-content figure { margin-bottom: 25px !important; }
.testimonial-slider .carousel-control-next, .testimonial-slider .carousel-control-prev { top: 30%; }
.blog-post2 .blog-admin { margin-bottom: 9px; }
.blog-post2 .blog-post2-content { padding: 0 20px; bottom: 25px; } .future-services-section .collection-box p { padding: 0 20px; } .graphic-reviews-section .profile-box { padding: 0px 35px 40px; }
.graphic-reviews-section .profile-box p { font-size: 18px; line-height: 30px; } .team-section .blog-text-con { padding: 24px 28px; }
.team-section .blog-text-con span { margin-bottom: 12px; }
}
@media only screen and (max-width : 1024px) { .future-services-section .col-lg-6 { padding: 0 15px; }
.future-services-section .collection-box { margin-bottom: 30px; }
}
@media only screen and (max-width : 991px) { .services-section .collection-box { padding: 25px; }
.services-section .collection-box figure img { width: 50px; }
.services-section .collection-box p { margin-bottom: 15px; }
.reviews-section .profile-box { padding: 50px 20px 35px; }
.reviews-section .profile-box p { font-size: 16px; line-height: 24px; margin-bottom: 20px; }
.reviews-section .profile-box h4 { margin-bottom: 4px; }
.reviews-section .owl-carousel .owl-nav button.owl-prev, .reviews-section .owl-carousel .owl-nav button.owl-next { margin: 0; }
.reviews-section .profile-box figure img { width: 60px; }
.gallery-section-outer .nav-tabs .nav-item { margin: 0 15px; }
.gallery-section-outer .nav-tabs { margin-bottom: 40px; } .testimonial-content figure { margin-bottom: 18px !important; }
.testimonial-slider .auther-con h4 { margin-bottom: 4px; }
.testimonial-slider .testimonial-content figure { margin-bottom: 25px !important; }
.testimonial-slider .testimonial-content figure img { width: 40px; }
.testimonial-slider .testimonial-content p { font-size: 16px; line-height: 24px; margin-bottom: 20px; padding: 0 100px; }
.testimonial-slider .auther-con figure img { width: 60px; }
.testimonial-slider .carousel-control-next img, .testimonial-slider .carousel-control-prev img { width: 35px; }
.blog-post2 .blog-post2-content { bottom: 20px; padding: 0 20px; }
.blog-post2 .blog-admin figure { top: -3px; margin-right: 10px !important; } .future-services-section .collection-box p { padding: 0 40px; } .graphic-reviews-section .profile-box { padding: 0px 40px 30px; }
}
@media only screen and (max-width : 767px){ .services-section .collection-box figure img { width: 45px; }
.services-section .collection-box a i { font-size: 16px; }
.reviews-section .profile-box { padding: 40px 20px 30px; }
.reviews-section .profile-box p { font-size: 14px; line-height: 22px; margin-bottom: 15px; }
.reviews-section .profile-box::after { background-size: 35px; }
.reviews-section .profile-box figure img { width: 50px; }
.reviews-section .owl-carousel .owl-nav button.owl-prev, .reviews-section .owl-carousel .owl-nav.disabled button.owl-prev, .reviews-section .owl-carousel .owl-nav button.owl-next, .reviews-section .owl-carousel .owl-nav.disabled button.owl-next { width: 30px; background-size: 30px !important; }
.blog-section .blog-text-con { padding: 25px 20px 25px; }
.blog-section .posted-details ul li { margin-right: 15px; }
.blog-section .posted-details ul li i { margin-right: 5px; }
.gallery-section-outer .nav-tabs .nav-link { font-size: 14px; line-height: 22px; }
.gallery-section-outer .nav-tabs .nav-item { margin: 0px 8px; }
.gallery-section-outer .nav-tabs { margin-bottom: 25px; }
.gallery-section [class^="arrow"] { height: 45px; width: 45px; }
.gallery-section [class^="arrow"]:after { width: 12px; height: 12px; }
.gallery-section .close { width: 35px; height: 35px; }
.gallery-section .close:before { top: 8px; font-size: 18px; } .testimonial-slider .testimonial-content figure { margin-bottom: 16px !important; }
.testimonial-slider .testimonial-content p { font-size: 14px; line-height: 22px;  margin-bottom: 15px; padding: 0 65px; }
.testimonial-slider .testimonial-content figure img { width: 35px; }
.testimonial-slider .auther-con figure img { width: 50px; }
.testimonial-slider .carousel-control-next, .testimonial-slider .carousel-control-prev { top: 28%; }
.testimonial-slider .carousel-control-next img, .testimonial-slider .carousel-control-prev img { width: 30px; } .future-services-section .collection-box p { padding: 0 10px; } .graphic-reviews-section .profile-box { padding: 0px 20px 30px; }
.graphic-reviews-section .profile-box .testimonial-contentimage { margin-top: -27px !important; margin-bottom: 15px !important; }
.graphic-reviews-section .profile-box .quote-icon img { width: 30px; }
.graphic-reviews-section .profile-box span { margin-bottom: 12px; } .team-section .blog-text-con span { margin-bottom: 5px; }
.team-section .posted-details ul li { font-size: 14px; }
.team-section .posted-details ul li a { height: 30px; width: 30px; }
}
@media only screen and (max-width : 575px){ .testimonial-slider .carousel-control-next, .testimonial-slider .carousel-control-prev { position: relative; top: 0; margin-top: 20px; display: inline-block; left: 50%; transform: translatex(-109%); }
.testimonial-slider .testimonial-content p { padding: 0; } .future-services-section .collection-box p { padding: 0 30px; } .team-section .blog-text-con h4 { margin-bottom: 5px; }
}.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}