/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * 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.
 */


.combination-courses-parent {
    margin: 0 auto;
}
.client-speak-sec-video {
    border: 2px solid #4A368A;
    border-top-left-radius: 200px;
    border-top-right-radius: 200px;
} 

.client-speak-sec .client-speak-sec-video video,
.client-speak-sec,
.client-speak-sec-video {
    height: 460px;
}

.elementor-92 .elementor-element.elementor-element-413e6243 .elementskit-navbar-nav .elementskit-submenu-panel > li > a {
    padding: 5px 5px 5px 5px;
}
a.dropdown-item.active i.icon.icon-down-arrow1.elementskit-submenu-indicator {
    padding-top: 5px;
}
button.elementskit-menu-hamburger.elementskit-menu-toggler {
    background-color: #fff;
}

.copyright-text a,
.copyright-text a:hover{
    color: #4A368A;
}

@media (max-width: 1024px) {
  .client-speak-sec .client-speak-sec-video video {
            height: 100%;
    }
  .client-speak-sec-video {
            height: 100%;
    }
    .client-speak-sec{
        height:auto;
    }
    .header-hamburger-menu {
        margin-left: auto;
    }
        .elementor-92 .elementor-element.elementor-element-413e6243 .elementskit-submenu-panel {
        padding: 0px 30px 0px 30px;
    }
}

/*----------------------------- Media Tab -------------------------------*/
@media only screen and (max-width:767px){
    
    .gallery-services-inner figure.gallery-item {
        max-width: 25% !important;
    }
    
    
}

/*----------------------------- Media Mobile Screen -------------------------------*/
@media only screen and (max-width:480px){
    
    .header-logo {
        max-width: 52%;
        flex: 0 0 52%;
    }
    .gallery-services-inner figure.gallery-item {
        max-width: 33% !important;
    }
    
}

/*----------------------------- Media Small Screen -------------------------------*/
@media only screen and (max-width:320px){
    
    .gallery-services-inner figure.gallery-item {
        max-width: 50% !important;
    }
    .vission-mission-bullet ul {
        padding-left: 20px;
    }
    
}