/*
  Theme Name: SochiGrandTheme
  Theme URI: https://sochireceuitmentservices.co.uk/
  Author: Folklight Studios
  Author URI: https://www.folklight.ng/
  Description: This is the official theme for Sochi Recruitment Services. It’s been carefully designed to look and perform great across mobile devices, computers, and tablets.
*/ 
@-ms-viewport {
  width: device-width;
} 
html {
  box-sizing: border-box;
  margin: 0 !important;
  padding: 0 !important;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}  

body{
  padding: 0;
  margin: 0;  
  line-height: 1.5; 
  scroll-behavior: smooth; 
  user-select: none;
}   