:root {
	--primary-color: #f46738;
	--secondary-color: #0e7fbf;
	--border-color-light: #efefef;
	--border-color-dark: #cfcfcf;
	--body-text-color: #364558;
	--heading-color: #e7511c;
	--heading-color2: #1c5fe7;
	--heading-color3: #000;
	--notes-color: #00a8cc;
	--light-bg: #f9f9f9;
	--text-link-color: #102bd0;
	
}

*, *:before, *:after {
	box-sizing: inherit;
}
html {
	height: 100%;
	box-sizing: border-box;
	overflow-x: hidden;
	overflow-y: scroll;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 1.1rem;
	line-height: 1.6rem;
	background: #fff;
	color: var(--body-text-color);
	-webkit-tap-highlight-color: transparent;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a:not(.btn) {
	text-decoration: underline;
	transition: all .2s ease-in-out;
	background-color: transparent;
	color: var(--text-link-color);
}
a:hover {
	color: #EC5C1B;
}
a:active, a:hover, a:focus {
	outline-width: 0;
}
p {
	line-height: 1.6em;
}
h1, h2, h3, h4 {
	font-weight: 600;
	color: var(--heading-color);
}
h1 a, h2 a, h3 a, h4 a {
	color: var(--heading-color);
}
h1, h2, h3 {
	font-weight: 800;
    padding-bottom: .6em;
}
h2 {
	color: var(--heading-color2);
	margin-bottom: 15px;
}
h3 {
	color: var(--heading-color3);
}
button {
	cursor:pointer;
}
input[type=submit] {
	cursor: pointer;
}

ul, li {
    margin: 0;
    padding: 0;
}
.colorlight01 {
	color:#C1C1C1;
}
.container {
	max-width: 1220px
}
.sizebig {
    font-size: 1.2em;
}
.sizebigger {
    font-size: 1.6em;
	line-height: 1.4em;
}
.highlight-thin {
    color: var(--notes-color);
    font-weight: 300;
}

/* -----------------------------------------
new slider
----------------------------------------- */
.new-section {
    clear: both;
    position: relative;
    overflow: hidden;
}
.slider {
}
.slider-image {
    background: #eee;
    padding-bottom: 60%;
}
.slider-content {
	background: var(--primary-color);
}
.slider-content-inner {
    position: absolute;
    left: 1%;
    width: 98%;
    top: 100px;
    display: inline-block;
    padding: 1em;
}
.slider-content-inner a:not(.btn) {
	color: #000;
	text-decoration: underline;
}
.slider-content-inner a:hover {
	color: #000;
	text-decoration: none;
}
.slider-content h1 {
    padding-bottom: .2em;
    margin-bottom: .5em;
}
.slider-content h1,
.slider-content p {
    color: #000;
}
.slider-content h1 {
    display: inline-block;
    border-bottom: 1px solid #fff;
}
.black {
	color: #000 !important;
}


/* ============================================================= */
/* intro */

.intro {
}
.intro .intro-content::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    content: '';
    background-color: var(--border-color-light);
}
.intro .first::before {
    background-color: #fff;
}
.intro-content h2 {
    padding-bottom: .2em;
}

/* ============================================================= */
/* pictures */
.pictures {
}

.pictures img {
    border-radius: 5px;
}

/* ============================================================= */
/* features */

.features {
	background:#f8fbfc;
}
.features-box {
    margin-bottom: 1em;
    padding: 0.5em;
}
.features-icon {
    display: inline-block;
}
.features-icon i {
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    border-radius: 50%;
    width: 64px;
    height: 64px;
    line-height: 60px;
    font-size: 2em;
    text-align: center;

}
.features-text {
    display: inline-block;
    margin-left: 10px;
}
.features-text h4 {
    font-size: 1.25em;
    font-weight: 700;
}
.features-text p {
    margin-bottom: 0;
	font-size: .9em;
}
.features-wrap {
    border-right: 1px solid var(--border-color-light);
}

/* ============================================================= */
/* course highlights */

.coursehl {
    padding-left: 2em;
    padding-bottom: 2em;
}
.coursehl li {
	margin-bottom: 10px;
}
ul.listitem,
.listitem ul {
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}
ul.listitem li,
.listitem li {
    padding-bottom: 0.5em;
}
/* ============================================================= */
/* about us */

.aboutus img {
    border-radius: 5px;
}
/* ============================================================= */
/* faqs */

