/********** Template CSS **********/

/*** include ***/
@import url("/css/container.css");
@import url("/css/keyframes.css");
@import url("/css/contact.css");
@import url("/css/courses.css");
@import url("/css/jobs.css");
@import url("/css/main.css");
@import url("/css/product.css");
@import url("/css/reponsive.css");


:root {
    --primary: #06A3DA;
    --secondary: #34AD54;
    --light: #EEF9FF;
    --dark: #091E3E;
    --purple: #9932cc;
}

/*** Heading ***/
h1,
h2,
.fw-bold {
    font-weight: 800 !important;
}

.br-bold {
    color: #9932CC;
    border: solid 1px #9932CC;
    border-radius: 50px;
    width: 250px;
    text-align: center;
    margin-top: 10px;
}

h3,
h4,
.fw-semi-bold {
    font-weight: 700 !important;
}

h5,
h6,
.fw-medium {
    font-weight: 600 !important;
}

html {
    touch-action: manipulation;
}
