/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 19 2021 | 18:25:26 */
header#site-header
{
    display: none !important;
}
.god-first a.elementor-button.elementor-size-sm 
{
    cursor: none;
}
h1.entry-title
{
    display: none !important;
}
.custom-contact-form button.elementor-button.elementor-size-xl{
  background: linear-gradient(to right, black 50%, #282364 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all .5s ease-out;
}
.custom-contact-form button.elementor-button.elementor-size-xl:hover{
    background-position: left bottom;
}
.custom-menu .elementor-nav-menu .current-menu-item a:before {
    content: "";
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    border: 3px solid #27225F;
    background: none !important;
}
.custom-menu .elementor-nav-menu a:hover:before {
    content: "";
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    border: 3px solid #27225F;
    background: none !important;
}

.img-effect .elementor-widget-container:before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255,255,255,.2);
    border-radius: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    opacity: 0;
    z-index: 10;
}
.Service-btn a.elementor-button-link.elementor-button.elementor-size-sm:hover {
    background: linear-gradient(to right, white 50%, #282364 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
    color: white;
}
.custom-testimonial .elementor-testimonial__image
{
    position: absolute;
    top: 0pc;
    left: 0pc;
}
.custom-testimonial .elementor-testimonial__text {
    position: relative;
    top: 3pc;
    right: 50px;
}
.custom-testimonial .elementor-testimonial__text {
    position: relative;
    top: 3pc;
    right: 14px;
    text-align: left;
}
.custom-testimonial .elementor-widget-testimonial-carousel .elementor-testimonial__image img {
    width: 50px;
    height: 50px;
    border: 5px solid #CE9233 !important;
}
cite.elementor-testimonial__cite {
    position: relative;
    top: 27px;
    right: 17pc;
}

.custom-counter .elementor-widget-container:hover
{
  background: linear-gradient(to right , black 50%, #282364 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
   
}
.custom-reviews .swiper-slide {
    
   height: 170px;
    background: white;
}
.custom-reviews .swiper-slide:hover {
   border:5px solid #27225F;
}
.custom-faqs .elementor-tab-title {
    display: block;
    font-size: 18px;
    text-decoration: none;
    line-height: 1;
    font-weight: 700;
    padding: 24px 35px;
    border: 2px solid #eaeaea !important;
    color: #1e1e2a;
}
.custom-faqs .elementor-tab-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 13px 66px 15px 35px;
    border-top: 0;
    margin-top: 0;
    background: none;
    border-bottom: 2px solid #eaeaea !important;
    border-right: 2px solid #eaeaea !important;
    border-left: 3px solid #27225F !important;
}
.service-block {
    position: relative;
}



.service-block .image {
    position: relative;
    overflow: hidden;
}

.service-block .image img {
    width: 100%;
}

.service-block .image:before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 10;
}

.service-block:hover .image:before {
    -webkit-animation: circle .75s;
    animation: circle .75s;
}

@-webkit-keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}
@keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}