/** ======================== TYPOGRAPHY CSS START ======================== **/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
    font-family: 'Gilroy Light';
    src: url('../fonts/Gilroy-Light.woff2') format('woff2'),
        url('../fonts/Gilroy-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gilroy Regular';
    src: url('../fonts/Gilroy-Regular.woff2') format('woff2'),
        url('../fonts/Gilroy-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gilroy Medium';
    src: url('../fonts/Gilroy-Medium.woff2') format('woff2'),
        url('../fonts/Gilroy-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gilroy Bold';
    src: url('../fonts/Gilroy-Bold.woff2') format('woff2'),
        url('../fonts/Gilroy-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy ExtraBold';
    src: url('../fonts/Gilroy-ExtraBold.woff2') format('woff2'),
        url('../fonts/Gilroy-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy Heavy';
    src: url('../fonts/Gilroy-Heavy.woff2') format('woff2'),
        url('../fonts/Gilroy-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik Reg';
    src: url('../fonts/Graphik-Regular.woff2') format('woff2'),
        url('../fonts/Graphik-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Graphik Semibold';
    src: url('../fonts/Graphik-Semibold.woff2') format('woff2'),
        url('../fonts/Graphik-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

* {
	box-sizing: border-box;
}
:focus {
	outline: none !important;
	box-shadow: none;
	border-color: inherit;
}
textarea.form-control {
	resize: none;
	overflow: hidden;
}
html, body {
	width: 100%;
}
body {
	padding: 0;
	margin: 0;
	font-family: 'Gilroy Regular';
	font-weight: normal;
	background: #fff;
	overflow-x: hidden;
	font-size: 16px;
	color: #000;
}
.bg-gray {
	background: #F7F7F7;
}
img {
	max-width: 100%;
	image-rendering: -webkit-optimize-contrast;
}
.no-padding {
	padding: 0;
}
.row.no-padding {
    margin: 0;
}
a, a:hover {
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px 0 20px;
	padding: 0px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #000;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover,h6 a:hover {
	color: #01a4ec;
}
h1 {
	font-weight: bold;
	font-family: 'Gilroy Bold';
	font-size: 80px;
	line-height: 115%;
	letter-spacing: -0.01em;
	text-transform: capitalize;
	color: #FFFFFF;
}
h2 {
    font-family: 'Gilroy Bold';
    font-weight: bold;
    font-size: 35px;
    line-height: 40px;
    text-transform: capitalize;
    color: #18181B;
}
h3 {
	font-family: 'Gilroy Bold';
	font-weight: bold;
	font-size: 28px;
	line-height: 43px;
	color: #18181B;
}
h4 {
	font-family: 'Gilroy Bold';
	font-weight: bold;
	font-size: 26px;
	line-height: 30px;
	color: #18181B;
}
h5 {
	font-family: 'Gilroy Bold';
	font-weight: bold;
	font-size: 22px;
	line-height: 30px;
	color: #18181B;
}
h6 {
	font-family: 'Gilroy Bold';
	font-weight: bold;
	font-size: 20px;
	line-height: normal;
	color: #18181B;
}
p {
	line-height: 24px;
	font-size: 18px;
	color: #18181B;
	font-family: 'Graphik Reg';
}
p:last-child {
	margin-bottom: 0;
}
ul {
	padding: 0px 0 20px 18px;
	margin: 0px;
}
ol {
	padding-bottom: 20px;
	padding-left: 15px;
}
ol li {
	position: relative;
	padding-left: 5px;
}
li {
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	color: #1A1A1A;
}
li a {
	color: #01a4ec;
}
li a:hover {
	color: #1A1A1A;
}
a {
	transition: 0.7s;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	color: #03b1e7;
}
a:hover {
	transition: 0.7s;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	color: #1A1A1A;
}
button {
	padding: 0;
	background-color: transparent;
	border: none;
}
body.mobile-menu {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
.button {
    background: #FBBF24;
    border-radius: 5px;
    font-size: 14px;
    line-height: 100%;
    color: #18181B;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    text-transform: capitalize;
    padding: 15px 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-family: "Poppins", sans-serif;
}
.button:hover {
	background: #f59e0b;
	color: #18181B;
}
.container {
	max-width: 1170px;
	margin: 0 auto;
	padding: 0 15px;
	width: 100%;
}
.inner-pages h1{
    font-family: "Poppins", sans-serif;
    color: #fbbf24;
    letter-spacing: 1px;
    margin: 0;
	font-size: 52px;
}
/** ======================== TYPOGRAPHY CSS END CSS END ======================== **/

/** ======================== LESSON CSS START ======================== **/
.tutor-course-topic-single-footer a.tutor-btn {
    background: #FBBF24;
    border-radius: 5px;
    font-size: 14px;
    line-height: 100%;
    color: #18181B;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    text-transform: capitalize;
    padding: 15px 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-family: "Poppins", sans-serif;
}
.tutor-course-topic-single-footer .tutor-btn-secondary[disabled] {
    opacity: 0.5;
}
.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-course-topic-single-header {
    background: #000000;
    min-height: 60px;
    color: #fff;
    flex-shrink: 0;
    align-items: center;
    padding: 8px 16px;
    display: flex;
    position: relative;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
}
.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-course-topic-single-header .tutor-iconic-btn-secondary {
    background-color: #fff;
    color: #000;
}
.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-course-topic-single-header .tutor-iconic-btn:hover {
  color: #000;
  background-color: #fff;
}
.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-course-topic-single-header .tutor-topbar-mark-btn:hover,.tutor-nav-link:hover, .tutor-nav-link.is-active{
	color: #000
}
.tutor-course-single-sidebar-wrapper .tutor-accordion-item-header:hover, .tutor-course-single-sidebar-wrapper .tutor-accordion-item-header.is-active, .tutor-course-single-sidebar-wrapper .tutor-accordion-item-header.is-active::after{
	color: #fff!important
}
.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-course-topic-single-footer{
	background: transparent;
	border: 0;
}
.tutor-course-single-sidebar-title {
    background-color:#e0e2ea;
    font-family: "Poppins", sans-serif;
}
.tutor-course-single-sidebar-title .tutor-color-secondary {
    color: #18181B;
    font-weight: 600;
}
.tutor-course-topic {
    font-family: "Poppins", sans-serif;
}
.tutor-course-single-sidebar-wrapper .tutor-accordion-item-header {
    background-color: #000000;
}
.tutor-course-single-sidebar-wrapper .tutor-accordion-item-header:hover, .tutor-course-single-sidebar-wrapper .tutor-accordion-item-header.is-active, .tutor-course-single-sidebar-wrapper
    .tutor-accordion-item-header.is-active:after {
    color: #FBBF24;
}
.tutor-course-single-sidebar-wrapper .tutor-course-topic-item-title {
    color: #6a6a6a;
}
.tutor-course-single-sidebar-wrapper
    .tutor-course-topic-item:hover
    .tutor-course-topic-item-icon, .tutor-course-single-sidebar-wrapper
    .tutor-course-topic-item:hover
    .tutor-course-topic-item-title, .tutor-course-single-sidebar-wrapper
    .tutor-course-topic-item.is-active
    .tutor-course-topic-item-icon, .tutor-course-single-sidebar-wrapper
    .tutor-course-topic-item.is-active
    .tutor-course-topic-item-title {
    color: #000000;
}
.tutor-course-single-sidebar-wrapper
    .tutor-accordion-item-header
    .tutor-course-topic-summary {
    color: #ffffff;
}
.tutor-course-topic-title {
    color: #fff;
}
/** ======================== LESSON CSS END ======================== **/