.faqs p.question {
    margin-bottom: 0.5em;
    font-weight: bold;
}
.faqs button {
    white-space:normal;
    text-align: left;
    padding-left: 0;
    padding-right: 0;
}
.card {
    border: none;
    border-bottom: 1px solid var(--border-color-light);
}
.card-header {
    background: none;
    border: none;
    padding: 0;
    word-break: normal;
    word-wrap: normal;
}
.card-body {
    padding-top: 0;
    padding-left: 5px;
}
.question .btn {
    text-transform: none;
    font-size: 1em;
	color: var(--body-text-color);
    font-weight: 700;
}
/* lead form */

.leadform {
	padding: 5%;
	background: #5499EB;
	color: #fff;
}
.leadform h4 {
	color: #fff;
	font-weight: 600;
	font-size: 19px;
	text-transform: uppercase;
	background: #0F6696;
	padding: 5%;
}
.leadform .form-group {
	text-transform: uppercase;
	font-size: 12px;
}
.leadform .form-control {
	margin-bottom: 10px;
	font-size: 14px;
}
.leadform label {
	margin-bottom: 0;
	letter-spacing: 0.05em;
}


/* get started number */
.howtostart .number {
	background:#FFDD2F;
	height: 40px;
	width: 40px;
	line-height: 40px;
	border-radius: 50%;
	text-align: center;
	display: inline-block;
	color: #000;
	font-weight: 600;
	float: left;
	margin-right: 10px;
}
.tt {
	border-bottom: 1px dotted #BFBFBF;
}
a.tt {
	color: var(--body-text-color);
}
a.tt:hover {
	text-decoration: none;
}
/* from the blog on home page */
.blogsnip h6 {
	font-size: .9em;
	font-weight: 700;
}
.blogsnip img {
	margin-bottom: 15px;
}
.trending-post {
	position: relative;
	padding: .5em;
	background: #fff;
	border: 1px solid #efefef;
    border-radius: 5px;
	margin: 1em 0;
}
.trending-media {
	width: 35%;
}
.trending-image {
    background: #eee;
    border-radius: 5px;
    padding-bottom: 80%;
	height: 100%;
}
.trending-content {
	display: inline-block;
	width: 65%;
	padding: .2em 0 .4em .4em;
    padding-left: 0.8em;
}
p.post-title {
	font-size: .9em;
	margin-bottom: 5px;
	line-height: 1.4em;
}
/* ============================================================= */
/* get started */

.getstarted {
	background: var(--primary-color);
}
.getstarted-text p {
	padding:5px;
	letter-spacing: 0.01em;
    font-size: 1.2em;
    font-size: 300;
}
.getstarted-text h2 {
    padding-bottom: .35em;
    margin-bottom: 0;
}
.getstarted-text p,
.getstarted-text h2 {
    color: #fff;
}

.tutors h4 {
	margin-top: 35px;
	border-bottom: 1px solid #efefef;
}
.tutors img {
	border-radius: 4px;
}
/* ============================================================= */
/* footer */
.footer-section {
	background: #f9f9f9;
    font-size:12px;
}
.footer-section h4 {
    font-size: 1.25em;
 	text-transform:uppercase;
    letter-spacing: 0.05em;
    display: block;
    border-bottom: 1px solid var(--border-color-light);
    padding-bottom: .3em;
}
.footer-nav {
    line-height: 2.2em;
}
.footer-nav a {
	text-transform:uppercase;
    letter-spacing: 0.05em;
	text-decoration: none;
}
.footer-nav li {
	list-style: none;
}
.footer-content {
    margin-left: .5em;
}
.footer-section .location p {
    font-size: 1.175em;
}
.footer-section .social i {
    font-size: 3em;
}
.social .icon-facebook {
    color: rgb(59, 89, 152);
}

/* copyright */
.copyright p.small {
	font-size:12px;
	line-height:18px;
}

/* bootstrap buttons */
.btn {
	-webkit-transition:all 400ms linear 0s;
	-o-transition:all 400ms linear 0s;
	transition:all 400ms linear 0s;

	text-transform:uppercase;
	font-size:14px;
	font-weight:600;
	padding:12px 20px;
	white-space: pre-wrap;
}
.btn-primary {
	background-color:#da2b33;
	border:none;
}
.btn-secondary {
	background-color:#25d8e8;
	border:none;
	color: #000;
}
.btn-tri {
	background-color:#C7D8DB;
	color:#fff;
}
.btn-primary:hover {
	background:#f47278;
	color:#fff;
}
.btn-secondary:hover {
	background:#0da0b2;
	color:#fff;
}


/* =============================================== */
/* inner pages */

