/*
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.2.1.1735879963
Updated: 2025-01-03 04:52:43

*/

html{
	scroll-behavior: smooth;
}

@keyframes rotateBackAndForth {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(10deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

.banner-mobs img {
  animation: rotateBackAndForth 8s ease-in-out 2s infinite;;
}
span.title-color {
    color: #0EBDE8 !important;
}
.sub-heads-inner .elementor-widget-container {
    width: fit-content !important;
}
.cstm_btn span.elementor-button-icon {
    margin-top: 2px;
    position: relative;
    transition: 0.4s !important;
}
.cstm_btn a.elementor-button:hover span.elementor-button-icon {
    transform: translateX(60px);
}
.steigern-cols {
    transition: 0.4s !important;
}
.header {
    transition: 0.4s !important;
}
.header img {
    transition: 0.4s !important;
}
.header.elementor-sticky--effects{
	background: #000;
}
.header.elementor-sticky--effects img {
    width: 200px !important;
}
.header .e-con-inner {
    transition: 0.4s !important;
}
.header.elementor-sticky--effects .e-con-inner {
    padding-top: 12px;
    padding-bottom: 12px !important;
}

.header nav ul li:last-child {
    background: #0EBDE8;
    padding: 16px 20px 16px 0px !important;
    border-radius: 50px;
    margin-left: 20px !important;
    position: relative;
    transition: 0.4s !important;
}
.header nav ul li:last-child:after {
    content: '';
    background: url(https://controlf5.co.in/client-demo/socialboostmedia/wp-content/uploads/2025/01/right-arrrow-vector.svg);
    width: 16px;
    height: 12px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 20px;
    top: 18px;
    transition: 0.4s !important;
}
.fotter-menu a span:hover::after {
    display: block;
    transform: scaleX(1) !important;
    transform-origin: bottom left;
}
.steigern-cols img {
    transition: 0.4s !important;
}
.fotter-menu a span:after {
    display: block;
    content: '';
    border-bottom: solid 3px #0EBDE8;
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}
/* .main_menus a:after {
    display: block;
    content: '';
    border-bottom: solid 3px #0EBDE8;
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}
.main_menus a:hover::after {
    display: block;
    transform: scaleX(1) !important;
    transform-origin: bottom left;
} */
.steigern-cols:hover img {
    transform: scale(1.1);
}
.header nav ul li:last-child:hover a {
    background: transparent !important;
    color: #0EBDE8 !important;
}
.header nav ul li:last-child:hover {
    background: #fff !important;
}
.header nav ul li:last-child:hover::after{
	transform: translateX(45px);
}
.header nav ul li:last-child a {
    font-weight: 700 !important;
    padding-left: 27px !important;
}
.copy-right p {
    border-top: 1px solid #ffffff1f !important;
    padding-top: 23px;
}

/* Responsive */

@media (max-width: 1550px) {
.custom-container {
    padding-left: 4% !important;
    padding-right: 4% !important;
}

}

@media (max-width: 1366px){
    .header nav ul li:last-child:after {
        width: 13px;
        height: 13px;
        right: 18px;
        top: 19px;
    }
.header nav ul li:last-child a {
    padding-right: 28px !important;
}
.header nav ul li:last-child:hover::after {
    transform: translateX(40px);
}
.header nav ul li:last-child {
    padding: 13px 12px 13px 0px !important;
}
}

@media (max-width: 1024px){
.unsss .elementor-widget-container {
    margin: auto;
}
	.custom-container {
		padding-left: 3% !important;
		padding-right: 3% !important;
	}
    .header nav ul li:last-child {
        padding: 2px 16px 2px 0px !important;
        margin-bottom: 22px;
        width: min-content;
        margin-left: 30px !important;
        margin-top: 8px;
    }
    .header nav ul li:last-child:after {
        top: 17px;
    }


}

@media (max-width: 768px){
    .header nav ul li:last-child {
        padding: 3px 12px 2px 0px !important;
        margin-right: 10px;
        margin-top: 10px;
        margin-bottom: 22px;
        margin-left: 17px !important;
        width: fit-content !important;
    }
 .header nav ul li a{
    font-size: 14px !important;
}
}
