/**
Theme Name: Valstrand Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: At Valstrand, we understand that technology is a critical component of your business. That’s why we’re dedicated to providing the highest quality IT consulting services to help you achieve your goals.

Our team of experienced consultants has a deep understanding of the latest technologies and industry trends, enabling us to deliver customized solutions that meet your unique needs. Whether you’re looking to optimize your current systems or implement new technology, we’re here to help.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: valstrand-child
Template: astra
*/
html {
  overflow-x: hidden;
	margin:0 auto;
}
body {
  overflow-x: hidden;
	margin:0 auto;
}

.industries-box .elementor-widget-container {
	min-height:132px;
}
/* Contact Form Code Here */
#responsive-form input{
    border-bottom: 2px solid #f7f8fa;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    padding: 32px 0px 15px 2px;
    background-color: #fff0;
}
#responsive-form input::placeholder, #responsive-form textarea::placeholder { 
	font-size: 14px;
	color:#c3c3c3;
}
#responsive-form textarea{
    border-bottom: 2px solid #f7f8fa;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    padding: 32px 0px 15px 2px;
    background-color: #fff0;
	height: 130px;
}
#responsive-form .wpcf7-submit {
	background-color: #000;
    width: 100%;
    padding: 23px 0px;
    height: 60px;
    border-radius: 99px;
}
/* Contact Form End */ 

/* Fixed Side Bar */
#fixed-side {
	
}
/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky {
/*   position: fixed;
  top: 0;
  width: 100% */
	 position: sticky;
  position: -webkit-sticky;

  top: 70px;
  display: flex;
}
/* Service Code page */
.service-box img {
	min-height:360px;
}
@media only screen and (max-width: 480px) {
.service-box img {
	min-height:200px;
	max-height:200px;
}
}

/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 10%;
}



/* End Side bar */