/*========================= Button ====================*/
.agencify_btn_wrapper .btn_effect {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.agencify_btn_wrapper .btn_effect::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-transition: .6s;
    transition: .6s;
}

.agencify_btn_wrapper .btn_effect::after {
    content: "";
    position: absolute;
    left: -50%;
    top: 100%;
    width: 200%;
    height: 200%;
    border-radius: 50%;
    z-index: -1;
    -webkit-transition: .6s;
    transition: .6s;
}

.agencify_btn_wrapper .btn_effect:hover::before {
    -webkit-transform: scaleX(0) rotateX(60deg);
    transform: scaleX(0) rotateX(60deg);
}

.agencify_btn_wrapper .btn_effect:hover::after {
    top: -70%;
}

.agencify_btn .elementor-button-icon {
    margin-left: 48px;
}

.agencify_btn_wrapper .underline_btn {
    overflow: visible;
}

.agencify_btn_wrapper .underline_btn::before {
    content: "";
    position: absolute;
    top: auto;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 2px;
    background-color: #ff7425;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 1;
}

.agencify_btn_wrapper .underline_btn:hover::before {
    background-color: #000000;
    width: 50%;
    transform: none;
}


/*========================= Portfolio ====================*/
.proejcts-list .hm2-project-single + .hm2-project-single {
    margin-top: 2rem;
}
.hm2-project-single .feature-image {
    height: auto;
}

/*====================== Contact Form ====================*/
.wpcf7-form .input-field > label {
    font-weight: 500;
}

.wpcf7-checkbox .wpcf7-list-item {
    margin-left: 0;
}

.wpcf7-checkbox .wpcf7-list-item label {
    position: relative;
}

.wpcf7-checkbox .wpcf7-list-item label input {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 18px;
    height: 18px;
    cursor: pointer;
    z-index: 1;
}

.wpcf7-checkbox .wpcf7-list-item input[type="checkbox"] {
    appearance: none !important;
    border: 1px solid #637381;
    border-radius: 3px;
    text-align: center;
}
.wpcf7-checkbox .wpcf7-list-item input[type=checkbox]:checked{
    border-color: #ffffff82
}
.wpcf7-checkbox .wpcf7-list-item input[type=checkbox]:checked:before {
    content: "\2713";
    color: white;
    padding: initial;
    font-weight: bold;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 18px;
    width: 18px;
}

.wpcf7-checkbox .wpcf7-list-item label span {
    padding: 18px 24px 16px 48px;
    display: inline-block;
    font-weight: 500;
    border: 1px solid rgba(145,158,171,.2);
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    line-height: 1.5;
    background-color: #ffffff;
    font-size: 15px;
}

.wpcf7-checkbox .wpcf7-list-item label input:checked~span {
    background-color: #ff7425;
    color: #fff;
    border-color: #ff7425;
}

/*====================== Service ====================*/
.single_service_2 .bg_overlay_color,
.service-single-card .bg_overlay_color {
    background-size: 0;
    background-position: center center;
    background-repeat: no-repeat;
    transition: 0.3s;
    position: absolute;
    top: 0;
    left: 0;
    height: 90%;
    width: 90%;
    z-index: -1;
    transform: translate(5%, 5%);
}

.service-single-card .bg_overlay_color {
    background-color: #fff;
}

.single_service_2 .bg_overlay_color {
    border: none;
    background-color: transparent;
}

.single_service_2:hover .bg_overlay_color,
.service-single-card:hover .bg_overlay_color {
    width: 100%;
    height: 100%;
    transform: translate(0%, 0%);
    background-size: cover;
}
.single_service_2 .bg_overlay_color:after {
    background-color: #1c1c1c;
    border-image-source: linear-gradient(315.08deg, #464646 3.73%, #000000 99.65%);
    border-image-slice: 1;
    transition: all .3s ease-in-out;
}

.service-single-card .bg_overlay_color:after {
    background-color: #fff;
}

.single_service_2 .bg_overlay_color:after,
.service-single-card .bg_overlay_color:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.single_service_2:hover .bg_overlay_color:after,
.service-single-card:hover .bg_overlay_color:after {
    background-color: #000000cc;

}
.single_service_2:hover,
.service-single-card:hover{
    transform: none;
}

/*Pricing Toggole button*/
.dg-pricing-columns{
    margin-top: 0;
}

/* Experience Carousel*/
.dg-ex-card span.icon-wrapper img {
    width: 50px;
}



/* icon spacing offcanvas*/

.at_canvus_social a:hover {
    color: #000000;
    transition-delay: 0.3s;
}
.at_offcanvus_menu .at_canvus_social a{
    margin-right: 18px;
}


/*mesonary style*/
.portfolios-section .pf-card{
    padding-top: 15px;
}

/*Testimonial Layout =====*/
.star-rating li i {
    font-size: 14px;
    margin-right: 2px;
}
.dg-feedback-single .testimonial_meta span{
    color: #858585
}



/*Footer 3 Contact Form */
.home_3_form input.wpcf7-form-control.form-control,
.home_3_form textarea.wpcf7-form-control.form-control {
    background: transparent !important;
    color: #fff !important;
    border-color: rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    backdrop-filter: blur(42.5px);
}

.home_3_form input.wpcf7-form-control.form-control::placeholder,
.home_3_form textarea.wpcf7-form-control.form-control::placeholder {
    color: #fff;
}

