@font-face {
	font-family: "ITC American Typewriter Bold";
	  src: url("../fonts/566a1eab7b5d71c7cb32b852fe8a4ebd.eot");
	  src: url("../fonts/566a1eab7b5d71c7cb32b852fe8a4ebd.eot?#iefix") format("embedded-opentype"), 
		  url("../fonts/566a1eab7b5d71c7cb32b852fe8a4ebd.woff2") format("woff2"),
		  url("../fonts/566a1eab7b5d71c7cb32b852fe8a4ebd.woff") format("woff"),
		  url("../fonts/566a1eab7b5d71c7cb32b852fe8a4ebd.ttf") format("truetype"),
		  url("../fonts/566a1eab7b5d71c7cb32b852fe8a4ebd.svg#ITC American Typewriter Bold") format("svg");
}
@font-face {
    font-family: 'helveticaneuelight';
    src: url('../fonts/helveticaneue_light-webfont.eot');
    src: url('../fonts/helveticaneue_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helveticaneue_light-webfont.woff2') format('woff2'),
         url('../fonts/helveticaneue_light-webfont.woff') format('woff'),
         url('../fonts/helveticaneue_light-webfont.svg#helveticaneuelight') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'helveticabold';
    src: url('../fonts/helvetica-bold-webfont.eot');
    src: url('../fonts/helvetica-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helvetica-bold-webfont.woff2') format('woff2'),
         url('../fonts/helvetica-bold-webfont.woff') format('woff'),
         url('../fonts/helvetica-bold-webfont.ttf') format('truetype'),
         url('../fonts/helvetica-bold-webfont.svg#helveticabold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'helveticaregular';
    src: url('../fonts/helvetica-webfont.eot');
    src: url('../fonts/helvetica-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helvetica-webfont.woff2') format('woff2'),
         url('../fonts/helvetica-webfont.woff') format('woff'),
         url('../fonts/helvetica-webfont.ttf') format('truetype'),
         url('../fonts/helvetica-webfont.svg#helveticaregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
img{
	max-width:100%;
	height:auto;
}


body{
	margin:0;
	padding:0;
 	font-family: 'helveticaregular';
	font-size:14px;

}
*{
	box-sizing:border-box;
}
ul{
	padding:0;
	margin:0;
	list-style-type:none;
}
a{
	text-decoration:none;
}
textarea:focus, input:focus, button:focus{
    outline: none;
}
input::-webkit-input-placeholder{
	color:#ccc; !important;
	letter-spacing:1px;
	font-family: 'helveticaneuelight';
}
textarea::-webkit-input-placeholder{
	color:#ccc; !important;
	letter-spacing:1px;
	font-family: 'helveticaneuelight';
}
textarea:focus, input:focus, button:focus, select:focus{
    outline: none;
}
select option { color: black; }
input[type=text],input[type=email], input[type=password], input[type=number], input[type=tel], input[type=date], input[type=search], textarea, select {
    float: left;
    border: 1px solid #dbdbdb;
    padding: 14px 20px;
    width: 97%;
    font-size: 14px;
}
textarea {
    height: 100px;
}
:root {
  --green:  #bd7f3ccf;
  --blue: #c97048;
}
h1 {
    letter-spacing: 1px;
	text-align:center;
	position:relative;
	font-weight: normal;
}
p {
    font-size: 15px;
    line-height: 27px;
    margin-top: 0;
    color: #4e4d4d;
    display: inline;
}
h4 {
    float: left;
    width: 100%;
    margin: 0;
    font-size: 20px;
    margin-bottom: 10px;
}
.page{
	width:100%;
	float:left;
    font-size: 14px;
    font-weight: 500;
    background-color: #fff;
	color: #3d3c3c;
}
.container {
    width: 90%;
    max-width: 1250px;
    margin: 0 auto;
    position: relative;
}
.header {
    float: left;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 99;
	left:0;
}
.header_top {
    float: left;
    width: 100%;
    padding: 10px;
    background: var( --blue );
}
.top_left {
    float: left;
    width: auto;
    color: #f8f8f8;
    font-size: 13px;
    font-weight: 600;
}
.top_left .address_lable {
    float: left;
    width: auto;
    padding-right: 4px;
}
.top_left .address_info {
    float: right;
}
.top_right {
    float: right;
    width: auto;
}
.top_right  .social {
    float: left;
    width: auto;
}
.top_right .social .social_icon {
    width: 100%;
    float: left;
    background: url(../images/social-icon.png) left center no-repeat;
    width: 24px;
    height: 18px;
    display: inline-block;
    float: left;
    margin: 0 0 0 6px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
.social .social_icon.fb {
    background-position: 0 0;
}
.social .social_icon.tw {
    background-position: -30px 0;
}
.social .social_icon.gp {
    background-position: -64px 0;
}
.header_main {
    float: left;
    width: 100%;
    background: rgb(232, 195, 178/ 0.3);
}
.header_main .logo_wrap {
    float: left;
    width: 65px;
    padding: 10px 0;
}
.main_header_right_wrap {
    float: right;
    width: auto;
    padding-top: 22px;
    position: relative;
}
.header_menu {
    float: left;
    width: auto;
    padding: 9px 0;
}
.header_menu ul li {
    float: left;
    width: auto;
	padding:0 15px;
}
.header_menu ul li a {
    float: left;
    width: auto;
    color: #fff;
    padding: 0 5px 5px;
    position: relative;
    font-size: 15px;
	border-bottom: 2px solid transparent;
}
.header_menu ul li.current-menu-item a, .header_menu ul li:hover a {
    border-bottom: 2px solid #fff;
}
.header_menu ul li ul {
    position: absolute;
    width: 200px;
    background: #15233c;
    top: 55px;
    padding: 0px 5px;
	display:none;
}
.header_menu ul li ul li {
    width: 100%;
    float: left;
    color: #000;
    padding: 7px 10px;
}
.header_menu ul li ul li a{
    width: 100%;
    float:left;
	border:0;
}
.header_menu ul li:hover ul {
	display:block;
}
.header_menu ul li:hover ul a {
    border: 0;
}
a.user_profile_wrap {
    float: left;
    width: 100%;
    /* border-radius: 50%; */
}
a.user_profile_wrap img.user_img {
    border-radius: 50%;
    width: 40px;
}
/*mobile-menu*/

.menu_trigger {
    float: left !important;
    /* height: 22px; */
    font-size: 16px;
    margin-right: 0;
    text-decoration: none;
    display: none;
    text-align: center;
    background: transparent;
    padding: 11px 14px;
    vertical-align: middle;
    color: #FFF;
    line-height: 30px;
    cursor: pointer;
}
.mob_menu {
    float: none;
    width: 400px;
    display: none;
    background: rgb(21 35 60);
    position: fixed;
    right: 0;
    min-height: 100%;
    padding: 30px 0;
	max-width:90%;
}
.mob_menu ul {
	padding:0;
	list-style:none;
	width:100%;
	margin:0 auto 20px;
}
.mob_menu ul li {
    float: left;
    width: 100%;
    padding: 10px 12px 10px;
    text-align: left;
}
.mob_menu ul li:hover {
    background: rgb(72, 143, 225);
    box-shadow: 0px 2px 7px rgb(0, 0, 0);
    transition: all .5s ease;
}
.mob_menu ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.mob_menu ul ul {
	width:100%;
	float: left;
    margin-top: 15px;
	margin-bottom: 0;
	border-top:dotted 1px #CCC;
}
.mob_menu ul li li {
    padding: 5px 0 5px 10px;
}
.mob_menu ul ul li:last-child {
	border:none;
}
.close_menu {
    position: absolute;
    right: 5px;
    text-align: center;
    color: #ffffff;
    /* margin: 20px 0; */
    font-size: 17px;
    letter-spacing: 1px;
    top: 5px;
}
/**/
.login {
    float: right;
    width: auto;
    position: relative;
}
.login li {
    float: left;
    width: 100%;
}
.login li:hover ul.dropdown-menu.dropdown-menu-default{
	display:block;
}
.login a.login_btn {
    font-size: 14px;
    color: #fff;
    float: left;
    letter-spacing: 0.5px;
    width: 100%;
    background: transparent;
    padding: 10px 22px;
    border: 1px solid #fff;
}
.login a.login_btn:hover {
	background: #fff;
    color: #000;
}
.banner {
    position: relative;
    width: 100%;
    float: left;
}
.banner_img {
    float: left;
    width: 100%;
	position:relative;
}
.banner img {
    width: 100%;
    /* width: 200px; */
    height: 600px;
    object-fit: cover;
    object-position: 20% 10%;
    /* border: 5px solid black; */
}
.banner_text {
    float: left;
    width: 57%;
    position: absolute;
    top: 155px;
    padding: 0 0;
    z-index: 999;
}
.banner_text .small_heading {
    font-size: 25px;
    color: #d9e5fb;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    font-family: "ITC American Typewriter Bold";
    margin-top: 50px;
}
.banner_text h2 {
    float: left;
    width: 100%;
    font-size: 44px;
    color: #fff;
    margin-top: 0;
    line-height: 51px;
	font-family: 'helveticabold';
}
.banner_text .btn_wrap {
    float: left;
    width: 100%;
    margin-top: 15px;
}
.btn_wrap .green_btn {
    background-color: var(--green);
    float: left;
    width: auto;
    padding: 16px 25px;
    font-size: 16px;
    color: #fff;
    font-family: 'helveticabold';
    letter-spacing: 1px;
    border-radius: 5px;
	border: 2px dashed transparent;
	transition: all .6s cubic-bezier(0,0,.2,1);
	cursor: pointer;
}
.btn_wrap .green_btn:hover {
	background: #fff;
    border: 2px dashed var(--green);
    color: var(--green);
}
.banner_text .btn_wrap .green_btn:hover {
    background: transparent;
    border: 2px dashed #ffffff;
    color: white;
}
.banner_img.desktop_hide{
	background:url(../images/banner-img-mobile-big.png) left top no-repeat;
	background-size:cover;
	with:100%;
	    height: 505px;
}
.btn_wrap .green_btn .fa {
    font-size: 13px;
}
.section {
    float: left;
    width: 100%;
    position: relative;
    z-index: 0;
}
.key_stage .stage_bg img {
    width: 100%;
}
.key_stage_wrap {
    float: left;
    width: 100%;
    margin-top: -50px;
    /* bottom: 100px; */
}
.key_stage {
    position: relative;
    width: 31%;
    float: left;
    margin-left: 40px;
}
.key_stage:first-child {
    margin-left: 0;
}
.key_stage .stage_bg {
    float: left;
    width: 100%;
    position: relative;
}
.stage_bg .hover_layer {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: var(--green) !important;
    display: none;
}
.stage_bg .img_layer {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: rgb(5 5 5 / 74%) !important;
    left: 0;
}
.key_stage .stage_bg:hover .hover_layer {
    display:block;
}
.stage_info {
    position: absolute;
    width: 100%;
    padding: 10px 25px;
    top: 0;
    left: 0;
}
.stage_info h3 {
    font-size: 20px;
    float: left;
    width: 100%;
    letter-spacing: 2px;
    color: #f7eeee;
    min-height: 48px;
    margin-bottom: 8px;
}
.stage_info p {
    float: left;
    width: 100%;
    font-size: 14px;
    color: #c6c3c3;
    line-height: 22px;
    letter-spacing: 0.5px;
    margin-top: 0;
}
.key_stage .stage_btn {
    float: right;
    /* color: #fff; */
}
.stage_btn .read_more_btn {
    font-size: 15px;
    float: left;
    color: #fff;
    font-family: 'helveticabold';
}
.about_us_wrap {
    background: #fff;
    margin: 0 0 6px;
}
.about_us_wrap .img_wrap_left {
    float: left;
    width: 40%;
    margin: 18% 0;
}
.img_wrap_left img {
    width: 340px;
    z-index: 99;
    position: relative;
}
.about_info_right {
    float: right;
    width: 60%;
    margin-top: 35px;
}
.heading_wrap {
    float: left;
    width: 100%;
    margin-bottom: 28px;
    margin-top: 8px;
}
h5 {
    float: left;
    width: 100%;
    margin: 5px 0 10px;
    font-size: 20px;
    letter-spacing: 0.5px;
    color: var(--blue);
}
h1, .main_title {
    color: var(--green);
    float: left;
    width: 100%;
    font-size: 30px;
    margin: 0;
    margin-bottom: 0px;
    font-family: "ITC American Typewriter Bold";
}
.features_wrap {
    float: left;
    width: 40%;
    margin-right: 25px;
    position: relative;
}
.feature_coloum_wrap {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}
.feature_icon_box {
    float: left;
    width: auto;
    padding: 12px 15px;
    background: #f7e5ff;
    border-radius: 6px;
    height: 80px;
    width: 80px;
    text-align: center;
    /* line-height: 80px; */
}
.feature_content_box {
    float: left;
    width: 100%;
}
.feature_content_box h6 {
    font-size: 18px;
    color: #293921;
    margin: 16px 0 14px;
    font-family: 'helveticabold';
}
.feature_content_box p {
    font-size: 14px;
    line-height: 25px;
    color: #4e4d4d;
    float: left;
    margin: 0;
}
.feature_content_box span.read_more {
    color: var(--green);
    float: left;
    width: 100%;
    margin-top: 20px;
    font-size: 14px;
	font-family: 'helveticabold';
}
.features_wrap:hover span.read_more {
    color: #000;
}
.features_wrap.step_two .feature_icon_box {
    background: #ffebd8;
}
.features_wrap.step_three .feature_icon_box {
    background: #d1ffe0;
}
.features_wrap.step_four .feature_icon_box {
    background: #d1e6ff;
}
.feature_icon_box img {
    padding-top: 5px;
}
.features_wrap:hover .feature_icon_box{
	border-radius:50%;
}
.testi_bg {
    float: left;
    width: 100%;
}
.testi_bg img {
    width: 100%;
    /* width: 200px; */
    height: auto;
    object-fit: cover;
    object-position: 20% 54%;
    /* border: 5px solid black; */
    /* -webkit-transform: scaleX(-1); */
    /* transform: scaleX(-1); */
}
.testimonial_wrap .heading_wrap {
    position: absolute;
    text-align: center;
    margin-top: 50px;
    width: 100%;
}
.testimonial_wrap .heading_wrap h5 {
    color: #ffffff;
}
.testimonial_wrap .heading_wrap h4 {
    float: left;
    width: 100%;
    color: #c5c5c5;
}
.students_feedback {
    float: left;
    width: 100%;
    position: absolute;
    margin: 14% 0 0;
    z-index: 99;
    padding: 25px;
    min-height: auto;
}
.students_feedback span.testi_heading {
    float: left;
    width: 100%;
    color: #f7f7f7;
    font-size: 34px;
    font-family: 'helveticabold';
    margin-bottom: 12px;
}
.students_feedback ul {
    float: left;
    width: 100%;
}
.students_feedback ul li {
    background: #ffffffb8;
    padding: 100px 30px 30px;
    position: relative;
}
.students_feedback ul li p {
    float: left;
    width: 100%;
    color: #000;
    font-size: 18px;
    line-height: 31px;
}
.students_feedback ul li span.student_name {
    font-size: 24px;
    color: var(--blue);
    float: left;
    width: 100%;
    margin: 6px 0;
    font-weight: bold;
}
.students_feedback ul li:before {
    content: "\f10d";
    font-family: 'FontAwesome';
    position: absolute;
    top: 18px;
    background: var(--green);
    text-align: center;
    line-height: 60px;
    border-radius: 50%;
    z-index: 99;
    font-size: 26px;
    color: #FFF;
    left: 50%;
    width: 60px;
    height: 60px;
    margin-left: -30px;
}
/*testimonial-otherpage*/
.testimonial {
    float: none;
    margin: 0 auto;
    max-width: 800px;
    width: 100%;
    /* margin: 10px 10px 10px 10px; */
    /* padding: 20px 20px 20px 20px; */
}
.testimonial ul li:before {
    content: "\f10d";
    font-family: 'FontAwesome';
    position: absolute;
    top: 18px;
    background: var(--green);
    text-align: center;
    line-height: 60px;
    border-radius: 50%;
    z-index: 99;
    font-size: 26px;
    color: #FFF;
    left: 50%;
    width: 60px;
    height: 60px;
    margin-left: -30px;
}
.testimonial ul li {
    background: #fffc;
    padding: 20px;
    background: #ffffffb8;
    padding: 100px 30px 30px;
}
ul.testimonial_slider p {
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 31px;
	color: #000;
}
ul.testimonial_slider span.student_name {
	font-size: 24px;
    color: var(--blue);
    float: left;
    width: 100%;
    margin: 6px 0;
    font-weight: 700;
}
.testimonial  .bx-wrapper .bx-controls-direction a {
    display: none;
}
/**/
.section.new_registration_wrap {
    text-align: center;
    background: #f7f7f7;
    padding: 40px 0 0;
}
.new_registration_wrap .container {
    max-width: 800px;
}
.section.new_registration_wrap .big_text {
    font-size: 44px;
}
.section.new_registration_wrap .btn_wrap {
    float: none;
    width: 150px;
    margin: 0 auto;
    text-align: center;
}
.section.new_registration_wrap .btn_wrap a.green_btn {
    margin-top: 30px;
    margin-bottom: 50px;
}
.new_registration_wrap .moving_background {
    position: relative;
    float: left;
    width: 100%;
}
.moving_background .support {
    position: absolute;
    bottom: 28px;
	left: 14%;
	-webkit-animation: mover3 3s infinite alternate-reverse;
    animation: mover3 3s infinite alternate-reverse;
}
@-webkit-keyframes mover3 {
             from {
                margin-left: 50px;
                width: 200px;
            }

            to {
                margin-left: 100px;
                width: 200px;
            }
        }

        @-moz-keyframes mover3 {
             from {
                margin-left: 50px;
                width: 200px;
            }

            to {
                margin-left: 100px;
                width: 200px;
            }
        }
         @-o-keyframes mover3 {
             from {
                margin-left: 50px;
                width: 200px;
            }

            to {
                margin-left: 100px;
                width: 200px;
            }
        }
          @keyframes mover3 {
             from {
                margin-left: 50px;
                width: 200px;
            }

            to {
                margin-left: 100px;
                width: 200px;
            }
		  }
.moving_background .family {
    position: absolute;
    right: 0;
    bottom: 100%;
}
.section.simple_subject_wrap {
    background: url(../images/simple_subject.png) left top no-repeat;
    height: 100%;
    padding-bottom: 50px;
    text-align: center;
    background-size: cover;
    padding-top: 30px;
}
.simple_subject_wrap ul li {
    width: 23%;
    /* float: left; */
    background: #fff;
    margin: 0 5px 10px;
    position: relative;
    transition: all .5s cubic-bezier(0,0,.2,1);
    border-radius: 30px 0px 0px 0;
    display: inline-block;
	cursor: pointer;
}
.simple_subject_wrap ul li:hover {
    box-shadow: 1px 2px 7px #2e2e2e;
    border-radius: 30px 0px 30px 0;
}
.simple_subject_wrap ul li .courses_img {
    float: left;
    width: 100%;
	transition: all .5s cubic-bezier(0,0,.2,1);
}
.simple_subject_wrap ul li .courses_img a {
    float: left;
    width: 100%;
}
.simple_subject_wrap ul li .courses_img a img{
    width: 100%;
}
.simple_subject_wrap ul li:hover .courses_img a img {
    border-radius: 30px 0px 0 0;
}
.courses_img .course_type {
    position: absolute;
    top: 0;
    text-align: center;
    background: #fff;
    padding: 10px 12px;
    right: 0;
    color: var(--green);
	font-family: 'helveticabold';
	font-size:13px;
}
.course_details_wrap {
    float: left;
    text-align: left;
    width: 100%;
    padding: 20px;
}
.course_details_wrap p {
    color: #242424;
    line-height: 22px;
    float: left;
    width: 100%;
    margin: 0;
}
.bottom_wrap {
    float: left;
    width: 100%;
    margin-top: 20px;
}
.bottom_wrap a.view_btn {
    float: right;
    color: var(--green);
	font-family: 'helveticabold';
	margin-right: 10px;
	transition: all .5s ease-out;
}
.bottom_wrap a.view_btn .fa {
    color: #000;
}
.bottom_wrap a.view_btn:hover {
    color: #000;
	margin-right: 0px;
}
.bottom_wrap a.view_btn:hover .fa {
    color: #198000;
	
}
.section.parental_portal_wrap {
    text-align: center;
    padding: 25px 0;
}
.section.footer {
    background: var(--blue);
    padding: 60px 0 0;
}
.about_wrap {
    float: left;
    width: 100%;
}
.about_wrap span.footer_logo {
    float: left;
    width: 75px;
}
.about_wrap .about_text {
    font-size: 14px;
    color: #fff;
    float: left;
    width: 100%;
    margin: 10px 0 20px;
}
.about_wrap .about_text p{
	color: #fff;
}
.footer_content.about_us ul li {
    margin-bottom: 10px;
    font-size: 15px;
    color: #fff;
}
.footer_content.about_us ul li .address_icon {
    float: left;
    font-size: 18px;
    margin-right: 10px;
}
.footer .footer_top {
    float: left;
    width: 100%;
    margin-bottom: 60px;
}
.footer_top .footer_content {
    float: left;
    width: 22%;
    margin-right: 20px;
}
.footer_top .footer_content.subscribtion {
    width: 25%;
    margin-right: 0;
}
.footer_content h4 {
    float: left;
    width: 100%;
    font-size: 20px;
    color: #fff;
    letter-spacing: 1px;
    margin: 0 0 45px;
}
.footer_content ul li {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}
.footer_content ul li a {
    float: left;
    width: 100%;
    color: #8a8a8a;
    padding-left: 20px;
}
.footer_content ul li a:before {
    content: "";
    background: #8a8a8a;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 26%;
}
.footer_content ul li a:hover{
	color:#fff;
}
.footer_content .social_wrap {
    float: left;
    width: auto;
    margin-top: 20px;
}
.footer_content .social .social_icon {
    width: 100%;
    float: left;
    background:url(../images/footer-social-icon.png) left center no-repeat;
    width: 42px;
    height: 42px;
    display: inline-block;
    float: left;
    margin: 0 8px 0 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
.footer_content .social .social_icon.fb {
    background-position: 0 0;
}
.footer_content .social .social_icon.tw{
	background-position: -49px 0;
}
.footer_content .social .social_icon.gp {
    background-position: -99px -1px;
}
.footer_content .social .social_icon.fb:hover {
    background-position: 0 -50px;
}
.footer_content .social .social_icon.tw:hover{
	background-position: -49px -50px;
}
.footer_content .social .social_icon.gp:hover{
	background-position: -99px -51px;
}

.newsletter_wrap {
    float: left;
    width: 100%;
}
.newsletter_wrap .btn_wrap {
    margin-top: 13px;
    float: left;
    width: 100%;
}
.newsletter_wrap .mail_bar {
    padding: 14px 10px;
    width: 100%;
    float: left;
    background: transparent;
    border: 1px solid #fff;
	color: #fff;
}
.newsletter_wrap .btn_wrap .green_btn {
    padding: 13px 25px;
    border: 0;
    border-radius: 2px;
}
.footer_bottom {
    width: 100%;
    float: left;
    background: #fff;
    border-top: 2px solid var( --green );
    color: #474646;
    padding: 15px 0px;
    font-size: 14px;
    /* line-height: 30px; */
}
.footer_bottom .bottom_left a {
    /* float: left; */
    width: auto;
    color: #464646;
}
.footer_bottom .bottom_left {
    float: left;
    width: auto;
}
.bottom_right {
    float: right;
    width: auto;
}
.footer_content.about_us ul li a:before{
	display:none;
}
.footer_content .address_info {
    float: left;
    color: #fff !important;
    width: auto !important;
    padding-left: 0 !important;
}
.about_wrap span.footer_logo a {
    padding-left: 0;
}
/**/
@keyframes bubbleShape {

    0%,
    100% {
        border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
        transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    }

    35% {
        border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
        transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
    }

    50% {
        transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    }

    65% {
        border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
        transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
    }
}

@keyframes bubbleShape2 {

    0%,
    100% {
        border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
        transform: translate3d(0, 20px, 0) rotateZ(1deg);
    }

    25% {
        border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
        transform: translate3d(-10px, 10px, 0) rotateZ(1deg);
    }

    35% {
        border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
        transform: translate3d(-20px, 0px, 0) rotateZ(1deg);
    }

    45% {
        border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
        transform: translate3d(-15px, 15px, 0) rotateZ(1deg);
    }

    55% {
        transform: translate3d(-30px, 20px, 0) rotateZ(1deg);
    }

    75% {
        border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
        transform: translate3d(-10px, 10px, 0) rotateZ(1deg);
    }
}
.img_wrap_left:before {
    position: absolute;
    content: "";
    left: -50px;
    top: 120px;
    width: 500px;
    height: 500px;
    background: #b074c8;
    background: -webkit-linear-gradient(to right, #f7e5ff, #b074c8);
    background: linear-gradient(to right, #f7e5ff, #b074c8);
    border-radius: 50% 40% 60% 50% / 20% 40% 70% 10%;
    will-change: border-radius, transform, opacity;
    animation: bubbleShape 6s linear infinite;
    display: block;
    z-index: 0;
    opacity: 0.4;
}
.img_wrap_left:after {
    position: absolute;
    content: "";
    left: 0px;
    top: 168px;
    width: 400px;
    height: 400px;
    background: #f05c5c;
    background: -webkit-gradient(linear, left top, right top, from(#f7e5ff), to(#b074c8));
    background: -o-linear-gradient(to right, #f7e5ff, #b074c8);
    background: linear-gradient(to right, #f7e5ff, #b074c8);
    border-radius: 50% 40% 60% 50% / 20% 40% 70% 10%;
    will-change: border-radius, transform, opacity;
    -webkit-animation: bubbleShape2 4s linear infinite;
    animation: bubbleShape2 4s linear infinite;
    display: block;
    z-index: 0;
    opacity: 0.3;
}
.mobile_hide{
	display:block;
}
.desktop_hide{
	display:none;
}
/*Login*/
.page.other {
    background-color: #feffff;
}
.page.other .header_main {
    background: rgb(232, 195, 178/ 83%);
}
.page.other .header {
    position: relative;
}
.login_wrap {
    width: 100%;
    max-width: 700px;
    display: table;
    margin: 16% auto 8%;
    box-shadow: 1px 2px 10px 0px #cccccc;
    float: none;
    background: #fff;
}
.login_wrap h2 {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 30px;
    margin: 12px 0 40px;
    color: #505050;
    font-family: 'helveticabold';
	letter-spacing: 0;
}
.input_wrap {
    width: 100%;
    float: left;
    min-height: 26px;
    margin-bottom: 30px;
}
.input_wrap .input_txt {
    padding: 0 0 6px;
    width: 100%;
    float: left;
    border: 0;
    background: transparent;
    /* border-radius: 4px; */
    border-bottom: 1px solid #c8c8c8;
    margin-bottom: 5px;
}
.input_wrap .fa {
    float: right;
    font-size: 16px;
    color: #136910;
    position: absolute;
    right: 0;
}
.input_wrap.link {
    border: 0;
    float: left;
    width: 100%;
    margin: 0;
    padding-top: 6%;
    text-align: right;
}
.input_wrap.link a.forgot_link {
    padding-top: 20px;
    float: left;
    color: #042a72;
    width: 100%;
}
.login_wrap input::-webkit-input-placeholder{
	color:#858585 !important;
	letter-spacing:1px;
	font-family: 'helveticaregular';
}
.login_form_left_wrap {
    background: var(--green);
    float: left;
    width: 44%;
    border-right: 1px solid #ccc;
    padding: 14% 4% 6%;
    text-align: center;
    min-height: 420px;
    height: 100%;
}
.login_form_left_wrap .login_img {
    float: left;
    width: 100%;
    margin-bottom: 28px;
}
.login_form_left_wrap p {
    color: #fff;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 19px;
    padding-top: 20px;
    float: left;
    width: 100%;
    text-align: left;
}
.login_form_left_wrap .login_img:before {
    position: absolute;
    content: "";
    left: 90px;
    top: 60px;
    width: 130px;
    height: 130px;
    background: #136910;
    background: -webkit-linear-gradient(to right, #f7e5ff, #b074c8);
    background: linear-gradient(to right, #ffffff, #f5fff58c);
    border-radius: 50% 40% 60% 50% / 20% 40% 70% 10%;
    will-change: border-radius, transform, opacity;
    animation: bubbleShape 6s linear infinite;
    display: block;
    z-index: 0;
    opacity: 0.4;
}
.login_img .fa {
    font-size: 60px;
    color: #ffffff;
    z-index: 999;
    position: relative;
}
.login_form_right_wrap {
    float: right;
    width: 56%;
    padding: 4% 2%;
    min-height: 420px;
	height:100%;
}
.login_form_right_wrap h1 {
    text-align: center;
    margin-bottom: 35px;
}
.login_form_right_wrap .btn_wrap {
    margin: 0;
    text-align: center;
    float: left;
    width: 100%;
    margin-top: 20px;
}
.login_form_right_wrap .btn_wrap .green_btn {
    float: right;
    padding: 12px 25px;
    font-size: 14px;
}
.login_form_right_wrap span.remember_text {
    float: left;
    width: auto;
    padding: 12px 0;
}
.login_form_left_wrap p a {
    color: #fff;
    font-family: 'helveticabold';
	border-bottom:1px solid #fff;
}
/*dashboard*/
.ac_wrap {
    float: left;
    width: 100%;
}
.ac_wrap .dashboard_top {
    float: left;
    width: 100%;
    background: #fff;
}
.ac_wrap .dashboard_top span.user_name {
    color: #000;
}
.db_top_left {
    float: left;
    width: 18%;
    padding: 13px;
    border-right: 1px solid #f1f2f2f2;
}
.db_logo_wrap {
    float: left;
    width: 100%;
}
.db_logo_wrap a {
    float: left;
    width: 24%;
}
.db_logo_wrap a img {
    width: 100%;
}
.db_logo_wrap span.school_name {
    float: right;
    font-family: 'helveticabold';
    color: #15233c;
    width: 70%;
    font-size: 22px;
    padding: 13px 0;
}
.db_top_right {
    float: right;
    width: 82%;
    padding: 10px 15px;
    border-left: 1px solid #eff2fa;
}
.db_top_right .db_search_wrap {
    float: left;
    width: 20%;
}
.db_top_right .db_profile_menu {
    float: right;
}
.left_menu_bar ul li {
    float: left;
    width: 100%;
    position: relative;
}
.left_menu_bar ul li a {
    float: left;
    width: 100%;
    font-size: 14px;
    text-align: left;
    color: #7a7a7a;
    padding: 13px 16px;
}
.left_menu_bar ul li a:hover{
	color:000;
}
.left_menu_bar ul li.current-left-menu-item ul li a, .left_menu_bar ul li.current-left-menu-item a{
	background:transparent !important;
	 color: #000 !important;
}
.left_menu_bar ul li:hover a {
    color: #000;
}
.left_menu_bar {
    float: left;
    width: 18%;
    border-top: 0px solid #f1f2f2;
    /* background: #15233c; */
}
.left_menu_bar ul li.ac_logo {
    background: #0b9eca;
    text-align: center;
}
.left_menu_bar ul li.ac_logo a {
    color: #fff;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    padding: 30px 0;
}
.left_menu_bar ul li.ac_logo a:hover{
   color:#fff;
   border:none;
}
.left_menu_bar ul li a .fa {
    /* font-size: 14px; */
    margin-right: 11px;
}
.left_menu_bar ul li.ac_logo a:hover {
    background: #0b9eca;
}
.top_profile_bar {
    float: left;
    width: 100%;
    background: #fff;
    padding: 5px 20px;
}
.top_left {


    float: left;
    width: auto;
    padding-top: 0px;
}
.top_left .menu_icon {
    float: left;
    color: #000;
    padding: 5px 10px 5px 0;
}

.top_right {
    float: right;
}
.company_name {
    float: left;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    color: #0b9eca;
}
.top_right ul li {
    float: left;
    margin-left: 25px;
    position: relative;
}
.top_right ul li a {
    float: left;
    font-size: 13px;
    color: #0a7c9e;
}
.top_right ul li img {
    width: 40px;
    height: 40px;
    float: left;
    border-radius: 50%;
    margin-right: 10px;
}
.top_right ul li .user_id {
    color: #0a7c9e;
    margin-top: 5px;
    float: left;
}
.top_right ul li .topSubMenu {
    position: absolute;
    top: 42px;
    right: 0;
    width: 163px;
    background: #0b9eca;
    z-index: 999;
    /* left: 0%; */
    display: none;
}
.top_right ul li .topSubMenu p {
    float: left;
    margin: 0px;
    padding: 0;
    width: 100%;
}
.top_right ul li .topSubMenu a {
    color: #fff;
    font-size: 12px;
    padding: 10px 14px 10px;
    float: left;
    width: 100%;
}
.top_right ul li:hover .topSubMenu {
	display:block;
}
.top_right ul li a .fa {
    font-size: 20px;
    padding: 10px 6px;
    float: left;
}
.db_search_wrap .input_group {
    float: left;
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-top: 10px;
}
.input_group .form_control {
    float: left;
    width: 90%;
    border: 0;
    padding: 0;
}
.input_group input::-webkit-input-placeholder{
	color:#858585; !important;
}
.input_group .search_btn {
    float: right;
    width: auto;
}
.input_group .search_btn a {
    color: #9b9a9a;
}
.db_top_right .db_profile_menu {
    float: right;
    width: auto;
}
.db_profile_menu ul li {
    float: left;
    width: auto;
    margin: 0 0 0 30px;
    position: relative;
	padding:20px 0;
}
.db_profile_menu ul li a {
    float: left;
    width: auto;
    color: #616161;
    font-size: 18px;
}
.db_profile_menu ul li a:hover {
    color: #000000;
}
.db_profile_menu ul li .notification_num {
    position: absolute;
    font-size: 10px;
    top: 10px;
    background: var(--green);
    color: #fff;
    width: 14px;
    height: 15px;
    border-radius: 50%;
    text-align: center;
	left: 11px;
}
.db_profile_menu ul li .user_profile_wrap {
    font-size: 15px;
}
.db_profile_menu ul li img.user_img {
    width: 44px;
    border: 2px solid #a9a9a9;
    border-radius: 50%;
    height: 44px;
}
.user_profile_wrap .user_name {
    font-weight: bold;
    line-height: 38px;
    float: right;
    padding-left: 6px;
    width: auto;
    color: #fff;
}
ul.dropdown-menu.dropdown-menu-default {
    position: absolute;
    background: #feffff;
    top: 0;
    font-size: 12px;
    width: 110px;
    padding: 10px 4px;
    top: 100%;
    z-index: 99;
    display: none;
    box-shadow: 0px 0px 7px -1px #898888;
}
ul.dropdown-menu.dropdown-menu-default li {
    padding: 7px 10px;
    margin-left: 0;
    width: 100%;
}
ul.dropdown-menu.dropdown-menu-default li:last-child {
    padding: 4px 10px;
}
ul.dropdown-menu.dropdown-menu-default li a {
    font-size: 14px;
}
ul.dropdown-menu.dropdown-menu-default li a:hover {
    color: #000;
}
.db_profile_menu ul li:hover ul.dropdown-menu.dropdown-menu-default{
	display:block;
}
.db_profile_menu ul li:last-child{
	padding:0;
}
.left_menu_bar ul li .user_panel {
    padding-top: 14px;
    float: left;
    width: 100%;
    padding-bottom: 20px;
}
.user_panel .user_img {
    float: none;
    width: 45%;
    display: table;
    margin: 0 auto;
    border: 2px solid #edebeb;
    padding: 10px;
    border-radius: 7px;
}
.user_panel .profile_usertitle {
    float: left;
    width: 100%;
    margin-bottom: 16px;
    text-align: center;
}
.profile_usertitle .sidebar_userpic_name {
    padding: 10px 0 4px;
    font-size: 15px;
    font-weight: bold;
}
.profile_usertitle .profile_usertitle_job {
    font-size: 13px;
    color: #747474;
    float: left;
    width: 100%;
}
.right_content_wrap {
    float: left;
    width: 82%;
    float: left;
    /* border-top: 10px solid #eff2fa; */
    background: #eff2fa;
    padding: 24px 25px;
    min-height: 800px;
    /* border-left: 10px solid #eff2fa; */
}
.right_content_wrap .inner_content {
    float: left;
    width: 100%;
    background: #fff;
    border-radius: 8px;
	padding: 30px 30px;
    box-shadow: 0 0.46875rem 2.1875rem rgba(90,97,105,.1), 0 0.9375rem 1.40625rem rgba(90,97,105,.1), 0 0.25rem 0.53125rem rgba(90,97,105,.12), 0 0.125rem 0.1875rem rgba(90,97,105,.1);
}
.user_edit_profile {
    float: left;
    width: 100%;
    margin-bottom: 40px;
    position: relative;
}
.field_wrap {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    position: relative;
}
.field_wrap .input_label {
    float: left;
    width: 100%;
    padding-bottom: 5px;
    color: #363636;
    font-weight: bold;
}
.field_wrap .input_field {
    float: left;
    width: 100%;
}
.field_wrap.half {
    width: 49.2%;
}
.field_wrap .required {
    float: none;
    padding-left: 5px;
    color: #dd0505;
    font-size: 17px;
}
.input_field.half {
    width: 49.2%;
    margin-right: 6px;
}
.field_wrap .avatar_img {
    float: left;
    width: 80px;
    height: 80px;
    margin-bottom: 15px;
    position: relative;
}
.field_wrap .avatar_img input.choose_btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.field_wrap .btn_wrap {
    margin-top: 20px;
}
/*page*/
.content {
    float: left;
    width: 100%;
    display: inline;
    margin-top: 20px;
}
.content img {
    display: inline;
    float: left;
    vertical-align: top;
    width: 100%;
}
.page_wrap {
    float: left;
    width: 100%;
    padding: 40px 0;
    position: relative;
	margin-bottom: 0;
}
/*dashboard table*/
.top_heading_wrap {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.top_heading_wrap h1 {
    float: left;
    width: auto;
    font-size: 26px;
    margin-right: 10px;
}
button.btn.add_btn {
    border: 1px solid var(--green);
    background: var(--green);
    padding: 7px 12px;
    color: #ffffff;
    font-size: 12px;
    border-radius: 2px;
    float: left;
    margin-right: 10px;
    margin-left: 3px;
	cursor:pointer;
}
.top_filter_search_wrap {
    float: left;
    width: 100%;
    padding: 20px 20px;
    background: #ebebee;
    /* border-radius: 12px; */
}
.inner_content .filter_wrap {
    float: left;
    width: 65%;
}
.filter_wrap .input_field {
    float: left;
    width: 20%;
}
.top_filter_search_wrap input[type=text], .top_filter_search_wrap input[type=password], .top_filter_search_wrap input[type=number], .top_filter_search_wrap input[type=tel], .top_filter_search_wrap input[type=date], .top_filter_search_wrap input[type=search], .top_filter_search_wrap  select {
    padding: 7px 7px;
    width: 98%;
	font-size:12px;
}
.right_bar {
    float: right;
}
.inner_content .search_wrap {
    float: right;
    width: 30%;
}
.inner_content .search_wrap .search_box {
    width: 70%;
}
.table_content {
    float: left;
    width: 100%;
    margin: 30px 0;
    overflow: auto;
}
.pagination {
    margin: 100px 0 0;
    float: left;
    width: 100%;
}
.pagination ul li {
    display: inline;
    float: left;
    width: auto;
	border-right:0;
}
.pagination ul li a {
    color: #8e8e8e;
    float: left;
    padding: 12px 17px;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    width: 100%;
    text-align: center;
}
.pagination ul li a.active {
    background-color: var(--green);
    color: #fff;
    border-radius: 50%;
}
.customer_details_table, .customer_details_table td, .customer_details_table th {
    border-bottom: 1px solid #e9e9e9;
    text-align: left;
}
.customer_details_table {
    border-collapse: collapse;
    width: 100%;
}
.customer_details_table th {
    background: #ebebee;
    color: #494646 !important;
    font-weight: bold;
}
.customer_details_table th, .customer_details_table td {
    padding: 16px 30px !important;
    font-size: 14px;
    color: #636363;
}
.customer_details_table .arrow {
    float: left;
    padding-top: 6px;
    width: 20%;
}
.customer_details_table tr span {
    float: left;
    /* width: 60%; */
    font-weight: bold;
}
.customer_details_table tr a.btn_icon {
    float: left;
    width: auto;
    padding: 0 4px;
    color: #0b0b0b;
}
/*about-page*/
.about_info_right p {
    float: left;
    width: 100%;
}
.page.other .img_wrap_left {
    margin: 7% 0;
}
.page.other .img_wrap_left:before {
    top: 38px;
}
.page.other .img_wrap_left:after {
    top: 76px;
}
.about_benefits {
    float: left;
    width: 100%;
    margin: 60px 0 0;
}
.about_benefits .features_wrap {
    width: 100%;
    margin: 0;
}
.feature_img {
    float: left;
    width: 36%;
    /* border-radius: 10px; */
}
.about_benefits .feature_content_box {
    background: #f8fdff;
    position: relative;
    width: 56%;
    margin-left: 30px;
    padding: 20px 30px;
    /* top: 34%; */
    box-shadow: 1px 2px 8px 0px #e5e5e5;
    margin-right: 0;
}
.about_benefits .feature_content_box h6 {
    color: var(--green);
}
.about_benefits .features_wrap.step_two .feature_content_box, .about_benefits .features_wrap.step_four .feature_content_box{
    margin-left: 0px;
    margin-right: 30px;
    width: 60%;
}
.about_benefits .features_wrap.step_two .feature_img, .about_benefits .features_wrap.step_four .feature_img{
    float: right;
    width: 36%;
    /* border-radius: 10px; */
}
.about_benefits .feature_content_box p {
    font-size: 15px;
    line-height: 27px;
}
/*contact-us*/
.left_address_wrap {
    float: left;
    width: 47%;
    background: #feffff;
    border-radius: 30px;
    padding: 50px;
    box-shadow: 0px 0px 21px 0 rgb(210 210 210);
}
.left_address_wrap h1.main_title {
    color: #000;
    margin-bottom: 20px;
}
.left_address_wrap .heading_wrap {
    margin-bottom: 30px;
    margin-top: 20px;
}
.left_address_wrap h4 {
    font-size: 32px;
    color: var(--green);
}
.left_address_wrap ul li {
    float: left;
    width: 100%;
    margin-top: 25px;
}
.left_address_wrap ul li .media_icon {
    float: left;
    width: 15%;
    /* background: #fff; */
}
.media_icon .fa {
    font-size: 25px;
    background: var(--green);
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 53px;
    border-radius: 50%;
    color: #fff;
}
.media_body {
    width: 85%;
    float: right;
}
.media_body h5 {
    font-size: 19px;
    margin: 0px 0 3px;
}
.media_body h5 a{
	 color: var(--blue);
}
.contact_form {
    float: right;
    /* background: #fff; */
    margin: 0px 0;
    width: 45%;
    /* border-radius: 30px; */
}
.contact_form .heading_wrap {
    margin-bottom: 40px;
}
/*FAQs*/
.faq_wrapper {
    float: left;
    width: 100%;
}
.faq_wrapper h5 {
    text-align: left;
}
.faq_wrap h5 {
    /* text-align: left; */
    /* color: var(--green); */
    text-align: center;
    color: var(--green);
    float: left;
    width: 100%;
    font-size: 30px;
    margin: 0;
    margin-bottom: 15px;
    font-family: "ITC American Typewriter Bold";
}
.faq_wrap .heading_wrap {
    text-align: center;
    margin-top: 0;
}
.faq_wrap {
    /* text-align: left; */
    float: left;
    width: 100%;
}
.faq_wrap h1{
    text-align:left;
}
.faq_wrap h4{
	font-size:25px;
	color: var(--blue);
}
.faq_sidebar {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
}
.faq_sidebar ul li {
    float: left;
    width: auto;
    margin-right: 2px;
}
.faq_sidebar ul li a {
    float: left;
    width: auto;
    position: relative;
    font-weight: 700;
    color: #7a7a7a;
    padding: 10px 15px;
}
.faq_sidebar ul li.selected_menu a, .faq_sidebar ul li:hover a {
    color: var(--green);
	border-bottom:3px solid var(--green);
}
.faq_sidebar ul li a:hover:after{
	display:block;
}
.faq_qa_wrap {
    float: left;
    width: 100%;
}
.faq_qa_wrap ul li {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    /* background: #f0fff0; */
    position: relative;
    box-shadow: 1px 2px 9px 1px #d9d6d6;
    padding: 10px 18px 15px;
    cursor: pointer;
    border-radius: 10px;
}
.faq_qa_wrap ul li h3 {
    float: left;
    width: 100%;
    color: #000000;
    margin: 0;
    position: relative;
    padding: 10px 0;
    outline: none;
    /* border: 1px solid #ccc; */
}
.faq_qa_wrap ul li h3:before {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
    content: "+";
    border: 1px solid #ccc;
    text-align: center;
    border-radius: 50%;
    line-height:18px;
}
.faq_qa_wrap ul li h3.ui-state-active:before {   
    content: "-";
}
.faq_qa_wrap ul li .faq_ans {
    float: left;
    width: 100%;
	background:#FFF;
	padding:10px;
}
/*.faq_qa_wrap ul li {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    background: #f0fff0;
    position: relative;
    box-shadow: 1px 2px 3px #ccc;
    padding: 10px 18px 15px;
	cursor:pointer;*/
}
.faq_qa_wrap ul li:hover {
    /* background: var(--blue); */
    color: var(--green);
}
.faq_qa_wrap ul li:hover h3 {
    color: var(--green);
}
.faq_qa_wrap ul li h3[aria-expanded="true"] {
	color: var(--green);
}
/*dashboard courses*/
.user_edit_profile.courses{
	padding-bottom: 30px;
    border-bottom: 1px solid #dbdbdb;
}
.user_edit_profile .course_wrap {
    float: left;
    width: 100%;
	
}
.user_edit_profile.courses h4 {
    color: var(--green);
    float: left;
    width: 100%;
    font-size: 26px;
    margin: 0;
    margin-bottom: 16px;
    font-family: "ITC American Typewriter Bold";
}
.user_edit_profile .course_wrap ul li {
    float: left;
    width: 50%;
}
.user_edit_profile .course_wrap ul li:first-child {
    width: 25%;
    margin-right: 20px;
}
.user_edit_profile .course_wrap ul li:last-child {
    width: 20%;
    float: right;
	text-align:center;
}
.user_edit_profile .course_wrap ul li ul li:last-child {
    width: auto;
    float: left;
}
.user_edit_profile .course_wrap ul li ul li {
    width: auto !important;
    margin-bottom: 10px;
    font-size: 15px;
    margin-right: 20px;
}
.user_edit_profile .course_wrap ul li ul li label.list_lable {
    font-weight: bold;
    margin-right: 9px;
    float: left;
    width: auto;
    color: var(--green);
    font-size: 16px;
}
.user_edit_profile .course_wrap ul li ul li span {
    width: auto;
    float: left;
    line-height: 20px;
}
.user_edit_profile .course_wrap ul li span.video_join_wrap {
    float: right;
    width: auto;
}
.user_edit_profile .course_wrap ul li span.video_join_wrap a {
    float: left;
    width: 100%;
    background: #098af8;
    color: #fff;
    padding: 12px 18px;
    border-radius: 4px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.5px;
}
.user_edit_profile .course_wrap ul li span.video_join_wrap a:hover {
    background: #187c19;
}
.student_assignment_wrap {
    float: left;
    width: 100%;
    margin: 16px 0 0;
}
.student_number_wrap span {
    color: #464646 !important;
    margin-top: 0 !important;
    line-height: 20px !important;
    font-family: 'helveticabold';
}
.student_number_wrap {
    float: left;
    width: auto;
    background: #fff;
    font-size: 18px;
    margin-right: 20px;
}
.student_number_wrap .feature_icon_box.asg_num {
    background: #d1ffe0;
}
.student_number_wrap .feature_icon_box.les_num {
    background: #d1e6ff;
}
.student_number_wrap label.list_lable{
    float: left;
    width: 100%;
    font-size: 18px;
    color: #7e7e7e;
}
.student_number_wrap .fa {
    color: #098af8;
    float: left;
    margin-right: 5px;
}
.student_number_wrap .feature_icon_box.asg_num .fa {
    color: #6b9453;
}
.student_number_wrap .feature_icon_box.les_num  .fa {
    color: #3b4083;
}
.lession_num {
    position: relative;
    float: right;
    font-size: 15px;
    padding: 14px 0px;
	cursor: pointer;
}
.user_edit_profile .lession_wrap {
    border: 1px solid #dddddd;
    float: left;
    width: 100%;
    margin-bottom: 12px;
    box-shadow: 1px 2px 5px 0px #f3f1f1;
}
.user_edit_profile.lessions h4 {
    padding: 12px 22px;
    width: auto;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: normal;
}
.lession_form {
    float: left;
    width: 100%;
    padding: 16px 22px 13px;
}
.field_wrap .input_field input.choose_btn {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 1;
    height: 100%;
}
.lession_num .lession_status {
    float: left;
    width: auto;
    margin-right: 10px;
}
.lession_num .lession_attachment {
    float: left;
    width: auto;
	padding: 0 20px;
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
}
.lession_num .expand_icon {
    float: right;
    width: auto;
    padding: 0 20px;
}
.lession_status .status_icon {
    float: left;
    margin-left: 10px;
    font-size: 20px;
}
.lession_num .lession_status label {
    width: auto;
    color: #000;
    font-weight: 100;
}
.lession_status .status_icon .fa{
	display:none;
}
.lession_status.complete .status_icon .fa.fa-check-circle{
    color: green;
	display:block;
}
.lession_status.pending .status_icon .fa.fa-exclamation-triangle{
    color: orange;
	display:block;
}
.lession_status.missed .status_icon .fa.fa-times-circle{
    color: red;
	display:block;
}
.lession_attachment a {
    color: #000;
    float: left;
    font-weight: bold;
}
.top_tab {
    float: left;
    width: 100%;
}
.top_tab ul li {
    float: left;
    width: auto;
}
.top_tab ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    padding: 11px 22px;
    border: 1px solid #000;
    font-size: 14px;
    border-bottom: 0;
    color: #424f5a;
    text-align: center;
    /* box-shadow: 0px 0px 3px #f9f9f9; */
}
.top_tab ul li a.active {
    background: #000;
    color: #fff;
}
.user_edit_profile.lessions {
    width: 100%;
    padding: 0;
    border-radius: 5px;
    
}
.details_wrap a.add_btn {
    float: left;
    width: auto;
    background: var(--green);
    margin-bottom: 18px;
    padding: 10px;
    border-radius: 3px;
    color: #fff;
}
.field_wrap .btn_wrap .green_btn {
    padding: 12px 30px;
}
/*main course*/
.courses_wrap ul li {
    width: 32%;
    border: 1px solid #ccc;
	background: #fff;
    margin: 0 5px 10px;
    position: relative;
    transition: all .5s cubic-bezier(0,0,.2,1);
    border-radius: 30px 0px 0px 0;
	float:left;
}
.courses_wrap .courses_img {
	float: left;
    width: 100%;
    transition: all .5s cubic-bezier(0,0,.2,1);
}
.courses_wrap .courses_img img{
	width:100%;
}
.courses_wrap ul li:hover {
    box-shadow: none;
    border-radius:0; 
}
.courses_wrap ul li:hover .courses_img a img {
    border-radius: 0;
}
.course_details_wrap h2 {
    float: left;
    width: 100%;
    margin: 0 0 6px;
}
.course_details_wrap h2 a{
    float: left;
    width: 100%;
    margin: 0 0px;
    color: #000000;
}
.course_details_wrap .list_group {
    float: left;
    width: 100%;
    margin: 10px 0;
}
.course_details_wrap .list_group .list_group_item {
    float: left;
    width: 100%;
    padding: 10px 0px;
    border-bottom: 1px solid #ccc;
    font-size: 15px;
}
.list_group_item strong {
    float: left;
    width: auto;
    letter-spacing: 0.5px;
}
.list_group_item .ml_auto {
    float: right;
	width: auto;
}
.user_edit_profile.simple_subject_wrap .bottom_wrap {
    text-align: center;
}
.user_edit_profile.simple_subject_wrap a.view_btn {
    float: left;
    width: 100%;
}
.notice_board_wrap {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    background: #e97008cc;
    /* box-shadow: 1px 2px 3px #ccc; */
}
.notice_board_wrap span.pin_icon_wrap {
    float: left;
    width: 80px;
    text-align: center;
    background: #e97008;
    color: #fff;
    height: 90px;
    font-size: 24px;
}
i.fa.fa-thumb-tack {
    vertical-align: middle;
    line-height: 90px;
}
span.notice_board_item {
    vertical-align: middle;
    float: left;
    width: 90%;
    height: 90px;
    padding-left: 26px;
}
span.notice_board_item a {
    font-size: 16px;
    color: #ffffff;
    float: left;
    width: 75%;
    padding: 15px 15px 15px 0;
}
span.notice_board_item a.see_more_btn {
    float: right;
    width: auto;
    padding: 12px 16px;
    background: #fff;
    border-radius: 3px;
    margin: 25px 0px;
    color: #000;
    font-size: 14px;
}
/**/
.progressbar_wrap {
    float: left;
    width: 100%;
}
.assignment_box {
    float: left;
    width: 49%;
    border: 1px solid #ccc;
    position: relative;
    box-shadow: 0px 0px 6px 2px #e7f2ff;
    margin-bottom: 10px;
}
.assignment_box.reward {
    float: right;
    min-height: 243px;
}
table.reward_points_table {
    float: left;
    width: 95%;
    border-collapse: collapse;
    margin: 10px;
}
.chart_list {
    float: left;
    width: 50%;
    padding: 20px 10px 20px 0;
}
.pie_chart {
    width: 45%;
    float: left;
}
.progressbar_wrap h3 {
    float: left;
    width: 100%;
    margin: 0;
    padding: 10px 14px;
    border-bottom: 1px solid #ccc;
    color: #053165;
    font-size: 17px;
}
.chart_list h5 {
    font-size: 17px;
    padding: 10px 0 14px;
    float: left;
    width: 100%;
    color: var(--green);
}
.chart_list ul{
	float:left;
	width:100%;
}
.chart_list ul li {
    width: 100% !important;
    border: 0 !important;
    border-radius: 0 !important;
    margin:0 !important;
    float: left;
	padding: 0 0 5px 0;
}

.chart_list ul li span.legend_markar{
    float: left;
    width: 13px;
    height: 13px;
    margin-right: 7px;
    /* border: 2px solid #ccc; */
    border-radius: 50%;
}
.chart_list ul li span.assigmnet_lable {
    float: left;
    width: 70%;
} 
span.assigmnet_number {
    text-align: right;
    float: right;
}
/*teacher dashboard*/
.assigmnet_progress_bar {
    float: left;
    width: 100%;
    margin-top: 20px;
}
.user_edit_profile.assignment h4 {
    padding: 12px 22px;
    width: auto;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: normal;
}
.user_edit_profile.assignment h5 {
    font-size: 26px;
    color: var(--green);
    margin-top: 0;
    margin-bottom: 20px;
}
.weekly_assignment_wrap {
    float: left;
    width: 100%;
}
.weekly_assignment_wrap ul li {
    float: left;
    width: 100% !important;
    margin-bottom: 10px;
    border: 1px solid #d1e6ff;
}
.weekly_assignment_wrap ul li span.assign_lable {
    float: left;
    width: auto;
    font-size: 17px;
    color: #0662a3;
    line-height: 28px;
}
.weekly_assignment_wrap ul li .arrow_icon {
    font-size: 16px;
    float: right;
    color: #fff;
    background: var(--blue);
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
}
.weekly_assignment_wrap ul li .arrow_icon .fa {
    line-height: 30px;
}
.assigmnet_progress_bar label {
    font-weight: bold;
    float: left;
}
.assigmnet_progress_bar span.progress_bar {
    background: #dfdfdf;
    height: 20px;
    width: 200px !important;
    margin-left: 10px;
    position: relative;
    float: left !important;
}
.assigmnet_progress_bar span.progress {
    background: #098af8;
    position: absolute;
    left: 0;
    top: 0;
    height: 20px;
    z-index: 9;
}
.assign_wrap_top {
    float: left;
    width: 100%;
    padding: 12px;
	background: #f2f8ff;
}
.assign_wrap_bottom {
    float: left;
    width: 100%;
    padding: 10px;
    border-top: 1px solid #d1e6ff;
}
.weekly_assignment_wrap ul li.assign_details_wrap {
    background: #fff;
    padding: 0;
    border: 1px solid #dbdbdb;
}
.assign_details_top {
    float: left;
    width: 100%;
}
.assign_details_bottom {
    float: left;
    width: 70%;
}
.assign_details_bottom {
    float: left;
    width: 100%;
    padding: 10px 20px;
    border-top: 1px solid #dbdbdb;
}
.assign_description_wrap {
    float: left;
    width: 100%;
    padding-right: 20px;
}
ul.meta_details {
    float: left;
    width: 100%;
    margin: 8px 0;
}
ul.meta_details li {
    float: left;
    width: auto !important;
    display: inline-block;
    border: 0;
    background: transparent;
    margin-right: 10px;
    font-size: 16px;
}
.assign_description_wrap a.download_btn {
    float: left;
    width: auto;
    margin: 10px 0;
    padding: 9px 20px;
    background: #098af8;
    border-radius: 4px;
    color: #fff;
    margin-right: 6px;
    text-align: center;
}
.assign_description_wrap a.download_btn .dn_file_name {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 13px;
}
ul.meta_details li .fa {
    margin-right: 5px;
    color: #000;
}
.assign_details_form {
    float: left;
    width: 100%;
    border-top: 1px solid #ccc;
    overflow: auto;
}
.assign_details_des{
    float: left;
    width: 100%;
}
.assign_submit_wrap {
    float: left;
    width: 65%;
    padding-right: 20px;
    border-right: 1px solid #ccc;
	min-height: 300px;
}
.assign_details_form  ul li {
    background: #fff;
    border: 0;
    padding: 0;
}
.assign_feedback_wrap, .assign_recordings_wrap {
    float: right;
    width: 34%;
    overflow: auto;
}
.assign_recordings_wrap {
    border-left: 1px solid #ccc;
}
.assign_details_wrap label {
    float: left;
    width: 100%;
    font-weight: bold;
    margin-bottom: 8px;
    font-size: 16px;
    color: var(--green);
}
ul.teacher_feedback_wrap li p {
    float: left;
    width: 100%;
    line-height: 20px;
}
table.call_record_table {
    float: left;
    width: 100%;
    border-collapse: collapse;
    overflow-x: scroll;
}
table.call_record_table th, table.call_record_table td {
    padding: 10px;
    border: 1px solid #e9e9e9;
}
table.call_record_table td a .fa {
    color: green;
}
.assign_details_bottom.missed_assignment .assign_submit_wrap {
    width: 100%;
    border: 0;
    padding-right: 0;
}
.assign_details_bottom.missed_assignment {
    border: 0;
}
.assign_details_bottom.missed_assignment .assign_details_form {
    border: 0;
}
span.project_name {
    float: left;
    width: auto;
    margin-left: 30px;
    font-size: 17px;
    line-height: 28px;
    color: #0662a3;
}
table.reward_pie_chart_table {
    float: left;
    width: 100%;
    padding: 12px;
}
table.reward_points_table td, table.reward_points_table th {
    padding: 8px;
    text-align: left;
    /* padding: 10px; */
    border: 1px solid #e9e9e9;
}
.courses_wrap {
    float: left;
    width: 100%;
    margin-top: 12px;
}
/*parent-dashboard*/
li.parent_details_wrap {
    float: left;
    width: 100%;
    border: 1px solid #d1e6ff;
    margin-bottom: 12px;
}
li.parent_details_wrap .assign_details_wrap .parent_details_top {
    padding: 0;
    background: #fff;
}
li.parent_details_wrap .parent_details_top {
    float: left;
    width: 100%;
    padding: 15px;
    /* background: #ccc; */
    /* border: 1px solid #d1e6ff; */
    /* padding: 12px; */
    background: #f2f8ff;
}
li.parent_details_wrap .parent_details_bottom {
    float: left;
    width: 100%;
    border-top: 1px solid #d1e6ff; 
   	padding:30px 15px 15px;
}
li.parent_details_wrap .parent_details_top h4 {
    width: auto;
    margin-bottom: 0;
}
.lession_num .assigmnet_progress_bar {
    width: 77%;
    margin: 0;
    padding-top: 0px;
}
.expand_icon2 {
    float: right;
    width: auto;
    padding: 8px 20px;
}
.lession_num .assigmnet_progress_bar span.progress_bar {
    width: 112px !important;
    height: 10px;
    margin-top: 4px;
    float: right;
}
.lession_num .assigmnet_progress_bar span.progress {
    height: 10px;
}
li.parent_details_wrap .parent_details_top .lession_num {
    width: 28%;
    padding: 6px 0px;
}
.courses_wrap ul li.assign_details_wrap .assigmnet_progress_bar {
    padding-top: 8px;
}
/*teacher-dashboard*/
.chart_list ul li:hover {
    box-shadow: none;
}
.user_edit_profile.teacher_dashboard .assignment_box {
    width: 32%;
    margin-bottom: 10px;
    margin-right: 10px;
    min-height: 200px;
}
.user_edit_profile.teacher_dashboard .pie_chart {
    width: 100%;
}
.user_edit_profile.teacher_dashboard .chart_list {
    float: left;
    width: 66%;
    /* padding: 10px 12px; */
}
.courses_wrap a.view_btn {
    width: 100%;
    text-align: center;
}
/*teacher-subject-details*/
ul.tab_wrap {
    float: left;
    background: var(--blue);
    width: 100%;
}
.tab_wrap li {
    float: left;
    width: auto;    
}
.tab_wrap li a {
    float: left;
    width: auto;
    padding: 12px 20px;
    color: #fff;
}
.tab_wrap li.active_content a {
    background: #fff;
    border: 0;
    border-top: 2px solid #122c5b;
    color: #000;
    border-left: 1px solid #ccc;
}
.tab_content {
    float: left;
    width: 100%;
    border: 1px solid #ccc;
    padding: 28px 10px 10px;
    border-top: 0;
    overflow: auto;
}
a.view_assign_btn {
    float: right;
    width: auto;
    padding: 10px 20px;
    background: #098af8;
    color: #fff;
}
.assign_details_form.full .assign_submit_wrap {
    width: 100%;
    border: 0;
    padding: 0;
    min-height: auto;
}
.assign_details_form.full .assigmnet_progress_bar {
    width: 70%;
    margin: 8px 0;
}
.assign_details_form.full label {
    width: auto;
}
span.assignment_submit_number {
    float: left;
    width: auto;
    margin-left: 8px;
    font-size: 15px;
}
a.add_reward_btn {
    float: left;
    width: auto;
    padding: 9px 16px;
    background: var(--blue);
    color: #fff;
}
table.call_record_table.student_list th {
    background: #000;
    color: #fff;
    font-size: 15px;
    font-weight: normal;
}
.popup_wrap {
    background: rgba(0, 0, 0, 0.37);
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    overflow: auto;
    z-index: 999;
}
.pop {
    height: auto;
    width: 350px;
    position: fixed;
    left: 50%;
    padding: 10px;
    background: #fff;
    top: 6%;
    margin-left: -175px;
}
#close_button {
    color: #c1c4c6;
    font-size: 18px;
    float: right;
    width: 3%;
    margin: 0px 8px;
    background: transparent;
    position: relative;
    height: 22px;
    padding: 0;
    padding-top: 12px;
    border: 0;
    cursor: pointer;
}
table.reward_points_table select {
    padding: 5px;
}
.popup_content_wrap .btn_wrap {
    text-align: center;
    float: none;
    width: auto;
    margin: 0 auto;
    display: table;
}
.popup_content_wrap .btn_wrap .green_btn {
    padding: 7px 26px;
    font-size: 15px;
}
.two_btn_wrap {
    float: right;
    width: auto;
}
.two_btn_wrap .edit_btn {
    margin-right: 10px !important;
    background: var(--green) !important;
}
a.download_btn.extend_date_btn {
    background: #ffa500;
}
ul.meta_details label {
    color: #187c19;
    font-weight: bold;
    /* margin: 10px 0; */
    float: left;
}
ul.meta_details label {
    color: var(--green);
    font-weight: bold;
    /* margin: 10px 0; */
    float: left;
    width: 100%;
}
.assign_description_wrap h6 {
    float: left;
    width: 100%;
    font-size: 30px;
    margin: 0 0 20px;
    color: var(--green);
}
.pop input[type=text], .pop input[type=password], .pop input[type=number], .pop input[type=tel], .pop input[type=date], .pop input[type=search], .pop textarea, .pop select{
	width:100%;
}
/*parent-subject-details*/
span.asng_submit_msg {
    margin: 20px 0;
    float: left;
    width: 100%;
    font-size: 22px;
    font-weight: bold;
}
span.asng_submit_msg.success {
    color: #2b8605;
}
span.asng_submit_msg.missed {
    color: #c00;
}
.lession_form .box{
    width: 100% !important;
}
.fa-caret-down {
    float: right;
    padding-right: 0;
    margin: 0 !important;
}
ul.sidebar_submenu {
    /* display: none; */
    background-color: #e4e8f0;
    float: left;
    box-shadow: inset 4px 1px 7px 0px #c8c8c8;
}
.left_menu_bar ul li ul.sidebar_submenu a:hover {
	background-color: #e4e8f0;
	    color: #7a7a7a;
}
ul.sidebar_submenu li {
    padding-left: 12px;
}
ul.sidebar_submenu li a {
    color: #000;
}
.field-error {
    float: left;
    color: #F44336;
}
/*addmission-page*/
.page_wrap.admission_wrap p {
    margin-top: 12px;
    float: left;
	text-align:center;
}
.page_wrap.admission_wrap h1 {
    text-align: center;
}
.addmission_form {
    float: none;
    margin: 0 auto;
    max-width: 1000px;
    text-align: center;
}
.page_wrap.admission_wrap {
    text-align: center;
}
.admission_wrap .heading_wrap, .addmission_form .heading_wrap {
    margin-bottom: 0px;
    margin-top: 14px;
}
.addmission_form p {
    margin-bottom: 38px;
    float: left;
}
.addmission_form .field_wrap label.input_label {
    text-align: left;
}
.addmission_form .box {
    width: 100%;
}
/*term wrap*/
.term_wrap{
	text-align:center;
}
.term_wrap .heading_wrap {
    margin-bottom: 35px;
    margin-top: 35px;
}
.term_date_table_wrap {
    margin: 0 auto;
    width: 700px;
    text-align: center;
    overflow: auto;
}
table.term_date_table {
    float: left;
    width: 100%;
    border-collapse: collapse;
    margin: 0% auto;
    overflow-x: scroll;
}
table.term_date_table th, table.term_date_table td {
    padding: 20px 10px;
    /* border: 1px solid #c4c4c4; */
    text-align: left;
    /* background: #00b3ff0d; */
    font-size: 14px;
    font-weight: bold;
    color: #000;
}
table.term_date_table tr {
    box-shadow: 0 2px 10px rgb(0 0 0 / 13%);
    border-radius: 5px;
}
table.term_date_table th.table_subheading {
    font-size: 17px;
    color: var(--green);
}
table.term_date_table th.table_heading {
    font-size: 19px;
    padding: 15px;
	color: #93dbff;
    background: var(--blue);
}
.holiday_list {
    float: left;
    width: 100%;
    text-align: left;
}
.holiday_list h3 {
    margin-bottom: 10px;
    float: left;
    width: 100%;
    font-size: 18px;
}
.holiday_list p {
    float: left;
    width: 100%;
}
/*fees structure*/
.fees_structure_wrap {
    width: 31%;
    margin: 40px 10px;
    float: left;
    background: #fff;
    padding: 30px;
    box-shadow: 1px 2px 8px 1px #cee1ff;
    text-align: left;
}
.page_wrap.fees_wrap .heading_wrap {
    margin: 6px 0 0px 0;
}
.fees_structure_wrap h4 {
    margin-bottom: 10px;
    color: var(--green);
}
.fees_structure {
    float: left;
    width: 100%;
    margin: 14px 0;
}
.fees_structure ul li {
    float: left;
    width: 100%;
    margin-bottom: 11px;
}
.fees_structure ul li .fa {
    color: var(--green);
}
a.view_subject {
    float: left;
    width: 100%;
    color: var(--blue);
    font-weight: bold;
}
/*curriculam*/
.curriculam_wrap .heading_wrap {
    margin: 0px 0 15px;
    text-align: center;
}
.fees_wrap p {
    font-weight: bold;
}
.curriculam_wrap p{
	font-weight:bold;
	float:left;
	width:100%;
}
.curriculam_wrap ul {
    margin-top: 20px;
    float: left;
    width: 100%;
}
.curriculam_wrap ul li {
    float: left;
    width: 31%;
    background: #feffff;
    margin: 12px;
    padding: 20px 30px;
    box-shadow: 1px 2px 8px 1px #cee1ff;
    min-height: 480px;
}
.curriculam_wrap ul li span.icon_wrap {
    font-size: 35px;
    color: var(--green);
    margin-bottom: 20px;
    float: left;
    width: 100%;
}
.curriculam_wrap ul li h5 {
    font-size: 20px;
    float: left;
    width: 100%;
    margin: 10px 0;
}
.curriculam_wrap ul li p {
    font-weight: normal;
    text-align: left;
    line-height: 25px;
}
/*key-stage-page-wrap*/
.key_stage_page_wrap p {
    text-align: center;
    font-weight: bold;
}
.key_stage_page_wrap .heading_wrap {
    margin-bottom: 5px;
}
/*key-stage-1*/
.stage_curriculam_wrap {
    float: left;
    width: 100%;
    margin-top: 34px;
}
.stage_curriculam_wrap .left_img {
    float: left;
    width: 30%;
}
.curriculam_content_wrap {
    float: right;
    width: 68%;
}
.curriculam_content_wrap h2 {
    float: left;
    width: 100%;
    font-size: 21px;
    color: #1b881b;
	margin-top:0;
}
.curriculam_content_wrap p {
    float: left;
    width: 100%;
    text-align: left;
    font-weight: normal;
}
.about_stage {
    float: left;
    width: 100%;
    margin: 20px 0 0;
    text-align: center;
    box-shadow: 1px 2px 8px 1px #cee1ff;
    padding: 20px;
}
.about_stage h4 {
    color: var(--green);
}
/*sudip's css*/
.aud_slider{
position:relative;

}
.slider_content {
    position: absolute;
    top: -2px;
    left: 0;
    color: #FFF;
    width: 100%;
    height: 100%;
    display: table;
    z-index: 9;
    background: rgb(0 0 0 / 42%);
}
.slider_content .slider_content_row {
display: table-cell;

}
.left .slider_content .slider_content_row {
text-align:left;
}
.right .slider_content .slider_content_row {
text-align:right;
}
.center .slider_content .slider_content_row {
text-align:center;
}
.middle .slider_content .slider_content_row {
vertical-align: middle;
}
.top .slider_content .slider_content_row {
vertical-align: top;
}
.bottom .slider_content .slider_content_row {
vertical-align: bottom;
}

.slider_content .container{
width: 96%;
max-width: 1160px;
margin: 0 auto;
display: block;
}
.slider_content h1 {
	font-size: 25px;
    color: #d9e5fb;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    font-family: "ITC American Typewriter Bold";
    margin-top: 50px;
	max-width: 700px;
	text-align:left;
}
.slider_content p {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 44px;
    color: #fff;
    margin-top: 0;
    line-height: 51px;
    font-family: 'helveticabold';
    max-width: 700px;
}
/**/
table {
    overflow: scroll;
}
.beatpicker .header {
    position: relative;
}
.beatpicker li.cell {
    width: 12%;
}
.banner img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 55%);
    /* opacity: .5; */
}
/**/
.dashboard_links {
    float: left;
    width: 100%;
    margin: 10px 0;
}
.dashboard_links ul li {
    float: left;
    width: 32%;
    margin-right: 11px;
    margin-bottom:10px;
	background: #058bca;
    padding: 12px;
    border-radius: 4px;
}
.dashboard_links ul li a {
    color: #fff;
    font-size: 18px;
    float: left;
    width: 100%;
}
.dashboard_links ul li a img {
    float: left;
}
.dashboard_links ul li a span {
    float: left;
    line-height: 44px;
    margin-left: 6px;
}
.dashboard_links ul li a span.link_arrow {
    float: right;
    padding: 14px 0;
}
.dashboard_links ul li:hover{
	background:var(--blue);
}
/*elementor*/
.elementor-element.elementor-element-ed80d6f.main_title.elementor-widget.elementor-widget-heading h4 {
    color: var(--green);
    float: left;
    width: 100%;
    font-size: 30px;
    margin: 0;
    margin-bottom: 0px;
    font-family: "ITC American Typewriter Bold";
}
.elementor-widget-container .img_wrap_left:before {
    left: 00px;
}
.elementor-widget-container .img_wrap_left:after {
    left: 100px;
}
/*bbb*/
label#bbb-wait-for-mod-msg {
	margin-bottom: 5px;
	font-size: 12px;
	text-align: left;
	float: left;
	width: 100%;
	color: #F00;
}
.bbb-button {
    color: #fff !important;
    background-color: #007acc !important;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    border: 0 !important;
    text-transform: uppercase;
    border-radius: 4px;
}
.lession_form select {
    width: 100%;
}
.user_edit_profile .course_wrap ul li span.video_join_wrap {
    position: relative;
}
.db_top_right .db_profile_menu {
    padding: 9px 0;
}
/*parent-dashboard*/
.courses_wrap ul li.assign_details_wrap {
    width: 100%;
    border-radius: 0;
}
.courses_wrap ul li.assign_details_wrap label {
    width: auto;
}
table.assigment_record_table {
    float: left;
    width: 100%;
    border-collapse: collapse;
    overflow-x: scroll;
}
table.assigment_record_table th, table.assigment_record_table td {
    padding: 10px;
    border: 1px solid #e9e9e9;
}
/*assignment-list*/
.assignment_list {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.assignment_list ul li {
    float: left;
    width: 100%;
    margin-top: 6px;
}
.assignment_list ul li .assign_file {
    background-color: #f2f2f2;
    border-radius: 4px;
    display: inline-block;
    line-height: 120%;
    min-width: 120px;
    padding: 8px 10px;
    float: left;
    font-size: 14px;
	width:auto;
}
.assignment_list ul li .assign_file .file_icon {
    float: left;
    width: auto;
    margin-right: 7px;
    color: #7cc04a;
}
span.file_name {
    float: left;
}
.assignment_list ul li a.delete_btn {
    padding: 10px 0;
    float: left;
    width: auto;
    margin-left: 10px;
    color: #df0000;
    /* font-weight: bold; */
}
.assign_description_wrap.half {
    width: 65%;
}
.inner_content .courses_wrap ul li {
    border-radius: 0;
}
/**/
span.attendence_icon {
   float:left;
   width:100%;
   text-align:center;
}
span.attendence_icon.absent {
    color: red;
    font-size: 15px;
}
table.attendence_table {
    float: left;
    width: 100%;
    border-collapse: collapse;
    overflow-x: scroll;
    position: relative;
    text-align: center;
}
table.attendence_table th, table.attendence_table td {
    padding: 6px 6px;
	position:relative;
}
table.attendence_table .fixed_coloumn {
    /* z-index: 9999; */
    position: sticky;
    left: 0;
    z-index: 99;
    background: var(--blue);
    color: #fff;
    text-align: center;
}
table.attendence_table th {
    font-weight: normal;
    color: #ffffff;
    font-size: 14px;
    min-width: 156px;
    padding: 13px 0;
    background: var(--blue);
}
span.attendence_icon.present {
    color: green;
}
a.statistic_btn {
    float: left;
    width: 100%;
    font-size: 13px;
    text-align: center;
    padding: 0px;
    margin-top: 10px;
    color: #000000;
	position:relative;
}
a.statistic_btn .fa {
    color: #04b1f3;
}
table.attendence_table tr:nth-child(odd) {
    background-color: #f2f8ff;
}
span.class_date {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
span.class_teacher {
    float: left;
    width: 100%;
}
/*progressbar*/
.statistic_bar_wrap .assigmnet_progress_bar span.progress_bar {
    height: 10px;
    width: 60% !important;
    margin-left: 0;
    margin-top: 4px;
}
.statistic_bar_wrap {
   position: absolute;
    background: #fff;
    bottom: 100%;
    box-shadow: 1px 2px 3px #b1b1b1;
    z-index: 9;
    padding: 7px;
    display: none;
    width: 200px;
    left: 50%;
    margin-left: -100px;
    border: 1px solid #9c9c9c;
    border-radius: 3px;
    /* overflow: hidden; */
    margin-bottom: 10px;
}
.statistic_bar_wrap:after{
	content: " ";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #bdbdbd;
    position: absolute;
    bottom: -10px;
    left: 50%;
    z-index: 999999;
    margin-left: -5px;
}
.statistic_bar_wrap .assigmnet_progress_bar label{
	font-weight: 400;
    width: 40% !important;
    font-size: 13px;
    margin: 0;
}
a.statistic_btn:hover .statistic_bar_wrap {
	display:block;
}
.statistic_bar_wrap .assigmnet_progress_bar span.progress {
    background: #098af8;
    position: absolute;
    left: 0;
    top: 0;
    height: 10px;
    z-index: 9;
    font-size: 10px;
    line-height: 10px;
    color: #fff;
	    overflow: hidden;
}
.statistic_bar_wrap .assigmnet_progress_bar {
    float: left;
    width: 100%;
    margin-top: 1px;
	
    padding: 0 !important;
}
.table_content.parent_attedence.current_assgin_details_bottom {
    padding: 0 20px;
}
/*scrollbar design*/
/* width */
::-webkit-scrollbar {
  width: 10px;
  height:7px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
/*404 page*/
.error_page .container {
    max-width: 600px;
    text-align: center;
}
.error_page h3 {
    text-transform: uppercase;
    background: linear-gradient(to right, #76d187 0%, #3b9fd9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 20vw;
    float: left;
    width: 100%;
    margin: 20px 0;
}
.error_page p.big_text {
    font-weight: bold;
    float: left;
    width: 100%;
    font-size: 50px;
    margin-bottom: 34px;
}
.error_page p {
    font-size: 20px;
    margin-bottom: 30px;
    float: left;
    width: 100%;
}
.error_page .btn_wrap.two_btn {
    width: 100%;
    float: none;
    margin: 0 auto;
    max-width: 300px;
    display: table;
}
.btn_wrap.two_btn .green_btn {
    margin: 10px;
    padding: 10px 40px;
    /* width: 100%; */
}
.btn_wrap.two_btn .green_btn.back_button {
    background: val (--blue );
}
.page_wrap.error_page {
    margin-bottom: 50px;
}
/**/
.widget_newsletterwidget .tnp-submit {
    background-color: var(--green) !important;
}

.iframe_wrap {
    padding-top: 85px;
    position: absolute;
    width: 100%;
    height: 100%;
    /* top: 0; */
    /* left: 0; */
    /* display: list-item; */
    /* float: left; */
    /* display: table; */
	z-index: -1;
}

iframe.asra_rec_frame {
    width: 100%;
    height: 100%;
    /* position: absolute; */
    left: 0;
    /* top: 0; */
}
/*fees*/
.fees_img img {
    z-index: 99;
    position: relative;
}
.fees_img:after {
    position: absolute;
    content: "";
    left: -30px;
    top: 0;
    width: 350px;
    height: 350px;
    background: #78bbff;
    background: -webkit-linear-gradient(to right,#f7e5ff,#b074c8);
    background: linear-gradient(to right,#7aa6d5,#78bbff);
    /* border-radius: 50% 40% 60% 50% / 20% 40% 70% 10%; */
    will-change: border-radius,transform,opacity;
    animation: bubbleShape 6s linear infinite;
    display: block;
    z-index: 0;
    opacity: 0.4;
}
/*Inner-page-popular-subject-wrap*/
.inner_page_subject_wrap ul li {
    width: 30%;
    width: 23%;
    background: #fff;
    margin: 0 5px 10px;
    position: relative;
    transition: all .5s cubic-bezier(0,0,.2,1);
    border-radius: 30px 0 0 0;
    display: inline-block;
    cursor: pointer;
}
.inner_page_subject_wrap ul li:hover {
    box-shadow: 1px 2px 7px #2e2e2e;
    border-radius: 30px 0 30px 0;
}
.attachment_btn{
	float: left;
    width: 100%;
    background-color: #f2f2f2;
    border-radius: 4px;
    display: inline-block;
    line-height: 120%;
    min-width: 120px;
    padding: 8px 10px;
    font-size: 18px;
    /* font-size: 15px; */
    margin-bottom: 10px;
    margin-top: 10px;
}
.attachment_btn .action_btn{
	float: right;
    padding: 0 10px;
    font-size: 18px;
    margin: 0 5px;
}
.attachment_btn .dn_file_name .fa-file{
	color:#7cc04a;
	
}
.attachment_btn .fa-download{
	color:var(--green);
	
}
.attachment_btn  .fa-edit{
	color:#098af8;
	
}
.page_wrap .container > h1 {
    display: none;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}