 /*CSS Document */
@import url("../css/bootstrap.min.css");
@import url("../fonts/font-awesome/css/all.min.css");
@import url("../fonts/font-awesome/css/v4-shims.min.css");
@import url("../css/slimmenu.min.css");
@import url("../css/owl.carousel.css");

/* Google Fonts */
/*font-family: 'Mulish', sans-serif;*/
/*font-family: 'Teko', sans-serif;*/

@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Teko:wght@300;400;500;600;700&display=swap');

html {overflow-x: hidden;}
body {
	margin: 0px;
	padding: 0px;
	background: #fff;
	overflow-x: hidden;
	-ms-overflow-style: scrollbar;
	font-family: 'Mulish', sans-serif;
	color: #000000;
	font-size: 18px;
	line-height: 1.6;
	font-weight: 400;
	letter-spacing: 0.45px;
    }
p{
	font-size: 18px;
	font-weight: 400;
	line-height: 1.6;
}
@media (max-width: 991px) {
	p,body {font-size: 17px;}
}
@media (max-width: 767px) {
	p,body {font-size: 16px;}
}
@media (max-width: 575px) {
	p,body {font-size: 15px;}
}
img {
	max-width: 100%;
	height: auto;
    }

/* Typography */

a { -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	color: #ffae4d;
    }
a:hover, a:focus {
	text-decoration: none;
	color: #000;
	outline: 0;
    }
b, strong {font-weight: 700;}
h1 {
	font-size: 104px;
	line-height: 1;
	font-weight: 600;
	letter-spacing: 1.04px;
	text-transform: capitalize;
    font-family: 'Teko', sans-serif;
    }
@media (max-width: 1600px){
	h1 {font-size: 90px;}
}
@media (max-width: 1400px){
	h1 {font-size: 80px;}
}
@media (max-width: 1199px){
	h1 {font-size: 70px;}
}
@media (max-width: 991px){
	h1 {font-size: 60px;}
}
@media (max-width: 767px){
	h1 {font-size: 56px;}
}
@media (max-width: 575px){
	h1 {font-size: 46px;}
}

h2 {
    font-size: 80px;
    line-height: 1.05;
    letter-spacing: 0.80px;
    font-weight: 600;
    text-transform: capitalize;
    font-family: 'Teko', sans-serif;
}
@media (max-width: 1600px) {
	h2 {font-size: 70px;}
}
@media (max-width: 1400px) {
	h2 {font-size: 64px;}
}
@media (max-width: 1199px) {
	h2 {font-size: 56px;}
}
@media (max-width: 991px) {
	h2 {font-size: 46px;}
}
@media (max-width: 767px) {
	h2 {font-size: 36px;}
}

h3 {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: 0.3px; 
    }
@media (max-width: 1600px) {
	h3 {font-size: 28px;}
}
@media (max-width: 1400px) {
	h3 {font-size: 26px;}
}
@media (max-width: 1199px) {
	h3 {font-size: 24px;}
}
@media (max-width: 991px) {
	h3 {font-size: 21px;}
}
@media (max-width: 767px) {
	h3 {font-size: 20px;}
}
h4 {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: 0.3px; 
    }
@media (max-width: 1199px) {
	h4 {font-size: 22px;}
}
@media (max-width: 991px) {
	h4 {font-size: 20px;}
}
@media (max-width: 767px) {
	h4 {font-size: 18px;}
}

h1,h2,h3{
	margin: 0;
	margin-bottom: 20px;
    }
p,ol,ul,blockquote {
	margin: 0 0 20px;
	padding: 0;
    }
@media (max-width: 991px) {
	h1,	h2,	h3{margin-bottom: 15px;}
}
@media (max-width: 575px) {
    h1,h2,h3{margin-bottom: 10px;}
    p,ol,ul,blockquote {margin: 0 0 15px;}
}
ol li,ul li {list-style: none;}
blockquote {border-color: #f7f7f7;}

/* Forms */
input[type="email"],
input[type="text"],
input[type="password"],
input[type="tel"],
input[type="file"],
input[type="search"],
input[type="date"],
textarea,
select {
	width: 100%;
	max-width: 100%;
	height: inherit;
	display: block;
	margin: 0;
	padding: 15px 20px !important;
	direction: ltr;
	position: relative;
	z-index: 1;
	box-shadow: none;
	background-color: #fff;
	border: 1px solid #c0c0c0;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: #000;
	font-weight: 400;
	font-size: 21px !important;
	line-height: 28px;
	letter-spacing: 0.6px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
    }
input[type=checkbox],
input[type=radio] {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    }
input[type='submit'] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	border-radius: 0;
	font-weight: 700;
	font-size: 18px;
}
input:focus,
textarea:focus {
	border-color: #000;
	outline: 0;
    }
.form-group{margin-bottom: 25px;}
label {
    font-weight: 700;
    margin-bottom: 5px;
    }
label span {
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
    }
.contact-teacher,
.msa_form{
    padding: 35px 35px 35px 60px;
    background-color: rgba(0,0,0,0.06);
    position: relative;
    margin-top: 30px;
    } 
.contact-teacher:after,
.msa_form:after{
    content:'';
    position: absolute;
    left: 0px;
    top: 0;
    width: 25px;
    height: 100%;
    background-color: #ffae4d;
    }
.contact-teacher legend,
.msa_form legend{
    font-size: 26px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.3px;
    }
input::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
	font-size: 21px;
	letter-spacing: 0.6px;
	opacity: 1;
	color: #595959;
	text-transform: capitalize;
    }
input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
	font-size: 21px;
	letter-spacing: 0.6px;
	opacity: 1;
	color: #595959;
	text-transform: capitalize;
    }
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
	font-size: 21px;
	letter-spacing: 0.6px;
	opacity: 1;
	color: #595959;
	text-transform: capitalize;
    }
form.form-row > .col, 
form.form-row > [class*="col-"] {
    padding-right: 15px;
    padding-left: 15px;
    }
select {
    cursor: pointer;
    color: #000;
    background-image: url(../images/select_arrow.png);
    background-position: 98% 50%;
    background-repeat: no-repeat;
    background-size: auto;
    } 
.form_errors{
    background-color: rgba(255,174,77,0.1);
    padding: 15px 20px;
    font-size: 16px;
    line-height: 1.75;
    } 
.form_errors strong{color: rgba(255,174,77,1);}

.som-password-sent-message,
.thank_you_message{
    background-color: rgba(0,128,0,0.1) !important;
    border: none !important;
    padding: 15px 20px;
    font-size: 18px;
    line-height: 1.75;
    font-weight: 600;
    color: green;
    margin-bottom: 20px;
    }
.som-password-sent-message i.fa.fa-check,
.thank_you_message i.fa.fa-check {
    float: left;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: rgba(0,128,0,0.15) !important;
    font-size: 24px;
    margin-right: 15px;
    }
.som-password-sent-message p,
.thank_you_message p{
    display: block;
    overflow: hidden;
    margin: 0;
    }
a.lost_password {
    font-weight: 700;
    margin-left: 10px;
    text-decoration: underline;
    color: #ffae4d;
    }
