/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.3.0.1740977365
Updated: 2025-03-03 04:49:25

*/

.mission::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 235px;
    height: 235px;
    z-index: -1;
    border: 1px solid #00000012;
    transition: all linear 0.5s;
}

.mission:hover{
    box-shadow: 0px 15px 40px rgba(114, 67, 242, 0.3);
}
.mission{
    box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.4);
}
.mission::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    z-index: 2 !important;
    opacity: 0;
     border-bottom: 5px solid #1d68ba !important;
    border-right: 5px solid #1d68ba !important;
    transition: all linear 0.5s;
}
.mission:hover:after {
    width: 100%;
    height: 100%;
    opacity: 1;
    border-radius: 10px;
}
.mission::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    z-index: 1 !important;
    opacity: 0;
     border-top: 5px solid #1d68ba !important;
    border-left: 5px solid #1d68ba !important;
    transition: all linear 0.5s;
}
.mission:hover:before {
    width: 100%;
    height: 100%;
    opacity: 1;
    border-radius: 10px;
}
.mission{
    border-radius: 10px;
}

.elementor-slide-button {
 --color: #8c3029;
  --color2: rgb(10, 25, 30);
background-color: red;
 transition: .5s;
 position: relative;
 overflow: hidden;
 cursor: pointer;
 z-index: 1;
  padding:15px 30px;
}

.elementor-slide-button::after, .elementor-slide-button::before {
 content: '';
 display: block;
 height: 100%;
 width: 100%;
 transform: skew(90deg) translate(-50%, -50%);
 position: absolute;
 inset: 50%;
 left: 25%;
 z-index: -1;
 transition: .5s ease-out;
 background-color: #1d68ba;
}

.elementor-slide-button::before {
 top: -50%;
 left: -25%;
 transform: skew(90deg) rotate(180deg) translate(-50%, -50%);
}

.elementor-slide-button:hover::before {
 transform: skew(45deg) rotate(180deg) translate(-50%, -50%);
}

.elementor-slide-button:hover::after {
 transform: skew(45deg) translate(-50%, -50%);
}

.elementor-slide-button:hover {
 color: var(--color2);
}

.elementor-slide-button:active {
 filter: brightness(.7);
 transform: scale(.98);
}
.elementor-slide-button{
   --color: #000;
 --color2: rgb(10, 25, 30);
}

a.elementor-item {
    font-family: "Tiro Devanagari Marathi", Sans-serif !important;
    font-size: 20px;
}
marquee {
    font-family: "Tiro Devanagari Marathi", sans-serif !important;
}


.btn {
 --color: #8c3029;
  --color2: rgb(10, 25, 30);
background-color: #000;
 transition: .5s;
 position: relative;
 overflow: hidden;
 cursor: pointer;
 z-index: 1;
  padding:5px 10px;
  border-radius:5px
}

.btn::after, .btn::before {
 content: '';
 display: block;
 height: 100%;
 width: 100%;
 transform: skew(90deg) translate(-50%, -50%);
 position: absolute;
 inset: 50%;
 left: 25%;
 z-index: -1;
 transition: .5s ease-out;
 background-color: #1d68ba;
}

.btn::before {
 top: -50%;
 left: -25%;
 transform: skew(90deg) rotate(180deg) translate(-50%, -50%);
}
.btn:hover::before {
 transform: skew(45deg) rotate(180deg) translate(-50%, -50%);
}
.btn:hover::after {
 transform: skew(45deg) translate(-50%, -50%);
}
.btn:hover {
 color: var(--color2);
}
.btn:active {
 filter: brightness(.7);
 transform: scale(.98);
}
.btn{
   --color: #000;
 --color2: rgb(10, 25, 30);
}
.img-border img{
  box-shadow: 0 16px 32px 0 rgba(7, 28, 31, 0.1);
    padding: 20px;
    margin-bottom: 20px;
    background: #fff !important;
}

.icon-box{
      border-radius: 8px 8px 8px 8px;
    background: #1d68ba;
    padding: 10px 10px 10px 10px;
    transform: rotate(0deg);
    font-size: 24px;
    margin-right: 10px;
}
.logo-slider .swiper-wrapper {
    align-items: center;
}

.footer-list	ul li {
           
            transition: margin-left 0.3s ease; 
        }

       .footer-list ul li:hover {
            margin-left:5px; 
        }
}
footer.elementor-slideshow__footer.elementor-lightbox-prevent-close {
    display: none !important;
}
