/*
Theme Name: Twenty Twenty-One Child
Template: twentytwentyone
*/
.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) img {
    outline: 0px dotted var(--wp--style--color--link, var(--global--color-primary))!important;
}
.has-background-white .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button):not(.ha-creative-btn):not(.post-list-filter-item ):not(.woocommerce-tabs ul li.active a){background: rgb(0 0 0 / 0%)!important;}
.has-background-white .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button):not(.ha-creative-btn):not(.post-list-filter-item ):not(.woocommerce-tabs ul li.active a):not(footer a){color: #e31e24!important;}
.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button){text-decoration: none!important;}
input[type=text]:focus, input[type=email]:focus, input[type=url]:focus, input[type=password]:focus, input[type=search]:focus, input[type=number]:focus, input[type=tel]:focus, input[type=date]:focus, input[type=month]:focus, input[type=week]:focus, input[type=time]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=color]:focus, .site textarea:focus, .site .button:focus, button:focus, input[type=submit]:focus, input[type=reset]:focus, .wp-block-search .wp-block-search__button:focus, .wp-block-button .wp-block-button__link:focus, .wp-block-file a.wp-block-file__button:focus, select:focus
{outline: 0px dotted var(--form--border-color)!important;}
button.sub-menu-toggle {
    display: none !important;
}
.swiper-container{
	overflow-x: hidden;
}
.elementor-icon-list-items {
    list-style: none;
}
.elementor-button-link:hover {
    line-height: 1em !important;
    font-family: "Nunito Sans", Sans-serif !important;
    font-size: 15px !important;
    font-weight: 700 !important;
}
.elementor-image-box-img img {
    border-radius: 0px !important;
}
.banner-sub-heading svg {
    width: 65px !important;
}
.sub-heading svg {
    width: 24px !important;
}
.banner-sub-heading .elementor-button-text, .sub-heading .elementor-button-text{
	text-align: left;
}
.banner-sub-heading a, .sub-heading a{
	cursor: default;
    pointer-events: none;
}
/* header */
.sub-menu li:first-child a {
    padding-top: 15px !important;
}
.sub-menu li:last-child a {
    padding-bottom: 15px !important;
}
.sub-menu {
    margin-top: 15px !important;
}
.mobile-menu nav{
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    transform-origin: left !important;
    transition: unset !important;
    background: rgba(0, 0, 0, .6) !important;
	margin-top:0px!important;
}
.mobile-menu nav #menu-2-0f58e64{
	width: 300px !important;
    height: 120vh;
    background: #fff;
    margin-inline-start: unset;
    padding: 30px;
}
.mobile-menu .elementor-menu-toggle__icon--close{
	position: fixed;
    left: 260px;
    top: 16px;
    height: 20px !important;
    z-index: 9999;
}
.mobile-menu .elementor-menu-toggle.elementor-active .elementor-menu-toggle__icon--open{
	display:block!important;
}
.mobile-menu .elementor-menu-toggle__icon--open{
	width: 25px !important;
}
.header-call svg{
	animation: icon-animation 2s ease-in-out infinite;
}
@keyframes icon-animation{
	0% {
    transform: rotate3d(0, 0, 1, 0deg);
}
20%, 32%, 44%, 56%, 68% {
    transform: rotate3d(0, 0, 1, 0deg);
}
23%, 35%, 47%, 59%, 71% {
    transform: rotate3d(0, 0, 1, 15deg);
}
26%, 38%, 50%, 62%, 74% {
    transform: rotate3d(0, 0, 1, 0deg);
}
29%, 41%, 53%, 65%, 77% {
    transform: rotate3d(0, 0, 1, -15deg);
}
80% {
    transform: rotate3d(0, 0, 1, 0deg);
}
}
/* home */
.about-img-one img, .about-img-two img{
    height: 365px !important;
    max-width: 100% !important;
    object-fit: cover;
}
.floting-element{
	animation: 5s linear infinite moveBounce;
}
@keyframes moveBounce {
  0% {
    transform: translateY(0);
}
	50% {
    transform: translateY(20px);
}
	100% {
    transform: translateY(0);
}
}
.service-number {
    width: fit-content;
}
.service-icon-box p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.review-img img {
    height: 305px !important;
    max-width: 305px !important;
    object-fit: cover;
}
.review-quote img {
    height: 76px !important;
    max-width: 80px !important;
    object-fit: cover;
}
.review .elementor-testimonial__header {
    align-items: center;
    column-gap: 15px;
	margin-top: 30px;
}
.review .elementor-testimonial__image img {
    border: 4px solid #00868c;
}
.review .elementor-testimonial__name {
    margin-bottom: 6px;
}
.review .elementor-main-swiper {
    padding: 0px !important;
}
.review .elementor-testimonial {
    display: flex;
    flex-direction: column-reverse;
}
.review .swiper-pagination-bullets {
    text-align: right;
    padding-right: 15px;
}
.gallery{
	display: flex;
    align-items: center;
}
/* about */
.about-page-img-one img {
    height: 590px !important;
    max-width: 100% !important;
    object-fit: cover;
}
.about-page-img-two img {
    height: 290px !important;
    max-width: 290px !important;
    object-fit: cover;
}
/* service */
.service-class .attachment-full {
    height: 260px !important;
    max-width: 100% !important;
    object-fit: cover;
}
.service-class p, .service-class h3{
	  overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.service-class p{
    -webkit-line-clamp: 4;
}
.service-class h3{
    -webkit-line-clamp: 1;
}
/* service inner page */
.service-feture-img img {
    height: 400px !important;
    max-width: 100% !important;
    object-fit: cover;
}
.service-sidebar .elementor-post__thumbnail__link {
    display: none!important;
}
.service-sidebar .elementor-post__title {
    background: #f3f7f8;
    padding: 15px 20px;
    border-radius: 10px;
}
.service-sidebar .elementor-post__title:hover, .service-sidebar .active-link {
    background: #00868c !important;
}
.service-sidebar .elementor-post__title:hover a, .service-sidebar .active-link a{
	color:#fff!important;
}
/* 404 page */
.error404 {
    height: 100vh;
    display: flex;
    align-items: center;
}
.error404 .elementor-location-header, .error404 .elementor-location-footer{
	display: none;
}
.error404 .error-404 {
    text-align: center;
    padding: 100px 0px 100px;
}
.error404 h2 {
	font-size: 30px;
	margin-top: 0px;
    line-height: 1.4;
}
.error404 img {
    height: 160px;
}
/* responsive */
@media only screen and (min-width: 1400px) {
   .e-con>.e-con-inner {
        max-width: 92%;
    }
}
@media only screen and (max-width: 1024px) and (min-width: 768px){
	.service-feture-img img {
		height: 300px !important;
	}
	.error404 .error-404 {
   		 padding: 90px 0px 90px!important;
	}
	.error404 h2 {
		font-size: 25px!important;
	}
	.error404 img {
    	height: 110px!important;
	}	
}
@media only screen and (max-width: 1024px){
	.mobile-menu .sub-menu {
        margin-top: -9px !important;
    height: 313px!important;
    overflow: auto!important;
    margin-bottom: 15px!important;
}
	.mobile-menu .sub-menu a {
    font-size: 14px !important;
    line-height: 25px !important;
}
}
@media only screen and (max-width: 767px){
	.mb-resp-icon-box .elementor-image-box-wrapper {
    	display: flex!important;
    	align-items: center!important;
    	text-align: left!important;
   	   column-gap: 20px!important;
	}
	.review-img img {
    	height: 250px !important;
		max-width: 250px !important;
	}
	.e-eicon-close {
    fill: #000 !important;
}
	.about-page-img-one img, .service-feture-img img{
		height: 250px !important;
	}
	.error404 h2 {
		font-size: 20px!important;
	}
	.error404 img {
    	height: 90px!important;
	}
}