.inner-content img:not(.scodeimg) {
    margin: 2em 0;
}
.inner-content ul {
    margin: 0 0 2em 1em;
}
.inner-content li {
    list-style: disc;
    padding-bottom: 0.5em;
	line-height: 1.6em;
}
.inner-content h3 {
    margin-top: 1.5em;
    margin-bottom: .75em;
    padding-bottom: .05em;
    border-bottom: 1px solid var(--border-color-light);
}
blockquote {
    padding: .2em 1.5em;
    margin: 2em 0;
    border-left: 5px solid #eeeeee;
	font-size:1.1em;
	line-height:1.8em;
	color:#333;
}
/* =============================================== */
/* right side bar */
.right-side {
	padding:.5em 1.5em;
}
.right-side h4 {
	border-bottom:1px solid var(--body-text-color);
}
.right-side li {
	line-height:1.5em;
	padding-top:8px;
	padding-bottom:8px;
	border-bottom:1px solid #efefef;
	list-style: none;
}
.right-side li:last-child {
	border:none;
	margin-bottom:20px;
}
.right-side a {
	display:block;
}
.right-side a:hover {
	text-decoration:none;
}

/* =============================================== */
/* bread crumbs */

.bcrumb {
	padding-top:80px;
	padding-bottom:50px;
	background-color: #9257b8;
	text-align:center;
	color:#fff;
	font-size:14px;
	/*background:url(../images/tesol-trainees-01.jpg) no-repeat;
	background-size: cover;*/
	background: var(--primary-color);
}
.bcrumb a {
	color:#fff;
	font-weight:600;
	text-decoration:underline;
}

/*---------------- GOOGLE MAPS*/
.mymap {
	overflow:hidden;
	margin-top:30px;
}
.scodeimg {padding-top:1.8em;}
.appform {
	padding:20px 40px 40px;
	background:#f9f9f9;
	border:1px solid #efefef;
	margin-bottom:40px;
	position: relative;
}
.myform .form-group {
	padding: 0;
	margin: 0;
}
.myform .form-group label {
	margin-top: 20px;
	margin-bottom: 2px;
}
#email_id {
	display: none;
	visibility: hidden;
	position: absolute;
	bottom: 0;
	right: -10000px;
}
/* -----------------------------------------
menu
----------------------------------------- */

.menu-top {
    /* position: absolute;  this will make it snap to the top */
    width: 100%;
    /*top: 0px;
    left: 0px;*/
    z-index: 9;
    padding: 1px 75px;
    border-bottom: 1px solid #efefef;
	/*	background-color:rgba(0,0,0,0.5);*/
}

.menu-top .navbar {
	padding: 0px;
	background-color: transparent !important;
}

.menu-top .navbar .navbar-nav li a {
	padding: 5px 12px;
	color: #000;
	letter-spacing: 0.05em;
	font-size: .80em;
	font-weight: 600;
	text-transform:uppercase;
	-webkit-transition: all 200ms linear 0s;
	-o-transition: all 200ms linear 0s;
	transition: all 200ms linear 0s;
	text-decoration: none;
}
.menu-top .navbar .navbar-nav .active > .nav-link,
.menu-top .navbar .navbar-nav .nav-link.active,
.menu-top .navbar .navbar-nav .nav-link.show,
.menu-top .navbar .navbar-nav .show > .nav-link,
.menu-top .navbar .nav-link:focus,
.menu-top .navbar .nav-link:hover
{
    color: #000;
}

.menu-top.navbar_fixed {
    position: fixed;
    width: 100%;
    top: -50px;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 1);
    transform: translateY(50px);
    /*padding-top: 0;
    padding-bottom: 0;*/
    border-bottom: 1px solid #f9f9f9;
}

/* customize top links */

