/*
Theme Name: Twenty Twenty-One Child
Theme URI: https://wordpress.org/themes/twentytwentyone/
Description: Twenty Twenty-One Child Theme
Author: the WordPress team
Author URI: https://wordpress.org/
Template: twentytwentyone
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentychild
Tags:two-columns, left-sidebar, right-sidebar, light, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, flexible-header, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
*/
.more-link{
	display:none;
}
.blog-post-img{
	margin-bottom:50px;
}
.each-process-area{
    position:relative;
}
.home .process-image-animation{
    position:absolute;
    right:-5px;
    top:50%;
    transform:translateY(-50%);
}
.home .process-image-animation img {
    height: 222px;
    width: 184px;
    object-fit: cover;
    border-radius: 8px;
    transform: rotate(-8deg);
    opacity: 0;
    transition: all .7s;
    margin-top: -20px;
}

.home .each-process-area:hover .process-image-animation img {
    opacity:1;
}
.image-over{
    display:inline-block;
    position:absolute;
    height: 222px;
    width: 184px;
     right:-5px;
    top:50%;
    transform:translateY(-50%);
    transition: all .5s;
}
.image-over::before{
    display:inline-block;
    position:absolute;
    height: 222px;
    width: 184px;
    right:-500px;
    transform: rotate(20deg);
    transition: all .5s;
    background:#ccc;
    content:'';
     -webkit-box-shadow: 0px 0px 42px -11px rgba(0, 0, 0, 0.32);
    -moz-box-shadow: 0px 0px 42px -11px rgba(0, 0, 0, 0.32);
    box-shadow: 0px 0px 42px -11px rgba(0, 0, 0, 0.32);
    border-radius: 8px;
    margin-top: -9px;
    margin-right: 6px;
}
.home .each-process-area:hover .image-over::before{
    right:-5px;
    transform: rotate(-8deg);
}
.each-selectbox-area form {
    position: relative;
}
/*.each-selectbox-area input {
    border: 1px solid #838383;
    padding: 9px 30px 6px 16px;
    color: #3A2D27;
    font-size: 9px;
    font-weight: 400;
    font-family: "area-normal";
    width: 100%;
}*/
.each-selectbox-area button {
    position: absolute;
    right: 18px;
    top: 0;
    height: 100%;
    width: auto;
    background-color: transparent;
    border: 0;
    padding: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.search-result-heading{
	margin-bottom:30px;
}
@media(max-width:991px){
    .image-over{
        display:none;
    }
    .home .each-process-area .process-image-animation{
        display:none;
    }
}
.ui-state-busy{
	position:relative !important;
}
.ui-state-busy a::before{
	position: absolute;
	height: 10px;
	width: 10px;
	background: #44d2df;
	content: '';
	display: inline-block;
	bottom: 2px;
	left: 50%;
	margin-left: -5px;
	border-radius: 50%;
}
.ui-datepicker-current-day a::before{
	display:none;
}