/*
Theme Name: Twenty Twenty-Five Child
Theme URI: https://wordpress.org/themes/twentytwentyfive/
Template: twentytwentyfive
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Five emphasizes simplicity and adaptability. It offers flexible design options, supported by a variety of patterns for different page types, such as services and landing pages, making it ideal for building personal blogs, professional portfolios, online magazines, or business websites. Its templates cater to various blog styles, from text-focused to image-heavy layouts. Additionally, it supports international typography and diverse color palettes, ensuring accessibility and customization for users worldwide.
Tags: one-column,custom-colors,custom-menu,custom-logo,editor-style,featured-images,full-site-editing,block-patterns,rtl-language-support,sticky-post,threaded-comments,translation-ready,wide-blocks,block-styles,style-variations,accessibility-ready,blog,portfolio,news
Version: 1.3.1758866575
Updated: 2025-09-26 06:02:55

*/

/* header css */
header{
    position:sticky !important;
    top: 0;
    width: 100%;
	z-index: 110;}
/* header css */

/* home banner heading css */
.font-waight {
    font-weight: bold;
}
.block-text {
    display: block;
}
/* home banner heading css */

/* nav item button css */
.nav-item-button a {
    background: #0E4EEB;
    color: #fff !important;
    padding: 10px 29px !important;
    border-radius: 50px;
    box-shadow: 1px 1px 25px 0px rgb(13 37 101 / 16%);
    transition: transform 0.5s ease;
    display: inline-block !important;
    font-weight: 600 !important;
}
.nav-item-button a:hover{
	 background: #0E4EEB !important;
}
/* nav item button css */

/* button hover css */
.elementor-button {
    transition: transform 0.5s ease;
}

.elementor-button:hover, .nav-item-button a:hover {
    transform: translateY(-4px);
}
/* button hover css */

/* footer from css */
.footer-form {
    position: relative;
}

.footer-form input[type="email"] {
    border-radius: 5px;
    padding: 15px 20px;
    color: #0A1119;
    font-size: 16px;
    width: 100%;
    border: none;
}

.footer-form input[type="email"]::placeholder {
    color:#ccc;
}

.footer-form input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
    padding: 10px 20px;
    color:#0A1119;
    font-size: 25px;
    border: 0;
	background:none;
}
.footer-form input[type="submit"]:focus {
    outline: none;
    box-shadow: none;
    border-color: transparent;
		background:none;
}
.footer-form span.wpcf7-spinner {
    display: none;
}
.footer-form input[type="submit"]:hover{
	background:none;
}
div#wpcf7-f264-o1 .wpcf7-response-output {
    margin: 0em 0.5em 0em;
    color: #fff;
    font-size: 14px;
}
/* footer from css */



/* reaponsive css  */

@media (max-width:1024px){
	.nav-item-button a{
		margin-left:20px;
		color:#fff !important;
		margin-top:10px;
	}
}