.navbar-dark .navbar-nav .nav-link:hover {
	color: var(--primary-color);
}
.navbar-collapse li {
	line-height:2.5em;
}
.dropdown-menu {
    background-color:#f9f9f9;
	border: 1px solid #333;
    border-top: none;
    border-radius:0;
	margin-top:20px;
	font-size: 1em;
	padding: 0;
}
.menu-top .navbar .navbar-nav .dropdown-menu a.dropdown-item {
    line-height: 2rem;
	border-bottom: 1px solid #eee;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: var(--primary-color) !important;
    text-decoration: none;
	background: none;
}
@media (min-width: 991px) {
	.menu-top .navbar .navbar-nav li a {
		line-height: 1.2em;
	}
		
}
@media (max-width: 991px) {

    .menu-top {
        padding: 0px 0px;
    }

	.menu-top .navbar .navbar-nav {
		display: block;
		text-align: left;
		/*background: rgba(0, 0, 0, .9);
		max-height: 250px;
		overflow-y: scroll;*/
	}
	.menu-top .navbar .navbar-nav li a {
		padding-top: 2px;
		padding-bottom: 2px;
	}
	.navbar-toggler{
		border: none;
		padding: 0px;
        outline: none !important;
	}

	.navbar-toggler[aria-expanded="false"] .menu-toggle span:nth-child(2) {
		opacity: 1;
	}
	.navbar-toggler[aria-expanded="true"] .menu-toggle span:nth-child(2) {
		opacity: 0;
	}
	.navbar-toggler[aria-expanded="true"] .menu-toggle span:first-child {
		transform: rotate(-45deg);
		position: relative;
		top: 6px;
	}
	.navbar-toggler[aria-expanded="true"] .menu-toggle span:last-child {
		transform: rotate(45deg);
		position: relative;
		bottom: 6px;
	}
	.menu-toggle{
		width: 48px;
		height: 40px;
		padding-top: 12px;
		cursor: pointer;
		background:#FFFFFF;
	}
	.menu-toggle span{
		display: block;
		width: 30px;
		height:2px;
		background: var(--primary-color);
		margin: auto;
		margin-bottom: 4px;
		transition: all 400ms linear;
	}	
	.dropdown-menu {

		background-color: #F9F9F9;
		border: none;
		border-radius: 0;
		margin-top: 0;
		padding-left: 20px;
		padding-right: 20px;

	}
	.dropdown-item {
		border-bottom: 1px solid #eaeaea;
	}
	.navbar-collapse li {
		border-bottom: 1px solid #eaeaea;
	}


}

/* online tefl page */
.otutors h5 {
	font-size: .95em;
	font-weight: bold;
	letter-spacing: 0.01em;
	margin-bottom: 0;
}
.pbg1 {
	background:#f2f9fc;
	border: 3px solid #e5f3f9;
}
.pbg2 {
	background:#f2fbf7;
	border: 3px solid #dcf6eb;
}
.pbg3 {
	background:#fbf3f0;
	border: 3px solid #f7cbbe;
}
.pbox {
	padding: 10px;
	position: relative;
}
.pboxcontent {
	padding: 10px 20px;
}
.box-shadow {
  box-shadow: 0 .45rem .95rem rgba(0, 0, 0, .08);
}
.pbox .card {
	padding: 20px 10px;
	border-radius: 6px;
}
.pbox .card li {
	padding-bottom: 8px;
}
.pbox .card-header {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
}
.pbox h2 {
	margin-bottom: 0;
	padding-bottom: .1em;
	font-size: 1.8em;
	font-weight: 800;
}
.pbox h3 {
	font-size:2em;
	font-weight: 800;
	color: #000;
}
.pbox .phour {
	margin-bottom: 15px;
	font-weight: 800;
	font-size: 1.2em;
	padding: 5px 10px;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
}
.pbox .ptitle {
	font-weight: 600;
}
.pbox .pbg1 .phour {
	background: #42a6fb;
}
.pbox .pbg2 .phour {
	background: #1fb093;
}
.pbox .pbg3 .phour {
	background: #cc203c;
}
.c1 {
	color: #42a6fb;
}
.c2 {
	color: #1fb093;
}
.c3 {
	color: #cc203c;
}
.pbox li {
	list-style: disc;
	list-style-position: inside;
}
.ofeatures-box {
	padding:20px 15px;
	margin-bottom:30px;
	border-radius:6px;
	box-shadow: 0 .45rem .95rem rgba(0, 0, 0, .08);
	border: 1px solid #eee;
	background: #fff;
}
.ofeatures-box h4 {
	line-height: 1.3em;
	color: #000;
}
.smallmsg {
	font-size: .8em;
}
.smallmsg a {
	color: #8B8B8B;
	text-decoration: none;
}
.sidebuttons {
	margin-top: 20px;
}
.syllabus h5 {
	color:#6D20D9;
	font-weight: 800;
	font-size: 18px;
	line-height: 1.4em;
	background:#F2EFF5;
	border-radius: 2px;
	padding: 8px 10px;
}
.syllabus #details {
	font-size: .85em;
}
.syllabus #details p {
	line-height: 1.4em;
	margin: 20px 0 10px 0;
}
.syllabus #details li {
	padding-bottom: 1px;
}
.syllabus #details ul {
	margin-left: 2.4em;
}

