/*
Theme Name:   TNT Moto Designs Theme
Template:     hello-elementor
Description:  A custom theme for TNT Moto Designs.
Author:       6 Degrees - 6degrees.in
Version:      1.0.0
*/

/* Add your custom CSS below this line */

::-moz-selection {
background-color: #fe3c05;
color: #FFF;
}

::selection {
background-color: #fe3c05;
color: #FFF;
}

html,
body{
  width:100%;
  overflow-x:hidden;
}