:root {
	--color1: #e53b57;
	--color2: #f77b7b;
	--color3: #1f00d9;
	--textcolor: #3f416a;
	--textlink: #d82a2a;
	--hcolor: #051441;
	--hlink: #333;
	--lightgray: #e9f5fe;	
	--card-color1: #1a5cd6;
	--card-color2: #2aba91;
	--card-color3: #e53b57;
	--bs-soft-primary: #edf2fc;
	--bs-soft-blue: #edf2fc;
	--bs-soft-sky: #f0f8fe;
	--bs-soft-purple: #f2f3fb;
	--bs-soft-grape: #f0f0f8;
	--bs-soft-violet: #f6f3f9;
	--bs-soft-pink: #fbf1f4;
	--bs-soft-fuchsia: #fdf1f8;
	--bs-soft-red: #fcf0f1;
	--bs-soft-orange: #fef4f2;
	--bs-soft-yellow: #fff8ee;
	--bs-soft-green: #edf9f6;
	--bs-soft-leaf: #f3f8f5;
	--bs-soft-aqua: #eff7fa;
	--bs-soft-navy: #ecedef;
	--bs-soft-ash: #f5f5f6;
}

html {
	scroll-behavior: smooth;
}
body {
	font-family: 'Kumbh Sans', sans-serif;
	font-weight: normal;
	font-style: normal;
	color: var(--textcolor);
	overflow-x: hidden;
	font-size: 1.05em;
	letter-spacing: 0.01em;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
.navbar-toggler:focus, 
a:focus, input:focus, 
textarea:focus, 
button:focus, 
.btn:focus, 
.btn.focus, 
.btn:not(:disabled):not(.disabled).active, 
.btn:not(:disabled):not(.disabled):active {
	text-decoration: none;
	outline: none;
	box-shadow: none;
}
a {
	color: var(--textlink);
}
a:hover {
	transition: all 0.3s ease-out 0s;
	color: #000;
}
a:focus, a:hover {
	text-decoration: none;
}
button {
	cursor: pointer;
}
i, span, a {
	display: inline-block;
	text-decoration: none;
}
audio, canvas, iframe, img, svg, video {
	vertical-align: middle;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 500;
	color: var(--hcolor);
	margin: 40px 0 20px 0;
	padding: 0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: var(--color3);
}
h1 {
	font-size: 2.25em;
}
h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.25em;
	color: var(--color3);
	line-height: 1.4em;
}
h4 {
	font-size: 1.1em;
}
h5 {
	font-size: 1em;
}

ul, ol {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
p {
	font-weight: 400;
	line-height: 1.6em;
	margin-bottom: 20px;
}
.application-form {
	padding: 30px 50px 50px;
	margin-top: 50px;
	background: #f1f1fa;
	overflow: hidden;
	position: relative;
	border-radius: 16px;
}
#email_id {
	display: none;
	visibility: hidden;
	position: absolute;
	bottom: 0;
	right: -10000px;
}
.form label {
	margin-top: 30px;
	margin-bottom: 5px;
}
.form input, 
.form select {
	padding: 12px 8px;
}
.form .btn {
	padding: 15px 25px;
	margin-top: 30px;
}



/* Custom */
.tagline {
	font-size: .85em;
	text-transform: uppercase;
	letter-spacing: .04em;
	font-weight: 500;
	color: var(--color3);
}
.highlight {
	font-size: 1.2em;
	line-height: 1.6em;
	font-weight: 400;
	letter-spacing: 0.01em;
}
.highlightblock {
	font-size: 20px;
	letter-spacing: 0.01em;
	line-height: 1.5em;
	font-weight: 300;
	color: var(--color3);
	margin-top: 40px;
}

.mx-100 {
	margin-top: 100px;
	margin-bottom: 100px;
}
.px-100 {
	padding-top: 100px;
	padding-bottom: 100px;
}
.px-50 {
	padding-top: 50px;
	padding-bottom: 50px;
}

.pt-100 {
	padding-top: 100px;
}
.pt-50 {
	padding-top: 50px;
}
.pb-80 {
	padding-bottom: 80px;
}
.bg1 {
	background-color: var(--lightgray);
}
.bg2 {
	background-color: var(--color3);
}
.bg3 {
	background-color: var(--color2);
}
.bg4 {
	background-color:#EEF8F7;
}
.bg5 {
	background-color:antiquewhite;
}
.bg6 {
	background-color:#FBF6EA;
}

.bg2 p, 
.bg2 h3,
.bg3 p, 
.bg3 h3 {
	color: #fff;
}
.bg2 hr {
	border: 0;
    height: 1px; /* or your preferred height */
    background-color: #4e72bc;
	opacity: 1;
}
.img-bg {
	background: #fff;
	padding: 15px;
	border-radius: 8px;
}
.img-bg img {
	border-radius: 6px;
}
.fs-big {
	font-size: 20px;
}
.newsection {
	padding-top: 80px;
	padding-bottom: 80px;
}
.section-title {
	position: relative;
}
.section-title h2,
.section-title h3,
.section-title .tagline {
	margin: 0;
	padding: 0 0 20px 0;
}

/*===== All Button Style =====*/
.theme-btn {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	user-select: none;
	padding: 16px 48px;
	font-size: 18px;
	border-radius: 50px;
	color: #fff;
	cursor: pointer;
	z-index: 5;
	transition: all .4s ease-in-out;
	border: none;
	background: linear-gradient(to left, #3763eb 0%, #6f58e8 50.39%, #3763eb 100%);
	background-size: 200% auto;
	overflow: hidden;
}
.theme-btn:hover, .theme-btn:focus {
	background-position: right center;
	color: #fff;
	box-shadow: 0px 0px 30px rgba(46, 87, 217, 0.45);
}
.theme-btn.border-btn {
	padding: 14px 40px;
	background: transparent;
	border: 1.5px solid #3763EB;
	color: #6A7C92;
	font-size: 18px;
	box-shadow: none;
}
/*===========================
    02. Header CSS 
===========================*/
/*===== NAVBAR =====*/
.navbar-area {
	/*position: fixed;
	top: 0;
	left: 0;*/
	width: 100%;
	z-index: 99;
	transition: all 0.3s ease-out 0s;
	padding: 0;
}
.navbar-area.header-3 {
	background: #fff;
}
.header-3.navbar_fixed {
    position: fixed;
    width: 100%;
    top: -55px;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 1);
    transform: translateY(50px);
    border-bottom: 1px solid #ececed;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.08);
}
.sticky {
	/*position: fixed;
	z-index: 99;
	background: #3763EB;*/
	box-shadow: 0px 3px 6px 0px rgba(160,160, 160, 0.001);
	transition: all 0.3s ease-out 0s;
	background: #fff;
	padding: 0px 0;
}
.sticky .navbar {
	padding: 10px 0;
}
.navbar {
	padding: 10px 0;
	position: relative;
	transition: all 0.3s ease-out 0s;
}
.navbar-brand {
	padding: 0;
}
.navbar-brand img {
	max-width: 150px;
}
.navbar-toggler {
	padding: 0px;
}
.navbar-toggler .toggler-icon {
	width: 30px;
	height: 2px;
	background-color: #222;
	display: block;
	margin: 5px 0;
	position: relative;
	transition: all 0.3s ease-out 0s;
}
.navbar-toggler.active .toggler-icon:nth-of-type(1) {
	transform: rotate(45deg);
	top: 7px;
}
.navbar-toggler.active .toggler-icon:nth-of-type(2) {
	opacity: 0;
}
.navbar-toggler.active .toggler-icon:nth-of-type(3) {
	transform: rotate(135deg);
	top: -7px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.navbar-collapse {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background-color: #fff;
	z-index: 9;
	box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
	padding: 10px 20px;
	max-height: 350px;
	overflow-y: scroll;
}
}