a.lost_password:hover,
a.lost_password:focus{color: #000;}
input[type="password"].som-password-input {max-width: 100%;}
.lostpassword-submit {margin-bottom: 0;}

@media(max-width: 1199px) {
	input[type="email"], 
	input[type="text"], 
	input[type="password"], 
	input[type="tel"], 
	input[type="file"], 
	input[type="search"], 
    input[type="date"],
	textarea,
	select {
        padding: 14px 18px !important;
	    font-size: 20px !important;
	    line-height: 27px;
	}
    
	input::-moz-placeholder,
    textarea::-moz-placeholder,
    select::-moz-placeholder {
	    font-size: 20px;
    }
    input:-ms-input-placeholder,
    textarea:-ms-input-placeholder,
    select:-ms-input-placeholder {
	    font-size: 20px;
    }
    input::-webkit-input-placeholder,
    textarea::-webkit-input-placeholder,
    select::-webkit-input-placeholder {
	    font-size: 20px;
    }
}
@media(max-width: 991px) {
   	input[type="email"], 
	input[type="text"], 
	input[type="password"], 
	input[type="tel"], 
	input[type="file"], 
	input[type="search"], 
    input[type="date"],
	textarea,
	select {
        padding: 13px 16px !important;
	    font-size: 19px !important;
	    line-height: 26px;
	}
    
	input::-moz-placeholder,
    textarea::-moz-placeholder,
    select::-moz-placeholder {
	    font-size: 19px;
    }
    input:-ms-input-placeholder,
    textarea:-ms-input-placeholder,
    select:-ms-input-placeholder {
	    font-size: 19px;
    }
    input::-webkit-input-placeholder,
    textarea::-webkit-input-placeholder,
    select::-webkit-input-placeholder {
	    font-size: 19px;
    }
    form.form-row > .col, form.form-row > [class*="col-"] {
    	padding-right: 10px;
    	padding-left: 10px;
	}
    .form-group{margin-bottom: 20px;}
    .contact-teacher,
    .msa_form{
        padding: 30px 30px 30px 50px;
        margin-top: 25px;
        }
    .contact-teacher:after,
    .msa_form:after{width: 20px;}
    .form_errors{
        padding: 12px 18px;
        font-size: 15px;
    }
    .thank_you_message{
        padding: 12px 18px;
        font-size: 15px;
    }
    .contact-teacher legend,
    .msa_form legend{font-size: 24px;}
}
@media(max-width: 767px) {
    input[type="email"], 
	input[type="text"], 
	input[type="password"], 
	input[type="tel"], 
	input[type="file"], 
	input[type="search"], 
    input[type="date"],
	textarea,
	select {
        padding: 12px 14px !important;
	    font-size: 18px !important;
	    line-height: 24px;
	}
	input::-moz-placeholder,
    textarea::-moz-placeholder,
    select::-moz-placeholder {
	    font-size: 18px;
    }
    input:-ms-input-placeholder,
    textarea:-ms-input-placeholder,
    select:-ms-input-placeholder {
	    font-size: 18px;
    }
    input::-webkit-input-placeholder,
    textarea::-webkit-input-placeholder,
    select::-webkit-input-placeholder {
	    font-size: 18px;
    } 
	form.form-row > .col,
    form.form-row > [class*="col-"] {
    	padding-right: 5px;
    	padding-left: 5px;
	}
    .form-group{margin-bottom: 15px;}
    .contact-teacher,
    .msa_form{
        padding: 20px 20px 20px 30px;
        margin-top: 20px;
        }
    .contact-teacher:after,
    .msa_form:after{width: 10px;}
    .form_errors{
        padding: 10px 15px;
        font-size: 14px;
    }
    .thank_you_message{
        padding: 10px 15px;
        font-size: 14px;
    }
    .contact-teacher legend,
    .msa_form legend{font-size: 21px;}
    
    .som-password-sent-message i.fa.fa-check,
    .thank_you_message i.fa.fa-check {
        width: 36px;
        height: 36px;
        line-height: 36px;
        font-size: 20px;
        margin-right: 10px;
        margin-bottom: 10px;
        }
    .som-password-sent-message p,
    .thank_you_message p{overflow: visible;}
}

/*Buttons*/
.btn_holder {margin-top: 40px;}
input[type="submit"], 
button[type="submit"], 
.my_btn {
    padding: 10px 25px 10px 35px;
    min-width: 120px;
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: 0.54px;
    font-weight: 700;
    color: #000;
    background-color: #ffae4d;
    position: relative;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    box-shadow: none;
    border: 0;
    opacity: 1;
    border-radius: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    }
.my_btn span{
	position: relative;
	z-index: 2;
    color: #000 !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    }
.my_btn.lg {
    padding: 20px 40px 20px 55px;
    min-width: 180px;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: 0.63px;
    }
.my_btn:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 100%;
    left: 0px;
    top: 0px;
    background-color: #000;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    }
.my_btn.lg:after {
    content: '';
    width: 15px;
    }
.my_btn.lg:hover:after, 
.my_btn:hover:after {width: 100%;}
input[type="submit"]:hover,
button[type="submit"]:hover,
.my_btn:hover {
    background-color: #000;
    color: #ffae4d !important;
    }
.my_btn:hover span {color: #ffae4d !important;}
.my_btn.black{
	background-color: #000;
	color: #fff !important;
    }
.my_btn.black:hover{background-color: #ffae4d;}
.my_btn.black span{color: #fff !important;}
.my_btn.black:hover span{color: #000 !important;}
.my_btn.black:after {background-color: #ffae4d;}
.my_btn.yw_btn:after {background-color: #fff;} 
.my_btn.yw_btn:hover {background-color: #fff;}
.my_btn.yw_btn:hover span {color: #000 !important;} 
.my_btn.white {background-color: #fff;}
input[type="submit"], 
button[type="submit"]{padding: 10px 25px;}

@media(max-width: 1400px) {
    .my_btn.lg {
        padding: 18px 35px 18px 47px;
        min-width: 170px;
        font-size: 19px;
        }
    .my_btn.lg:after {width: 12px;}
}
@media(max-width: 1199px) { 
    .my_btn.lg {
        padding: 16px 30px 16px 40px;
        font-size: 18px;
        }
    .my_btn.lg:after {width: 10px;}
}
@media(max-width: 991px) {
    input[type="submit"], 
    button[type="submit"], 
    .my_btn {
        padding: 10px 20px 10px 30px;
        min-width: inherit;
        font-size: 17px;
	}
	.my_btn.lg {
        padding: 15px 25px 15px 35px;
        min-width: inherit;
        font-size: 17px;
    }
    input[type="submit"], 
    button[type="submit"]{padding: 10px 20px;}
}
@media(max-width: 767px) {
    input[type="submit"], 
    button[type="submit"], 
    .my_btn {
        padding: 10px 15px 10px 21px;
        font-size: 16px;
	}
    .my_btn:after {width: 6px;}
    
    .btn_holder {margin-top: 20px;}
    .my_btn.lg {
        padding: 13px 20px 13px 28px;
        font-size: 16px;
    }
    .my_btn.lg:after {width: 8px;}
    input[type="submit"], 
    button[type="submit"]{padding: 10px 15px;}
}
.fit_img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    }
.fit_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    }

/* Header */
.header {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
    background: transparent;
	display: block;
	z-index: 100;
	text-align: right;
	margin: 0 100px;
    }
.header.sticky {
	position: fixed;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    }
.header .container {
    position: relative;
    background-color: #fff;
    padding: 0;
    box-shadow: 0 0 30px rgba(0,0,0,0.08);
    }
.header .container::before{
	content: '';
	position: absolute;
	right: 100%;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
    box-shadow: -30px 0 30px rgba(0,0,0,0.08);
    }
.header .logo {
    float: left;
    margin: 18px 0;
    }
.header .logo a {
	display: block;
	transition: none;
    }
.header .logo img {max-width: 278px;}
.header.sticky .logo {margin: 13px 0;}
.header.sticky .logo img {max-width: 250px;}
.header .main_menu {
    display: inline-block;
    padding: 40px 0;
    }
.header.sticky .main_menu {padding: 30px 0;}
.header .menu_header .login_btn {
    display: inline-block;
    margin-left: 15px;
    vertical-align: middle;
    }
.header .menu_header .login_btn a {
	display: inline-block;
	background-color: #ffae4d;
	font-size: 22px;
	line-height: 33px;
	letter-spacing: 0.72px;
	font-weight: 700;
	color: #000;
	padding: 33px 15px;
	min-width: 123px;
	text-align: center;
    }
.header.sticky .menu_header .login_btn a {padding: 23px 15px;}
.header .menu_header .login_btn a:first-child {border-right: 1px solid rgba(0,0,0,0.4);}
.header .menu_header .login_btn a:hover{
	color: #fff;
	background-color: #000;
    }
.header .menu_header .login_btn a i.fa {
	display: block;
	line-height: 1;
	font-size: 24px;
    }
.header,
.header .logo,
.header .logo img,
.header .main_menu{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    }
@media(min-width: 1201px){
	.container.lg {max-width: 100%;}
}
@media(min-width: 1601px){
	.container.lg {max-width: 100%;}
}
@media(max-width: 1600px){
    .header {margin: 0px 70px;}
	.header .logo {
    	float: left;
    	margin: 12px 0;
	}
	.header .logo img {max-width: 240px;}
	.header.sticky .logo img {max-width: 198px;}
	.header .main_menu {padding: 25px 0;}
	.header.sticky .main_menu {padding: 20px 0;}
    .header .menu_header .login_btn a {
        letter-spacing: 0.5px;
        padding: 22px 15px;
        font-size: 20px;
        line-height: 31px;
        min-width: 114px;
    }
    .header.sticky .menu_header .login_btn a {padding: 17px 15px;}
    .header .menu_header .login_btn a i.fa {font-size: 22px;}
}
@media (max-width: 1400px) {
	.header .logo img {max-width: 220px;}
	.header.sticky .logo img {max-width: 190px;}
	.header .main_menu {padding: 24px 0;}
	.header.sticky .main_menu {padding: 14px 0;}
	.header {margin: 0 50px;}
	.header .logo {margin: 10px 0;}
	.header.sticky .logo {margin: 10px 0;}
    .header .menu_header .login_btn {margin-left: 10px;}
    .header .menu_header .login_btn a {
        padding: 20px 15px;
        font-size: 18px;
        line-height: 26px;
        min-width: 110px;
    }
    .header.sticky .menu_header .login_btn a {padding: 16px 15px;}
    .header .menu_header .login_btn a i.fa {font-size: 20px;}
}
@media (max-width: 1280px) {
    .header.sticky .logo img {max-width: 170px;}
    .header .menu_header .login_btn {margin-left: 7px;}
    .header .menu_header .login_btn a {
        padding: 22px 15px;
        font-size: 16px;
        min-width: 98px;
    }
    .header.sticky .menu_header .login_btn a {padding: 15px 15px;}
    .header .menu_header .login_btn a i.fa {font-size: 18px;}
}
@media (max-width: 1199px) {
	.header {margin: 0 40px;}
	.header .container {max-width: 100%;}
	.header.sticky {position: absolute;}
	.header .logo, 
    .header.sticky .logo {margin: 9px 0;}
	.header.sticky .logo img, 
	.header .logo img {max-width: 180px;}
	.header .main_menu,
	.header.sticky .main_menu {padding: 12px 0;}
    .header .menu_header .login_btn a,
    .header.sticky .menu_header .login_btn a {padding: 15px 15px;}
}
@media (max-width: 767px) {
	.header .logo img, .header.sticky .logo img {max-width: 150px;}
	.header .main_menu, .header.sticky .main_menu {padding: 10px 0;}
    .header .menu_header .login_btn a i.fa {font-size: 15px;}
    .header .menu_header .login_btn a,
    .header.sticky .menu_header .login_btn a {
        padding: 14px 10px;
        font-size: 14px;
        line-height: 20px;
        min-width: 80px;
    }
}
@media (max-width: 575px) {
    .header {margin: 0 15px;}
	.header .logo img, .header.sticky .logo img {max-width: 135px;}
	.header .logo, .header.sticky .logo {margin: 8px 0;}
    .header .menu_header .login_btn a, 
    .header.sticky .menu_header .login_btn a {
        padding: 12px 10px;
        font-size: 13px;
        min-width: 75px;
    }
}
@media (max-width: 420px){
    .header {margin: 0 4px;}
	.header .logo, .header.sticky .logo {margin: 6px 0;}
	.header .logo img, 
    .header.sticky .logo img {max-width: 128px;}
    .header .menu_header .login_btn {margin-left: 4px;}
    .header .menu_header .login_btn a, 
    .header.sticky .menu_header .login_btn a {
        padding: 10px 7px;
        font-size: 12px;
        line-height: 18px;
        min-width: 65px;
    }
    .header .menu_header .login_btn a i.fa {font-size: 13px;}
}

/**/
.overlay{position: relative;}
.overlay .container{
	position: relative;
	z-index: 1;
    }
.overlay:before{
	content: '';
	position: absolute;
    left: 0;
    top: 0;
    background-color: rgb(24, 24, 24, 0.8);
    width: 100%;
    height: 100%;
    }
/*overlay*/

/*billboard*/
.billboard {
    margin-top: 0px;
	position: relative;
	/*padding-left: 100px;*/
	background-color: #f2f2f2;
    }
.billboard #homeslider {padding-left: 100px;}
.billboard .item {
	width: 100%;
	min-height: 1000px;
    padding: 200px 120px 100px;
	max-width: none;
    overflow: hidden;
	background-color: rgba(0, 0, 0, 0.9);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	display: flex;
	align-items: center;
    justify-content: flex-start;
    }
.billboard .item .overlay:before {background-color: rgb(24, 24, 24, 0.7);}
.billboard .caption {
	position: relative;
    z-index: 2;
    width: 64%;
    }
.billboard .caption h1{
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.004);
    margin-bottom: 25px;
    }
.billboard .caption p {
    font-size: 26px;
    line-height: 1.5;
    font-weight: 600;
    letter-spacing: 0.78px;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.004);
    margin-bottom: 40px;
    }
.billboard .caption .my_btn{margin-top: 0px;}
.billboard .caption h1:last-child,
.billboard .caption p:last-child{margin-bottom: 0px;}
.billboard .subtitle {
    color: #ffae4d;
    margin-bottom: 40px;
    }
.subtitle{
	position: relative;
	display: block;
	font-weight: 700;
	font-size: 30px;
	line-height: 1;
	color: #000;
	letter-spacing: 3px;
	margin-bottom: 30px;
    text-transform: capitalize;
    }
.subtitle:before {
    content: '';
    width: 20px;
    height: 30px;
    background-color: #ffae4d;
    display: inline-block;
    vertical-align: middle;
    margin-right: 18px;
    margin-bottom: 4px;
    }
.billboard .owl-carousel button.owl-dot {display: block;}
.billboard .owl-carousel .owl-dots {
    position: absolute;
    top: 55%;
    left: 38px;
    right: inherit;
    transform: translateY(-50%);
    z-index: 1;
    bottom: inherit;
    }
@media (max-width: 1600px){
    .billboard .item {
        min-height: 850px;
        padding: 180px 90px 80px;
    }
    .billboard #homeslider {padding-left: 70px;}
    .billboard .caption {width: 80%;}
    .billboard .caption p {
        font-size: 24px;
        margin-bottom: 30px;
    }
    .billboard .subtitle {margin-bottom: 30px;}
    .billboard .caption h1 {margin-bottom: 20px;}
    .subtitle {font-size: 28px;}
    .billboard .owl-carousel .owl-dots {left: 25px;}
}
@media (max-width: 1400px){
    .billboard .item {
        min-height: 800px;
        padding: 160px 70px 80px;
    }
    .billboard #homeslider {padding-left: 50px;}
    .billboard .caption {width: 70%;}
    .billboard .owl-carousel .owl-dots {left: 15px;}
    .billboard .subtitle {margin-bottom: 25px;}
    .billboard .caption h1 {margin-bottom: 15px;}
    .billboard .caption p {font-size: 20px;}
    .subtitle {
        font-size: 24px;
        letter-spacing: 2px;
        margin-bottom: 25px;
    }
    .subtitle::before {
        width: 16px;
        height: 24px;
        margin-right: 14px;
        margin-bottom: 4px;
    }
}
@media (max-width: 1280px){
    .billboard .caption {width: 80%;}
    .billboard .item {min-height: 750px;}
}
@media (max-width: 1199px){
    .billboard #homeslider {padding-left: 0;}
    .billboard .item {
        min-height: 650px;
        padding: 150px 50px 100px 70px;
    }
    .billboard .caption {width: 100%;}
    .billboard .caption h1 {margin-bottom: 10px;}
    .billboard .caption p {font-size: 18px;}
    .billboard .subtitle {margin-bottom: 20px;}
    .subtitle {font-size: 22px;}
    .subtitle::before {
        width: 14px;
        height: 20px;
        margin-right: 12px;
        margin-bottom: 4px;
    }
}
@media (max-width: 991px){
    .billboard .item {
        min-height: 600px;
        padding: 160px 30px 100px 70px;
    }
    .billboard .caption p {font-size: 17px;}
    .subtitle {
        font-size: 20px;
        margin-bottom: 20px;
    }
}
@media (max-width: 767px){
	.billboard .caption p {font-size: 16px;}
    .subtitle {font-size: 18px;}
    .subtitle::before {
        letter-spacing: 1px;
        width: 13px;
        height: 18px;
        margin-right: 10px;
        margin-bottom: 4px;
    }
}
@media (max-width: 575px){
    .billboard .caption p {margin-bottom: 20px;}
    .billboard .item {
        min-height: 580px;
        padding: 80px 15px 50px;
        text-align: center;
    }
    .billboard .owl-carousel .owl-dots {
        top: inherit;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0 auto;
        text-align: center;
    }
    .billboard .owl-carousel button.owl-dot{
        display: inline-block;
        margin: 5px;
    }
    .subtitle {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .subtitle::before {
        letter-spacing: 0.5px;
        width: 11px;
        height: 16px;
        margin-right: 7px;
        margin-bottom: 3px;
    }
}
/*billboard*/

/*live virtual course*/
.live_virtual_course{
	position: relative;
  	background-color: rgba(0, 0, 0,  0.05);
    padding: 0 100px;
    }
.live_virtual_course .container.lg{padding: 0;}
.live_virtual_course .sections_title{
	padding: 40px 0;
	margin: 0;
    }
.live_virtual_course .sections_title h2{
	font-size: 60px;
	line-height: 1;
	font-weight: 600;
	letter-spacing: 0.6px;
    margin-bottom: 5px;
    }
.live_virtual_course .sections_title h2 span {
    color: #ffae4d;
    display: inline-block;
    }
.live_virtual_course .sections_title p {
    font-size: 20px;
    line-height: 1.4;
    color: #000;
    letter-spacing: 0.60px;
    font-weight: 500;
    margin: 0;
    }
.live_virtual_course .video_boxes {margin-top: -44px;}
.video_boxes .video_btn {
    display: block;
    position: relative;
    border: 10px solid #f2f2f2;
    background-color: #000000;
    position: relative;
    text-align: center;
    height: 210px;
    overflow: hidden;
    z-index: 1;
    }
.video_boxes h3{
    font-size: 21px;
    margin-bottom: 10px;
    padding-top: 10px;
    }
.video_boxes h3 a{color: black;}

.video_boxes h3 a:hover,
.video_boxes h3 a:focus{color: #ffae4d;}

.video_boxes .video_btn:hover {
    background-color: #ffae4d;
    transform: translateY(-10px);
    }
.video_boxes .video_btn h4 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    z-index: 2;
    width: 100%;
    padding: 10px;
    font-size: 22px;
    line-height: 1.5;
    font-weight: 700;
    margin: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    }
.video_boxes .video_btn:hover h4 {color: #000;}
.video_boxes .video_btn i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 28px;
    line-height: 70px;
    color: #000;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    text-align: center;
    background-color: #ffae4d;
    z-index: 2;
    border: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding-left: 6px;
    }
.video_boxes .video_btn:hover i {
    color: #fff;
    background-color: #000;
    transform:  translate(-50%, -50%) rotate(360deg);
    }
.video_boxes .video_btn img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.2;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    }
.video_boxes .video_btn:hover img {
    opacity: 0.1;
    transform: scale(1.03);
    }
.video_boxes .btn_holder {margin-top: 20px;}
@media (max-width: 1600px){
    .live_virtual_course {padding: 0 70px;}
	.live_virtual_course .sections_title h2 {font-size: 50px;}
    .live_virtual_course .sections_title{padding: 30px 0;}
    .video_boxes .video_btn {
        border: 8px solid #f2f2f2;
        height: 190px;
    }
    .video_boxes .video_btn i {
        font-size: 26px;
        line-height: 60px;
        width: 60px;
        height: 60px;
    }
    .live_virtual_course .sections_title p {font-size: 19px;}
    .video_boxes .video_btn h4 {font-size: 19px;}
}
@media (max-width: 1400px){
    .live_virtual_course {padding: 0 50px;}
    .live_virtual_course .sections_title h2 {font-size: 48px;}
	.live_virtual_course .sections_title p {font-size: 16px;}
    .video_boxes .video_btn:hover {transform: translateY(-6px);}
    .video_boxes .video_btn {
        border: 6px solid #f2f2f2;
        height: 170px;
    }
    .video_boxes .video_btn i {
        font-size: 22px;
        line-height: 50px;
        width: 50px;
        height: 50px;
    }
    .video_boxes .video_btn h4 {
        font-size: 16px;
        line-height: 1.4;
    }
}
@media (max-width: 1280px){
    .live_virtual_course .sections_title h2 {font-size: 42px;}
    .live_virtual_course .sections_title {padding: 22px 0;}
    .live_virtual_course .video_boxes {margin-top: -40px;}
    .video_boxes .video_btn i {
        font-size: 20px;
        line-height: 44px;
        width: 44px;
	    padding-left: 4px;
        height: 44px;
    }
	.video_boxes .video_btn {height: 150px;}
	.video_boxes .row {margin: 0 -7px;}
	.video_boxes .row > div {padding: 7px;}
    .video_boxes .video_btn h4 {font-size: 15px;}
}
@media (max-width: 1199px){
    .live_virtual_course {padding: 0 15px;}
    .video_boxes .video_btn h4 {font-size: 14px;}
}
@media (max-width: 991px){
    .live_virtual_course {padding: 40px 15px;}
    .live_virtual_course .sections_title {padding: 0 0 15px;}
    .live_virtual_course .video_boxes {margin-top: 0;}
    .video_boxes .video_btn {border: none;}
    .video_boxes .row {margin: 0 -10px;}
	.video_boxes .row > div {padding: 10px;}
    .video_boxes h3{font-size: 20px;}
}
@media (max-width: 767px){
    .live_virtual_course .sections_title h2 {font-size: 38px;}
    .video_boxes .video_btn:hover {transform: translateY(0px);}
    .video_boxes .btn_holder {margin-top: 10px;}
    .video_boxes h3{font-size: 18px;}
}
@media (max-width: 575px){
    .live_virtual_course {padding: 30px 15px;}
    .live_virtual_course .sections_title h2 {font-size: 34px;}
    .live_virtual_course .sections_title p {font-size: 15px;}
    .video_boxes .video_btn i {
        font-size: 18px;
        line-height: 40px;
        width: 40px;
        padding-left: 4px;
        height: 40px;
    }
}
@media (max-width: 400px){
    .live_virtual_course .sections_title h2 {font-size: 30px;}
    .live_virtual_course {padding: 30px 15px;}
    .live_virtual_course .sections_title {padding: 0 0 10px;}
    .video_boxes .row {margin: 0 -5px;}
	.video_boxes .row > div {padding: 5px;}
    .video_boxes .video_btn {height: 120px;}
    .video_boxes .video_btn h4 {font-size: 13px;}
}
/*live virtual course*/

/* All Sections */
.sections {
	padding: 100px 0px;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
    }
.sections.md {padding: 80px 0px;}
.sections.sm {padding: 60px 0px;}
.sections.xs {padding: 40px 0px;}
.sections_title {
	position: relative;
	margin-bottom: 40px;
    }
.sections_title h2{line-height: 1;}
.sections_title.mb20 {margin-bottom: 20px;}
.sections_title.with_btn{overflow: hidden;}
.sections_title.with_btn h2 {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    word-break: break-all;
    margin-bottom: 0;
    }
.sections_title.with_btn .btn_holder {
    float: right;
    margin: 0;
    }
.white h1,.white h2,.white h3,.white h4,.white h5,.white h6,.white li,.white p,.white span {color: #fff;}
.lightgraybg{background-color: #f2f2f2;}
@media (max-width: 1600px) {
    .sections {padding: 90px 0px;}
}
@media (max-width: 1400px) {
    .sections {padding: 80px 0px;}
}
@media (max-width: 1199px) {
    .sections {padding: 70px 0px;}
    .sections.md {padding: 70px 0px;}
    .sections.sm {padding: 50px 0px;}
    .sections.xs {padding: 30px 0px;}
    .sections_title {margin-bottom: 30px;}
    .sections_title {margin-bottom: 30px;}
}
@media (max-width: 991px) {
    .sections {padding: 60px 0px;}
    .sections.md {padding: 60px 0px;}
    .sections.sm {padding: 40px 0px;}
    .sections.xs {padding: 25px 0px;}
    .sections_title {margin-bottom: 25px;}
}
@media (max-width: 767px) {
	.sections {padding: 50px 0px;}
    .sections.md {padding: 50px 0px;}
    .sections.sm {padding: 30px 0px;}
    .sections.xs {padding: 20px 0px;}
    .sections_title {margin-bottom: 20px;}
}
@media (max-width: 575px) {
	.sections {padding: 40px 0px;}
    .sections.md {padding: 40px 0px;}
    .sections_title {margin-bottom: 15px;}
}
/* online Courses */
.online_course .container .row > div{margin-top: 30px;}
.online_course .course_box {
    background-color: #fff;
    padding: 30px;
    position: relative;
    min-height: 100%;
    border: 1px solid rgb(34, 45, 53,0.08);
    box-shadow: 0px 0px 30px 0px rgba(34, 45, 53, 0.1);
    display: flex;
    flex-wrap: wrap;
    }
.online_course .course_box .bottom_btn {margin-top: auto;}
.online_course .course_box::after {
    content: '';
    position: absolute;
    right: 0;
    top:0;
    width: 5px;
    height: 100%;
    background-color:rgba(255, 174, 77, 0.2);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    }
.online_course .course_box:hover::after,
.online_course .course_box:focus::after{background-color:rgba(255, 174, 77, 1);}
.online_course .course_box h3{
	color: #000;
    margin-bottom: 15px;
    }
.online_course .course_box h3 a{color: #000;}
.online_course .course_box h3 a:hover{color: #ffae4d;}
.online_course .course_box p{
	letter-spacing: 0.53px;
    margin-bottom: 30px;
}
@media (max-width: 1400px){
    .online_course .sections_title {margin-bottom: 20px;}
}
@media (max-width: 991px){
	.online_course .course_box {padding: 25px;}
	.online_course .course_box::after {width: 4px;}
    .online_course .course_box p {margin-bottom: 20px;}
}
@media (max-width: 767px){
    .online_course .sections_title {margin-bottom: 20px;}
	.sections_title.with_btn .btn_holder {
        margin-top: 20px;
    	display: block;
    	/* vertical-align: middle; */
    	float: inherit;
    	text-align: left;
    }
    .online_course .container .row > div {margin-top: 20px;}
	.online_course .course_box {padding: 20px;}
    .online_course .course_box h3 {margin-bottom: 10px;}
}
@media (max-width: 575px) {
	.online_course .container .row > div {margin-top: 15px;}
	.online_course .course_box {padding: 15px;}
}
/* online Courses */

/*feature webinar*/
.feature_webinar {padding: 100px;}
.feature_webinar .sections_title {
    margin: 0;
    padding-right: 90px;
    }
.feature_webinar .sections_title h2 span {
    color: #ffae4d;
    display: block;
    }
.feature_webinar .sections_title p {
    font-size: 21px;
    line-height: 1.6;
    margin: 0;
    }
.feature_webinar .video_boxes {padding-right: 50px;}
.feature_webinar .video_boxes .video_btn {height: 360px;}

/**/
.modal-open {padding: 0 !important;}
#myModal {
	background-color: rgba(0, 0, 0, 0.8);
    padding: 0 !important;
    }
.modal-dialog {
	max-width: 900px;
    width: 900px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) !important;
    margin: 0 auto;
    }
.modal-body {
	position: relative;
	padding: 0px;
	border: 2px solid #fff;
    }
.modal-content {
	border-radius: 0;
	margin-top: 0;
    }
button:focus{outline: none;}
button.close {
	position: absolute;
	right: -30px;
	top: 0;
	z-index: 999;
	font-size: 2rem;
	font-weight: 500;
	color: #fff;
	opacity: 1;
    }
button.close:hover {color: #ffae4d;}
button.close span {
	line-height: 20px;
	display: block;
    }
.bg_shape.right{right: 0;}
.bg_shape.left{left: 0;}
.bg_shape{
	display: block;
	position: absolute;
	width: 100px;
	height: 100%;
	background-color: #ffae4d;
	top: 0;
    }
@media (max-width: 1600px){
    .feature_webinar .video_boxes .video_btn {height: 270px;}
	.feature_webinar .sections_title {padding-right: 30px;}
    .feature_webinar .sections_title p {font-size: 20px;}
}
@media (max-width: 1400px){
    .feature_webinar {padding: 80px 20px;}
    .feature_webinar h2 {margin-bottom: 15px;}
    .feature_webinar .video_boxes {padding-right: 20px;}
    .feature_webinar .video_boxes .video_btn {height: 230px;}
    .feature_webinar .sections_title p {font-size: 18px;}
    .bg_shape {width: 40px;}
    .feature_webinar .sections_title {padding-right: 15px;}
}
@media (max-width: 1280px){
    .feature_webinar {padding: 70px 20px;}
    .bg_shape {width: 25px;}
    .feature_webinar .video_boxes {padding-right: 0;}
}
@media (max-width: 1199px){	
	.feature_webinar {padding: 60px 0;}
    .feature_webinar .video_boxes .video_btn {height: 200px;}
}
@media (max-width: 991px){
	.feature_webinar {padding: 50px 0;}
    .feature_webinar .sections_title {margin-bottom: 20px;}
    .feature_webinar .sections_title h2 span {display: inline-block;}
    .feature_webinar .sections_title p {font-size: 17px;}
    .modal-dialog {
        max-width: 720px;
        width: 720px;
    }
}
@media (max-width: 767px){
    .feature_webinar .video_boxes .row > div:last-child {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .feature_webinar .sections_title p {font-size: 16px;}
    .modal-dialog {
        max-width: 560px;
        width: 560px;
    }
    button.close {
        right: -7px;
        top: -30px;
    }
}
@media (max-width: 575px){
    .feature_webinar {
        padding: 40px 0;
        text-align: center;
    }
    .feature_webinar .video_boxes .video_btn {
        height: 200px;
        max-width: 290px;
        margin: 0 auto;
    }
    .feature_webinar .sections_title {margin-bottom: 15px;}
    .feature_webinar h2 {margin-bottom: 10px;}
    .modal-dialog {
        max-width: 90%;
        width: 90%;
    }
}
/*feature webinar*/

/* About Us */
.about_us .about_left{position: relative;}
.about_us .about_left .video_btn{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 28px;
    line-height: 70px;
    color: #000;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    text-align: center;
    background-color: #ffae4d;
    z-index: 2;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding-left: 6px;
    }
.about_us .about_left .video_btn:hover{
    background-color: #000;
    color: #fff;
    transform: translate(-50%, -50%) rotate(360deg);
    }
.about_us .about_left .video_btn > *{
    position: relative;
    z-index: 2;
    }
.about_us .about_left .video_btn:before {
    content: '';
    background-color: rgba(255, 174, 77, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: -1;
    animation: zoom-in-zoom-out 1.4s ease-out infinite;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    }
.about_us .row .about_left .fit_img {height: 620px;}
.about_us .row .about_left .row > div:nth-child(2) .fit_img {margin-top: 30px;}
.about_us .about_right{
	padding-left: 30px;
    padding-top: 30px;
    }
.about_us .about_right p {
    font-size: 21px;
    letter-spacing: 0.63px;
    }
.about_us .sections_title {margin-bottom: 20px;}
@keyframes zoom-in-zoom-out {
  0% {
      transform: translate(-50%, -50%) scale(1, 1);
      opacity: 1;
  }
  100% {
      transform: translate(-50%, -50%) scale(2.4, 2.4);
      opacity: 0;
  }
}
@media (max-width: 1400px){
    .about_us .row .about_left .fit_img {height: 555px;}
    .about_us .about_right {padding-left: 15px;}
    .about_us .about_right p {
        font-size: 20px;
        letter-spacing: 0.5px;
    }
}
@media (max-width:1199px){
    .about_us .about_right p {font-size: 19px;}
}
@media (max-width:991px){
    .about_us .about_right p {font-size: 18px;}
    .about_us .about_right {padding-left: 0;}
}
@media (max-width:767px){
    .about_us .sections_title {margin-bottom: 15px;}
    .about_us .about_right p {font-size: 17px;}
    .about_us .row .about_left .fit_img {height: 500px;}
}
@media (max-width: 575px){
    .about_left .row {margin: 0 -7px;}
    .about_left .row > div{padding: 0 7px;}
    .about_us .row .about_left .fit_img {height: 400px;}
    .about_us .about_right p {font-size: 16px;}
    .about_us .row .about_left .row > div:nth-child(2) .fit_img {margin-top: 20px;}
    .about_us .about_left .video_btn {
        font-size: 24px;
        line-height: 60px;
        width: 60px;
        height: 60px;
    }
}
@media (max-width: 400px){
    .about_us .row .about_left .fit_img {height: 350px;}
}
@media (max-width: 360px){
    .about_us .row .about_left .fit_img {height: 300px;}
}

/* Our Services*/
.our_service.overlay:before{background-color: rgb(242, 242, 242, 0.95);}
.our_service .services_box {
    background-color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    height: 100%;
    }
.our_service .services_box .fit_img {
    display: block;
    background-color: #ffae4d;
    height: 230px;
    }
.our_service .services_box .fit_img img{object-position: top;}

/*.our_service .services_box:hover .fit_img img {
    opacity: 0.5;
    transform: scale(1.05);
    }*/
.our_service .services_box .services_info {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 20px;
    padding-bottom: 0px;
    }
.our_service .services_box .service-footer {
    padding: 20px;
    display: flex;
    }
.our_service .services_box .services_info h3 {
    font-size: 22px;
    line-height: 1.4;
    font-weight: 900;
    margin-bottom: 15px;
    }
.our_service .services_box .services_info h3 a {
	color: #000;
	display: block;
    }
.our_service .services_box .services_info h3 a:hover {color: #ffae4d;}
#services_slider .owl-nav .owl-prev, 
#services_slider .owl-nav .owl-next {top: 45%;}

#services_slider.owl-carousel .owl-stage {
  display: flex;
}
#services_slider.owl-carousel .owl-item {
  display: flex;
  flex: 1 0 auto;
}

@media (max-width:1400px){
    .our_service .services_box .services_info h3 {
        font-size: 22px; 
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    .our_service .services_box .services_info p {
        font-size: 17px;
    }
}
@media (max-width:1199px){
	.bg_shape {width: 24px;}
	.our_service .fit_img {height: 250px;}
}
@media (max-width:991px){
	.our_service .services_box .services_info {
    	padding: 18px;
        padding-bottom: 0px;
        }
    .our_service .services_box .service-footer {padding: 18px;}
	.our_service .fit_img {
    	height: 220px;
	}
    #services_slider .owl-nav .owl-prev, 
    #services_slider .owl-nav .owl-next {
        top: 50%;
    }
    .our_service .services_box .services_info p {
        font-size: 16px;
    }
}
@media (max-width:767px){
	.bg_shape {
    	width: 15px;
	}
    .our_service .services_box .services_info h3 {
        min-height: inherit;
    }
	.our_service .fit_img {
    	height: 337px;
	}
}
@media (max-width: 575px){ 
    .our_service .services_box .services_info h3 {
        font-size: 20px;
    } 
	.bg_shape {
    	width: 10px;
        display: none;
	}
	#services_slider.owl-carousel .owl-nav .owl-prev {
    	left: -15px;
	}
	#services_slider.owl-carousel .owl-nav .owl-next {
		right:-15px;
	}	
    #services_slider.owl-carousel .owl-nav .owl-prev, 
    #services_slider.owl-carousel .owl-nav .owl-next {
        position: relative;
        transform: inherit;
        top: inherit !important;
        left: 0;
        right: 0;
        margin: 7px;
    }
    #services_slider.owl-carousel .owl-nav {
        margin-top: 15px;
    }
}
@media(max-width:460px){
	.our_service .fit_img {
    	height: 240px;
	}
}
/*our services*/

/*Testimonials*/
.testimonial .testimonial_box {
    border-radius: 4px;
    background-color: #ffae4d;
    margin: 0 auto;
    padding: 60px 70px;
    position: relative;
    z-index: 1;
    text-align: center;
}
.testimonial .testimonial_bottom .ts_logo {
    width: 70px;
    height: 40px;
    margin-right: 25px;
    display: inline-block;
    vertical-align: middle;
    object-fit: contain;
}
.testimonial .testimonial_bottom h3{
	display: inline-block;
    vertical-align: middle;
    margin: 0;
    font-weight: 800;
}
.testimonial .testimonial_bottom h3 span{
	font-weight: 600;
	font-style: italic;
}
.testimonial .testimonial_box p {
    text-align: center;
    margin-bottom: 40px;
    letter-spacing: 0.72px;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.6;
}
.inarrow.owl-carousel .owl-nav .owl-prev {
	left: -32px;
}
.inarrow.owl-carousel .owl-nav .owl-next {
    right: -32px;
}

@media (max-width:1400px){
    .testimonial .testimonial_box {
        padding: 50px;
    }
    .testimonial .testimonial_box p {
        font-size: 22px;
    }
}
@media (max-width:1280px){
    .inarrow.owl-carousel .owl-nav .owl-prev {
        left: -22px;
    }
    .inarrow.owl-carousel .owl-nav .owl-next {
        right: -22px;
    }
}
@media (max-width:1199px){
	.testimonial .testimonial_box {
    	padding: 60px 60px 50px;
	}
	.testimonial .testimonial_box p {
    	margin-bottom: 35px;
   		font-size: 21px;
	}
	.testimonial .testimonial_bottom .ts_logo {
    	margin-right: 25px;
	}
	.inarrow.owl-carousel .owl-nav .owl-prev {
		left: -26px;
	}
	.inarrow.owl-carousel .owl-nav .owl-next {
	    right: -26px;
	}
}
@media (max-width:991px){
	.testimonial .testimonial_box {
    	padding: 50px;
	}
    .testimonial .testimonial_box p {
        margin-bottom: 20px;
        font-size: 18px;
    }
    .testimonial .testimonial_bottom .ts_logo {
        width: 60px;
        height: 31px;
        margin-right: 10px;
    }
	.inarrow.owl-carousel .owl-nav .owl-prev {
		left: -22px;
	}
	.inarrow.owl-carousel .owl-nav .owl-next {
	    right: -22px;
	}
}
@media (max-width:767px){
	.testimonial .testimonial_box {
    	padding: 40px;
	}
	.testimonial .testimonial_box p {
    	margin-bottom: 20px;
   		font-size: 17px;
	}
}
@media (max-width: 575px){
    .sections_title.with_btn .btn_holder {
        margin-top: 15px;
    }
    .testimonial .testimonial_box {
        padding: 20px;
    }
    .testimonial .testimonial_box p {
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 1.42;
    }
    .testimonial .testimonial_bottom .ts_logo {
        width: 50px;
        height: 30px;
        margin-bottom: 10px;
        margin-right: 0;
    }
}
/*Testimonials*/

/*News and Publications*/
.news_section {
    padding-top: 40px;
}
.news_section .sections_title {
    margin-bottom: 70px;
}
.news_section .item .new_box {
    text-align: center;
    border-radius: 4px;
    background-color: #000;
    padding: 40px 20px;
    min-height: 320px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
    border-radius: 6px;
}
.news_section .item .new_box h3 {
	color: #fff;
	margin-bottom: 30px;
	font-size: 28px;
	line-height: 1.3;
	font-weight: 700;
	flex: 0 0 100%;
}
.news_section .item .new_box h3 a {
	color: #fff;
}
.news_section .item .new_box h3 a:hover {
	color: #ffae4d;
}
.news_section .owl-carousel .owl-nav .owl-prev {
    left: 115px;
}
.news_section .owl-carousel .owl-nav .owl-next {
    right: 115px;
}
.news_section .my_btn:after {
    width: 5px;
}
.news_section .my_btn:hover:after {
    width: 100%;
}
.news_section .owl-carousel .owl-stage-outer {
    overflow: visible;
}
.news_section .owl-carousel .owl-stage-outer .owl-item {
    opacity: 0.25;
    transition: opacity 0.5s ease-out;
}
.news_section .owl-carousel .owl-stage-outer .owl-item.active {
    opacity: 1;
}
@media(max-width: 1600px){
	.news_section .item .new_box {
    	padding: 60px 40px;
    	min-height: 360px;
	}
    .news_section .item .new_box h3 {
        font-size: 26px;
    }
    .news_section .owl-carousel .owl-nav .owl-prev {
        left: 90px;
    }
    .news_section .owl-carousel .owl-nav .owl-next {
        right: 90px;
    }
}
@media (max-width:1400px){
    .news_section .item .new_box {
        padding: 45px 30px;
        min-height: 290px;
    }
    .news_section .item .new_box h3 {
        margin-bottom: 25px;
    }
    .news_section .owl-carousel .owl-nav .owl-prev {
        left: 90px;
    }
    .news_section .owl-carousel .owl-nav .owl-next {
        right: 90px;
    }
    .news_section .sections_title {
        margin-bottom: 50px;
    }
}
@media (max-width:1280px){
    .news_section .item .new_box {
        min-height: 240px;
    }
    .news_section .item .new_box h3 {
        font-size: 24px;
    }
    .news_section .item .new_box {
        padding: 35px 20px;
        min-height: 270px;
    }
}
@media (max-width:1199px){
    .news_section .sections_title {
        margin-bottom: 40px;
    }
    .news_section .owl-carousel .owl-nav .owl-prev {
        left: 35px;
    }
    .news_section .owl-carousel .owl-nav .owl-next {
        right: 35px;
    }
    .news_section .item .new_box {
        padding: 35px 40px;
    }
}
@media (max-width:991px){
    .news_section .sections_title {
        margin-bottom: 30px;
    }
    .news_section .owl-carousel .owl-nav .owl-prev {
        left: 35px;
    }
    .news_section .owl-carousel .owl-nav .owl-next {
        right: 35px;
    }
    .news_section .item .new_box h3 {
        font-size: 22px;
    }   
    .news_section .item .new_box {
        min-height: 240px;
        padding: 35px 20px;
    }
}
@media (max-width:767px){
    .news_section {
        padding-top: 30px;
    }
    .news_section .sections_title {
        margin-bottom: 20px;
    }
    .news_section .owl-carousel .owl-nav .owl-prev {
        left: -5px;
    }
    .news_section .owl-carousel .owl-nav .owl-next {
        right: -5px;
    }
    .news_section .item .new_box {
        padding: 30px 10px;
        min-height: 220px;
    }
    .news_section .item .new_box h3 {
        font-size: 20px;
        margin-bottom: 20px;
    }   
}
@media (max-width:575px){
    .news_section {
        padding-top: 20px;
    }
    .news_section .item .new_box {
        min-height: 190px;
    }
    .news_section .owl-carousel .owl-nav .owl-prev {
        left: 60px;
    }
    .news_section .owl-carousel .owl-nav .owl-next {
        right: 60px;
    }
    .footer .sign_up_box p {
        font-size: 17px;
    }
}
@media (max-width:420px){
    .news_section .owl-carousel .owl-nav .owl-prev {
        left: 10px;
    }
    .news_section .owl-carousel .owl-nav .owl-next {
        right: 10px;
    }
    .footer .sign_up_box p {
        font-size: 16px;
    }
}


/* News and Publications */

/* Footer */
.footer {
    margin-top: 180px;
	background-color: #000;
    position: relative;
    }
.footer .sign_up_box {position: relative;}
.footer .sign_up_box .sgup_bg_img{
    position: absolute;
    top: 0;
    left: 5%;
    width: 100%;
    height: 100%;
    background-color: #ffae4d;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.footer .sign_up_box .sgup_bg_img:before {
    background-color: rgb(255, 174, 77, 0.9);
}
.footer .sign_up_box {
    position: relative;
    z-index: 4;
    text-align: left;
    padding: 75px 0px;
    top: -100px;
}
.footer .sign_up_box .form-group {
    margin-bottom: 0;
}
.footer .sign_up_box .sections_title {
    margin-bottom: 30px;
}
.footer .sign_up_box h2 {
    margin-bottom: 10px;
}
.footer .sign_up_box p {
    font-size: 24px;
    margin-bottom: 10px;
}
.sign_up_box input[type="email"],
.sign_up_box input[type="text"]{
	padding: 14px 25px;
	background-color: #fff;
	border: 1px solid #fff;
	}
.sign_up_box input:focus{border-color: #000;}
.footer .sign_up_box form input[type="submit"] {
    padding: 16px 25px;
    font-size: 21px;
    line-height: 28px;
    letter-spacing: 0.63px;
    font-weight: 800;
    color: #fff;
    background-color: #000;
    min-width: 100%;
}
.footer .sign_up_box form input[type="submit"]:hover{
	color: #000 !important;
	background-color: #fff;
}

.footer p, .footer ul li, .footer a {
    font-size: 21px;
    line-height: 1.6;
    font-weight: 400;
    letter-spacing: 0.30px;
    text-transform: capitalize;
    }
.footer a {
	color: #fff;
}
.footer a:hover {
	color: #ffae4d;
	opacity: 1;
}
.footer h3 {
    font-size: 36px;
    line-height: 1.1;
    font-weight: 800;
    letter-spacing: 0.36px;
    margin-bottom: 40px;
}
.footer .ft_address ul li{
    margin-bottom: 10px;
    }
.footer .ft_address ul li a{
    position: relative;
    padding-left: 35px;
    }
.footer .ft_address ul li a i{
    position: absolute;
    top: 3px;
    left: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.footer .ft_address ul li a:hover i{
    transform: rotate(360deg);
}
.footer .ft_address ul li a i.fa-phone-square{
    font-size: 23px;
}
.footer .ft_address ul li a i.fa-envelope{
    font-size: 21px;
}
/**/
.footer .quick_links ul{
    margin: 0;
    -webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}
.footer .quick_links ul li{
    margin-bottom: 10px;
}
.footer .quick_links ul li a {
	padding-left: 25px;
	position: relative;
	display: inline-block;
	line-height: 26px;
}
.footer .quick_links ul li a::before {
    content: '\f105';
    font: var(--fa-font-solid);
    font-size: 24px;
    line-height: 24px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.footer .quick_links ul li a:hover::before {
    left: 6px;
    color: #ffae4d;
}
.footer .social_media {padding-left: 20px;}
.footer .social_media li{
	margin-right: 10px;
    display: inline-block;
    margin-right: 4px;
}
.footer .social_media li a {
    width: 50px;
    height: 50px;
    background-color: #ffae4d;
    display: block;
    text-align: center;
    border-radius: 6px;
}
.footer .social_media li a:hover {
    background-color: #fff;
    border-radius: 50%;
}
.footer .social_media li a i {
    font-size: 30px;
    line-height: 52px;
    color: #000;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.footer .social_media li a:hover i {transform: rotate(360deg);}
/**/

.copyright {
    padding: 30px 0;
    margin-top: 50px;
    border-top: 1px solid rgba(255, 255, 255,0.2);
    overflow: hidden;
    text-align: left;   
    }
.copyright .container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    }
.copyright p,
.copyright p a{
    display: inline-block;
    font-size: 18px !important;
    line-height: 26px;
    letter-spacing: 0.46px;
    font-weight: 400;
    margin: 0;
    text-transform: capitalize;
    }
.copyright p a{
	color: #ffae4d;
	text-decoration: underline;
    }
.copyright p a:hover{color:#fff;}

.footer .social_media form{
    display: flex;
    max-width: 250px;
    }
.footer .social_media form input[type="submit"], 
.footer .social_media form button[type="submit"] {
    padding: 10px 15px;
    width: 50px;
    min-width: auto;
    }
.footer .social_media form input:focus, 
.footer .social_media form textarea:focus {border-color: #ffae4d;}
.footer .social_media form input[type="submit"]:hover, 
.footer .social_media form button[type="submit"]:hover{
    background-color: #fff;
    color: #000 !important;
    } 

@media (max-width:1400px){
    .footer {
        margin-top: 150px;
    }
    .footer .sign_up_box form input[type="submit"] {
        padding: 12px 20px !important;
        font-size: 20px;
        line-height: 30px;
    }
    .footer .sign_up_box .sections_title {
        margin-bottom: 18px;
    }
	.footer .sign_up_box {
	   	padding: 65px 0px;
	    top: -85px;
	}
    .footer .sign_up_box .sgup_bg_img {left: 4%;}
    .sign_up_box input[type="email"],
    .sign_up_box input[type="text"]{
        padding: 12px 18px !important;
	    font-size: 21px;
	    line-height: 28px;
    }    
    .footer h3 {
        font-size: 30px;
        margin-bottom: 30px;
    }
    .footer p, .footer ul li, .footer a {
        font-size: 18px;
    }
    .footer .ft_address ul li a i {
        top: 1px;
    }
    .footer .social_media li a {
        width: 46px;
        height: 46px;
    }
    .footer .social_media li a i {
        font-size: 26px;
        line-height: 48px;
    }
	.copyright {
	    padding: 24px 0;
	    margin-top: 40px;
	}
    .copyright p, .copyright p a {
        font-size: 16px !important;
        line-height: 26px;
    }
    .quick_links {
        padding-left: 50px;
    }
    .footer .ft_address ul li a i.fa-phone-square {
        font-size: 21px;
    }
    .footer .ft_address ul li a i.fa-envelope {
        font-size: 19px;
    }
    .footer .ft_address ul li a {
        padding-left: 32px;
    }
}
@media (max-width:1280px){
    .footer .sign_up_box .sgup_bg_img {left: 2%;}
}
@media (max-width:1199px){
    .footer {margin-top: 0px;}
    .footer .sign_up_box p {
        font-size: 22px;
    }
    .footer .sign_up_box {
        padding: 55px 0px;
        top: 0;
        margin-bottom: 60px;
    }
    .footer .sign_up_box .sgup_bg_img {
        left: 0;
    }
    .footer .sign_up_box form input[type="submit"] {
        padding: 11px 20px !important;
        font-size: 19px;
        min-width: inherit;
    }
    .sign_up_box input[type="email"],
    .sign_up_box input[type="text"]{
        padding: 12px 16px !important;
	    font-size: 20px;
	    line-height: 26px;
    }
    .footer h3 {
        font-size: 26px;
        margin-bottom: 25px;
    }
    .footer p, .footer ul li, .footer a {
        font-size: 17px;
    }
    .footer .ft_address ul li a {
        padding-left: 30px;
    }
    .footer .quick_links ul li a::before {
        font-size: 22px;
    }
    .footer .quick_links ul li a {
        padding-left: 22px;
    } 
    .footer .social_media li a {
        width: 40px;
        height: 40px;
    }
    .footer .social_media li a i {
        font-size: 24px;
        line-height: 40px;
    }
    .copyright {
        padding: 22px 0;
        margin-top: 35px;
    }
    .copyright p, .copyright p a {
        font-size: 15px !important;
        line-height: 24px;
    }
}
@media (max-width:991px){
    .footer .sign_up_box {
        padding: 45px 0px;
    }
    .footer .sign_up_box p {
        font-size: 20px;
    }
    .footer .sign_up_box .form-group {
        margin-bottom: 15px;
    }
    .footer .sign_up_box form input[type="submit"] {
        padding: 10px 20px!important;
        font-size: 17px;
    }
    .sign_up_box input[type="email"],
    .sign_up_box input[type="text"]{
        padding: 12px 15px!important;
	    font-size: 19px !important;
	    line-height: 24px !important;
    }
    .footer .social_media {
        padding-left: 15px;
        margin-top: 20px;
    }
    .footer .quick_links {
        padding-left: 15px;
    }
}
@media (max-width:767px){
    .footer .quick_links ul li a::before {
        font-size: 21px;
        line-height: 26px;
    }
    .footer p, .footer ul li, .footer a {
        font-size: 16px;
    }
    .footer .quick_links,
    .footer .social_media {
        margin-top: 30px;
    }
    .footer h3 {
        font-size: 24px;
        margin-bottom: 20px;
    }    
    .copyright {
        padding: 18px 0;
        margin-top: 30px;
        text-align: center;
    }
    .copyright .container {
        display: block;
    }
    .copyright p, .copyright p a {
        font-size: 14px !important;
    }
    .footer .quick_links ul li a {
        padding-left: 20px;
    }
    .footer .sign_up_box {
	   padding: 40px 0px;
        margin-bottom: 40px;
    }
    .footer .sign_up_box p {
        font-size: 18px;
    }
    .footer .sign_up_box form input[type="submit"] {
        padding: 12px 20px!important;
        font-size: 16px;
        line-height: 26px !important;
    }
    .sign_up_box input[type="email"],
    .sign_up_box input[type="text"]{font-size: 18px;}
}
@media (max-width: 575px){
    .footer h3 {
        font-size: 22px;
        margin-bottom: 15px;
    }
    .footer .social_media li a {
        width: 36px;
        height: 36px;
    }
    .footer .social_media li a i {
        font-size: 22px;
        line-height: 36px;
    }
}
/*footer*/

/* Page-loader */
.page-loader {
	background: #fff;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 9998;
    }
.page-loader span {
	position: absolute;
	display: inline-block;
	background: #ffae4d;
	height: 100px;
	width: 100px;
	left: 48%;
	top: 48%;
	margin: -20px 0 0 -20px;
	text-indent: -9999em;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-webkit-animation: page-loader 1.2s linear infinite;
	animation: page-loader 1.2s linear infinite;
    }
.page-loader span:last-child {
	background: #000000;
	animation-delay: -0.6s;
	-webkit-animation-delay: -0.6s;
}
/* ====== Go-Up ====== */
.go-up {
    background-color: rgba(0,0,0,0.3);
    color: #fff;
    cursor: pointer;
    width: 30px;
    height: 30px;
    font-size: 17px;
    line-height: 26px;
    position: fixed;
    right: 20px;
    bottom: -40px;
    text-align: center;
    z-index: 10;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    }
.go-up:hover {
	background-color: #ffae4d;
	color: #000;
    }
@media(max-width:991px) {
	.page-loader span {
		left: 46%;
		top: 46%;
	}
    .go-up {
        width: 30px;
        height: 30px;
        font-size: 16px;
        line-height: 26px;
    }
}
@media(max-width:768px) {
	.page-loader span {
		left: 44%;
		top: 44%;
	}
}
@media(max-width:575px) {
	.page-loader span {
		left: 42%;
		top: 42%;
	}
    .go-up {
        width: 24px;
        height: 24px;
        font-size: 13px;
        line-height: 20px;
        right: 10px;
        bottom: -20px;
    }
}
@media(max-width:420px) {
	.page-loader span {
		left: 40%;
		top: 42%;
	}
}
@keyframes page-loader {
	0% {
		transform: scale(0, 0);
		opacity: 0.8;
	}
	100% {
		transform: scale(1, 1);
		opacity: 0;
	}
}

@-webkit-keyframes page-loader {
	0% {
		-webkit-transform: scale(0, 0);
		opacity: 0.8;
	}
	100% {
		-webkit-transform: scale(1, 1);
		opacity: 0;
	}
}
/* Homepage CSS End */

/* Internal Page */
.internal_cover {padding-left: 100px;}
.intcover_section {
    padding: 240px 120px 120px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    }
.intcover_section.course_banner {
    padding-top: 220px;
    padding-bottom: 90px;
    }
.intcover_section.course_banner .caption h1{font-size: 60px;}

.intcover_section .caption {width: 100%;}
.intcover_section .caption p {margin-bottom: 0;}
.breadcrumb{
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0;
    }
.breadcrumb *{
    margin: 0 10px;
    font-style: italic;
    font-weight: 700;
    }
.breadcrumb *:first-child{margin-left: 0;}

@media(max-width: 1600px){
    .internal_cover {padding-left: 70px;}
    .intcover_section {padding: 210px 100px 120px;}
    .intcover_section.course_banner {
        padding-top: 175px;
        padding-bottom: 80px;
    }
}
@media(max-width: 1400px){
    .internal_cover {padding-left: 50px;}
    .intcover_section {padding: 200px 70px 110px;}
    .intcover_section.course_banner {
        padding-top: 160px;
        padding-bottom: 70px;
    }
    .breadcrumb {
        padding-top: 11px;
        padding-bottom: 11px;
    }
}
@media(max-width: 1199px){
    .internal_cover {padding-left: 0px;}
    .intcover_section {padding: 170px 50px 100px;}
    .intcover_section.course_banner {
        padding-top: 135px;
        padding-bottom: 60px;
    }
    .intcover_section.course_banner .caption h1{font-size: 56px;}
    .breadcrumb {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
@media(max-width: 991px){
    .intcover_section {padding: 150px 40px 80px;}
    .intcover_section.course_banner {
        padding-top: 130px;
        padding-bottom: 50px;
    } 
    .intcover_section.course_banner .caption h1{font-size: 50px;}
}
@media(max-width: 767px){
    .intcover_section {padding: 120px 40px 60px;}
    .intcover_section.course_banner {
        padding-top: 105px;
        padding-bottom: 40px;
    }
    .intcover_section.course_banner .caption h1{font-size: 40px;}
    .breadcrumb {
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .breadcrumb * {margin: 0 7px;}
}
@media(max-width: 575px){
    .intcover_section {padding: 100px 15px 40px;}
    .intcover_section.course_banner {
        padding-top: 90px;
        padding-bottom: 30px;
    } 
    .intcover_section.course_banner .caption h1{font-size: 36px;}
}

/* About Page */
.who_we_are .about_right {padding-top: 0;}

/* Mission Vision */
.vision,
.mission{
    position: relative;
}
.vision:before,
.mission:before{
    content: '';
    position: absolute;
    width: 300%;
    height: 100%;
    top: 0;
}
.vision:before{
    right: 100%;
    background-color: #ffae4d;
}
.mission:before{
    left: 100%;
    background-color: #000;
}
.mission_vision .vision{
    background-color: #ffae4d;
    padding: 80px 60px 80px 0;
}
.mission_vision .vision p{
    font-weight: 600;
}
.mission_vision div > p:last-child{
    margin-bottom: 0;
}
.mission_vision .mission{
    background-color: #000;
    padding: 80px 0 80px 60px;
}
.vision h2 img,
.mission h2 img{
    width: 90px;
    height: 90px;
    object-fit: contain;
    vertical-align: middle;
}
/**/
.strategic_plan {
    display: block;
    background-color: #fff;
    padding: 40px;
    text-align: center;
    border: 1px solid rgb(34, 45, 53,0.08);
    box-shadow: 0px 0px 30px 0px rgb(34 45 53 / 10%);
}
.strategic_plan h2 {
    color: #000;
}
.strategic_plan .sp_img {
    width: 100%;
    max-width: 750px;
    object-fit: contain;
    margin: 0 auto;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.strategic_plan:hover .sp_img {
    transform: scale(1.06);
}
@media(max-width: 1400px){
    .vision h2 img, .mission h2 img {
        width: 80px;
        height: 80px;
    }
}
@media(max-width: 1199px){
    .mission_vision .vision {
        padding: 60px 40px 60px 0;
    }
    .mission_vision .mission{
        padding: 60px 0 60px 40px;
    }
    .vision h2 img, .mission h2 img {
        width: 70px;
        height: 70px;
    }
}
@media(max-width: 991px){
    .mission_vision .vision,
    .mission_vision .mission{
        padding: 50px 0;
    }
    .vision::after, .mission::after {
        content: '';
        position: absolute;
        width: 300%;
        height: 100%;
        top: 0;
    }
    .vision::after {
        left: 100%;
        background-color: #ffae4d;
    }
    .mission::after {
        right: 100%;
        background-color: #000;
    }
    .vision h2 img, .mission h2 img {
        width: 60px;
        height: 60px;
    }
    .strategic_plan {
        padding: 30px;
    }
}
@media(max-width: 767px){
    .mission_vision .vision,
    .mission_vision .mission{
        padding: 40px 0;
    }
    .vision h2 img, .mission h2 img {
        width: 50px;
        height: 50px;
    }
    .strategic_plan {
        padding: 20px;
    }
}
@media(max-width: 575px){
    .mission_vision .vision,
    .mission_vision .mission{
        padding: 30px 0;
    }
    .strategic_plan {
        padding: 20px 10px;
    }
}

/* Courses Page */
.courses_nav{margin-bottom: 55px;}
.courses_nav .courses_btn {
    position: relative;
    padding: 16px 10px;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 700;
    color: #000;
    border-left: solid 8px #000;
    background-color: #ffae4d;
    text-transform: uppercase;
    text-align: center;
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.courses_nav .courses_btn:after{
    content: '';
    border-top: 15px solid #ffae4d;
    border-left: 15px solid transparent; 
    border-right: 15px solid transparent; 
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    margin: 0 auto;
    width: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    }
.courses_nav .courses_btn:hover:after,
.courses_nav .courses_btn:focus:after,
.courses_nav .courses_btn.active:after{
    bottom: -15px;
    border-top: 15px solid #000;
    }
.courses_nav .courses_btn:hover,
.courses_nav .courses_btn:focus{
    color: #ffae4d;
    border-left: solid 8px #ffae4d;
    background-color: #000;
    }
.courses_nav .courses_btn.active,
.courses_nav .courses_btn.active{
    color: #ffae4d;
    border-left: solid 8px #ffae4d;
    background-color: #000;
    }

.courses_listing .sections_title{
    margin-bottom: 20px;
    display: flex;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
    }
.courses_listing .sections_title h2 {
    font-size: 60px;
    margin: 0;
    }
.courses_listing .sections_title form {display: flex;}

.courses_listing .sections_title form input[type="submit"],
.courses_listing .sections_title form button[type="submit"] {padding: 10px;}
.courses_listing .sections_title form input[type="search"]{max-width: 260px;}

.courses_box{
    padding: 30px;
    background-color: #fff;
    border-top: 1px solid rgba(34, 45, 53,0.08);
    border-bottom: 1px solid rgba(34, 45, 53,0.08);
    border-right: 1px solid rgba(34, 45, 53,0.08);
    border-left: 8px solid rgba(255, 174, 77, 0.2);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    }
.courses_box:nth-child(odd){background-color:rgba(255, 174, 77, 0.05);}
.courses_box:hover {border-left: 8px solid rgba(255, 174, 77, 1);}
.courses_box h3 {margin-bottom: 15px;}
.courses_box h3 a {color: #000;}
.courses_box h3 a:hover {color: rgba(255, 174, 77, 1);}
.lesson_count {
    display: inline-block; 
    border: solid 1px rgba(255, 174, 77,1);
    background-color: white;
    padding: 5px 12px; 
    color: #000;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 15px;
    }
.courses_box .btn_holder {
    display: block;
    overflow: hidden;
    margin-top: 10px;
    }
.courses_box .btn_holder .my_btn{float: left;}
.courses_box .rich-content{margin-bottom: 15px;}
.courses_box .rich-content ul li{padding-bottom: 2px;}

.course-results .internal_page h2,
.single-quiz .internal_page h2,
.single-lesson .internal_page h2,
.single-course .internal_page h2 {
    font-size: 60px;
    margin-bottom: 10px;
    }
.single-course .internal_page .lesson_head h2{
    margin: 0;
    font-size: 46px;
    }

.single-quiz .internal_page h2.question-title {
    font-size: 24px;
    font-weight: normal;
    text-transform: none;
}

.wp-block-sensei-lms-quiz-question .grade {
    display: none;
}

.slide-lesson {
    padding-top: 50px;
    display: none;
    }
.slide-no {
    padding: 10px 20px;
    background-color: #f2f2f2;
    display: inline-block;
    margin-top: 20px;
    font-weight: 700;
    margin-bottom: 0;
    }
.slide-prev,
.slide-next {
	text-decoration: none;
    }
.slide-no {font-weight: bold;}
.slide-prev {float: left;}
.slide-next {float: right;}

.slide-prev,
.slide-next{
    font-size: 16px;
    line-height: 1.5;
	background: #ffae4d;
	padding: 8px 12px;
    min-width: 120px;
    text-align: center;
	border: none;
	cursor: pointer;
	color: #000;
	font-weight: 600;
	text-decoration: none;
    }
.slide-prev.disabled,
.slide-next.disabled{
    opacity: 0.3;
    }
.slide-prev.disabled:hover,
.slide-next.disabled:hover,
.slide-prev.disabled:focus,
.slide-next.disabled:focus{
    opacity: 0.3;
    background: #ffae4d;
    color: #000;
    }
.slide-prev:hover,
.slide-next:hover,
.slide-prev:focus,
.slide-next:focus{
	background: #000;
	color: #fff;
    }
.slide-lesson .aligncenter {max-width: 360px;}
.slide-lesson .alignleft {max-width: 360px;}
.slide-lesson .alignright {max-width: 360px;}
.slide-lesson ul{
    margin-bottom: 20px;
    padding-left: 0px;
    }
.slide-lesson ul li{
    position: relative;
    display: block;
    list-style: none;
    padding-left: 26px;
    padding-bottom: 10px;
    }
.slide-lesson ul li a{
    text-decoration: underline;
    font-weight: 500;
    }
.slide-lesson ul li:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    content:"\f138";
    font: var(--fa-font-solid);
    color: #ffae4d;
    font-weight: 700;
    }
.slide-lesson ol {
	margin-left: 20px;
	padding: 0;
    }
.slide-lesson ol li{
    list-style-type: decimal;
    padding-left: 10px;
    padding-bottom: 8px; 
    }


.audiojs {
    height: 40px;
    background: #000;
    background-image: none;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-top: 30px;
    width: 100%;
    }
.audiojs .play-pause {
    width: 40px;
    height: 40px;
    padding: 7px;
    border-right: 1px solid #fff;
    }
.audiojs p {
    width: 30px;
    height: 20px;
    margin: 0px;
    }
.audiojs .scrubber {
    width: 50%;
    background: #5a5a5a;
    height: 20px;
    margin: 10px;
    border-top: 1px solid #3f3f3f;
    }
.audiojs .progress {
    height: 20px;
    background: #fff;
    background-image: none;
    background-image: none;
    border-radius: 0;
    }
.audiojs .loaded {
    height: 20px;
    background: rgba(255,255,255,0.4);
    background-image: none;
    background-image: none;
    }
.audiojs .scrubber {
    width: 50%;
    background: #ffae4d;
    height: 20px;
    border-top: none;
    }
.audiojs .time {
    height: 40px;
    line-height: 40px;
    border-left: 1px solid #fff;
    color: #fff;
    font-size: 16px;
    }
.audiojs .time em {color: #ffae4d;}

.course-container div.sensei-message.info,
.course-container p.sensei-message.info,
.course div.sensei-message.info,
.course p.sensei-message.info,
.learner-info div.sensei-message.info,
.learner-info p.sensei-message.info,
.lesson div.sensei-message.info,
.lesson p.sensei-message.info,
.quiz div.sensei-message.info,
.quiz p.sensei-message.info,
.sensei div.sensei-message.info,
.sensei p.sensei-message.info {
    background: rgba(255, 174, 77, 0.3);
    background-color: rgba(255, 174, 77, 0.3);
    border: solid 1px rgba(255, 174, 77, 0.5);
    font-weight: 500;
    }
.course-container div.sensei-message.info a,
.course-container p.sensei-message.info a,
.course div.sensei-message.info a,
.course p.sensei-message.info a,
.learner-info div.sensei-message.info a,
.learner-info p.sensei-message.info a,
.lesson div.sensei-message.info a,
.lesson p.sensei-message.info a,
.quiz div.sensei-message.info a,
.quiz p.sensei-message.info a,
.sensei div.sensei-message.info a,
.sensei p.sensei-message.info a {color: #000;}

@media(max-width:991px){
    .course-results .internal_page h2,
    .single-quiz .internal_page h2,
    .single-lesson .internal_page h2,
    .single-course .internal_page h2,
    .courses_listing .sections_title h2 {font-size: 50px;}
    .single-course .internal_page .lesson_head h2{font-size: 36px;}
}
@media(max-width:767px){
    .course-results .internal_page h2,
    .single-quiz .internal_page h2,
    .single-lesson .internal_page h2,
    .single-course .internal_page h2,
    .courses_listing .sections_title h2 {font-size: 40px;}
    .single-course .internal_page .lesson_head h2{font-size: 30px;}
    .courses_listing .sections_title form input[type="search"]{max-width: 160px;}
}
@media(max-width:575px){
    .course-results .internal_page h2,
    .single-quiz .internal_page h2,
    .single-lesson .internal_page h2,
    .single-course .internal_page h2,
    .courses_listing .sections_title h2 {font-size: 36px;}
    .single-course .internal_page .lesson_head h2{font-size: 28px;}
    .courses_listing .sections_title form input[type="search"]{max-width: 200px;}
    .courses_listing .sections_title{display: block;}
    .courses_listing .sections_title h2 {margin-bottom: 10px;}
    
    .audiojs {height: 70px;}
    .audiojs .scrubber {width: 230px;}
    .audiojs .time {
        height: 30px;
        line-height: 30px;
        border-left: none;
        font-size: 14px;
        margin: 0;
        border-top: solid 1px #fff;
        width: 100%;
    }
}
.single-course-header .progress {
    display: block;
    height: inherit;
    font-size: 16px;
    background-color: white;
    border-radius: 0;
    padding: 10px;
    color: #ffae4d; 
    }
.single-course .internal_page header{display: none;}

.course-lessons article{
    display: block;
    position: relative; 
    padding: 21px;
    background-color: white;
    border: 1px solid rgba(34, 45, 53,0.08);
    font-size: 14px; 
    margin: 0;
    }
.course-lessons article:nth-child(odd){
    background-color: rgba(255, 174, 77, 0.08);
    }
.course-lessons article .lesson-title h3{
    font-size: 36px;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 0px;
    font-family: 'Teko', sans-serif;
    }
.course-lessons article .lesson-title h3 a{color: #000;}
.course-lessons article .lesson-title h3 a:focus,
.course-lessons article .lesson-title h3 a:hover{color: #ffae4d;}

.course .course-lessons .lesson p.lesson-meta .lesson-status{
    padding-top: 10px;
    display: inline-block;
    }

.course .course-lessons .lesson p.lesson-meta{
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin-bottom: 0;
    }
.course .course-lessons .lesson p.lesson-meta a{color: #ffae4d;}
.course .course-lessons .lesson p.lesson-meta a:hover{color: #000;}
.meter {
    height: 30px;
    line-height: 30px;
    margin: 20px 0;
    background-color: white;
    }
.meter.red>span {background: #ffae4d;}

.single-course .internal_page .lesson_head{
    padding-bottom: 10px;
    display: flex;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
    }
.single-course .internal_page .lesson_head .course-meta.course-enrolment{margin: 0;}
.course .course-meta .status {
    margin-right: 0;
    border-radius: 0;
    }
.course-start,
button[type=submit].quiz-submit,
input[type=submit].quiz-submit,
.course input[type=submit].send_message,
.lesson  a.button,
.course a.button,
.large-certificate {
    padding: 10px 15px !important;
    font-size: 18px !important;
    line-height: 1.7 !important;
    letter-spacing: 0.54px !important;
    font-weight: 800 !important;
    color: #000 !important;
    background-color: #ffae4d !important;
    background: #ffae4d !important;
    position: relative;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    box-shadow: none;
    border-left: solid 8px #000 !important;
    opacity: 1;
    -webkit-border-radius:0px !important;
    border-radius: 0 !important;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    } 
.course-start:hover,
.course-start:focus,
button[type=submit].quiz-submit:hover,
button[type=submit].quiz-submit:focus,
input[type="submit"].quiz-submit:hover,
input[type="submit"].quiz-submit:focus,
.course input[type="submit"].send_message:hover,
.course input[type="submit"].send_message:focus,
.lesson a.button:hover,
.lesson a.button:focus,
.course a.button:hover,
.course a.button:focus,
.large-certificate:hover,
.large-certificate:focus{
    color: #ffae4d !important;
    background-color: #000!important;
    background: #000!important;
    border-left: solid 8px #ffae4d;
    } 
@media(max-width:991px){
    .course-start,
    button[type=submit].quiz-submit,
    input[type=submit].quiz-submit,
    .course input[type=submit].send_message,
    .lesson  a.button,
    .course a.button,
    .large-certificate {
        padding: 8px 12px !important;
        font-size: 16px !important;
    }
}
@media(max-width:767px){
    .course-start,
    button[type=submit].quiz-submit,
    input[type=submit].quiz-submit,
    .course input[type=submit].send_message,
    .lesson  a.button,
    .course a.button,
    .large-certificate {padding: 6px 10px !important;}
}
.contact-teacher {
    margin-top: 0;
    margin-bottom: 20px;
    }
h3#private_message {
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 0;
    margin-bottom: 0px;
    padding-top: 15px;
    }
.post-entries{ 
    display: block;
    margin-top:  40px;
    background-color: rgba(0,0,0,0.06);
    padding: 30px 15px;
    overflow: hidden;
    }
.post-entries a{
    color: #000;
    font-weight: 700;
    }
.post-entries a:focus,
.post-entries a:hover{
    color: #ffae4d;
    }
.single-course-description,
.single-course-header {
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.05);
    border: solid 1px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
    }
.single-course-description p:last-child{margin-bottom: 0px;}
.single-course-description iframe{
    display: block;
    width: 100%;
    height: 460px;
    }
/*.single-course-description .rich-content{padding-top: 25px;}*/
.sensei-breadcrumb {
    background-color: rgba(0,0,0,0.06);
    margin: 15px 0;
    padding: 20px;
    font-style: italic;
    color: #000;
    clear: both;
    }
.sensei-breadcrumb a{ font-weight: 600;}

.course-container div.sensei-message,
.course-container p.sensei-message,
.course div.sensei-message, .course p.sensei-message,
.learner-info div.sensei-message, .learner-info p.sensei-message,
.lesson div.sensei-message,
.lesson p.sensei-message,
.quiz div.sensei-message,
.quiz p.sensei-message,
.sensei div.sensei-message,
.sensei p.sensei-message {
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 15px 20px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    }
.lesson-footer footer {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    padding-top: 20px;
    border-top: solid 1px rgba(0,0,0,0.06);
    }
.lesson-footer footer p{margin: 0;}
.lesson-footer input.quiz-submit {margin-top: 0;}

.quiz form ol#sensei-quiz-list > li {
    margin: 0 0 20px;
    font-size: 1em;
    padding: 15px;
    background-color: rgba(255, 174, 77, 0.1);
    border: solid 1px rgba(255, 174, 77, 0.1);
    }
.quiz form ol#sensei-quiz-list li ul {margin: 0;}
.quiz form ol#sensei-quiz-list li ul li {
    margin: 0 0 10px;
    font-weight: 400;
    font-size: 1em;
    list-style: none;
    padding: 8px;
    background-color: white;
    }
.quiz form ol#sensei-quiz-list li ul li:last-child{margin: 0 0 0px;}

.learner-user-profile{
    padding: 15px;
    background-color: rgba(255, 174, 77, 0.1);
    border: solid 1px rgba(255, 174, 77, 0.1);
    margin-bottom: 15px;
    text-align: right;
    }
.learner-user-profile ul{
    margin: 0;
    padding: 0;
    }
.learner-user-profile ul li{
    display: inline-block;
    vertical-align: middle;
    padding: 0px 2px;
    }
.learner-user-profile ul li a{
    display: block;
    /* vertical-align: middle; */
    padding: 4px 15px;
    font-weight: 500;
    border: solid 1px #ffae4d;
    color: #ffae4d;
    }
.learner-user-profile ul li a:focus,
.learner-user-profile ul li a:hover{
    border: solid 1px #000;
    color: #000;
    }
.course, .course-container, .course-container .course {
    margin: 0;
    padding: 0;
    border-bottom: none;
    }

.lesson-result{
    display: block;
    position: relative; 
    padding: 21px;
    background-color: rgba(255, 174, 77, 0.05);
    border: 1px solid rgba(34, 45, 53,0.08);
    border-left: 8px solid #ffae4d; 
    margin: 0;
    }
.course-results-lessons h2,
.course-results-lessons h3,
.course-results-lessons h4 {margin-top: 0px;}
.course-results-lessons h2 a,
.course-results-lessons h3 a,
.course-results-lessons h4 a{color: #000;}
.course-results-lessons h2 a:hover,
.course-results-lessons h3 a:hover,
.course-results-lessons h4 a:hover{color: #ffae4d;}
.course-results-lessons header{display: none;}
.lesson-result h2.total-grade {
    margin: 0;
    padding: 0;
    font-size: 30px;
    font-weight: 500;
    color: #63a95f;
    }
.lesson-result span.lesson-grade {color: #63a95f;}

.course .course-meta .status {
    display: inline-block;
    vertical-align: middle;
    }
.course .course-meta .sensei-results-links {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    }
a.sensei-certificate-link, 
a.view-results, 
a.view-results-link {
    background: #ffae4d;
    background-color: #ffae4d;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    color: #000;
    }
a.sensei-certificate-link:focus, 
a.view-results:focus,
a.view-results-link:focus,
a.sensei-certificate-link:hover, 
a.view-results:hover, 
a.view-results-link:hover{
    background: #000;
    background-color: #000;
    color: #fff;
    }

#my-courses.ui-tabs .ui-tabs-nav {
    margin: 0 0 20px!important;
    float: left;
    width: 100%;
    padding: 0;
    }
#my-courses.ui-tabs .ui-tabs-nav li {margin-right: 20px;}
#my-courses.ui-tabs .ui-tabs-nav li a {
    position: relative;
    padding: 16px 35px; 
    font-size: 20px;
    line-height: 1.7;
    font-weight: 700;
    color: #000;
    border-radius: 0px;
    border-left: solid 8px #000;
    background-color: #ffae4d;
    text-transform: uppercase;
    text-align: center;
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    }
#my-courses.ui-tabs .ui-tabs-nav li a:after{
    content: '';
    border-top: 15px solid #ffae4d;
    border-left: 15px solid transparent; 
    border-right: 15px solid transparent; 
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    margin: 0 auto;
    width: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    }
#my-courses.ui-tabs .ui-tabs-nav li a:hover:after,
#my-courses.ui-tabs .ui-tabs-nav li a:focus:after,
#my-courses.ui-tabs .ui-tabs-nav li.ui-state-active a:after{
    bottom: -15px;
    border-top: 15px solid #000;
    }
#my-courses.ui-tabs .ui-tabs-nav li a:hover,
#my-courses.ui-tabs .ui-tabs-nav li a:focus{
    color: #ffae4d;
    border-left: solid 8px #ffae4d;
    background-color: #000;
    }
#my-courses.ui-tabs .ui-tabs-nav li.ui-state-active a{
    color: #ffae4d;
    border-left: solid 8px #ffae4d;
    background-color: #000; 
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    }

#completed-courses article,
#active-courses article{
    padding: 30px;
    background-color: #fff;
    border-top: 1px solid rgba(34, 45, 53,0.08);
    border-bottom: 1px solid rgba(34, 45, 53,0.08);
    border-right: 1px solid rgba(34, 45, 53,0.08);
    border-left: 8px solid rgba(255, 174, 77, 0.2);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    }
#completed-courses article:nth-child(odd),
#active-courses article:nth-child(odd){background-color: rgba(255, 174, 77, 0.05);}
#completed-courses article h3,
#active-courses article h3 {margin-bottom: 15px;}

#completed-courses article h3 a,
#active-courses article h3 a {color: #000;}
#completed-courses article h3 a:hover,
#active-courses article h3 a:hover {color: rgba(255, 174, 77, 1);}

#completed-courses article .meter,
#active-courses article .meter {background-color: #ededed;}
p.sensei-results-links {
    display: block;
    overflow: hidden;
    margin: 0;
    }
p.sensei-results-links .button.view-results{float: none;}
.msa_form.webinar{
    margin-bottom: 30px;
    } 
.gform_wrapper .gfield.gf_list_2col .gfield_checkbox,
.gform_wrapper .gfield.gf_list_2col .gfield_radio {grid-row-gap: 5px;}

@media(max-width:991px){
    /*.single-course-description .rich-content{padding-top: 20px;}*/
    .courses_box {padding: 25px;}
    .lesson_count {
        padding: 1px 8px;
        font-size: 15px;
    }
    .courses_nav{margin-bottom: 45px;}
    .courses_nav .courses_btn {
        padding: 14px; 
        font-size: 19px;
        margin: 10px 0; 
        height: auto;
    }
    .course-lessons article .lesson-title h3 {font-size: 30px;}
    .course-lessons article {padding: 18px;}
    .course .course-lessons .lesson p.lesson-meta {font-size: 15px;}
    .single-course-description,
    .single-course-header {
        padding: 18px;
        margin-bottom: 25px;
    }
    .learner-user-profile{
        padding: 12px;
        margin-bottom: 12px;
    }
    .lesson-result h2.total-grade {font-size: 28px;}
    #my-courses.ui-tabs .ui-tabs-nav li {margin-right: 15px;}
    #my-courses.ui-tabs .ui-tabs-nav li a {
        padding: 12px 25px; 
        font-size: 18px;
    }
    #completed-courses article,
    #active-courses article{padding: 20px;}
}
@media(max-width:767px){
    /*.single-course-description .rich-content{padding-top: 15px;}*/
    .courses_box {padding: 20px;}
    .lesson_count {font-size: 14px;}
    .courses_nav{margin-bottom: 35px;}
    .courses_nav .courses_btn {
        padding: 12px; 
        font-size: 18px; 
    }
    .course-lessons article .lesson-title h3 {font-size: 26px;}
    .course-lessons article {padding: 15px;}
    .course .course-lessons .lesson p.lesson-meta {font-size: 14px;}
    .single-course-description,
    .single-course-header {
        padding: 15px;
        margin-bottom: 20px;
    }
    .learner-user-profile{
        padding: 10px;
        margin-bottom: 10px;
    }
    .lesson-result h2.total-grade {font-size: 26px;}
    .lesson-result{
        padding: 15px;
        border-left: 5px solid #ffae4d; 
    }
    #my-courses.ui-tabs .ui-tabs-nav li {margin-right: 10px;}
    #my-courses.ui-tabs .ui-tabs-nav li a {
        padding: 10px 15px; 
        font-size: 16px;
    }
    #completed-courses article,
    #active-courses article{padding: 15px;}
}
@media(max-width:460px){
    .ui-tabs-nav li {
        margin-right: 0px;
        width: 100%;
    }
    #my-courses.ui-tabs .ui-tabs-nav li a {
        margin: 10px 0;
        width: 100%;
        display: block;
    }
}

/*Programs & Single Page*/
.program_box {
    background-color: #fff;
    height: 100%;
    position: relative;
    padding-bottom: 50px;
    }
.program_col{
    padding-bottom: 25px;
    padding-top: 25px;
    }
.program_box .fit_img {
    display: block;
    background-color: #000;
    height: 260px;
    margin-bottom: 20px; 
    border-left: solid 10px #ffae4d;
    }
.program_box:hover .fit_img img {
    opacity: 0.5;
    transform: scale(1.05);
    } 
.program_box .program_info h3 {
    font-size: 21px;
    line-height: 1.4;
    font-weight: 900;
    margin-bottom: 15px;
    }
.program_box .program_info h3 a {
	color: #000;
	display: block;
    }
.program_box .program_info h3 a:hover {color: #ffae4d;}
.program_box .my_btn{
    position: absolute;
    left: 0;
    bottom: 0;    
    }
.pagination {
	justify-content: center;
    margin-top:  40px;
    background-color: rgba(0,0,0,0.06);
    padding: 30px 15px;
    }
.pagination .nav-links{margin-left:0px;}
.nav-links .page-numbers{
	display:inline-block;
	width: 50px;
	height: 46px;
    font-size: 18px;
	line-height: 46px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
	text-align:center;
    background-color: white;
    border: none;
    border-left: 5px solid #c0c0c0;
    margin-right: 8px;
    padding: 0px;
    }
.nav-links .page-numbers:hover,
.nav-links .page-numbers.current{
    border: none;
    border-left: 5px solid #000;
    color: #000;
	background-color: #ffae4d;
    }
h2.screen-reader-text{display: none;}
.pagination ul{
    margin: 0;
    padding: 0;
    }
.pagination ul li{display: inline-block;}
.pagination ul li a{
	display:inline-block;
	padding: 5px 18px;
    font-size: 18px;
	line-height: 30px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
	text-align:center;
    border: none;
    border-left: 5px solid #c0c0c0;
    margin-right: 8px; 
    }
.pagination ul li a:hover,
.pagination ul li.active a{
    border: none;
    border-left: 5px solid #000;
    color: #000;
	background-color:#ffae4d;
    }
.pagination ul li .screen-reader-text{display: none;}
.program_img{
    display: block;
    margin-bottom: 30px;
    }
.program_img img{
    width: 100%;
    height: auto;
    } 
.sidebar_form{
    padding: 30px;
    background-color: rgba(0,0,0,0.06);
    position: relative;
    border-left: solid 20px #ffae4d;
    margin-left: 20px;
    }
.sidebar_form h3{margin-bottom: 10px;}

#realeted_programs_slider.owl-carousel .owl-stage {display: flex;}
#realeted_programs_slider.owl-carousel .owl-stage .item{height: 100%;}

.program_realeted_box {
    display: block;
    position: relative;
    background-color: rgba(0,0,0,0.06);
    padding: 30px 30px 90px 30px;
    min-height: 100%; 
    border-left: 7px solid rgb(0, 0, 0,0.2);
    }
.program_realeted_box .my_btn{
    position: absolute;
    left: 30px;
    bottom: 30px;
    }
.program_realeted_box h3 a {
	color: #000;
	display: block;
    }
.program_realeted_box h3 a:hover {color: #ffae4d;}
@media(max-width:1199px){
    .sidebar_form{
        padding: 25px;
        border-left: solid 15px #ffae4d;
        margin-left: 0px;
    }
}
@media(max-width:991px){
    .program_realeted_box {padding: 20px 20px 70px 20px;}
    .program_realeted_box .my_btn{
        left: 20px;
        bottom: 20px;
    }
    .sidebar_form{
        margin-top: 20px;
        padding: 20px;
        border-left: solid 10px #ffae4d;
    }
    .program_box .program_info h3 {font-size: 20px;}
    .pagination ul li a{
        padding: 4px 14px;
        font-size: 17px;
        line-height: 28px;
        border-left: 4px solid #c0c0c0;
        margin-right: 7px; 
    }
    .pagination {
        margin-top: 30px;
        padding: 25px 12px;
    } 
    .nav-links .page-numbers{
        width: 46px;
        height: 42px;
        font-size: 17px;
        line-height: 42px;
        border-left: 4px solid #c0c0c0;
        margin-right: 7px;
    }
}
@media(max-width:767px){
    .program_realeted_box {padding: 15px 15px 65px 15px;}
    .program_realeted_box .my_btn{
        left: 15px;
        bottom: 15px;
    }
    .program_box .program_info h3 {
        font-size: 19px;
        margin-bottom: 10px;
    }
    .program_col{
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .pagination ul li a{
        padding: 3px 12px;
        font-size: 16px;
        line-height: 26px;
        border-left: 3px solid #c0c0c0;
        margin-right: 6px; 
        }
    .pagination {
        margin-top: 20px;
        padding: 20px 10px;
        } 
    .nav-links .page-numbers{
        width: 40px;
        height: 36px;
        font-size: 16px;
        line-height: 36px;
        border-left: 3px solid #c0c0c0;
        margin-right: 6px;
        }
}
/*End Programs & Single Page*/

/* COR Page */
.video_frame{
    display: block;
    width: 100%;
    border: solid 10px #fff;
    box-shadow: 0px 0px 30px 0px rgba(34, 45, 53, 0.2);
    }
.video_frame.cor_top{margin-left: 20px;}
.video_frame iframe{
    width: 100%;
    height: 400px;
    display: block;
    }
.copy_col{
    padding-bottom: 15px;
    padding-top: 15px;
    }
.copy_box {
    position: relative;
    padding: 30px;
    height: 100%;
    background-color: #fff;
    border: 1px solid rgb(34, 45, 53,0.08);
    border-left: solid 10px rgba(255, 174, 77, 0.2);
    box-shadow: 0px 0px 30px 0px rgba(34, 45, 53, 0.1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    } 
.copy_box:hover{border-left: solid 10px rgba(255, 174, 77, 1);}
.copy_box.btm_btn{padding-bottom: 80px;}
.copy_box.btm_btn .my_btn{
    position: absolute;
    left: 30px;
    bottom: 30px;
    }
.copy_box p:last-child{margin-bottom: 0;}
.copy_box h3{margin-bottom: 15px;}
.copy_box h3:last-child{margin-bottom: 0;}
.copy_box h3 a{color: #000;}
.copy_box h3 a:hover{color: #ffae4d;} 

.cta_belt{
    padding: 35px;
    background-color: #000;
    margin-top: 30px;
    }
.cta_belt.mt0{margin-top: 0px;}
.cta_belt h2{
    margin-bottom: 10px;
    font-size: 50px;
    }
.cta_belt h2:last-child{margin-bottom: 0px;}
.cta_belt p:last-child{margin-bottom: 0px;} 

@media(max-width:1199px){
    .copy_box {
        padding: 25px;
        border-left: solid 10px rgba(255, 174, 77, 0.2);
    } 
    .copy_box.btm_btn{padding-bottom: 75px;}
    .copy_box.btm_btn .my_btn{
        left: 25px;
        bottom: 25px;
    }
    .video_frame.cor_top {margin-left: 0;}
    .cta_belt{padding: 30px;}
}
@media(max-width:991px){
    .copy_box {
        padding: 20px;
        border-left: solid 8px rgba(255, 174, 77, 0.2);
    } 
    .copy_box.btm_btn{padding-bottom: 70px;}
    .copy_box.btm_btn .my_btn{
        left: 20px;
        bottom: 20px;
    }
    .copy_col{
        padding-bottom: 7px;
        padding-top: 7px;
    }
    .video_frame.cor_top {margin-top: 20px;}
    .video_frame iframe{height: 360px;}
    .cta_belt{
        margin-top: 25px;
        padding: 20px;
    }
}
@media(max-width:767px){
    .copy_box {
        padding: 15px;
        border-left: solid 7px rgba(255, 174, 77, 0.2);
    } 
    .copy_box.btm_btn{padding-bottom: 60px;}
    .copy_box.btm_btn .my_btn{
        left: 15px;
        bottom: 15px;
    }
    .video_frame.cor_top {margin-top: 15px;}
    .video_frame iframe{height: 300px;}
    .cta_belt{
        margin-top: 20px;
        text-align: center;
    }
    .cta_belt p:last-child {margin-bottom: 15px;}
}
/* End COR Page */

/* Forms Page */
.list_col{
    padding-bottom: 15px;
    padding-top: 15px;
    }
.list_box {
    height: 100%;
    position: relative;
    padding: 25px; 
    background-color: #fff;
    border: 1px solid rgb(34, 45, 53,0.08); 
    box-shadow: 0px 0px 30px 0px rgba(34, 45, 53, 0.1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    }
.list_box ul{
    margin: 0;
    padding: 0;
    }
.list_box ul li{ 
    padding: 0;
    list-style: none; 
    margin: 2px 0;
    display: block;
    position: relative;
    }
.list_box ul li a{
    display: block;
    padding: 8px 15px;
    color: #000;
    font-weight: 600; 
    background-color: #f2f2f2;
    border-left: solid 5px rgba(255, 174, 77, 0.5);
    text-decoration: underline;
    }
.list_box ul li a:hover{ 
    background-color: #ffeed9;
    border-left: solid 5px #ffae4d;
    color: #ffae4d;
    }  
.list_box h3 a{color: #000;}
.list_box h3 a:hover{color: #ffae4d;}
.forms_img img{
    width: 100%;
    height: auto;
    }

.list_box.talks{margin-bottom: 30px;}
.list_box.talks:last-child{margin-bottom: 0px;}
.list_box.talks ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -3px;
    margin-left: -3px;
    }
.list_box.talks ul li{ 
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 3px;
    padding-left: 3px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    }
.list_box.talks ul li a{ 
   display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    }

@media(max-width:991px){
    .list_col{
        padding-bottom: 7px;
        padding-top: 7px;
    }
    .list_box {padding: 20px;}
    .list_box.talks ul li{ 
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        }
    .list_box.talks{margin-bottom: 20px;}
    .list_box.talks ul li{
        padding-right: 2px;
        padding-left: 2px;
    }
    .list_box ul li a {padding: 6px 10px;}
}
@media(max-width:767px){
    .list_box {padding: 15px;}
    .list_box.talks{margin-bottom: 15px;}
}
@media(max-width:575px){
    .list_box.talks ul li{ 
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .list_box.talks ul li{
        padding-right: 1px;
        padding-left: 1px;
    }
    .list_box ul li a {
        border-left: solid 2px rgba(255, 174, 77, 0.5);
        padding: 5px 6px;
    }
}
/* End Forms Page */

/*Default Typography*/
.default_typo blockquote {
    margin: 1em 0;
    padding: 15px 0em 15px 15px;
    font-style: italic; 
    border-left: solid 4px #ffae4d;
    }
.default_typo blockquote p{margin-top: 0;}
.default_typo blockquote p:last-child{margin-bottom: 0;}
.default_typo blockquote span{
    display: block;
    font-weight: 700;
    }
.default_typo h1{
    padding-top: 20px; 
    margin-bottom: 15px;
    font-size: 70px;
    }
.default_typo h2{
    padding-top: 20px;
    margin-bottom: 15px;
    font-size: 60px;
    }
.default_typo h3{
    padding-top: 20px;
    margin-bottom: 15px;
    }
.default_typo h4{
    padding-top: 20px; 
    margin-bottom: 15px;
    }
.default_typo h1:first-child,
.default_typo h2:first-child,
.default_typo h3:first-child{padding-top: 0;}
.default_typo img + h1,
.default_typo img + h2,
.default_typo img + h3 {padding-top: 0;}

.default_typo ul{
    margin-bottom: 20px;
    padding-left: 0px;
    }
.default_typo ul li{
    position: relative;
    display: block;
    list-style: none;
    padding-left: 26px;
    padding-bottom: 10px;
    }
.default_typo ul li a{
    text-decoration: underline;
    font-weight: 500;
    }
.default_typo ul li:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    content:"\f138";
    font: var(--fa-font-solid);
    color: #ffae4d;
    font-weight: 700;
    }
.default_typo ol {
	margin-left: 20px;
	padding: 0;
    }
.default_typo ol li{
    list-style-type: decimal;
    padding-left: 10px;
    padding-bottom: 8px; 
    }

/*default wordpress editor images*/
.alignleft {
	max-width: 500px;
	object-fit: cover;
	margin: 0px 30px 15px 0px;
	float: left;
    overflow: hidden;
    border-left: 8px solid #ffae4d;
    }
.aligncenter {
	display: block;
	margin: 0 auto;
	margin-bottom: 30px;
    width: 100%;
    overflow: hidden;
    border-left: 8px solid #ffae4d;
    }
.alignright {
	max-width: 500px;
	object-fit: cover;
	margin: 0px 0 15px 30px;
	float: right;
    overflow: hidden;
    border-left: 8px solid #ffae4d;
    }
@media(max-width:991px) {
    .alignright,.alignleft,.aligncenter {
		margin: 0 0 30px 0;
		float: none;
		max-width: 100%;
        border-left: 5px solid #ffae4d;
	}
    .default_typo h1{font-size: 60px;}
    .default_typo h2{font-size: 50px;}
}
@media(max-width:767px) {
    .alignright,.alignleft,.aligncenter {margin: 0 0 25px 0;} 
    .default_typo h1{font-size: 46px;}
    .default_typo h2{font-size: 38px;}
}
@media(max-width:575px) {
    .alignright,.alignleft,.aligncenter {margin: 0 0 20px 0;} 
    .default_typo h1{font-size: 38px;}
    .default_typo h2{font-size: 34px;}
}
/*End Default Typography*/

/* Contact */
.contact_box{
    border-top: solid 10px #000;
    background-color: #ffae4d;
    text-align: center;
    padding: 25px; 
    position: relative;
    height: 100%;
    } 
.contact_box i{
    font-size: 70px;
    line-height: 1;
    color: #fff; 
    margin-bottom: 20px;
    }
.contact_box h3{margin-bottom: 15px;}
.contact_box p { 
    color: #fff;
    margin: 0;
    }
.contact_box p a{
    color: #fff;
    text-decoration: underline;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;    
    }
.contact_box p a:hover{text-decoration: none;}
.gfield.gfield--width-full{margin-bottom: 15px;}

.contact_form{margin-top: 60px;}
.contact_form .msa_form{margin-top: 0;}
.contact_form iframe{
    width: 100%;
    height: 100%;
    display: block;
    border: none; 
    }
.gform_wrapper .gfield_validation_message,
.gform_wrapper .validation_message {
    background: transparent !important;
    border: none !important;
    margin-top: 0!important;
    padding: 0!important;
    }
.gform_wrapper.gravity-theme .description,
.gform_wrapper.gravity-theme .gfield_description,
.gform_wrapper.gravity-theme .gsection_description,
.gform_wrapper.gravity-theme .instruction {
    font-size: 14px!important;
    padding-top: 0!important;
    }
.gform_wrapper .gform_validation_errors {
    border-radius: 0px !important;
    box-shadow: none !important;
    margin-bottom: 15px !important;
    margin-top: 0 !important;
    padding: 10px 10px 10px 45px !important;
    }
div#gform_confirmation_message_2 {
    color: green;
}
.gform_wrapper.gravity-theme .ginput_complex .ginput_container_date input, .gform_wrapper.gravity-theme .ginput_complex .ginput_container_date select {
    min-width: 110px!important;
}

@media(max-width:991px) {
    .contact_box{
        border-top: solid 5px #000;
        padding: 10px;
    }
    .contact_box i {
        font-size: 56px;
        margin-bottom: 15px;
    }
    .contact_form {margin-top: 40px;}
    .contact_form iframe {height: 300px;}
}
@media(max-width:767px) {
    .contact_box{padding: 15px 10px;}
    .contact_box i {
        font-size: 46px;
        margin-bottom: 10px;
    }
    .contact_form {margin-top: 25px;}
    .contact_box h3 {margin-bottom: 10px;}
}
/*End Contact */


/*NYN Internal page css*/
/* Who we are */
.board_of_directors .row > div{
    padding-bottom: 30px;
}
.bod_boxes{
    padding: 30px;
    height: 100%;
    background-color: #fff;
    border: 1px solid rgb(34, 45, 53,0.08);
    box-shadow: 0px 0px 30px 0px rgb(34 45 53 / 10%);
    border-left: 5px solid rgba(255, 174, 77, 0.2);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.bod_boxes:hover {
    border-left: 5px solid rgba(255, 174, 77, 1);
}
.bod_boxes h3,
.bod_boxes p {
    margin-bottom: 10px;
}
.bod_boxes p {
    font-weight: 700;
    opacity: 1;
    color: #ffae4d;
}
.bod_boxes a {
    position: relative;
    padding-left: 24px;
    color: #000;
    text-decoration: underline;
    display: inline-block;
}
.bod_boxes a i {
    position: absolute;
    top: 5px;
    left: 0;
}
.bod_boxes a:hover {
    color: #ffae4d;
}
.bod_boxes a:hover i {
    transform: rotate(360deg);
}

@media(max-width:1199px){
    .bod_boxes {
        padding: 20px;
    }
    .bod_boxes a {
        padding-left: 22px;
        font-size: 15px;
    }
}
@media(max-width:991px){
    .bod_boxes p {
        margin-bottom: 7px;
    }
    .bod_boxes a {
        padding-left: 20px;
        font-size: 14px;
    }
}
@media(max-width:767px){
    .bod_boxes {
        padding: 20px 15px;
    }
}
@media(max-width:575px){
    .board_of_directors .row {
        margin: 0 -7px;
    }
    .board_of_directors .row > div{
        padding: 7px;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 300px;
        margin: 0 auto;
    }
    .bod_boxes {
        padding: 15px;
    }
    .board_of_directors .sections_title {
        text-align: center;
    }
    .bod_boxes {
        text-align: center;
    }
    .bod_boxes a {
        padding: 0;
    }
    .bod_boxes a i {
	   position: static;
        margin-right: 4px;
    }
}

.my_btn.white {
    background-color: #fff;
}
.my_btn.fw {
    width: 100%;
}

/* Testimonials */
.tstm_form_btn{
    background-color: #ffae4d;
    padding: 40px;
    margin-bottom: 70px;
}
.tstm_form_btn h3 {
    margin: 0;
}
.tstmnl_box {
    padding: 40px 0;
    margin-bottom: 50px;
}
.tstmnl_box .col.fit_img {
    flex: 0 0 300px;
    max-width: 300px;
    padding: 0 35px;
}
.tstmnl_box .col.tstmnl_text {
    border-left: 1px solid #ccc;
    padding: 0 35px;
    position: relative;
}
.tstmnl_box .col.tstmnl_text:before {
    content: '';
    position: absolute;
    bottom: -20px;
    right: 15px;
    width: 70px;
    height: 70px;
    background-image: url(../images/quote.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.1;
}
.tstmnl_box .col.tstmnl_text h4 {
    margin-top: 15px;
    font-weight: 800;
    margin-bottom: 0;
    font-size: 24px;
}
.tstmnl_box .col.tstmnl_text h4 span {
    margin-top: 5px;
    font-size: 18px;
    font-weight: 400;
    }
.tstmnl_form {
    padding-top: 0;
    }
.tstmnl_form .msa_form {
    margin-top: 0;
    height: 100%;
    }
.tstmnl_form h3 {
    margin-bottom: 8px;
}
.tstmnl_form .form-group:last-child {
    margin-bottom: 0;
}

@media(max-width: 1199px){
    .tstmnl_box .col.fit_img {
        flex: 0 0 280px;
        max-width: 280px;
        padding: 0 25px;
    }
    .tstmnl_box .col.tstmnl_text {
        padding: 0 25px;
    }
    .tstmnl_box .col.tstmnl_text:before {
        width: 60px;
        height: 60px;
    }
    .tstmnl_form .row > div:nth-child(1) {
        padding-right: 15px;
    }
}
@media(max-width: 991px){
    .tstmnl_box {
        padding: 30px 0;
        display: block;
        margin-bottom: 40px;
        text-align: center;
    }
    .tstmnl_box .col.tstmnl_text {
        border-top: 1px solid #ccc;
        border-left: none;
        padding-top: 25px;
    }
    .tstmnl_box .col.fit_img {
        flex: 0 0 100%;
        max-width: 220px;
        margin: 0 auto;
        margin-bottom: 25px;
    }
    .tstm_form_btn {
        padding: 30px;
        margin-bottom: 50px;
        text-align: center;
    }
    .tstm_form_btn h3 {
        margin-bottom: 20px;
    }
    .tstm_form_btn .my_btn {
        text-align: center;
    }
    .tstmnl_box .col.tstmnl_text h4 {
        font-size: 22px;
    }
    .tstmnl_box .col.tstmnl_text h4 span {
        font-size: 17px;
    }
    .tstmnl_form .row > div:nth-child(1) {
        margin-bottom: 30px;
    }
}
@media(max-width: 767px){
    .tstmnl_box .col.tstmnl_text::before {
        top: -80px;
        bottom: inherit;
    }
    .tstmnl_box .col.tstmnl_text h4 {
        font-size: 18px;
    }
    .tstmnl_box .col.tstmnl_text h4 span {
        font-size: 16px;
    }
    .tstm_form_btn {
        padding: 25px;
        margin-bottom: 40px;
    }
    .tstmnl_box .col.fit_img {
        margin-bottom: 15px;
    }
    .tstmnl_box .col.tstmnl_text {
        padding-top: 15px;
    }
}
@media(max-width: 575px){
    .tstm_form_btn {
        padding: 20px;
    }
    .tstmnl_box {
        padding: 20px 0;
        margin-bottom: 30px;
    }
    .tstmnl_box .col.fit_img {
        max-width: 190px;
        min-height: 50px;
    }
    .tstmnl_box .col.tstmnl_text h4 {
        font-size: 17px;
    }
    .tstmnl_box .col.tstmnl_text::before {
        width: 40px;
        height: 40px;
        top: -70px;
        right: 10px;
    }
    .tstmnl_box .col.tstmnl_text {
        padding: 0 15px;
    }
}

/**/
.pdf_btns {
    padding-top: 20px;
} 
.pdf_btns > div{ 
    padding-top: 15px;
    padding-bottom: 15px;
}
.pdf_btns > div a{ 
    display: block;
}
@media(max-width:991px){
    .pdf_btns > div { 
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
@media(max-width:575px){
    .pdf_btns {
        padding-top: 10px;
    }
}
/*End NYN Internal page css*/

/* --- Programs/Order Form --- */
.msa_form.order{margin-top: 0;}
.gform_wrapper.gravity-theme .msa_form.order .gfield_label {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 10px;
    }
.gform_wrapper.gravity-theme .msa_form.order .gfield_checkbox label,
.gform_wrapper.gravity-theme .msa_form.order .gfield_radio label {
    display: inline-block;
    font-size: 16px;
    line-height: 21px;
    color: black;
    font-weight: 400;
    }
.gform_wrapper.gravity-theme .msa_form.order .gfield input[type="checkbox"],
.gform_wrapper.gravity-theme .msa_form.order .gfield input[type="radio"]{
    width: 30px;
    height: 30px;
    border: solid 1px #f00;
    border-radius: 0;
    float: left;
    }
.gform_wrapper.gravity-theme .msa_form.order .gfield_checkbox .gchoice {
    padding-bottom: 10px;
    padding-top: 10px;
    }
.gform_wrapper.gravity-theme .msa_form.order .gfield_checkbox .gchoice label {padding-left: 10px;}
.interested-learning .gfield_checkbox{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
    }
.interested-learning .gfield_checkbox .gchoice {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    }
.gform_wrapper.gravity-theme .gfield.posters{
    background-color: white;
    padding: 4px 15px;
    border: 1px solid #c0c0c0;
    }
.gform_wrapper.gravity-theme .msa_form.order .gfield.posters .gfield_checkbox label,
.gform_wrapper.gravity-theme .msa_form.order .gfield.posters .gfield_radio label{
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
	line-height: 30px;
    }
.gform_wrapper.gravity-theme .msa_form.order .gfield.posters .gfield_checkbox label a.poster-pdf{
    background-color: #FFAE4D;
    color: black;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 20px;
    }
.gform_wrapper.gravity-theme .msa_form.order .gfield.posters .gfield_checkbox label a.poster-pdf:hover,
.gform_wrapper.gravity-theme .msa_form.order .gfield.posters .gfield_checkbox label a.poster-pdf:focus{
    background-color: #000;
    color: white;
    }
.gfield.gfield--width-full.posters-label {
    margin-bottom: 0;
    padding-top: 15px;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    }
@media(max-width:991px){ 
    .gform_wrapper.gravity-theme .msa_form.order .gfield_label {font-size: 19px;}
    .gform_wrapper.gravity-theme .msa_form.order .gfield_checkbox label,
    .gform_wrapper.gravity-theme .msa_form.order .gfield_radio label {font-size: 15px;}
    .interested-learning .gfield_checkbox .gchoice {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .gform_wrapper.gravity-theme .msa_form.order .gfield_checkbox .gchoice {
        padding-bottom: 7px;
        padding-top: 7px;
    }
    .gform_wrapper.gravity-theme .msa_form.order .gfield input[type="checkbox"],
    .gform_wrapper.gravity-theme .msa_form.order .gfield input[type="radio"]{
        width: 28px;
        height: 28px;
        margin-top: 3px;
    }
    .gfield.gfield--width-full.posters-label {font-size: 19px;}
}
@media(max-width:767px){ 
    .gform_wrapper.gravity-theme .msa_form.order .gfield_label {
        font-size: 18px;
        margin-bottom: 6px;
    }
    .gform_wrapper.gravity-theme .msa_form.order .gfield_checkbox label,
    .gform_wrapper.gravity-theme .msa_form.order .gfield_radio label {font-size: 14px;}
    .gform_wrapper.gravity-theme .msa_form.order .gfield_checkbox .gchoice {
        padding-bottom: 5px;
        padding-top: 5px;
    }
    .gform_wrapper.gravity-theme .msa_form.order .gfield input[type="checkbox"],
    .gform_wrapper.gravity-theme .msa_form.order .gfield input[type="radio"]{
        width: 24px;
        height: 24px;
        margin-top: 2px;
    }
    .gfield.gfield--width-full.posters-label {
        padding-top: 10px;
        font-size: 18px; 
    }
}
/* --- End Programs/Order Form --- */

.gform_wrapper.gravity-theme .signup_btn{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    }
.gform_wrapper.gravity-theme .signup_btn .gform_body.gform-body {
    width: 80%;
}
.gform_wrapper.gravity-theme .signup_btn .gform_fields {
    width: 100%;
    display: -ms-flex;
    display: flex;
    -ms-grid-columns: inherit;
    grid-template-columns: inherit;
    grid-template-rows: inherit;
    grid-column-gap: inherit;
    grid-row-gap: inherit;
}
.gform_wrapper.gravity-theme .signup_btn .gfield.gfield--width-half {
    -ms-grid-column-span: inherit;
    grid-column: inherit;
    width: 50%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
} 
.gform_wrapper.gravity-theme .signup_btn .gform_footer{
    margin: 0;
    padding: 0;
    width: 20%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.gform_wrapper.gravity-theme .signup_btn .gform_footer input{margin-bottom: 0;}

.gform_wrapper.signup_btn_wrapper .gfield_error .gfield_repeater_cell label, 
.gform_wrapper.signup_btn_wrapper .gfield_error label, 
.gform_wrapper.signup_btn_wrapper .gfield_error legend, 
.gform_wrapper.signup_btn_wrapper .gfield_validation_message, 
.gform_wrapper.signup_btn_wrapper .validation_message, 
.gform_wrapper.signup_btn_wrapper [aria-invalid=true]+label, 
.gform_wrapper.signup_btn_wrapper label+[aria-invalid=true] {
    color: #fff;
}

@media(max-width:767px){
    .gform_wrapper.gravity-theme .signup_btn{
        margin-right: -5px;
        margin-left: -5px;
        }
    .gform_wrapper.gravity-theme .signup_btn .gfield.gfield--width-half {
        padding-right: 5px;
        padding-left: 5px;
    } 
    .gform_wrapper.gravity-theme .signup_btn .gform_footer{
        padding-right: 5px;
        padding-left: 5px;
    }
}
@media(max-width:600px){
    .gform_wrapper.gravity-theme .signup_btn .gform_body.gform-body {
        width: 100%;
        padding-bottom: 10px;
    }
    .gform_wrapper.gravity-theme .signup_btn .gform_footer {width: 140px;}
    .footer .sign_up_box form input[type="submit"] {
        display: block;
        width: 100%;
    }
}
@media(max-width:420px){
    .gform_wrapper.gravity-theme .signup_btn .gform_body.gform-body {padding-bottom: 0px;}
    .gform_wrapper.gravity-theme .signup_btn .gform_fields {
        display: -ms-block;
        display: block;
    }
    .gform_wrapper.gravity-theme .signup_btn .gfield.gfield--width-half {margin-bottom: 10px;}
}
p.sensei-results-links {
    float: left;
}
p.sensei-results-links a {
    margin-right: 5px;
}

/* Search  */
.search-toggle {
  display: inline-block;
  line-height: 1;
  border-left: 2px solid #d3d2d2;
  padding-left: 20px;
  margin-left: 20px;
}
.search-icon {
  position: relative;
  z-index: 11;
  font-size: 22px;
  color: #000;
  width: 30px;
  background-color: transparent;
  border: none;
  outline: none;
  -webkit-transition: all 03s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.search-toggle .search-icon.icon-close,
.search-toggle.opened .search-icon.icon-search {
  display: none;
}
.search-toggle.opened .search-icon.icon-close {
  display: block;
  color: #ffae4d;
}
.search-container {
  visibility: hidden;
  max-width: 50px;
  width: 100%;
  position: absolute;
  right: 0;
  top: 154px;
  bottom: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  opacity: 0;
  -webkit-transition: all 03s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sticky .search-container {
  top: 134px;
}
.search-container.opened {
  max-width: 500px;
  opacity: 1;
  visibility: visible;
}
.search-container form {
  position: relative;
  max-width: 100%;
  width: 100%;
}
.search-container input[type="search"] {
  border: 2px solid #000;
  background-color: #fff;
  padding: 14px 50px 14px 20px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  outline: 0;
  font-size: 21px !important;
}
.search-container .search-icon {
  position: absolute;
  right: 12px;
  top: 8px;
  border: 0;
  z-index: 1;
  width: 42px;
  height: 42px;
  font-size: 20px;
  min-width: inherit;
  color: #000 !important;
  background-color: transparent !important;
  padding: 5px 5px 7px 6px;
  background-image: none;
  box-shadow: none !important;
  margin: 0;
  border-radius: 5px;
}
.search-container .search-icon:hover {
  color: #ffae4d !important;
}
@media (max-width: 1600px) {
  .search-icon {
    font-size: 20px;
    width: 24px;
  }
  .search-container {
    top: 131px;
  }
  .sticky .search-container {
    top: 116px;
  }
  .search-container input[type="search"] {
    padding: 12px 50px 11px 20px;
    font-size: 18px !important;
  }
  .search-container .search-icon {
    top: 5px;
  }
}
@media (max-width: 1400px) {
    .search-container {
        top: 118px;
    }
    .sticky .search-container {
      top: 108px;
    }
}
@media (max-width: 1280px) {
    .sticky .search-container {
        top: 102px;
    }
}
@media (max-width: 1199px) {
    .sticky .search-container, .search-container {
        right: 0;
        top: 102px;
    }
    .search-toggle {
        padding-left: 20px;
        margin-left: 25px;
    }
}
@media (max-width: 991px) {
    .search-toggle {
        padding-left: 10px;
        margin-left: 15px;
    }  
    .sticky .search-container, .search-container {
        right: 0;
        top: 101px;
    }
}
@media (max-width: 767px) {
  .search-container.opened {
    max-width: calc(100% - 30px);
  }
  .header.sticky .search-container, 
  .search-container {
    top: 113px;
    right: 15px;
  }
  .search-container input[type="search"] {
    padding: 9px 50px 9px 16px;
  }
  .search-container .search-icon {
    right: 8px;
    top: 3px;
  }
}
@media (max-width: 575px) {
  .search-icon {
    font-size: 20px;
    width: 20px;
    padding: 0;
  }
  .search-toggle {
    padding-left: 0;
    margin-left: 12px;
    border-left: none;
  }
}

/* Header Search */
.login_btn .search-toggle {
    border-left: 1px solid rgba(0,0,0,0.4);
    background-color: #ffae4d;
    display: inline-flex;
    align-items: flex-start;
    vertical-align: top;
    justify-content: center;
    margin-left: 0;
    padding: 0;
}
.header .menu_header .login_btn a, 
.login_btn .search-toggle > .search-icon {
    width: auto;
    cursor: pointer;
    background-color: #ffae4d;
    font-size: 18px;
    line-height: 33px;
    letter-spacing: 0;
    font-weight: 700;
    color: #000;
    padding: 33px 8px;
    min-width: 100px;
    text-align: center;
}
.login_btn .search-toggle > .search-icon.icon-close,
.login_btn .search-toggle > .search-icon:hover {
    background-color: #000;
    color: #fff;
}
.login_btn .search-toggle > .search-icon i {
    display: block;
    line-height: 1;
    font-size: 24px;
}
.header.sticky .menu_header .login_btn a,
.header.sticky .login_btn .search-toggle > .search-icon {
    padding: 23px 15px;
}
.login_btn .search-toggle.opened > .search-icon.icon-close {
    color: var(--white);
}
@media (max-width: 1800px) {
    .header .menu_header .login_btn a, 
    .login_btn .search-toggle > .search-icon {
        min-width: 100px;
    }
}
@media (max-width: 1600px) {
    .header .menu_header .login_btn a, .login_btn .search-toggle > .search-icon {
        padding: 22px 8px;
        font-size: 15px;
        min-width: 80px;
    }
    .login_btn .search-toggle > .search-icon i {
        font-size: 22px;
    }
    .header.sticky .menu_header .login_btn a, 
    .header.sticky .login_btn .search-toggle > .search-icon {
        padding: 15px 8px;
    }
}
@media (max-width: 1400px) {
    .login_btn .search-toggle > .search-icon i {
        font-size: 20px;
    }
    .header .menu_header .login_btn a, .login_btn .search-toggle > .search-icon {
        padding: 17px 8px;
    }
    .header.sticky .menu_header .login_btn a, 
    .header.sticky .login_btn .search-toggle > .search-icon {
        padding: 12px 8px;
    }
}
@media (max-width: 1280px) {
    .login_btn .search-toggle > .search-icon i {
        font-size: 18px;
    }
    .header .menu_header .login_btn a, .login_btn .search-toggle > .search-icon {
        padding: 18px 8px;
    }
    .header.sticky .menu_header .login_btn a, 
    .header.sticky .login_btn .search-toggle > .search-icon {
        padding: 10px 8px;
    }
}
@media (max-width: 1199px) {
    .header.sticky .menu_header .login_btn a, 
    .header.sticky .login_btn .search-toggle > .search-icon,
    .header .menu_header .login_btn a, 
    .login_btn .search-toggle > .search-icon {
        padding: 11px 8px;
    }
}
@media (max-width: 767px) {
    .header.sticky .menu_header .login_btn a, .header.sticky .login_btn .search-toggle > .search-icon, .header .menu_header .login_btn a, .login_btn .search-toggle > .search-icon {
        padding: 12px 8px;
        line-height: 24px;
        font-size: 15px;
    }
    .login_btn .search-toggle > .search-icon i {
        font-size: 15px;
    }
    .sticky .login_btn .search-container,
    .header.sticky .search-container, .search-container {
        top: 93px;
        right: 0;
    }
    .login_btn .search-container.opened {
        max-width: 100%;
    }
}
@media (max-width: 575px) {
    .header.sticky .menu_header .login_btn a, .header.sticky .login_btn .search-toggle > .search-icon, .header .menu_header .login_btn a, .login_btn .search-toggle > .search-icon {
        padding: 9px 5px;
        line-height: 25px;
        font-size: 13px;
        min-width: 60px;
    }
    .login_btn .search-toggle > .search-icon i,
    .header .menu_header .login_btn a i.fa {
        font-size: 13px;
    }
    .sticky .login_btn .search-container, 
    .header.sticky .search-container, .search-container {
        top: 84px;
    }
}
@media (max-width: 420px) {
    .header.sticky .menu_header .login_btn a, .header.sticky .login_btn .search-toggle > .search-icon, .header .menu_header .login_btn a, .login_btn .search-toggle > .search-icon {
        padding: 9px 2px;
        line-height: 20px;
        font-size: 11px;
        min-width: 40px;
    }
}

.online_course #courses_slider .item .course_box {
	min-height: 324px;
}
.online_course #courses_slider .item {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.service-footer .my_btn {
    padding: 10px 18px 10px 25px;
    font-size: 16px;
}
.service-footer .my_btn + .my_btn {
    margin-left: 10px;
}
.service-footer .my_btn:after {
    width: 8px;
}
.service-footer .my_btn:hover:after {
    width: 100%;
}
@media (max-width: 1199px) {
    .online_course #courses_slider .item .course_box {
        min-height: 260px;
    }
}
@media (max-width: 991px) {   
    .service-footer .my_btn {
        padding: 8px 15px 8px 20px;
        font-size: 15px;
    }
}
@media (max-width: 767px) {
    .online_course #courses_slider .item .course_box {
        min-height: 220px;
    }
}
@media (max-width: 575px) {
    .service-footer .my_btn {
        padding: 8px 10px 8px 15px;
        font-size: 14px;
    }
}
.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
    display: block !important;
}