/*
Theme Name: Technolife
Theme URI: https://technolife.ae
Author: SabanTeam
Author URI: https://sabanweb.com
Version: 1.0
License: GNU General Public License v2 or later
*/

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  overflow-x: hidden;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

img,
input,
button,
a {
  outline: none !important;
  transition: all 0.3s ease-in-out;
}

button {
  all: unset;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.container {
  display: flow-root;
  /* padding: 0; */
}

.row {
  margin: 0;
}

:root {
  --main: #00639f;

}


@font-face {
  font-family: SF Pro Rounded;
  src: url(assets/fonts/sf-pro.131d2a39.ttf) format("truetype");
  font-weight: 400;
  font-style: normal
}

html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  font-family: SF Pro Rounded, ui-sans-serif, system-ui, -apple-system, Helvetica, Arial, sans-serif;
  font-feature-settings: normal;
}

body [class^='col-lg'],
body [class^='col-sm'] {
  float: left;
  padding: 10px;
}

img {
  max-width: 100%;
}