/* 
Theme Name:		 Web Devs House
Theme URI:		 https://webdevshouse.com
Description:	 We are one of the most effective web design and development companies for digital transformation, specialising in web design, development, management, and ongoing support.
Author:			 Web Devs House
Author URI:		 https://webdevshouse.com
Template:		 hello-elementor
Version:		 1.0.0
Email            info@webdevshouse.com
Text Domain:	 webdevshouse
*/


/*
    Add your custom styles here
*/

/* Global Styling Start*/

html{
	overflow-x:hidden;
}
.sec-padd{
	padding:80px 20px;
}
.e-con-boxed.gap>div , .gap{
	gap:40px !important;
}
@media screen and (max-width:1023px){
.sec-padd{
	padding:65px 20px;
}
.e-con-boxed.gap>div , .gap{
	gap:30px !important;
}

}
@media screen and (max-width:767px){
.sec-padd{
	padding:50px 15px;
}
.e-con-boxed.gap>div , .gap{
	gap:20px !important;
}

}
/* Global Styling End*/


/* Disappearing Header Start */
.scrollingHeader{
    z-index: 10;
    transition:all 0.25s linear;
    left: 0;
}
.fixed{
     position: fixed;
    top: 0px;
    background:linear-gradient(101deg, #14293F 0%, #2D390E 100%);
    box-shadow: 0 0 10px rgba(66, 137, 215, 0.40);


}
.invisible{
    top: -80px;
}
/* Disappearing Header End */