/* =============================================================== */
/* =============================================================== */
/* =============================================================== */
/* responsive */


/* min - all devices greater than 991 */
@media (min-width: 991px) {
	#sidemenu.affix {
		position: fixed;
        top: 80px;
	}
}


/* max - all devices smaller than */
/* lg */
@media (max-width: 1199px) {
    .slider-content-inner {
        top: 30px;
    }
	.slider-content-inner h1 {
		font-size: 1.4em;
	}
	.slider-content-inner .sizebig {
		font-size: 1em;
	}
	.slider-content-inner p {
		font-size: .85em;
	}
    .affix, .affix-top, .affix-bottom {
        width:196px;
    }
    
}


/* md */
@media (max-width: 991px) {
    .features-wrap {
        border: none;
	}
    .coursehl {
        border: none;
        border-top: 1px solid #efefef;
        padding: 0;
        padding-top: 2em;
    }
    .aboutus img {
        margin-bottom: 2em;
    }
     .slider-image {
        padding-bottom: 50%;
    }
   .slider-content-inner {
        position: relative;
        top: 0;
        padding: 2em 0 1em;
    }
    .affix-bottom, .affix-top, .affix {
        position: relative;
        top: 0;
        width: 100%;

    }    

}
@media (max-width: 768px) {
    h1 { font-size: 1.8em; }
    h2 { font-size: 1.5em; }
    h3 { font-size: 1.2em; }
    .intro-content {
        padding-top: 2em;
    }

    .intro .intro-content::before {
        position: absolute;
        top: 0;
        left: 15px;
        width: calc(100% - 30px);
        height: 1px;
        content: '';
        background-color: var(--border-color-light);
    }
 
    .features-box:not(.noborder) { border-bottom: 1px solid #efefef; margin-bottom: 1em; }
    .footeroc {padding-left: 5px; padding-right: 5px;}
	.appform {
		padding:15px;
		margin: 10px;
	}

	#rc-imageselect, .g-recaptcha {
		transform:scale(0.90);
		-webkit-transform:scale(0.90);
		transform-origin:0 0;
		-webkit-transform-origin:0 0;
	}
	.tutors img {
		margin-bottom: 10px !important;
	}
	.tutors h4 {
		margin-top: 10px;
	}
	.sizebigger {
		font-size: 1.4em;
	}
}

@media (max-width: 575px) {

	.blogsnip h6 {
		font-size: .9em;
	}
	.btn {
		width: 94%;
		margin-bottom: 15px;

	}
	
}

/* =============================================================== */
/* =============================================================== */
/* =============================================================== */


#load{
    width:100%;
    height:100%;
    position:fixed;
    z-index:9999;
    background:url("../images/loader4.gif") no-repeat center center rgba(255,255,255,1)
}
.fmoblinks p {
	line-height: 2em;
}
.fmoblinks p:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}
.fmoblinks a {
	margin: 0 5px;
}

.dform {
	background: #4485C9;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	margin: 50px 0 45px 0;
}
.dform:hover {
	background: var(--primary-color);
	cursor: pointer;
}
.dform a {
	color: #fff;
	display: block;
	padding: 30px 20px;
}
.dform h3 {
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
	letter-spacing: 0.05em;
	font-weight: 800;
}
.dform h6 {
	margin-top: 10px;
	font-size: 19px;
	font-weight: 800;
	padding-bottom: 0;
	margin-bottom: 0;
}
.dform:hover h6 {
	text-decoration: underline;
}
.dform i {
	font-size: 1.6em;
	background: #fff;
	color:#F41519;
	border-radius: 50%;
	height: 60px;
	width: 60px;
	line-height: 60px;
	text-align: center;
	border: 2px solid #fff;
	
}
.dform span {
	font-size: 13px !important;
}

@media print, screen and (min-width:991px) {
	
	.right-side::after {
		position: absolute;
		top: 0;
		left: 0;
		width: 1px;
		height: 100%;
		content: '';
		background-color: var(--border-color-light);
	}
}

.rfaqs a {
	display: inline !important;
}

.iframe-container{
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; 
  height: 0;
}
.iframe-container iframe{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}
.onlinefaqs h5 {
	font-weight: 800;
	color: #000;
	line-height: 1.4em;
}
.onlinefaqs p strong {
	color: #6D20D9;
}
.onlinefaqs p {
	margin-bottom: 30px;
}
.coursebox h3 {
	background: #faf8f4;
	border-radius: 2px;
	padding: 10px;
}