@media (max-width: 767px) {
.navbar-collapse {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background-color: #fff;
	z-index: 9;
	box-shadow: 0px 15px 20px 0px rgba(5, 20, 65, 0.1);
	padding: 5px 12px;
	max-height: 350px;
	overflow-y: scroll;
}
}
.navbar-nav .nav-item {
	position: relative;
	z-index: 1;
}
.navbar-nav .nav-item:hover a {
	color: #3763EB;
}
.navbar-nav .nav-item a {
	font-size: 16px;
	color: #051441;
	transition: all 0.3s ease-out 0s;
	position: relative;
	padding: 20px;
	display: inline-flex;
	align-items: center;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
.navbar-nav .nav-item a {
	padding: 20px 15px;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.navbar-nav .nav-item a {
	color: #051441;
	display: flex;
	justify-content: space-between;
	padding: 10px 0;
}
}
.navbar-nav .nav-item a.active {
	color: #3763EB;
}
.navbar-nav .nav-item a.dd-menu {
	padding-right: 34px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
.navbar-nav .nav-item a.dd-menu {
	padding-right: 30px;
}
}
.navbar-nav .nav-item a.dd-menu::after {
	content: "\ea58";
	font: normal normal normal 1em/1 "LineIcons";
	position: absolute;
	right: 18px;
	font-size: 12px;
	top: 25px;
	margin-left: 5px;
	margin-top: 0px;
	transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
.navbar-nav .nav-item a.dd-menu::after {
	right: 13px;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.navbar-nav .nav-item a.dd-menu::after {
	top: 16px;
	right: 0;
	transform: rotate(180deg);
}
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.navbar-nav .nav-item a.collapsed::after {
	transform: rotate(0deg);
}
}
.navbar-nav .nav-item:hover > .sub-menu {
	top: 100%;
	opacity: 1;
	visibility: visible;
}
.navbar-nav .nav-item:hover > .sub-menu .sub-menu {
	left: 100%;
	top: 0;
}
.navbar-nav .nav-item .sub-menu {
	min-width: 200px;
	background-color: #fff;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	position: absolute;
	top: 110%;
	left: 0;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-out 0s;
	padding: 0;
}
.navbar-nav .nav-item .sub-menu.left-menu {
	left: -100%;
}
.navbar-nav .nav-item .sub-menu.collapse:not(.show) {
	display: block;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.navbar-nav .nav-item .sub-menu.collapse:not(.show) {
	display: none;
}
}
.navbar-nav .nav-item .sub-menu::after {
	content: '';
	position: absolute;
	background: #fff;
	width: 20px;
	height: 20px;
	top: -10px;
	left: 20%;
	transform: rotate(45deg);
	border-top: 1px solid rgba(0, 0, 0, 0.05);
	border-left: 1px solid rgba(0, 0, 0, 0.05);
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.navbar-nav .nav-item .sub-menu {
	position: static;
	width: 100%;
	opacity: 1;
	visibility: visible;
	box-shadow: none;
}
.navbar-nav .nav-item .sub-menu::after {
	display: none;
}
}
.navbar-nav .nav-item .sub-menu > li {
	display: block;
	margin-left: 0;
}
.navbar-nav .nav-item .sub-menu > li:last-child {
	border: none;
}
.navbar-nav .nav-item .sub-menu > li.active > a, .navbar-nav .nav-item .sub-menu > li:hover > a {
	color: #3763EB;
}
.navbar-nav .nav-item .sub-menu > li > a {
	font-weight: 400;
	display: block;
	padding: 10px 15px;
	font-size: 14px;
	color: #222;
	border-top: 1px solid rgba(0, 0, 0, 0.03);
}
.navbar-nav .nav-item .sub-menu > li > a:hover {
	background: rgba(0, 0, 0, 0.05);
}
/*===========================
    Top head section
===========================*/
.homepage {
	background-color: var(--color3);
}
.homepage:after {
    background-image:url(../images/celta-students.jpg);
}
.head-section-bg, .tefladhead {
	position: relative;
	background-color: var(--color3);
}
.head-section-bg:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-size: cover !important;
    background-position: center;
}
.head-section h1, 
.head-section p {
	color: #fff;
}
.head-content {
	padding-top: 100px;
}
.tefladhead .head-content {
	padding-top: 80px;
	padding-bottom: 60px;
}
.pg-adelaide:after {
    background-image:url(../images/adelaide.webp);
}
.pg-brisbane:after {
    background-image:url(../images/brisbane.webp);
}
.pg-melbourne:after {
    background-image:url(../images/melbourne.webp);
}
.pg-perth:after {
    background-image:url(../images/perth.webp);
}
.pg-sydney:after {
    background-image:url(../images/sydney.webp);
}

/*===========================
    05. Box Style CSS 
===========================*/

.box-style {
	padding: 40px 30px;
	border: 1px solid #F4EEFB;
	border-radius: 8px;
	margin-bottom: 30px;
	transition: all 0.3s ease-out 0s;
	background: #fff;
	min-height: 50px;
}
.box-style:hover {
	box-shadow: 0px 0px 15px rgba(215, 224, 252, .9);
}
.box-style:hover .box-icon-style:not(.pricing .box-icon-style) {
	color: #fff ;
	border-color: transparent;
	background: var(--color3); /*linear-gradient(#3763eb 0%, #6f58e8 100%)*/
}
.box-style:hover .box-icon-style::after {
	opacity: 1;
	visibility: visible;
}
.box-style .box-icon-style {
	width: 75px;
	height: 75px;
	font-size: 38px;
	font-weight: 300;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	transition: all 0.3s ease-out 0s;
	position: relative;
}
.box-style h4 {
	line-height: 1.4em;
	margin-bottom: 20px;
}

.box-content-style {
	margin-top: 10px;
}
.locationrow .box-style {
	padding: 10px;
}
.locationrow .box-style h5 {
	margin: 20px 0 10px 0;
}

/*===========================
    Course Box 
===========================*/
.courses {
    background-image: url(../images/dots-pattern-bg.png);
    background-position: top center;
	background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}
.courses .coursebox {
	padding: 0;
	text-align: center;
}
.courses .coursebox .service-thumbnail {
	position: relative;
}

.courses .coursebox .service-thumbnail img {
	width: 100%;
	border-radius: 8px 8px 0 0;
}
.cbtag {
	text-align: center;
	background: var(--color2);
	padding: 10px 0;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 0.1em;
}
.courses .box-content-style h4 {
	margin-bottom: 20px;
}
.courses .coursebox .box-icon-style {
	margin-left: auto;
	margin-right: auto;
	width: 54px;
	height: 54px;
	border: 2px solid #fff;
	font-size: 25px;
	margin-top: -27px;
	background: #fff;
	position: relative;
	z-index: 9;
}
.courses .coursebox .box-icon-style i {
	/*color: transparent;*/
	-webkit-background-clip: text;
	-ms-background-clip: text;
	background-clip: text;
	/*background-image: linear-gradient(#3763eb 0%, #6f58e8 100%);*/
	
	transition: all 0.3s ease-out 0s;
}
.courses .coursebox:hover .box-icon-style {
	/*background: linear-gradient(#3763eb 0%, #6f58e8 100%);*/
	background: var(--color2);
}
.courses .coursebox:hover .box-icon-style i {
	color: #fff;
}
.courses .coursebox .box-content-style {
	padding: 10px 30px 40px 30px;
}
/*===========================
    Testimonials
===========================*/
.testimonials {
	position: relative;
}
.testimonial-content {
	background: #fff;
	padding: 40px;
	position: relative;
	border-radius: 10px;
}
.testimonial-content .quote {
	margin-bottom: 30px;
	position: absolute;
	top: -20px;
	left: 10px;
}
.testimonials .testimonial-content p {
	font-size: 16px;
	font-weight: 300;
	color: #051441;
	font-style: italic;
}
.testimonials .testimonial-info {
	display: flex;
	align-items: center;
	position: relative;
}
.testimonials .testimonial-info .testimonial-meta .name {
	margin-bottom: 5px;
	font-style: normal;
	font-weight: 400;
}
.testimonials .testimonial-info .testimonial-meta span {
	font-size: 14px;
	color: #6a7c92;
}
/*===========================
    12. Contact CSS 
===========================*/
.fcta {
	position: relative;
	background: var(--color3); /*linear-gradient(to left, rgba(111, 88, 232, 0.18) 0%, #3763eb 100%);*/
}
.contact-section .contact-item-wrapper .contact-item {
	display: flex;
	border: 1px solid #F4EEFB;
	border-radius: 10px;
	background: #fff;
	margin-bottom: 30px;
	padding: 20px 30px;
	transition: all 0.3s ease-out 0s;
}
.contact-section .contact-item-wrapper .contact-item:hover {
	box-shadow: 0px 0px 30px rgba(215, 224, 252, 0.45);
}
.contact-section .contact-item-wrapper .contact-item:hover .contact-icon {
	box-shadow: 0px 0px 30px rgba(46, 87, 217, 0.45);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.contact-section .contact-item-wrapper .contact-item {
	padding: 20px;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.contact-section .contact-item-wrapper .contact-item {
	flex-direction: column;
}
}

@media (max-width: 767px) {
.contact-section .contact-item-wrapper .contact-item {
	flex-direction: column;
}
}
.contact-section .contact-item-wrapper .contact-item .contact-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 22px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: var(--color1); /*linear-gradient(#3763eb 0%, #6f58e8 100%);*/
	color: #fff;
	transition: all 0.3s ease-out 0s;
}
.contact-section .contact-item-wrapper .contact-item .contact-content {
	margin-left: 25px;
}

.contact-content a {
	color: #000;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.contact-section .contact-item-wrapper .contact-item .contact-content {
	margin-left: 20px;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.contact-section .contact-item-wrapper .contact-item .contact-content {
	margin-left: 0px;
	margin-top: 20px;
}
}

@media (max-width: 767px) {
.contact-section .contact-item-wrapper .contact-item .contact-content {
	margin-left: 0px;
	margin-top: 20px;
}
}
.contact-section .contact-item-wrapper .contact-item .contact-content h4 {
	font-size: 20px;
	color: var(--color3);
	margin-bottom: 10px;
}
.comment-form-wrapper, .contact-form-wrapper {
	padding: 50px 40px;
	background: #fff;
	border: 1px solid #F4EEFB;
	margin-left: 0px;
	border-radius: 10px;
	transition: all 0.3s ease-out 0s;
}
.comment-form-wrapper:hover, .contact-form-wrapper:hover {
	box-shadow: 0px 0px 30px rgba(215, 224, 252, 0.45);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.comment-form-wrapper,  .contact-form-wrapper {
	margin-left: 30px;
}
}
.comment-form-wrapper .comment-form input, 
.comment-form-wrapper .comment-form textarea, 
.comment-form-wrapper .contact-form input, 
.comment-form-wrapper .contact-form textarea, 

.contact-form-wrapper .comment-form input, 
.contact-form-wrapper .comment-form textarea, 
.contact-form-wrapper .contact-form input, 
.contact-form-wrapper .contact-form textarea,
select {
	padding: 18px 15px;
	border-radius: 6px;
	border: 1px solid #e9e6ee;
	margin-bottom: 20px;
	transition: all 0.3s ease-out 0s;
	background-color: #fff;
}

input:not([type="submit"]),
select,
textarea {
	width: 100%;
}
select {
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    appearance: menulist;
	display: inline-block;
	text-align: start;
}
label {
	margin: 5px 2px;
}
@media (max-width: 767px) {
.comment-form-wrapper .comment-form input,  .comment-form-wrapper .comment-form textarea,  .comment-form-wrapper .contact-form input,  .comment-form-wrapper .contact-form textarea,  .contact-form-wrapper .comment-form input,  .contact-form-wrapper .comment-form textarea,  .contact-form-wrapper .contact-form input,  .contact-form-wrapper .contact-form textarea {
	padding: 12px 25px;
}
}
.comment-form-wrapper .comment-form input:focus, .comment-form-wrapper .comment-form textarea:focus, .comment-form-wrapper .contact-form input:focus, .comment-form-wrapper .contact-form textarea:focus, .contact-form-wrapper .comment-form input:focus, .contact-form-wrapper .comment-form textarea:focus, .contact-form-wrapper .contact-form input:focus, .contact-form-wrapper .contact-form textarea:focus {
	border-color: #3763EB;
}
.comment-form-wrapper .comment-form textarea, .comment-form-wrapper .contact-form textarea, .contact-form-wrapper .comment-form textarea, .contact-form-wrapper .contact-form textarea {
	border-radius: 18px;
}
.comment-form-wrapper .comment-form .theme-btn, .comment-form-wrapper .contact-form .theme-btn, .contact-form-wrapper .comment-form .theme-btn, .contact-form-wrapper .contact-form .theme-btn {
	font-weight: 500;
	padding: 18px 90px;
}

@media (max-width: 767px) {
.comment-form-wrapper .comment-form input, .comment-form-wrapper .comment-form textarea, .comment-form-wrapper .contact-form input, .comment-form-wrapper .contact-form textarea, .contact-form-wrapper .comment-form input, .contact-form-wrapper .comment-form textarea, .contact-form-wrapper .contact-form input, .contact-form-wrapper .contact-form textarea {
	padding: 12px 25px;
}
}
.comment-form-wrapper .comment-form input:focus, .comment-form-wrapper .comment-form textarea:focus, .comment-form-wrapper .contact-form input:focus, .comment-form-wrapper .contact-form textarea:focus, .contact-form-wrapper .comment-form input:focus, .contact-form-wrapper .comment-form textarea:focus, .contact-form-wrapper .contact-form input:focus, .contact-form-wrapper .contact-form textarea:focus {
	border-color: #3763EB;
}
.comment-form-wrapper .comment-form textarea, .comment-form-wrapper .contact-form textarea, .contact-form-wrapper .comment-form textarea, .contact-form-wrapper .contact-form textarea {
	border-radius: 6px;
}
.comment-form-wrapper .comment-form .theme-btn, .comment-form-wrapper .contact-form .theme-btn, .contact-form-wrapper .comment-form .theme-btn, .contact-form-wrapper .contact-form .theme-btn {
	font-weight: 500;
	padding: 18px 90px;
}
/*======================================
     How to apply
========================================*/
.howtoapply {
	background-color: #fff;
	position: relative;
}
.howtoapply h4 {
	font-size: 20px;
	margin-bottom: 15px;
}
.box-style .serial {
	font-size: 50px;
	display: block;
	margin-bottom: 7px;
	-webkit-text-stroke-color: transparent;
	-webkit-text-fill-color: var(--color1);

	font-weight: 800;
}
.box-style:hover .serial {
	-webkit-text-stroke-color: transparent;
	-webkit-text-fill-color: var(--color3);
}
/*======================================
    Explore TEFL course
========================================*/
.teflcourse {
	position: relative;
}
.teflcourse .box-style {
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	/*border-left: 5px solid transparent;
	position: relative;*/
}
/*
.teflcourse .box-style:hover {
	border-left-color: var(--color2);
}*/
.teflcourse .box-style:last-child {
	margin-bottom: 0;
}
.teflcourse .box-style h4 {
	font-size: 20px;
	display: block;
	margin-bottom: 15px;
}
.teflcourse .list {
	margin-top: 40px;
}
/*======================================
	Footer CSS
========================================*/

.footer {
  background-color: #fff;
  padding: 40px 0;
  position: relative;
}

@media (max-width: 767px) {
  .footer {
    padding: 30px 0;
  }
}


.footer .footer-link ul li {
  display: inline-block;
  margin-right: 20px;
}

.footer .footer-link ul li:last-child {
  margin: 0;
}

.footer .footer-link ul li a {
  font-size: 15px;
  color: #061E5C;
}

@media (max-width: 767px) {
  .footer .footer-link ul li a {
    font-size: 14px;
  }
}

.footer .footer-link ul li a:hover {
  color: #5034FC;
}


.footer .copyright-text {
  	color:#7882A8;
	font-size: 13px;
}
.footer .copyright-text a {
	color:#7882A8;
}
.footer .footer-social li {
  display: inline-block;
  margin-right: 30px;
}

.footer .footer-social li:last-child {
  margin: 0;
}

.footer .footer-social li a {
  color: #061E5C;
}

.footer .footer-social li a:hover {
  color: #5034FC;
}
.footer hr {
	background: #E5E5E5;
	color:#E5E5E5;
}



/* =============================================== */
/* Inner Page */

/* Bread Crumbs */
.breadcrumbs {
	position: relative;
	padding-bottom: 40px;
	padding-top: 40px;
	text-align: left;
	background-color: var(--color3);
	z-index: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumbs {
    padding-bottom: 60px;
    padding-top: 100px;
  }
}

@media (max-width: 767px) {
  .breadcrumbs {
    padding-bottom: 60px;
    padding-top: 100px;
  }
}



.breadcrumbs .breadcrumb-nav {
  text-align: left;
  margin-top: 2px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumbs .breadcrumb-nav {
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .breadcrumbs .breadcrumb-nav {
    margin-top: 8px;
  }
}

.breadcrumbs .breadcrumb-nav li {
  display: inline-block;
  position: relative;
  padding-right: 15px;
  margin-right: 15px;
  text-transform: capitalize;
}

.breadcrumbs .breadcrumb-nav li:after {
  content: "\ea5c";
  font-family: lineIcons;
  font-size: 10px;
  position: absolute;
  top: 4px;
  right: -7px;
}

.breadcrumbs .breadcrumb-nav li:last-child {
  margin: 0;
  padding: 0;
}

.breadcrumbs .breadcrumb-nav li:last-child::after {
  display: none;
}

.breadcrumbs .breadcrumb-nav li {
	color: var(--color2);
	font-size: 14px;
	font-weight: 300;
}
.breadcrumbs .breadcrumb-nav li a {
  color: #fff;
}

.breadcrumbs .breadcrumb-nav li a {
  position: relative;
}

.breadcrumbs .breadcrumb-nav li a:hover {
  color: var(--color2);
}


/* ===================================== */
.section {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

/* ===================================== */
/* Service Details */
.service-details .content img {
  width: 100%;
  border-radius: 5px;
}

.service-details .content .thumb {
  margin-bottom: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-details .content .thumb {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .service-details .content .thumb {
    margin-bottom: 25px;
  }
}

.service-details .content .title {
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}

@media (max-width: 767px) {
  .service-details .content .title {
    font-size: 22px;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}

.service-details .content .sub-title {
  font-size: 22px;
  font-weight: 800;
  margin: 25px 0;
}

.service-details .content p {
  display: block;
  margin: 20px 0;
}

.service-details .content p:last-child {
  margin-bottom: 0;
}

.service-details .content .list {
  margin: 40px 0;
  padding-left: 30px;
}

.service-details .content .list li {
  display: block;
  margin-bottom: 15px;
  position: relative;
  padding-left: 32px;
}

.service-details .content .list li:last-child {
  margin-bottom: 0;
}

.service-details .content .list li i {
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  font-size: 7px;
  height: 18px;
  width: 18px;
  background: #473BF0;
  text-align: center;
  line-height: 18px;
  border-radius: 50%;
}


blockquote {
  position: relative;
  color: #333;
  clear: both;
  z-index: 1;
  margin: 40px 0;
  text-align: left;
  padding: 40px;
  background-color: var(--lightgray);
  overflow: hidden;
  border1: 2px solid #eee;
  border-radius: 8px;
}
blockquote p {
	padding: 0 !important;
	margin: 0 !important;
}

@media (max-width: 767px) {
  blockquote {
    padding: 20px;
  }
}

blockquote .icon i {
  font-size: 32px;
  color: #5034FC;
  display: block;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  blockquote .icon i {
    margin-bottom: 15px;
  }
}

blockquote h4 {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #061E5C;
}

@media (max-width: 767px) {
  blockquote h4 {
    font-size: 14px;
  }
}

blockquote span {
  font-size: 13px;
  display: block;
  margin-top: 20px;
  color: #888;
  font-weight: 600;
}



/* Service Sidebar */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-sidebar {
    margin-top: 35px;
  }
}

@media (max-width: 767px) {
  .service-sidebar {
    margin-top: 35px;
  }
}

.service-sidebar .single-widget {
  margin-bottom: 30px;
  position: relative;
  padding: 20px 40px 40px 40px;
  border-radius: 8px;
  background-color: var(--lightgray);
}

@media (max-width: 767px) {
  .service-sidebar .single-widget {
    padding: 30px;
  }
}

.service-sidebar .single-widget h3 {
  font-size: 18px;
  font-weight: 800;
  color: #061E5C;
  margin-bottom: 20px;
	margin-top: 20px;
}

.service-sidebar .single-widget:last-child {
  margin: 0;
}

.service-sidebar .search-widget {
  position: relative;
}

.service-sidebar .search-widget form {
  position: relative;
}

.service-sidebar .search-widget form input {
  width: 100%;
  height: 55px;
  padding: 0 70px 0 20px;
  font-size: 15px;
  font-weight: 500;
  border: 1px solid #eee;
  border-radius: 5px;
  background-color: #fff;
  color: #061E5C;
}

.service-sidebar .search-widget form input::-webkit-input-placeholder {
  color: #333;
}

.service-sidebar .search-widget form input:-ms-input-placeholder {
  color: #333;
}

.service-sidebar .search-widget form input::-ms-input-placeholder {
  color: #333;
}

.service-sidebar .search-widget form input::placeholder {
  color: #333;
}

.service-sidebar .search-widget form button {
  position: absolute;
  right: 9px;
  top: 50%;
  width: 40px;
  height: 38px;
  z-index: 1;
  font-size: 16px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  color: #fff;
  border-radius: 5px;
  padding: 0 !important;
  border: none;
  margin-top: -19px;
  background: #5034FC;
}

.service-sidebar .search-widget form button:hover {
  background-color: #061E5C;
  color: #fff;
}

.service-sidebar .service-category li {
  display: block;
  margin-bottom: 8px;
}

.service-sidebar .service-category li:last-child {
  margin-bottom: 0;
}

.service-sidebar .service-category li a {
  padding: 12px 20px;
  background-color: #fff;
  color: #061E5C;
  font-weight: 500;
  display: block;
  border-radius: 5px;
  border: 1px solid #eee;
  position: relative;
  padding-right: 40px;
}

.service-sidebar .service-category li a i {
  float: right;
  font-size: 17px;
  position: absolute;
  right: 20px;
  height: 18px;
  top: 50%;
  margin-top: -9px;
}

.service-sidebar .service-category li a:hover {
  background-color: var(--color3);
  color: #fff;
  border-color: transparent;
}

.service-sidebar .download {
  background-color: #F0F3FA;
  padding: 35px;
  border: 1px solid #eee;
  border-radius: 5px;
}

.service-sidebar .download li {
  display: block;
  margin-bottom: 15px;
}

.service-sidebar .download li:last-child {
  margin-bottom: 0;
}

.service-sidebar .download li a {
  padding: 15px 20px;
  background-color: #fff;
  color: #061E5C;
  font-weight: 500;
  display: block;
  border-radius: 5px;
  border: 1px solid #eee;
  position: relative;
  padding-right: 40px;
}

.service-sidebar .download li a i {
  float: right;
  font-size: 17px;
  position: absolute;
  right: 20px;
  height: 18px;
  top: 50%;
  margin-top: -9px;
}

.service-sidebar .download li a:hover {
  background-color: #5034FC;
  color: #fff;
  border-color: transparent;
}



/* =============== common css =============== */
ul.list {
  margin: 40px 0;
  padding-left: 30px;
}

ul.list li {
  display: block;
  margin-bottom: 15px;
  position: relative;
  padding-left: 32px;
}

ul.list li:last-child {
  margin-bottom: 0;
}

ul.list li i {
  position: absolute;
  left: 0;
  top: 2px;
  color: #fff;
  font-size: 7px;
  height: 18px;
  width: 18px;
  background: #473BF0;
  text-align: center;
  line-height: 18px;
  border-radius: 50%;
}
.faqs h5 {
	margin-bottom: 15px;
	margin-top: 50px;
}

ul.list-disc  {
	margin-left: 20px;
	margin-top: 20px;
}
.list-disc li {
	list-style: disc;
	padding-bottom: 10px;
	line-height: 1.75em;
}
.service-details .content h4.sub-title {
    margin-top: 50px;
	margin-bottom: 20px;
}

/* sub navigation at the bottom of the content */
.susubnavlist {
	position: relative;
}
.susubnavlist h4 {
	font-size: 18px;
	font-weight: 300;
	color: var(--color2);
}
.subnav {
	background-color: var(--lightgray);
	padding: 20px;
	margin-top:10px;
	border-radius: 6px;
	overflow: hidden;	
}
.subnav ul,
.subnav li {
	list-style: none;
}
.subnav ul {
	margin: 0;
	padding: 0;
}
.subnav li {
	line-height: 1.6em;
	float: left;
}
.subnav li:after {
	content: "|";
	display: inline-block;
	margin: 0 10px;
}
.subnav li:last-child:after {
	content: " ";
	margin: 0;
}
.subnav li a {
	color: var(--color3);
	font-size: 14px;
}
/* ============================ */
.leftcontent h2 {
	border-bottom: 1px solid #E8E8E8;
}
.leftcontent hr {
	margin: 20px 0 30px 0;
}


.listcheckmark ul,
.leftcontent ul {
	list-style: none;
	padding: 0;
	margin: 20px 0 20px 20px;
}
.listcheckmark li,
.leftcontent li {
	line-height: 1.6em;	
	padding-bottom: 10px;
}
.listcheckmark li:before, 
.leftcontent li:before {
	content: "\ea55"; 
	font-family: 'LineIcons';
	display: inline-block;
	margin-left: 0em; 
	margin-right: .5em;
	color: #fff;
	font-size: 8px;
	font-weight: bold;
	height: 18px;
	width: 18px;
	line-height: 18px;
	background: var(--color3);
	text-align: center;
	border-radius: 50%;
	vertical-align: text-top;
}
.withspacing li {
	padding-bottom: 15px;
}

@media (max-width: 991px) {
	.head-section-bg:after {
		width: 100%;
		height: 400px;
	}
	.head-content {
		padding-top: 450px;
	}
	.tefladhead .head-content {
		padding-top: 60px;
		padding-bottom: 50px;
	}
}
@media (max-width: 767px) {
	h1 {
		font-size: 2em;
	}
	.tefladhead .head-content h1 {
		font-size: 1.8em;
	}
	h2 {
		font-size: 1.4em;
	}
	.tefladpage h2 {
		font-size: 1.5em !important;
	}
	.tefladpage h3 {
		font-size: 1.25em !important;
	}
	.fs-big {
		font-size: 18px;
	}
	.application-form {
		padding: 20px;
	}
}

/* ================= Online TESOL ==================== */
/* ================= Online TESOL ==================== */
/* ================= Online TESOL ==================== */

.mb-8 {
  margin-bottom: 2rem !important;
}
.w-18 {
  width: 10rem !important;
}
.bg-soft-primary {
  background-color: var(--bs-soft-primary) !important;
}
.bg-soft-blue {
  background-color: var(--bs-soft-blue) !important;
}
.bg-soft-sky {
  background-color: var(--bs-soft-sky) !important;
}
.bg-soft-purple {
  background-color: var(--bs-soft-purple) !important;
}
.bg-soft-grape {
  background-color: var(--bs-soft-grape) !important;
}
.bg-soft-violet {
  background-color: var(--bs-soft-violet) !important;
}
.bg-soft-pink {
  background-color: var(--bs-soft-pink) !important;
}
.bg-soft-fuchsia {
  background-color: var(--bs-soft-fuchsia) !important;
}
.bg-soft-red {
  background-color: var(--bs-soft-red) !important;
}
.bg-soft-orange {
  background-color: var(--bs-soft-orange) !important;
}
.bg-soft-yellow {
  background-color: var(--bs-soft-yellow) !important;
}
.bg-soft-green {
  background-color: var(--bs-soft-green) !important;
}
.bg-soft-leaf {
  background-color: var(--bs-soft-leaf) !important;
}
.bg-soft-aqua {
  background-color: var(--bs-soft-aqua) !important;
}
.bg-soft-navy {
  background-color: var(--bs-soft-navy) !important;
}
.bg-soft-ash {
  background-color: var(--bs-soft-ash) !important;
}
.bg-soft-gray {
  background-color: var(--bs-soft-gray) !important;
}

.greencheckmark i {
	color:#0DA35F;
}

/* header */
.onlinetesol {
	background-color: #8710b9;
}
.onlinetesol:after {
    background-image:url(../images/online-tesol.jpg);
}


/* features */
.features .box-style {
	padding: 40px 50px;
}
.features h5 {
	line-height: 1.4em;
}
.iconcenter .box-icon-style {
	margin-left: auto;
	margin-right: auto;
}
.option1 .box-icon-style {
	background: var(--color1);
	border: 6px solid #f9cfd6;
}

/* syllabus */
.detailsyllabus ul,
.detailsyllabus ol {
	margin-left: 20px;
}
.detailsyllabus ol {
	margin-bottom: 25px;
}
.detailsyllabus ul ul {
	margin-left: 20px;
	list-style: circle;
	margin-bottom: 5px;
	font-size: 14px;
}
.detailsyllabus ul li {
	list-style:disc;
}
.detailsyllabus ol li {
	list-style: decimal;
}
.detailsyllabus p:has(+ ul){
  margin-bottom: 5px;
}
.detailsyllabus p:has(+ ol){
  margin-bottom: 5px;
}
.detailsyllabus h5 {
	margin-bottom: 20px;
}


/* pricing */
.pricing .box-icon-style {
	margin-bottom: 30px;
}
.pricing .card-title {
	font-size: 32px;
	margin-bottom: 20px;
}
.pricing li {
	padding-bottom: 8px;
}
.pricing li i {
	margin-right: 5px;
}
.pricing .prices {
	position: relative;
	height: 2.4rem;
}
.pricing .price-currency {
	display: inline-block;
	font-size: 1rem;
	font-weight: 500;
	padding-right: .2rem;
	padding-top: .4rem;
}
.pricing .price-value {
    font-size: 2.8rem;
	font-weight: 500;
 }
.h40 .card-title {
	color: var(--card-color1);
}
.h60 .card-title {
	color: var(--card-color2);
}
.h120 .card-title {
	color: var(--card-color3);
}
.h40 .box-icon-style {
	background-color: #e5edfa;
	color: var(--card-color1);
}
.h60 .box-icon-style {
	background-color: #e9f3fa;
	color: var(--card-color2);
}
.h120 .box-icon-style {
	background-color: #fbe6eb;
	color: var(--card-color3);
}
.leadbig {
	font-size: 21px;
}
.text-blue {
	color: var(--card-color1);
}
.text-green {
	color: var(--card-color2);
}
.text-red {
	color: var(--card-color3);
}
.pricing .h40 li i {
	color: var(--card-color1);
}
.pricing .h60 li i {
	color: var(--card-color2);
}
.pricing .h120 li i {
	color: var(--card-color3);
}


/* compare table */
.compare .table > :not(caption) > * > * {
	padding: .9rem .9rem;
}
.compare tr:nth-child(even) {
	background-color: #fff;
}
.compare tbody tr:nth-child(odd) {
	background-color:#FBF3F3;
}
.fs-13 {
	font-size: 13px;
}


/* faqs */

.faqs .accordion-item {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
	border-radius: 0.25rem;
}
.accordion-wrapper .card {
	margin-bottom: 1.25rem;
}
.accordion-wrapper .card-header button.collapsed {
	color: #343f52;
}
.accordion-wrapper .card-header {
	margin-bottom: 0;
	background: 0 0;
	border: 0;
	padding: .9rem 1.3rem .85rem;
}

.accordion-wrapper .card-header button {
	cursor: pointer;
	width: 100%;
	padding: 0 .5rem 0 .5rem;
	text-align: left;
	margin: 0;
	border: 0;
	font-weight: 500;
	transition: all 150ms ease-in-out;
	background: 0 0;
	color: var(--color3);
}
.accordion-wrapper .card-header button:hover {
	color: var(--color3);
}
.accordion-wrapper .card-header button::after {
	color: #333;
}
.accordion-wrapper .card-header button.collapsed::after {
 	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.accordion-wrapper .card-header button::after {
	content: "\ea5e";
	font: normal normal normal 1em/1 "LineIcons";
	position: absolute;
	right: 10px;
	top: 20px;
	-webkit-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
	font-size: 12px;
}

.accordion-item .card-body {
	padding: 0 2rem .25rem 2rem;
}



/* online testimonials */
.testimonials .card {
	border-radius: 10px;
	box-shadow: 0px 0px 15px rgba(215, 224, 252, .9);
}
.testimonials .card-body {
	padding: 1rem 2.5rem 2.5rem;
}
.ratings {
	display: inline-block;
	position: relative;
	width: 5rem;
	height: .8rem;
	font-size: .9rem;
	line-height: 1;
}
.ratings::before {
	color: rgba(38,43,50,.1);
}
.ratings::after, 
.ratings::before {
	display: inline-block;
	font-style: normal;
	font-weight: 400;
	position: absolute;
	top: 0;
	left: 0;
	color: #fcc032;
	overflow: hidden;
	content: "\eba4\eba4\eba4\eba4\eba4";
	font: normal normal normal 1em/1 "LineIcons";
}
div.icon::before {
	content: "\eb65";
	font: normal normal normal 1em/1 "LineIcons";
	position: absolute;
	top: 2rem;
	left: 1rem;
	color: rgba(52,63,82,.05);
	font-size: 5rem;
	line-height: 1;
	z-index: 1;
}
.testimonials-details {
	display: flex;
	align-items: center;
	text-align: left;
}
.w-12 {
	width: 4.5rem !important;
}
.testimonials-details .info {
	padding-left: 1rem;
}
.scroll-top {
	display: none;
	width: 45px;
	height: 45px;
	background: #3763EB;
	text-align: center;
	line-height: 45px;
	font-size: 20px;
	color: #fff;
	border-radius: 5px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 9;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.ctaquote {
	display: flex;
}
.ctaquoteimg img {
	width: 12rem;
}
.ctaquotetext {
	padding:0 0 0 100px;
	position: relative;
}
@media only screen and (max-width: 991px) {
	.ctaquote {
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.ctaquoteimg {
		margin-left: auto;
		margin-right: auto;
	}
	.ctaquoteimg img {
		width: 10rem;
	}

	.ctaquotetext {
		padding:40px 0 0 0;
		text-align: center;
	}
}

.bg-alpha {
	background: var(--color3);
	color: #fff;
}
.bg-yellow {
	background: #f5c358;
	color: #333;
}
.sectionimp {
	font-weight: 300;
	font-size: 1.5em;
	line-height: 1.6em;
}

.cfaq {
	margin-top: 50px;
}
.leftcontent h1 {
	margin-top: 0;
}
.leftcontent h2,
.cfaq h5 {
	margin-bottom: 10px;
}
.cformat {
	background-color: #fcf4f2;
	padding: 20px;
	border-radius: 4px;
	margin-bottom: 20px;
}
.cformat h4,
.cformat p {
	padding: 0;
	margin: 0 0 10px 0;
}
.funfact {
	background-color: #fbcd2c;
}
.funfact p {
	font-weight: 300;
	font-size: 20px;
	color: #000;
	margin-bottom: 0;
}
.bg-alpha-light {
	background-color: #ecf4f9;
}
.things h4{
	margin-top: 20px;
	border-bottom: 1px solid #E8E8E8;
	color: var(--color2);
}
.things li {
	padding-bottom: 20px;
}
.ipage table {
	margin-top: 30px !important;
	margin-bottom: 40px !important;
}
.ipage div[class^="col"] > h2:first-of-type {
    margin-top: 0;
}
.ipage div[class^="col"] > h3:first-of-type {
    margin-top: 0;
}

/* Set margin to 0 for the first heading (h1 to h4) directly under a div with class starting with 'col' */
.ipage div[class^="col"] > h1:first-of-type,
.ipage div[class^="col"] > h2:first-of-type,
.ipage div[class^="col"] > h3:first-of-type,
.ipage div[class^="col"] > h4:first-of-type {
    margin-top: 0;
}
.ipage ul + h4 {
    margin-top: 20px !important; 
}
.cdates .badge {
	color: #fff !important;
}
.badge-fulltime {
	background-color:#1a1abf;
}
.badge-parttime {
	background-color:#B260E8;
}
.badge-blended {
	background-color:#F88653;
}
.badge-online {
	background-color:#f12778;
}
.badge-fulltime-online {
	background-color:#41BAED;
}
.badge-parttime-online {
	background-color:#62C881;
}
.btn-outline-light {
	border-width: 2px;
}
.mt-6 {
	margin-top: 5em;
}
@media only screen and (max-width: 991px) {
	.mt-6 {
		margin-top: 3em;
	}
}

.alocbox {
	margin: 0 0 4em 0;
	box-shadow: 0px 0px 15px rgba(5, 5, 5, 0.1);
}
.alocmedia {
    height: 100%;
	position: relative;
}
.alocimg {
    background:  #eee;
    height: 100%;
    padding-bottom:75%;
}

.aloctext {
	background: #fff;
}
.ctype {
    position: absolute;
    bottom: 10px;
    right: 0;
    font-size: .65em;
    margin-right: 1em;
    color: #fff;
}
.aboutus h5 {
	margin: 10px 0 2px 0 !important;
}
.aboutus .meta {
	font-size: 13px;
}
/* feature box */
.sf-box-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	margin-bottom: 20px;
	margin-top: 30px;
	position: relative;
	background-color: #fff;
}
.sf-box {
    box-sizing: border-box;
    margin-bottom: 25px; /* Space between rows */
	border-radius: 6px;
	padding: 25px 35px 25px 15px;
}
.sf-box p {
	margin-bottom: 0;
	padding-left: 32px;
	padding-bottom: 0;
}
.sf-box h3 {
	font-size: 20px;
    padding-left: 32px; /* Space for the checkmark */
	display: inline-block; /* Needed for vertical alignment */
    vertical-align: middle; /* Aligns with the checkmark */
    line-height: 1.2; /* Adjust as needed */
	position: relative;
	margin-bottom: 12px;
	margin-top: 1px;
}
.sf-box h3::before {
    content: "\f058"; /* Font Awesome checkmark content */
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0; /* Align to the top */
    line-height: 1.2; /* Match this with the h3 line-height */ 
}
.col-one .sf-box {
    width: 98%; 
}
.col-two .sf-box {
    width: 48%; 
}
.color-one .sf-box {
	background-color: #f7fcfb /*e5faf0*/;
}
.color-two .sf-box {
	background-color: #fbf7fc /*f7edfc*/; 
}
.color-three .sf-box {
	background-color: #f4f9fb /*f7edfc*/; 
}
.color-one .sf-box h3::before {
    color: #24c094; /* Change to desired color */
}
.color-two .sf-box h3::before {
    color: #b730d9; /* Change to desired color */
}
.color-three .sf-box h3::before {
    color: #3490ef; /* Change to desired color */
}
@media (max-width: 768px) {
    .col-one .sf-box {
    	width: 100%; 
	}
	.col-two .sf-box {
		width: 100%; 
	}

}

/* css for blog */
.blogbox {
	position: relative;
	overflow: hidden;
	box-shadow: 0px 8px 20px -3px rgba(0,0,0,0.15);
	border-radius: 8px;
	text-align: left;
	border:4px solid #fff;
}
.blogbox img {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;	
  	position: relative;
	overflow: hidden;
}
.blogbox:hover img {
	opacity: 0.9;
}
.blogbox h3 {
	line-height: 1.4em;
	font-size: 1.2em;
	margin-top: 0;
}
.blogbox a {
	color: var(--textcolor);
	text-decoration: none;
}
.blogbox a:hover {
	color: var(--textlink);
	text-decoration: underline;
}
/* =========================================== */
/* css for tefl ads */
.tefladpage h1 {
	font-size: 48px;
}
.tefladpage h2 {
	font-size: 36px;
}
.tefladpage h3 {
	font-size: 24px;
	color: #000;
}

.tefl-listing {
	font-family: "Outfit", sans-serif;
	font-optical-sizing: auto;
  	font-weight: 400;
  	font-style: normal;
	cursor: pointer;
}
.tefl-listing .t-image {
	margin: 0;
	background-color: #fff;
	position: relative;
	object-fit: cover;
}
.tefl-listing .t-content {
	padding: 20px;
	background-color: #f5f8fa;
}
.tefl-listing .t-content span.btn {
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 0.02em;
}

.tefl-listing p {
	color: #5a6b77;
	font-size: 1rem;
	line-height: 1.45em;
}
.tefl-listing h4 {
	color: #042a45;
	font-size: 1.25rem;
	letter-spacing: -0.01rem;
	line-height: 1.4em;
}
.tefl-listing .t-overlay {
	position: absolute;
	z-index: 1;
	bottom: 0px;
	left: 0px;
	border-radius: inherit;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
}
.tefl-listing .name {
	padding:5px 25px;
	color: #fff;
	font-size: .9rem;
}

/* hover */
.tefl-listing:hover .t-content {
	background-color: #fff;
}
.tefl-listing:hover h4 {
	color: #c2058b;
}
.tefl-listing:hover p {
	color: #2a2545;
}
.tefl-listing:hover .btn {
	background-color: #c2058b;
	border-color: #a70076;
}
.tefl-pbox .owl-carousel .owl-nav button.owl-next,
.tefl-pbox .owl-carousel .owl-nav button.owl-prev {
	background-color: #fff;
	border: 1px solid #333;
	padding: 5px !important;
	border-radius: 50%;
	height: 30px;
	width: 30px;
	line-height: 1rem;
}
.tefl-pbox .owl-carousel .owl-nav [class*=owl-]:hover {
    color: #c2058b;
	border-color: #c2058b;
}
/* loader gif */
.tefl-loader {
  display: block;
}

/* side ads */
.teflads-side {
	background-color: var(--lightgray);
	position: relative;
	padding: 15px;
	margin-bottom: 40px;
	border-radius: 8px;
	font-family: "Kumbh Sans", sans-serif;
}
/*
.teflads-side-listing {
	background-color: white;
	margin: 10px 2px;
	border-radius: 6px;
	border: 2px solid #D1DFEC;
	display: flex;
	width: 100%;
	min-height: 110px;
}
.teflads-side-image {
	flex: 0 0 35%;
	max-width: 35%;
}
.teflads-side-image img {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}
.teflads-side-content {
	padding: 15px;
	background-color: #fff; 
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	flex: 1 1 65%;
	max-width: 65%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
*/
.teflads-side-listing {
	display: flex;
	width: 100%;
	min-height: 100px;
	background-color: #fff;
	border-radius: 6px;
	border: 2px solid #D1DFEC;
	overflow: hidden;
	margin: 10px 1px;
}

.teflads-side-image {
	flex: 0 0 35%;
	max-width: 35%;
}

.teflads-side-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.teflads-side-content {
	padding: 15px;
	background-color: #fff; 
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	flex: 1 1 65%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.teflads-side-name {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 5px;
	/*white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;*/
}

.teflads-side-content p {
	font-size: 15px;
	color: #666;
	line-height: 1.3;
	margin-bottom: 0;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-family: "Outfit", sans-serif;
}

.teflads-side h4 {
	font-size: 18px;
	margin-bottom: 8px;
}
.teflads-side p {
	font-size: 16px;
	margin-bottom: 0px;
	color: #666;
}
/* title in one line */
/*
.resname {
	display: inline-block;
	max-width: 220px; 
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: middle;
}
*/
.trending-image {
    background: #eee;
    border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
    padding-bottom: 80%;
    height: 100%;
}
.trending-image {
	width: 100%;
	aspect-ratio: 1 / 1;
	background: #eee;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	background-size: cover;
	background-position: center center;
}

/* hover */
.teflads-side-listing:hover .teflads-side-content h4 {
	color: #c2058b !important;
}
.teflads-side-listing:hover p {
	color: #000;
}
.teflads-side-listing:hover img {
	transform: scale(1.05);
	transition: transform 0.3s ease;
}
/*
.teflads-side-listing:hover img {
	opacity11: 0.9;
}
.teflads-side-listing img {
  transition: transform 0.3s ease;
}
.teflads-side-listing:hover img {
  transform: scale(1.05);
}
.teflads-side-content:hover {
	background-color: #f7f9fb;
}
*/

.teflads-side-listing {
  cursor: pointer;
}
/* ============================= */

.owl-tefl-pbox { opacity: 0; transition: opacity 0.3s ease; }
.owl-stage-outer { margin: 0px; padding: 0px; }

.owl-theme .owl-dots .owl-dot span {
    background: #79c3f5 !important;
}
.owl-theme .owl-dots .owl-dot.active span, 
.owl-theme .owl-dots .owl-dot:hover span {
    background: #072286 !important;
}
.owl-tefl-pbox-side .owl-item {
	min-width1: 100%;
}
/* lazy loading css */
.blur-up {
	-webkit-filter: blur(5px);
	filter: blur(5px);
	transition: filter 300ms, -webkit-filter 300ms;
}
.blur-up.lazyloaded {
	-webkit-filter: blur(0);
	filter: blur(0);
}
.lazyload,
.lazyloading {
	opacity: .1;
}
.lazyloaded {
	opacity: 1;
	transition: opacity 200ms;
}
.scroll-container {
  height: 500px;              /* Set the visible height */
  overflow-y: auto;           /* Enable vertical scrolling */
  overflow-x: hidden;         /* Prevent horizontal scroll */
  border: 1px solid #ccc;     /* Optional: adds a visible border */
  padding: 10px;              /* Optional: spacing inside the box */
}


@media only screen and (max-width: 991px) {
	.teflads-side {
		margin-top: 50px;
	}
}

@media only screen and (max-width: 768px) {
	.teflads-side {
		padding: 0px;
		background-color: #fff;
	}
	.teflads-side-content {
		padding: 20px;
	}

}