
/* General
======================*/
*,
:focus {
    outline: 0!important;
}
body {
    font-family: 'Droid Arabic Kufi', sans-serif;
    overflow-x: hidden;
    overflow-y: hidden;
}

/* Lists- Links
======================*/
a,a:hover,a:focus {
    text-decoration: none;
}
ul,li {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}
.rate li{
    color: #efb521!important;
}

/* img
==========================*/
img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

/* Forms
======================*/
.form-group {
    position: relative;
    overflow: hidden;
}
.form-group label {
    display: block;
    text-align:right;
    font-weight: 600;
    font-size: 13px;
    line-height: 25px;
    margin: 0 0 10px 0;
    color: #121212;
}
.form-control {
    color: #333;
    border: 1px solid #c1c1c1;
    margin: 0 auto;
    padding: 0px 10px;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    border-radius: 0;
    font-size: 12px;
    font-weight: 100;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.form-control:hover,
.form-control:focus {
    outline: 0;
    border: 1px solid #094561;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
textarea.form-control {
    height: 120px!important;
    resize: none;
    overflow-x: hidden;
    line-height: 30px;
}
input[type=radio], input[type=checkbox] {
    display: none;
}
input[type=radio]+label, input[type=checkbox]+label {
    position: relative;
    margin: 0 0 0 17px!important;
    padding-right: 32px;
    cursor: pointer;
}
input[type=radio]+label::before, input[type=checkbox]+label::before {
    content: "";
    display: block;
    text-align: center;
    font-family: FontAwesome;
    position: absolute;
    right: 0;
    top: 0px;
    line-height: 17px;
    width: 17px;
    height: 17px;
    color: inherit;
    background: #fff;
    border: 1px solid #e5e3e3;
    border-radius: 0px;
    font-size: 10px;
}
input[type=checkbox]+label::before {
    top: 0px;
}
input[type=radio]+label::before {
    border-radius: 50%
}
input[type=radio]+label:empty,
input[type=checkbox]+label:empty {
    width: 22px!important;
    padding-right: 0;
    margin: 0!important;
}
input[type=radio]:checked+label::before, 
input[type=checkbox]:checked+label::before {
    content: '\f00c';
    color: #1bb99a;
}
.radio-wrap {
    display: block;
    margin: 5px 0px;
}
@media all and (max-width:767px){
    .radio-wrap {
        width:100%;
    }   
}
.radio-wrap label i{
    display:block;
}
.radio-wrap label i:before{
    font-size: 46px;
}
.radio-wrap label span{
    display: block;
    font-size: 13px;
    font-weight: 600;
    margin-top: 5px;
}
.radio-wrap input[type="radio"]:empty, 
.radio-wrap input[type="checkbox"]:empty {
    display: none;
}
.radio-wrap input[type="radio"]:empty ~ label,
.radio-wrap input[type="checkbox"]:empty ~ label {
    position: relative;
    display: block;
    line-height: 25px;
    overflow: hidden;
    cursor: pointer;
    padding: 0;
    text-align: center;
    color: #1bb99a;
    font-weight: 100;
    font-size: 12px;
    margin: 0 auto!important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.radio-wrap input[type="radio"]:empty ~ label:before, 
.radio-wrap input[type="checkbox"]:empty ~ label:before {
    position: relative;
    float: right;
    content: '';
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #c1c1c1;
    top: 5px;
}
.radio-wrap input[type="checkbox"]:empty ~ label:before{
    border-radius: 0;
}
.radio-wrap input[type="radio"]:checked ~ label, 
.radio-wrap input[type="checkbox"]:checked ~ label {
    color: #1bb99a;
}
.radio-wrap input[type="radio"]:checked ~ label:before, 
.radio-wrap input[type="checkbox"]:checked ~ label:before {
    background: #1bb99a;
    border-color: #1bb99a;
}

/* Button
======================*/
.custom-btn {
    border: 0;
    display: inline-block;
    color: #ffffff;
    background: #1bb99a;
    line-height: 30px;
    font-size: 11px;
    font-weight: 600;
    padding: 0 15px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.custom-btn:hover ,
.custom-btn:focus {
    background: #094561;
    color: #fff;
}
.more{
    width: 120px;
    margin-top: 10px;
}
.custom-btn i{
    margin-left:5px;
}
.red{
    background: #F44336;
}
.orange{
    background: #efb521;
}

/* Tabs
========================*/
.tab-wrapper{
    margin:10px auto;
}
.nav-tabs {
    border-bottom: 0;
    background: #f1f1f1;
}
.nav-tabs > li{
    margin: 0;
}
.nav-tabs>li>a {
    margin: 0;
    line-height: 40px;
    border: none;
    border-radius: 0;
    padding: 0 25px;
    color: #232333;
    background: #f1f1f1;
    border-left: 1px solid #e8e8e8;
    font-size: 13px;
}
.nav-tabs>li.active>a, 
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover,
.nav-tabs>li>a:focus,
.nav-tabs>li>a:hover {
    color: #fff;
    background: #1bb9b0;
    border: none;
}
.tab-content {
    padding: 0;
    background: #fff;
    border: 1px solid #eee;
    border-top: 0;
    overflow: hidden;
}
@media all and (max-width:520px){
    .nav-tabs > li{
        display: block;
        width: 100%;
        float: none;
    }
    .nav-tabs > li > a{
        display: block;
        border-left: 0;
        text-align: center;
        border-bottom: 1px solid #e8e8e8;
    }
}

/*Modal
========================*/
.modal{
    z-index: 99999;
}
.modal-dialog {
    max-width: 600px;
    margin: 60px auto 10px;
    box-shadow: none;
    border-radius: 0;
}
.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    background: #f8f8f8;
}
.modal-footer {
    padding: 15px;
}
.modal-content{
    border-radius: 0;
}
.sub-title{
    display: block;
    position: relative;
    line-height: 30px;
    color: #1bb99a;
    font-size: 12px;
    font-weight: 600;
}
.sub-title.total{
    text-align: center;
    font-size: 13px;
    background: #efb521;
    line-height: 45px;
    color: #094561;
}
.sub-title.total span{
    display: inline-block;
    background: #fff;
    line-height: 30px;
    padding: 0 10px;
    font-size: 14px;
    margin-right: 5px;
}
span.hint{
    display: block;
    font-size: 12px;
    line-height: 20px;
    color: #777;
    margin-bottom: 10px;
    font-weight: 100;
}
hr {
    display: block;
    width: 100%;
    margin: 20px auto 15px;
    border: 0;
    height: 1px;
    background: #c1c1c1;
    overflow: hidden;
}

/* DatePicker
=========================*/
.input-group{
    border-left: 1px solid #c1c1c1;
    border-radius: 0;
}
.input-group .form-control{
    background: #fff;
    border-radius: 0!important;
}
.input-group-addon {
    background-color: #fff;
    border: 1px solid #c1c1c1;
    border-radius: 0!important;
}
.datetimepicker{
    left: 0;
    right: auto!important;
    float: none!important;
    width: 240px!important;
}

/* item-List
=========================*/
.item-list li{
    display: block;
    position: relative;
    font-size: 11px;
    line-height: 22px;
    padding-right: 10px;
}
.item-list li:before{
    content: " ";
    position: absolute;
    width: 5px;
    height: 5px;
    right: 0;
    top: 8px;
    background: #777;
    border-radius: 50%;
}

/* side-widg
====================*/
.side-widg{
    display: block;
    position: relative;
    background: #f7f7f7;
    text-align: center;
    padding: 10px;
}
.side-widg .title{
    display: block;
    font-weight: 600;
    line-height: 30px;
    font-size: 12px;
    color: #1bb99a;
    margin: 0px auto 5px;
}
.side-widg .info{
    display: block;
    position: relative;
    line-height: 20px;
    font-size: 11px;
    color: #777;
    margin: 5px auto;
}
.side-widg .custom-btn{}


/* Page Setting
======================*/
#wrapper {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
}
.main {
    display: block;
    position: relative;
    width: 100%;
    margin-top: 70px;
}
.main.prof{
    margin-top: 110px;
}
.page-content {
    position: relative;
    display: block;
    width: 100%;
}
.section-setting{
    display: block;
    position: relative;
    padding: 50px 0px;
}
.section-color{
    background: #f1f1f1;
}
.spacer-15{
    display:block;
    width:100%;
    height:15px;
    overflow:hidden;
}
.spacer-20{
    display:block;
    width:100%;
    height:20px;
    overflow:hidden;
}

/*Page Heading
================================*/
.page-heading {
    display: block;
    position: relative;
    text-align:right;
    background:url(../images/home-bc.jpg) center center;
    width: 100%;
    overflow: hidden;
    padding: 60px 0px;
    background-attachment: fixed;
}
.page-heading:before{
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(9, 69, 97,0.9);
    top: 0;
    right: 0;
}
.page-heading h2 {
    font-size: 24px;
    margin: 0;
    color: #efb521;
    text-align: right;
    line-height: 40px;
}
.page-heading .breadcrumb {
	background: none;
  	text-align: center;
	font-size: 14px;
	margin: 0;
	padding: 0;
    line-height: 40px;
}
@media (min-width: 992px) {
	.page-heading .breadcrumb {
		text-align:left;
    }
}
@media (max-width: 991px) {
    .page-heading {
		text-align: center;
        overflow: hidden;
        padding: 10px 0px;
    }
    .page-heading h2{
        text-align: center;
    }
}
.page-heading .breadcrumb > li + li:before {
	padding:0px 15px;
    color: #fff;
    content: "\f104";
    font-family: FontAwesome;
}
.page-heading .breadcrumb li ,
.page-heading .breadcrumb a {
	color: #f7f7f7;
	font-size: 12px;
}
.page-heading .breadcrumb > .active {
    color: #fff;
}
/*Pagenation
==============================*/
.pagenation{
    display: block;
    position: relative;
    margin:5px auto;
    text-align: center;
    padding: 5px;
    width: 100%;
    border-top: 0;
    border: 1px solid #f1f1f1;
}
.pagenation li{
    display: inline-block;
}
.pagenation li a {
    display: block;
    position: relative;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #000;
    background: #ecf0f2;
    border-radius: 0px;
}
.pagenation-cricle li a{
    border-radius: 50%;
}
.pagenation li.active a:hover ,
.pagenation li.active a ,
.pagenation li a:hover{
    background: #efb521;
    color: #fff;
}


/* Owl Carousel
===================*/
.owl-carousel .owl-wrapper-outer{
    direction: ltr;
}
.owl-pagination {
    margin: 0 auto;
    display: block;
}
.owl-theme .owl-controls .owl-page span {
    display: inline-block;
    background: none repeat scroll 0 0 rgb(9, 69, 97);
    margin: 5px 3px;
    width: 12px;
    height: 12px;
    border-radius: 20px;
}
.owl-theme .owl-controls .owl-page.active span {
    background: none repeat scroll 0 0 rgb(239, 181, 33);
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
    display: inline-block;
}

/* Section title
======================*/
.section-title{
    display: block;
    position: relative;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin: 15px auto;
    color: #1bb99a;
}
.section-title .border{
    position: relative;
    width: 80px;
    height: 3px;
    margin: 0 auto;
    background-color: #efb521;
}
.section-title .border:before{
    position: absolute;
    content:" ";
    top: -4px;
    left: 50%;
    margin-left: -4px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid #eab830;
}
/*Loading
==========================*/
.loader {
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999999;
    background: #fff;
    overflow: hidden;
}
.spinner {
    position: relative;
    width: 100px;
    height: 100px;
    margin:auto;
}
.container1 > div,
.container2 > div {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    position: absolute;
    background: #efb521;
    -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
    -moz-animation: bouncedelay 1.2s infinite ease-in-out;
    animation: bouncedelay 1.2s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
}
.spinner .spinner-container {
    position: absolute;
    width: 100%;
    height: 100%;
}
.container2 {
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}
.circle1 {
    top: 0;
    left: 0;
}
.circle2 {
    top: 0;
    right: 0;
}
.circle3 {
    right: 0;
    bottom: 0;
}
.circle4 {
    left: 0;
    bottom: 0;
}
.container2 .circle1 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}
.container2 .circle1,
.container2 .circle2,
.container2 .circle3,
.container2 .circle4 {
    background: #2fbfa3;
}
.container1 .circle2 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
.container2 .circle2 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}
.container1 .circle3 {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}
.container2 .circle3 {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}
.container1 .circle4 {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}
.container2 .circle4 {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}
@-webkit-keyframes bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0.4)
    }
    40% {
        -webkit-transform: scale(1.0)
    }
}
@keyframes bouncedelay {
    0%,
    80%,
    100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.25);
    }
    40% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}
.centered {
    position: absolute;
    left: 50%;
    top: 50%;
    padding: 5px;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
/*Profile Header
================================*/
.top-header{
    position: fixed;
    top: 0;
    width: 100%;
    height: 40px;
    left: 0;
    right: 0;
    z-index: 9999;
    background: #efb521;
}
.top-header-links{
    float: left;
    position: relative;
}
.top-header-links li{
    float:left;
}
.top-header-links li a img{
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    overflow: hidden;
}
.top-header-links li a i{
    margin: 0 5px;
}
.top-header-links li a:hover{
    -webkit-transition: .3s all;
       -moz-transition: .3s all;
            transition: .3s all;
}
@media all and (max-width:767px){
    .top-header-links .user-profile-link a{
        padding: 0 5px 0 10px;
    }
    .top-header-links .user-profile-link a span{
        display: none;
    }
}
@media all and (max-width:360px){
    .top-header-links li a , .top-header-links li.icon-link a{
        border-left: 0;
        padding: 0 5px;
    }
}

.top-header-links .dropdown{
    float: right;
    border-right: 1px solid #d8a31d;
}
.top-header-links .dropdown:hover{
    background:#f3bd33;
}
.top-header-links .dropdown .custom-btn{
    display: block;
    padding: 0px 15px;
    position: relative;
    box-shadow: none;
    font-size: 11px;
    line-height: 40px;
    min-width: 40px;
    background: #efb521;
}
.top-header-links .dropdown .custom-btn:focus ,
.top-header-links .dropdown .custom-btn:hover{
    background: transparent;
}
.top-header-links .dropdown .custom-btn i{
    font-size: 16px;
}
.top-header-links .dropdown .custom-btn .count{
    position: absolute;
    top: 13px;
    left: -8px;
    color: #094561;
    width: 15px;
    height: 15px;
    line-height: 15px;
    border-radius: 2px;
    font-size: 10px;
    z-index: 999;
    font-weight: 600;
    background: #d8a31d;
}
.top-header-links .dropdown.profile .custom-btn img{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
}
.top-header-links .dropdown .dropdown-menu{
    box-shadow: none;
    border: 0;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-top: 0;
    min-width: 220px;
    margin: 0;
    padding: 0;
    border-radius: 0;
    right: auto;
    left: 0;
    opacity:0;
    visibility:hidden;
    top: 150%;
    display: block!Important;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all;
}
.top-header-links .dropdown .dropdown-menu ul{
    overflow: hidden;
}
.top-header-links .dropdown .dropdown-menu ul li{
    display: block;
    float: none;
    line-height: 25px;
    font-size: 12px;
    color: #777;
    border-bottom: 1px solid #e0e0e0;
    padding: 0;
}
.top-header-links .dropdown .dropdown-menu ul li a{
    padding: 10px 5px;
    display: block;
    position: relative;
    font-size: 12px;
}
.top-header-links .dropdown .dropdown-menu ul li a:hover{
    background:#f2f7f8;
}
.top-header-links .dropdown .dropdown-menu ul li a .sender-img{
    float: right;
    margin: 5px auto;
}
.top-header-links .dropdown .dropdown-menu ul li a .message-content{
    display: block;
    padding-right: 45px;
}
.top-header-links .dropdown .dropdown-menu ul li a .message-content .sender-name{
    display: block;
    position: relative;
    font-size: 11px;
    font-weight:600;
    line-height: 25px;
    color: #094561;
}
.top-header-links .dropdown .dropdown-menu ul li a .message-content .message-time{
    font-size: 11px;
    color: #1bb99a;
    float: left;
    font-weight: 400;
    padding-left: 5px;
}
.top-header-links .dropdown .dropdown-menu ul li a .message-content .message-details{
    font-size: 11px;
    line-height: 20px;
    color: #555;
}
.notfy-item{
    padding: 5px 10px!important;
    font-size: 12px;
    line-height: 22px;
    border-bottom: 1px solid #e0e0e0;
}
.notfy-item .notfy-time{
    display: block;
    font-size: 11px;
    color: #4CAF50;
    font-weight: 400;
    padding-right:5px;
    text-align: right;
}
.notfy-item .notfy-time i{
    margin-right: 1px;
}

.top-header-links .dropdown.profile .profile-dropdown .heading{
    display: block;
    position: relative;
    padding: 5px;
    text-align: center;
    border-bottom: 1px solid #e0e0e0;
}
.top-header-links .dropdown.profile .profile-dropdown .heading img{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 5px solid #f2f7f8;
    padding: 3px;
}
.top-header-links .dropdown.profile .profile-dropdown .heading h3{
    display: block;
    position: relative;
    line-height: 25px;
    margin: 0;
    font-size: 12px;
    font-weight: 600;
    margin-top: 5px;
}
.top-header-links .dropdown.profile .profile-dropdown .heading p{
    display: block;
    position: relative;
    line-height: 20px;
    margin: 0;
    color: #333;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 10px;
}
.top-header-links .dropdown.profile .profile-dropdown .heading p span{
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #4CAF50;
    margin: 0px 5px 0px 0px;
}
.top-header-links .dropdown.profile .profile-dropdown ul li:last-child{
    border-bottom: 0;
}
.top-header-links .dropdown.profile .profile-dropdown ul li a{
    line-height: 45px;
    color: #444;
    padding: 0 10px;
}
.top-header-links .dropdown.profile .profile-dropdown ul li a i{
    line-height: 45px;
    font-size: 16px;
}
.top-header-links .dropdown.open .dropdown-menu{
    opacity: 1;
    visibility: visible;
    top: 100%;
    -webkit-transition: .3s all;
       -moz-transition: .3s all;
            transition: .3s all;
}
.drop-footer {
    display: block;
    position: relative;
    text-align: center;
    line-height: 40px;
    background: #f2f7f8;
}
.drop-footer a{
    display: block;
    position: relative;
    text-align: center;
    line-height: 35px;
    color: #444;
    font-weight: 600;
    font-size: 11px;
}
@media all and (max-width:520px){
    .top-header-links .dropdown .dropdown-menu{
        right:0;
        left:auto;
    }
    .top-header-links .dropdown.profile .profile-dropdown{
        left:0;
        right:auto;   
    }
}

/* header
====================*/
.header {
    position: fixed;
    background: #ffffff;
    border-bottom: 1px solid #f1f1f1;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9998;
    order: 3;
    min-height: 70px;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
}
.header.prof{
    top: 40px;
}
.header > .container {
    position: relative;
    margin-bottom: -70px;
}
.header .navbar-collapse > .container {
    position: relative;
}
.logo {
    position: relative;
    float: right;
    z-index: 9999;
    height: 60px;
    line-height: 60px;
    color: #fff;
    margin: 5px 0;
}
.logo span{
    display: inline-block;
    margin-right: 2px;
    color: #1bb99a;
    font-size: 20px;
    font-weight: bold;
}
.logo img {
    display: inline-block;
}
.btn-responsive-nav {
    display: none;
}
.header nav {
    float: left;
    margin:0px;
}
@media all and (min-width:992px) {
    .nav-main > ul.navbar-nav{
        padding: 0;
    }
    .nav-main > ul.navbar-nav > li > a {
        padding: 15px 10px;
        margin: 0;
        font-size: 11px;
        color: #094561;
        height: 70px;
        border-right: 1px solid #f1f1f1;
        text-transform: capitalize;
        font-weight: 600;
        text-align: center;
        border-radius: 0;
        -webkit-transition: all ease 0.25s;
        -moz-transition: all ease 0.25s;
        transition: all ease 0.25s;
    }
    .nav-main > ul.navbar-nav > li:last-child > a{
        border-left:1px solid #f1f1f1;
    }
    .nav-main > ul.navbar-nav > li > a > i{
        display:block;
        line-height: 20px;
        font-size: 14px;
    }
    .nav-main > ul.navbar-nav > li > a:focus ,
    .nav-main > ul.navbar-nav > li > a:hover ,
    .nav-main > ul.navbar-nav > li.active > a:focus ,
    .nav-main > ul.navbar-nav > li.active > a:hover ,
    .nav-main > ul.navbar-nav > li.active > a {
       background: #f1f1f1;
    }
}
@media all and (max-width:991px) {
    .header {
        clear: both;
    }
    .header ul.navbar-nav {
        float: none;
        padding: 10px 0;
    }
    .header > .container {
        margin-bottom: 0;
    }
    .header .nav-main-collapse {
        top: 0;
        position: relative;
        background: #094561;
        max-height: 300px;
        width: 100%;
        overflow: hidden;
        z-index: 99;
    }
    .header.colored .nav-main-collapse {
        top: -13px;
    }
    .header .nav-main-collapse.collapse {
        display: none !important;
    }
    .header .nav-main-collapse.collapse.in {
        overflow: hidden !important;
        display: block !important;
    }
    .header .nav-main {
        display: block;
        float: none;
        width: 100%;
        padding:   0;
        clear: both;
    }
    .header .nav-main ul li {
        clear: both;
        float: none;
        display: block;
    }
    .header .nav-main ul ul {
        margin-left: 20px !important;
    }
    .nav-main .navbar-nav li a {
        position: relative;
        display: block;
        font-weight: 400;
        overflow: hidden;
        font-size: 12px;
        color: #fff;
        padding: 0 10px;
        line-height: 30px;
    }
    .nav-main .navbar-nav li a i{
        margin-left: 8px;
    }
    .nav-main .navbar-nav li > a:hover,
    .nav-main .navbar-nav li > a:focus , 
    .nav-main .navbar-nav li.active > a,
    .nav-main .navbar-nav li.active > a:hover {
        background: #efb521;
        color: #fff!important;
    }
    .btn-responsive-nav {
        display: block;
        position: absolute;
        background: #1bb99a;
        top: 18px;
        left: 15px;
        width: 35px;
        height: 35px;
        padding: 0;
        border-radius: 0;
        color: #ffffff;
        border: none;
        z-index: 9999;
        -webkit-transition: background ease 0.4s;
           -moz-transition: background ease 0.4s;
                transition: background ease 0.4s;
    }
    .btn-responsive-nav i{
        font-size: 21px;
        text-align: center;
        display: block;
    }
    .btn-responsive-nav:hover,
    .btn-responsive-nav:active,
    .btn-responsive-nav:focus {
        color: #ffffff;
        background: #094561;
        outline: 0;
        box-shadow: none;
    }   
}

/* subscribe
====================*/
.subscribe {
    overflow: visible;
    background: #094561;
    margin-top: 30px;
    padding: 30px 0;
}
.subscribe .subscrib-content {
    display: block;
    margin-top: -90px;
    padding: 10px;
    background: #efb521;
    overflow: hidden;
}
.subscribe .subscrib-content .content {
    display: block;
    float: left;
    width: 100%;
    border: 2px dashed #094561;
    padding: 5px;
}
.subscribe .content h3 {
    color: #094561;
    font-size: 18px;
    font-weight: 600;
    margin: 10px 0 0;
    line-height: 30px;
}
.subscribe .content p {
    line-height: 25px;
    color: #333;
    font-size: 12px;
    font-weight: 400;
    margin: 0;
    line-height: 30px;
}
.subscribe .content .form-group {
    margin: 15px auto;
    width: 100%;
}
.subscribe .content .form-group .form-control {
    display: block;
    border: 0;
}
.subscribe .content .form-group .custom-btn {
    position: absolute;
    top: 0;
    left: 0;
    height: 40px;
    text-align: center;
}
.subscribe .content .form-group .custom-btn i {
    margin-left: 10px;
}
@media(max-width:767px) {
    .subscribe .content .form-group {
        width: 95%;
    }
    .subscribe .content .form-group .form-control {
        width: 100%;
    }
    .subscribe .content .form-group .custom-btn {
        width: 100%;
        top: auto;
        left: auto;
        position: relative;
    }
}

/* footer
====================*/
.footer{
    background: #094561;
}
.footer .widget{
    display: block;
    position: relative;
    overflow: hidden;
    margin: 10px auto;
}
.footer .widget .widget-title{
    display: block;
    position: relative;
    color: #fff;
    line-height: 35px;
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid #063e58;
}
.footer .widget .widget-content{
    display: block;
    color: #fff;
    line-height: 22px;
    font-size: 11px;
    overflow: hidden;
    border-right: 1px solid #063e58;
    border-left: 1px solid #063e58;
    padding-right: 15px;
}
.footer .widget .widget-content .useful-link{
    overflow: hidden;
    }
.footer .widget .widget-content li{
    display: block;
    line-height: 30px;
    color: #afafaf;
}
.footer .widget .widget-content .logo{
    float: none;
    display: block;
}
.footer .widget .widget-content .logo img{
    margin: 0;
}
.footer .widget .widget-content .details{
    font-size: 11px;
    color: #f1f1f1;
    line-height: 25px;
}
.footer .widget .widget-content .useful-link li a{
    display: block;
    position: relative;
    color: #f1f1f1;
    font-size: 12px;
    font-weight: 400;
    padding: 0px 15px;
}
.footer .widget .widget-content .useful-link li a:hover{
    color:#efb521;
}
.footer .widget .widget-content .useful-link li a:before{
    content: " ";
    position: absolute;
    right: 0;
    top: 10px;
    width: 5px;
    height: 5px;
    border: 1px solid #f1f1f1;
    border-radius: 50%;
}

/* Copy Rights
====================*/
.copyrights{
    color: #fff;
    background: #094561;
    font-size: 10px;
    font-weight: 400;
    word-spacing: 1px;
    line-height: 30px;
    padding: 5px 0px;
    border-top: 1px solid #063e58;
}
.copyrights a{
    letter-spacing: 1px;
    color: #fff;
    margin-right: 2px;
    display: inline-block;
    text-decoration: underline;
    font-size: 12px;
}

/* Rate
=========================*/
.subj-item .subj-stats .rate li{
    display: inline-block;
    color: #FFC107;
    float: none;
    width: auto;
    font-size: 13px;
    line-height: 20px;
}

/* Opinion Box
=========================*/
.opinion-box {
    display: block;
    margin: 10px;
    overflow: hidden;
    border: 1px solid #f1f1f1;
    padding: 10px;
    direction: rtl;
}
.opinion-box .opinion-img {
    float: right;
    position: relative;
    width: 90px;
    height: 90px;
    border: 5px solid #f1f1f1;
    border-radius: 50%;
    overflow: hidden;
    padding: 5p;
}
.opinion-box .opinion-details {
    position: relative;
    display: block;
    padding-right: 100px;
}
.opinion-box .opinion-details p {
    line-height: 20px;
    font-size: 13px;
    color: #444;
    line-height: 25px;
}
.opinion-box .opinion-details h6 {
    color: #094561;
    margin: 0;
    font-size: 11px;
    line-height: 20px;
    text-align: left;
    font-style:  italic;
}
@media all and (max-width: 767px) {
    .opinion-box {
        margin: 10px auto;
    }
}
@media all and (max-width: 420px) {
    .opinion-box {
        margin: 10px auto;
    }
    .opinion-box .opinion-img {
        float: none;
        margin: 10px auto;
        display: block;
    }
    .opinion-box .opinion-details {
        padding: 10px;
    }
}


/*funfacts
============================*/
.funfacts{
    color: #fff;
    padding: 0;
    background: url(../images/home-bc.jpg) center center;
    background-attachment: fixed;
    background-size: cover;
}
.funfacts .container-fluid{
    background: rgba(9, 69, 97,0.8);
    padding: 0;
}
.counter{
    display: block;
    text-align:center;
    margin: 0;
    padding:40px 20px;
    border-left: 1px solid rgba(255,255,255,.3);
}
.counter:last-child{
     border-left: 0;
}
.counter > img{
    height: 75px;
    margin-bottom: 25px;
}
.counter > h3 {
    display: block;
    line-height: 40px;
    margin: 15px auto;
    font-weight: 600;
    color: #fff;
    font-size: 40px;
    letter-spacing: 3px;
}
.counter > .count-name {
    display: inline-block;
    margin: 0px auto;
    position: relative;
    font-weight: 600;
    line-height: 30px;
    color: #fff;
    font-size: 19px;
    text-transform: capitalize;
    padding: 0px 30px;
}
@media all and (max-width:767px){
    .counter{
        border-bottom: 1px solid rgba(255,255,255,.3);
    }
    .counter:last-child{
        border-bottom: 0;
    }   
}

/* Book Steps
=======================*/
.book-steps{
    padding-bottom: 0;
}
.book-steps .step-title{
    display: block;
    position: relative;
    font-size: 40px;
    font-weight: 600;
    color: #1bb99a;
    line-height: 60px;
    margin: 5px 0;
}
.book-steps .step-details{
    display: block;
    position: relative;
    line-height: 25px;
    font-size: 15px;
    max-width: 310px;
    margin-bottom: 10px;
}
.book-steps img{
    height: 260px;
    margin: 0;
}

.book-steps-list .step-item{
    display: block;
    position:  relative;
    overflow: hidden;
    background: #1bb99a;
    margin: 10px auto;
    width: 100%;
    padding: 10px 0px;
}
.step-item .step-count{
    color: #fff;
    font-size: 75px;
    font-weight: 600;
    position: absolute;
    top: 0;
    left: 10px;
    width: 100%;
    text-align: left;
    opacity: 0.2;
    padding-left: 20px;
}
.step-item .step-icon{
    float: right;
    width: 80px;
    height: 80px;
    margin: 5px;
}
.step-item .step-icon img{
    height: 80px
}
.step-item .step-cont{
    display: block;
    position: relative;
    padding: 15px 100px 15px 15px;
}
.step-item .step-cont span{
    display: block;
    position: relative;
    font-size: 26px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px;
}
.step-item .step-cont span:last-child {
    font-size: 12px;
}
.book-steps .step-item:nth-child(2){
    background: #efb521;
    margin-right: 10%;
    margin-top: -30px;
}
.book-steps .step-item:nth-child(3){
    background: #094561;
    margin-right: 5%;
    margin-top: -20px;
}
@media all and (min-width:992px) and (max-width:1100px){
    .book-steps-list{
        padding-left: 30px;
    }
}
@media all and (max-width:991px){
    .book-steps .step-title {
        text-align: center;
        font-size: 30px;
        margin-bottom: 5px;
    }
     .book-steps .step-details{
        text-align: center;
        max-width: 100%;
        margin-bottom: 5px;
    }
    .book-steps img {
        margin: 5px auto;
        height: auto;
    }
    .book-steps .step-item{
        margin: 10px auto!important;
    }
}
@media all and (max-width:480px){
    .step-item .step-icon{
        display: block;
        float: none;
        margin: 10px auto;
    }
    .step-item .step-cont{
        padding: 10px;
        text-align: center;
    }
    .step-item .step-cont span{
        font-size: 22px;
    }
}

/*Subject Item
====================*/
.subj-item{
    display: block;
    position: relative;
    margin: 10px auto;
    text-align:center;
    background: #f7f7f7;
    padding: 20px 10px 10px;
}
.subj-item:hover{
    background:#f1f1f1;
}
.subj-item .subj-icon{
    display: block;
    position: relative;
    width: 140px;
    margin: 0 auto;
    padding: 0px;
}
.subj-item .subj-title{
    display: block;
    position: relative;
    line-height: 30px;
    font-size: 14px;
    font-weight: 600;
    color: #1bb99a;
    margin: 10px auto 5px;
}
.subj-item .subj-stats{
    overflow: hidden;
    margin: 5px auto;
}
.subj-item .subj-stats li{
    float: right;
    width: 50%;
    overflow: hidden;
    color: #094561;
    font-size: 12px;
}
.subj-item .subj-stats li img{
    display: inline-block;
    width: 20px;
}
.subj-item .subj-stats li.level{width: 100%;text-align: center;color: #1bb99a;font-size: 11px;font-weight: 600;margin-top: 5px;}
.subj-item .subj-stats li.level i{
    margin-left:3px;
}

/*Teacher-item
======================*/
.teacher-item{
    direction:rtl;
    display: block;
    position: relative;
    margin: 10px;
    text-align: center;
    background: #f7f7f7;
    padding: 15px;
}
.teacher-item .teacher-img{
    float: right;
    width: 75px;
    height: 75px;
    margin: 0px auto;
    border-radius: 50%;
    overflow: hidden;
    border: 5px solid #f1f1f1;
}
.teacher-item .teacher-img img {
    width: 100%;
    height: 100%;
}
.teacher-content{
    display: block;
    position: relative;
    padding: 0px 85px 0px 0px;
    text-align: right;
}
.teacher-content a.title{
    display: block;
    position: relative;
    line-height: 25px;
    font-size: 12px;
    color: #1bb99a;
    text-align: right;
    font-weight: 600;
}
.teacher-content .teacher-info .teacher-stast{
    display: inline-block;
    margin: 5px 5px 0;
}
.teacher-content .teacher-info .teacher-stast i{
    margin-left: 7px;
    color: #efb521;
    font-size: 15px;
}
.lesson-group-item .teacher-info .teacher-stast{
    margin: 5px -2px;
    padding: 0 5px;
}
.lesson-group-item .teacher-content .teacher-info {
    margin:0;
    overflow: hidden;
}
@media (max-width: 380px){
    .lesson-group-item .teacher-info .teacher-stast{
        width: 50%;
        text-align: right;
    }
}
@media (max-width: 310px){
    .lesson-group-item .teacher-info .teacher-stast{
        width: 100%;
        text-align: center;
    }
}
.teacher-content .level-type{
    display: inline-block;
    color: #094561;
    font-size: 12px;
}
.teacher-content .rate{
    float: left;
}

.teacher-content .rate li{
    color: #FFC107;
}
.teacher-content .teacher-details{
    display: block;
    position: relative;
    text-align: right;
    font-size: 11px;
    line-height: 22px;
    color: #555;
    padding: 5px 15px;
}
@media (max-width: 420px){
    .teacher-content a.title ,.teacher-item .teacher-img{
        margin:0 auto;
        float:none;
        display:block;
        text-align: center;
    }
    .teacher-item .teacher-content{
        text-align:center;
        padding:5px;
    }
}

.feat-item{
    display: block;
    position: relative;
    line-height: 22px;
    color: #333;
    font-size: 13px;
    margin: 10px 0;
}
.feat-item:last-child{
    margin-bottom: 15px;
}
.feat-item span{
    display: block;
    font-weight: 600;
    font-size: 14px;
    color: #094561;
    line-height: 30px;
    margin-bottom: 5px;
}
.teacher-book{
    text-align: center;
    margin: 0 auto;
    position: relative;
}
.teacher-book img{
    text-align: center;
    margin: 0 auto;
    height: 100%;
}
@media all and (max-width:420px){
    .teacher-book img{
        width:100%;
        height:auto;
    }
}
.wel-home {
    background: url(../images/home-bc.jpg) center center;
    background-size: cover;
    width: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.wel-home .container-fluid, .wel-home .row, .wel-home .col-md-12 {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.wel-home .container-fluid {
    background: rgba(9, 69, 97,0.7);
    padding-bottom: 30px;
}
.home-slide{
    margin:150px 0 25px;
    padding-right: 60px;
}
.home-slide .logo {
    display: block;
    position: relative;
    float: none;
    margin-bottom: 10px;
    z-index: 0;
}
.home-slide .logo span{
    font-size:30px;
    color: #fff;
}
.home-slide p {
    display: block;
    position: relative;
    font-size: 17px;
    color: #fff;
    line-height: 30px;
    font-weight: 600;
    margin: 15px 0;
    max-width: 600px;
}
.home-slide .custom-btn{
    height: 40px;
    line-height: 40px;
    width: 120px;
    text-align: center;
    font-size: 14px;
    margin: 5px auto;
}
.search-box {
    position: relative;
    background: #fff;
    padding: 0;
    max-width: 360px;
    width: 100%;
    text-align: center;
    margin: 100px auto 25px;
    padding: 15px;
}
.search-box .icon {
    display: block;
    position: relative;
    background: #efb521;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    padding: 1px 15px 15px;
    line-height: 30px;
    margin-top: 15px;
}
.search-box .icon i{
    display:block;
    font-size: 22px;
    margin: -25px auto 5px;
    width: 50px;
    height: 50px;
    background: #1bb99a;
    line-height: 50px;
    border-radius: 50%;
}
.search-box .icon:before {
    content: '';
    width: 50%;
    height: 35px;
    position: absolute;
    top: 80%;
    right: 0;
    background: #efb521;
    transform: skewY(-8deg);
    display: none;
}
.search-box .icon:after {
    content: '';
    width: 50%;
    height: 35px;
    position: absolute;
    top: 80%;
    left: 0;
    background: #efb521;
    display: none;
    transform: skewY(8deg);
}
.search-box .form-group {
    margin: 10px auto;
}
.search-box .form-group .form-control{
    margin: 0;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    font-size: 13px;
}
.search-box .form-group .custom-btn{
    display: block;
    width: 100%;
    margin: 0;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
}
@media all and (max-width:767px){
    .home-slide  ,
    .search-box{
        margin: 20px auto;
        text-align: center;
        padding: 0;
    }
    .search-box{
        margin-top: 30px;
    }
    .home-slide p{
        text-align: center;
        max-width: 100%;
        font-size: 13px;
    }
}
/*up-btn 
===========================*/
.up-btn {
    display: none;
    position: fixed;
    left: 15px;
    bottom: 15px;
    background: #000;
    -webkit-transition: .3s all;
       -moz-transition: .3s all;
            transition: .3s all;
}
.up-btn i{
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 26px;
    cursor: pointer;
}
.up-btn:hover{
    background:#efb521;
}

/*Category
===========================*/
.side-filter{
    display: block;
    position: relative;
    -webkit-transition: .3s all;
       -moz-transition: .3s all;
            transition: .3s all;
}
.side-filter .panel {
    margin-bottom: 15px;
    box-shadow: none;
    border-radius: 0;
    border: none;
    overflow: hidden;
    position: relative;
}
.side-filter .panel h4.panel-title {
    background: #094561;
    line-height: 35px;
    color: #ffffff;
    padding: 0 15px;
}
.side-filter .panel h4.panel-title a{
    display: block;
    font-size: 11px;
    font-weight: 600;
}
.side-filter .panel .panel-title > a:before {
    position: absolute;
    content: "\f106";
    font-family: FontAwesome;
    line-height: 35px;
    font-size: 20px;
    width: 35px;
    height: 35px;
    text-align: center;
    left: 0;
    background: #efb521;
    color: #fff;
    font-weight: 100;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.side-filter .panel .panel-title > a.collapsed:before {
    content: "\f107";
}
.side-filter .panel .panel-content {
	padding: 0;
	border: 1px solid #f1f1f1;
	border-top: 0;
}
.side-filter .panel .panel-content .form-group{
    margin: 0;
    padding: 10px;
    border-bottom: 1px solid #f1f1f1;
}
.side-filter .panel .panel-content .form-group:last-child{
    border-bottom: 0;
}
.side-filter .panel .panel-content  .form-group label{
    margin: 0 !important;
    font-size: 11px;
    line-height: 15px;
    color: #094561;
    padding-right: 25px;
}
.side-filter .panel .panel-content  .form-group label .rate{
    display:inline-block;
}
.side-filter .panel .panel-content  .form-group label span{
    float: left;
    color: #1bb99a;
}
.teacher-wrap{
    display:block;
    position:relative;
    overflow:hidden;
}
.teacher-list{
    margin:0 auto 15px;
    overflow: hidden;
    border: 1px solid #f1f1f1;
}
.teacher-list:hover{
    background: #f9f9f9;
}
.teacher-list .teacher-list-img img{
    width:90px;
    height: 90px;
    border-radius: 50%;
    border: 5px solid #f1f1f1;
    margin: 10px auto;
    overflow: hidden;
}
.teacher-list .teacher-list-content{
    border: 1px solid #f1f1f1;
    border-top: 0;
    border-bottom: 0;
    padding: 10px;
    min-height: 115px;
}
.teacher-list-content .title{
    display: block;
    position: relative;
    font-size: 12px;
    font-weight: 600;
    line-height: 25px;
    color: #1bb99a;
}
.teacher-list-content .sub-info{
    display: block;
    margin: 0 0 5px 0;
}
.teacher-list-content .sub-info .type{
    display: inline-block;
    font-size: 12px;
    color: #555;
}
.teacher-list-content .sub-info .type i{
    display: inline-block;
    margin-left: 1px;
}
.teacher-list-content .sub-info .rate{
    display: inline-block;
    margin-right: 5px;
}
.teacher-list-content p{
    display: block;
    position: relative;
    font-size: 11px;
    color: #555;
    line-height: 22px;
    margin: 0;
} 


.teacher-list .teacher-info{
    padding: 10px;
}
.teacher-list .teacher-info div{
    display: block;
    position: relative;
    line-height: 25px;
    text-align: right;
    font-size: 12px;
    color: #094561;
    margin: 5px auto;
}
.teacher-list .teacher-info div i{
    margin-left: 5px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background: #f1f1f1;
    color: #1bb99a;
    font-size: 11px;
}
@media all and (max-width:767px){
    .teacher-list{
        text-align: center;
    }
    .teacher-list .teacher-info div{
        text-align: center;
        display: inline-block;
    }
}
/*Only-course
==========================*/
.cousre-icon{
    display: block;
    position: relative;
    background: #fff;
    padding: 15px;
}
.cousre-icon img{}
.course-info{
    display: block;
    position: relative;
    text-align: right;
}
.course-info .title{
    display: block;
    color: #1bb99a;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}
.course-info p{
    font-size: 13px;
    color: #094561;
    line-height: 25px;
    max-width:767px;
}
.course-info .subj-stats ul.rate{
    margin: 5px 0 0;
}
.course-info .subj-stats ul.rate li{
    margin:0;
}
.course-info .subj-stats li{
    font-weight: 600;
    font-size: 13px;
    color: #094561;
    margin: 10px 0;
    display: inline-block;
    margin-left: 15px;
}
.course-info .subj-stats li img{
    display: inline-block;
    width: 26px;
} 

/* About 
==================================*/
.about{
    padding-bottom: 25px;
}
.about .about-content h2 {
    font-weight: 800;
    font-size: 36px;
    color: #f4b51b;
    text-transform: uppercase;
    line-height: 55px;
}
.about .about-content p {
    display: block;
    position: relative;
    margin: 15px auto;
    padding: 0;
    font-weight: 400;
    font-size: 17px;
    color: #777;
    line-height: 30px;
}

/*Contact
===========================*/
.contact-info{
    margin: 10px auto;
    display: block;
}
.contact-info li{
    background: #f1f1f1;
    margin: 0 auto 5px;
    padding: 20px 15px;
    font-weight: 600;
    font-size: 12px;
    line-height: 40px;
}
.contact-info li i{
    float: right;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #094561;
    font-size: 18px;
    margin-left: 10px;
    color: #fff;
} 
.contact-info li.ltr{
    direction: ltr;
    letter-spacing: 1px;
    font-size: 14px;
}
.contct-form{
    margin: 10px auto;
    display: block;
}
.contct-form h3{
    display: block;
    margin: 0 0 10px;
    line-height: 35px;
    font-weight: 600;
    color: #efb521;
    font-size: 18px;
}
.contct-form p{
    font-size: 13px;
    color: #094561;
    line-height: 25px;
    display: block;
    margin: 0 0 15px;
}
.contct-form .form-group{
    padding: 0 0 0 10px;
}
.contct-form .form-group .form-control{
    border-color: #dcdcdc;
}

/*Login
=========================*/
.login-form{
    display: block;
    margin: 0 auto;
    border: 1px solid #e0e0e0;
    max-width: 420px;
    padding: 15px;
    text-align: center;
}
.login-form .form-title{
    display: block;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 5px;
    text-align: center;
    color: #efb521;
}
.login-form hr{
    position: relative;
    margin: 15px auto;
}
.custom-title{
    overflow: hidden;
    text-align: right;
}
.custom-title .close{
    float: left;
    color: #777;
}

.login-form .social-login .custom-btn{
    display: block;
    width: 100%;
    background: #4d68a1;
    line-height: 50px;
    border-radius: 2px;
}
.login-form .social-login .custom-btn:hover{
    background: #3c5996;
}
.login-form .social-login .custom-btn i{
    font-size: 30px;
    line-height: 50px;
    vertical-align: bottom;
    margin-left: 5px;
}

.login-form label{
    text-align: right;
    display: block;
    font-size: 12px;
    margin-bottom: 15px;
    line-height: 25px;
}
.login-form .form-group .form-control{
    padding-right: 40px;
}
.login-form .form-group i{
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 40px;
    width: 40px;
    text-align: center;
    color: #777;
}
.login-form .form-group .custom-btn{
    display: block;
    width: 100%;
    line-height: 40px;
    font-weight: 600;
    font-size: 12px;
}
.login-form .remmeber{
    float: right;
}
.login-form .forget-pass {
    display: block;
    float: left;
    line-height: 25px;
}
.login-form  .forget-pass a{
    display: block;
    font-size: 13px;
    line-height: 25px;
    color: #094561;
}
.login-form .hint{
    font-size: 12px;
    line-height: 22px;
    text-align: right;
    margin: 5px auto;
    color: #777;
}
.login-form .hint a{
    display: inline-block;
}
.new-acc{
    color: #1bb99a;
    font-size: 12px;
    font-weight: 600;
    display: block;
    position: relative;
    line-height: 25px;
}

/* teacher
=====================*/
.inner-teacher-head{
    display: block;
    margin: 0 auto 15px;
    overflow: hidden;
    border: 1px solid #f1f1f1;
    padding: 15px;
}
.inner-teacher-head .inner-teacher-head-img{
    float: right;
    width: 100px;
    height: 100px;
    background: #f1f1f1;
    overflow: hidden;
    padding: 10px;
}
.inner-teacher-head  .inner-teacher-head-img img{
    width: 100%;
    height: 100%;
}
.inner-teacher-content{
    display: block;
    position: relative;
    padding-right: 120px;
}
.inner-teacher-content .title{
    display: block;
    position: relative;
    font-size: 13px;
    font-weight: 600;
    line-height: 25px;
    color: #1bb99a;
    margin-bottom: 5px;
}
.inner-teacher-content .title .price{
    float:  left;
    background: #094561;
    padding: 0 15px;
    line-height: 25px;
    border-radius: 3px;
    color: #fff;
    font-size: 11px;
}
.inner-teacher-content .sub-info{
    display: block;
    margin: 5px 0;
}
.inner-teacher-content .sub-info .type{
    display: inline-block;
    font-size: 13px;
    color: #094561;
    margin-left: 5px;
}
.inner-teacher-content .sub-info .type.stu{
    display:block;
    margin: 10px 0;
}
.inner-teacher-content .sub-info .type i{
    display: inline-block;
    margin-left: 1px;
    color: #efb521;
}
.inner-teacher-content p{
    display: block;
    position: relative;
    font-size: 12px;
    color: #555;
    line-height: 22px;
    margin: 0;
}
@media all and (max-width:520px){
    .inner-teacher-head .inner-teacher-head-img{
        float:none;
        margin:0 auto;
    }
    .inner-teacher-content{
        padding:10px;
        text-align:center;
    }
    .inner-teacher-content .title .price{
        float:none;
        display: block;
        text-align: center;
        width: max-content;
        margin: 5px auto;
    }
}
.inner-teacter-action{
    display: block;
    margin: 0 auto 15px;
    overflow: hidden;
    background: #efb521;
    padding: 15px;
    text-align: center;
    min-height: 132px;
}
.inner-teacter-action span{
    display: block;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    line-height: 35px;
    color: #ffffff;
    margin: 5px auto 10px;
}
.inner-teacter-action .custom-btn{
    background: #ffffff;
    color: #094561;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
}
.inner-teacter-action .custom-btn:hover{
   color: #ffffff;
    background: #094561;
}
.inner-teacter-action .connect-type{
    display: block;
    position: relative;
    font-size: 13px;
    font-weight: 400;
    line-height: 25px;
    color: #ffffff;
    margin: 5px 0;
}
.inner-teacher-static{
    display: block;
    position: relative;
    margin: 10px auto;
    border: 1px solid #f1f1f1;
}
.inner-teacher-static .title{
    display: block;
    position: relative;
    font-size: 12px;
    font-weight: 600;
    line-height: 40px;
    background: #094561;
    color: #fff;
    padding: 0 15px;
}
.inner-teacher-static .static-item{
    display: block;
    line-height: 40px;
    padding: 0 15px;
    overflow: hidden;
    border-bottom:1px solid #f1f1f1;
    font-size: 11px;
    font-weight: 600;
}
.inner-teacher-static .static-item .custom-btn{
    text-align:center;
    margin: 10px auto;
}
.inner-teacher-static .static-item span.rtl{
    letter-spacing:normal;
    direction: rtl;
}
.inner-teacher-static .static-item span{
    float: left;
    color: #1bb99a;
    font-size: 12px;
    font-weight: 400;
}
.inner-teacher-static .static-item:last-child{
    border-bottom:0;
}
.inner-teacher-static .static-item span .rate li{
    display:inline-block;
}

.resume  , .educate{
    display: block;
    position: relative;
    padding: 15px;
    border-bottom: 1px solid #f1f1f1;
}
.educate{
      border-bottom:0;
}
.resume span, .educate span{
    font-size: 13px;
    font-weight: 600;
    line-height: 25px;
    color: #1bb99a;
}
.resume-item .title , .educate .title{
    display: block;
    line-height: 25px;
    font-weight: 600;
    font-size: 12px;
    color: #333;
}

.resume .resume-item .date{
    display: block;
    line-height: 22px;
    font-size: 12px;
    color: #555;
}
.resume .resume-item .info,
.educate-resum-item .info {
    display: block;
    line-height: 22px;
    font-size: 11px;
    color: #777;
}
.resume .info span ,
educate-resum-item span{
    display: block;
    font-weight: 400;
    margin: 0;
    font-size: 12px;
    line-height: 22px;
}
.educate-resum-item, 
.resume-item{
     display: block;
     position: relative;
     margin: 5px auto;
}
.educate-resum-item .title span , 
.resume .title span{
    display: inline-block;
    margin-right: 10px;
    font-weight: 400;
    color: #444;
}
.resume .resume-item .info span,
.educate-resum-item .info span {
    color: #333;
    font-weight: 400;
} 

.user-profile-brief{
    display: block;
    margin: 0;
    position: relative;
    padding: 15px;
    border-bottom: 1px solid #f1f1f1;
}
.user-profile-brief p{
    display: block;
    position: relative;
    font-size: 12px;
    line-height: 22px;
    margin: 5px 0;
    color: #333;
}
.opin-list{
    position:relative;
    overflow:hidden;
}
.opin-list .opin-item{
    overflow: hidden;
    display: block;
    position: relative;
    margin: 10px;
    background: #f1f1f1;
}
.opin-list .opin-item .opin-item-img{
    padding: 5px 15px;
}
.opin-list .opin-item .opin-item-img img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: inline-block;
    margin-left: 10px;
    vertical-align: text-bottom;
    background: #ffffff;
    padding: 5px;
}

.opin-list .opin-item .opin-item-info{
    display: inline-block;
    text-align: right;
}
.opin-item-info span{
    display: block;
    font-weight: 400;
    margin: 0;
    font-size: 11px;
    line-height: 20px;
    text-align: right;
}
.opin-item-info span.name{
    font-weight: 600;
}
.opin-item-info span.lang{
    border-right: solid 3px #9b9b9b;
    padding-right: 10px;
}
.opin-item-info span.date{
}
.opin-list .opin-item .opin-item-content{
    font-size: 12px;
    line-height: 22px;
    color: #777;
    padding: 10px 15px;
}
.add-comment{
    overflow: hidden;
    background: #fff;
    padding: 5px 15px;
}
.add-comment span{
    display: block;
    position: relative;
    font-weight: 600;
    color: #1bb99a;
    line-height: 35px;
    padding: 0;
    margin-bottom: 5px;
    font-size: 12px;
}
.add-comment form{
    overflow: hidden;
    border: 1px solid #f5f5f5;
    padding: 15px 0px;
    margin-bottom: 15px
}
.add-comment form .form-group textarea.form-control{
    height:90px!important;
}
.add-comment form .custom-btn{
    margin: 0;
}
.add-comment form .rate {
    display: block;
    text-align: right;
    color: #FFC107;
    line-height: 30px;
    direction: rtl;
    padding-right: 25px;
    font-size: 15px;
}

/* Faq
=========================*/
.faq-lists{
    display: block;
    border: 1px solid #f4f4f4;
    overflow: hidden;
}
.faq-lists .faq-item{
    display: block;
    border-bottom: 1px solid #f4f4f4;
}
.faq-lists .faq-item:last-child{
    border-bottom:0
}
.faq-lists .faq-item a{
    display: block;
    position: relative;
    width: 100%;
    padding: 10px;
    overflow: hidden;
}
.faq-lists .faq-item:nth-child(odd) a{
    background: #f9f9f9;
}
.faq-lists .faq-item a:hover{
    background: #f9f9f9;
}
.faq-lists .faq-item:nth-child(odd) a:hover{
    background: #fff;
}
.faq-lists .faq-item .faq-item-img{
    float: right;
    height: 60px;
    width: 60px;
    border: 3px solid #f1f1f1;
    border-radius: 50%;
    overflow: hidden;
}
.faq-lists .faq-item .faq-item-img img{
    width: 100%;
    height: 100%;
}
.faq-lists .faq-item .faq-item-content{
    display: block;
    padding: 5px 70px 5px 5px;
}
.faq-lists .faq-item .faq-item-content .title{
    display: block;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 5px;
    color: #444;
    line-height: 25px;
}
.faq-lists .faq-item .faq-item-content .faq-time{
    font-size: 12px;
    display: block;
    color: #777;
}
.faq-lists .faq-item .faq-item-content .faq-time i{
    margin-left: 5px;
}
.ask-quest{
    display: block;
    margin: 0 auto 15px;
    overflow: hidden;
    background: #efb521;
    padding: 15px;
    text-align: center;
}
.ask-quest span{
    display: block;
    position: relative;
    font-size: 12px;
    font-weight: 600;
    line-height: 25px;
    color: #ffffff;
    margin: 10px auto;
}
.ask-quest a{
    background: #ffffff;
    color: #094561;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
}
.question {
    display: block;
    position: relative;
    background: #f4f4f4;
    padding: 15px;
    font-size: 12px;
    line-height: 26px;
    font-weight: 600;
    color: #1bb99a;
}
.question-img{
    float: right;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
}
.question-img img{
    width: 100%;
    height: 100%;
}
.question-content{
    display: block;
    padding-right: 90px;
}

.question .question-title span{
    display: block;
    color: #777;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
}
.question .question-title span i{
    margin-left: 5px;
}

.question-answ{
    display: block;
    position: relative;
    background: #f4f4f4;
    padding: 15px;
    font-size: 12px;
    line-height: 25px;
    font-weight: 400;
    color: #444;
}
.question-answ-img{
    float: right;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
}
.question-answ-img img{
    width: 100%;
    height: 100%;
}
.question-answ-content{
    display: block;
    padding-right: 90px;
}
.question-answ .info-text{
    margin: 5px 0;
}

/* Booking
===========================*/
.booking-head{
    display: block;
    position: relative;
    font-size: 12px;
    font-weight: 600;
    line-height: 40px;
    background: #f1f1f1;
    color: #094561;
    padding: 0 15px;
    margin: 10px auto;
}
.booking-content{
    display: block;
    position: relative;
    font-size: 12px;
    font-weight: 600;
    line-height: 40px;
    border: 1px solid #c1c1c1;
    color: #094561;
    padding: 15px;
    margin: 10px auto;
    overflow: hidden;
}
.booking-content .radio-wrap{
    text-align: center;
    margin: 5px auto;
    display: inline-block;
    width: 100px;
}
.booking-content .radio-wrap input[type="radio"]:empty ~ label{
    text-align: center;
    display: block;
    background: #f1f1f1;
    color: #333;
}
.booking-content .radio-wrap input[type="radio"]:empty ~ label:before{
    width: 0;
    height: 0;
    opacity: 0;
}
.booking-content .radio-wrap input[type="radio"]:checked ~ label{
    background: #1bb99a;
    color: #fff;
}
.booking-content .radio-wrap label .less-dur{
    text-align: center;
    padding: 5px 0;
}
.booking-content .radio-wrap label .less-dur span{
    margin: 0;
    text-align: center;
    line-height: 25px;
}
.booking-content .radio-wrap label .less-dur span:nth-child(1){
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin:  5px auto;
    border-radius: 50%;
    background: #fff;
    color: #efb521;
    font-size: 13px;
    font-weight: 600;
}
.booking-content .radio-wrap label .less-dur span:last-child{
    font-weight: 600;
    font-size: 12px;
}
.payment-info .empty{
    text-align: center;
    display: block;
    position: relative;
    margin: 10px auto;
    font-weight: 400;
    font-size: 13px;
}
.payment-info .empty a{
    display: block;
    width: 120px;
    margin: 10px auto;
}
.payment-info li{
    font-size: 12px;
    color: #555;
    margin: 10px auto;
}
.payment-info li span{
    background: #efb521;
    color: #fff;
    line-height: 30px;
    padding: 0 10px;
    font-size: 14px;
    margin-right: 5px;
}
.step_nav{
    display: block;
    overflow: hidden;
    margin: 10px auto 0;
    text-align: center;
    background: #094561;
}
.step_nav li{
    float: right;
    width: 33.3%;
    line-height: 40px;
    margin: 0;
    background: #094561;
    color: #fff;
    position: relative;
}
.step_nav li.active{
    background: #1bb9a6;
}
.step_nav li:after{
    content: " ";
    position: absolute;
    left: -4px;
    height: 40px;
    width: 20px;
    background: #094561;
    transform: skewX(-10deg);
    z-index: 998;
}
.step_nav li.active:after{
    background: #1bb9a6;
}
.step_nav li:last-child:after{
    display:none;
}
@media (max-width: 520px){
    .step_nav li{
        width:100%;
    }
   .step_nav li:after{
        display: none;
    }
}
.step-content{
    border: 1px solid #c1c1c1;
    padding: 15px;
    display: block;
    overflow: hidden;
}
.step-content .form-group{
    margin-bottom: 10px;
    padding: 0 10px;
}
.step-content label{
    color: #094561;
    display: block;
    width: 100%;
    line-height: 35px;
    font-size: 11px;
    font-weight: 600;
    margin: 0;
}
.step-content .form-control{
    display: block;
    height: 35px;
    line-height: 35px;
    margin: 0;
}
.step-content .img-block {
    padding: 0;
    margin: 10px auto;
    display: block;
    width: 100%;
    background: #f4f4f4;
    padding: 15px;
}
.step-content .img-block img {
    margin-bottom: 5px;
    height: 150px;
    background: #fff;
    padding: 10px;
}
.step-content .img-block .custom-file-upload {
    cursor: pointer;
    display: block!important;
    width: 150px!important;
    height: 35px;
    line-height: 35px;
    color: #fff;
    text-align: center;
    padding: 0;
    margin: 0 auto;
    font-size: 11px;
}
.step-content .img-block input[type="file"] {
    display: none;
}
.upload-img-hint{
    margin-top: 5px;
}
.upload-img-hint li.head{
    font-weight: 600;
    font-size: 13px;
}
.upload-img-hint li{
    display: block;
    line-height:25px;
    font-size: 12px;
}
.step-content label.inline{
    display: inline-block;
    line-height: 25px;
    vertical-align: top;
}
.account-type .radio-wrap ,
.step-content .radio-wrap {
    display: inline-block;
    margin: 0;
    width: 48%;
    background: #f4f4f4;
    padding: 5px;
}
.step-content .radio-wrap.third{
    width: 32.3%;
}
@media all and (max-width:520px){
    .step-content .radio-wrap ,
    .step-content .radio-wrap.third{
        width:100%;
        margin:1% auto;
    }
}

/*Profile
=====================*/
.profile-card {
    position: relative;
    display: block;
    background: #fff;
    border: 1px solid #f4f4f4;
    margin-bottom: 15px;
}
.profile-card .profile-img {
    display: block;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    margin: 10px auto;
    border: 5px solid #f1f1f1;
}
.profile-card .profile-img img {
    margin: 0 auto;
    width: 100%;
    height: 100%;
}
.profile-card .profile-name {
    display: block;
    position: relative;
    line-height: 30px;
    font-size: 12px;
    color: #094561;
    font-weight: 600;
    text-align: center;
    margin: 5px auto;
}
.profile-card .profile-menu ul {
    display: block;
    position: relative;
    padding: 0;
}
.profile-card .profile-menu ul li a {
    display: block;
    position: relative;
    color: #1a1a1a;
    border-top: 1px solid #f4f4f4;
    padding: 0;
    line-height: 35px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
}
.profile-card .profile-menu ul li a i {
    font-size: 15px;
    color: #094561;
    line-height: 35px;
    width: 35px;
    text-align: center;
}
.profile-card .profile-menu ul li.active a, 
.profile-card .profile-menu ul li:hover a {
    color: #ffffff;
    background: #1bb99a;
}
.profile-card .profile-menu ul li.active a i, 
.profile-card .profile-menu ul li:hover a i{
    color: #fff;
}
.profile-content .title{
    background: #f1f1f1;
    line-height:  35px;
    padding: 0 15px;
    font-size: 12px;
    font-weight: 600;
    color: #094561;
    margin-bottom: 15px;
}
.profile-content .title.rech{
    text-align: center;
    font-size: 14px;
    margin: 10px auto;
    display: block;
    background: transparent;
}
.inner-noty .notfy-item{
    background: #f1f1f1;
    border: 0;
    margin: 10px auto;
}
.message-wrap{
    display: block;
    position: relative;
    overflow: hidden;
    border: 1px solid #f2f7f8;
}
.message-wrap li {
    display: block;
    position: relative;
}
.message-wrap li a{
    display: block;
    position: relative;
    overflow: hidden;
    line-height: 25px;
    color: #000000;
    padding: 5px 10px;
    margin: 0;
    border-bottom: 1px solid #f1f1f1;
    text-transform: lowercase;
    font-size:14px;
}
.message-wrap li:last-child a{
    border-bottom:0;
}
.message-wrap li a:hover{
    background: #eef3f4;
}
.message-wrap li a .sender-img{
    float: right;
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow:hidden;
}
.message-wrap li a .sender-img img{
    width:100%;
    height:100%;
}
.message-wrap li a .message-content{
    display: block;
    padding-right: 70px;
    text-align: right;
}
.message-wrap li a .message-content .sender-name{
    display: block;
    position: relative;
    line-height: 25px;
    font-size: 12px;
    color: #0072bc;
    font-weight: 600;
}
.message-wrap li a .message-content .message-time{
    position: relative;
    display: block;
    line-height: 20px;
    font-size: 13px;
    color: #4CAF50;
}
.message-wrap li a .message-content .message-details{
    display: block;
    position: relative;
    font-size: 12px;
    line-height: 25px;
    color: #777;
}
@media all and (max-width:480px){
    .message-wrap li a , 
    .message-wrap li a .message-content .sender-name{
        text-align: center;
    }
    .message-wrap li a .sender-img{
        float: none;
        display: block;
        margin: 0 auto;
    }
    .message-wrap li a .message-content{
        padding: 0;
    }
}

/* Only Message */
.only-message{
    padding: 0;
}
.only-message .message-head {
    display: block;
    position: relative;
    border-bottom: 1px solid #f4f4f4;
    padding: 10px;
    overflow: hidden;
}
.only-message .message-head .sender-img {
    float: right;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
}
.only-message .message-head .sender-name {
    display: block;
    line-height: 25px;
    text-transform: capitalize;
    font-size: 13px;
    color: #0072bc;
    font-weight: 600;
    padding-right: 70px;
}
.only-message .message-head .sender-name span{
    display: block;
    font-weight: 100;
    font-size: 12px;
    color: #1bb99a;
}
.only-message .message-details{
    display: block;
    position: relative;
    line-height: 25px;
    font-size: 12px;
    color: #777;
    padding: 15px;
    border-bottom: 1px solid #f4f4f4;
}
.message-replay .form-group{
    margin: 5px 0px;
}
.message-replay .form-group .custom-btn{
    display: block;
    width: 120px;
    float: right;
}
.balance-wrap {
    overflow: hidden;
}

.balance-wrap p {
    display: block;
    position: relative;
    line-height: 20px;
    font-size: 14px;
    color: #565656;
    margin: 0 0 10px;
    padding: 5px;
    text-align: right;
    font-weight: 600;
}
.balance-wrap p.note{
    font-size: 12px;
    color:#777;
    font-style:italic;
    text-align: center;
    font-weight: 400;
}

.balance-wrap p span {
    background: #6dcef5;
    color: #fff;
    margin: 0 5px;
    padding: 0 10px;
    text-align: center
}

.balance-wrap .balance-count {
    display: block;
    margin: 0 auto 15px;
    text-align: center;
    position: relative;
    border: 1px solid #ddd;
    font-weight: 600;
    font-size: 12px;
    color: #232323;
    line-height: 35px;
    padding: 10px;
}

.balance-wrap .balance-count span {
    display: block;
    background: #efb521;
    color: #fff;
    margin-top: 5px;
    font-weight: 600;
    font-size: 14px;
}

.bill tbody tr {
    line-height: 45px
}
.get-baln {
    padding: 0 15px
}

.get-baln p {
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 10px
}

.get-baln .form-control {
    display: inline-block;
    width: 240px;
    height: 35px;
    line-height: 35px
}

.get-baln .custom-btn {
    display: inline-block;
    padding: 0 25px;
    height: 35px;
    line-height: 35px;
}

.balance-wrap .table {
    border: 1px solid #f1f1f1
}
.balance-wrap .table tbody tr,
.balance-wrap .table thead {
    border-bottom: 1px solid #f1f1f1
}
.balance-wrap .table tbody tr:last-child {
    border-bottom: 0
}
.balance-wrap .table th {
    font-size: 12px;
    color: #402E25;
    line-height: 40px;
    padding: 5px 0;
    text-align: center;
    background: 0 0
}
.balance-wrap .table td {
    text-align: center
}
@media all and (max-width:767px) {
    .balance-wrap .table thead {
        display: none
    }
    .balance-wrap .table,
    .balance-wrap .table tbody,
    .balance-wrap .table tr {
        display: block;
        width: 100%
    }
    .balance-wrap .table tbody>tr>td {
        display: block;
        margin: 0 auto;
        text-align: center;
        width: 100%!important
    }
    .balance-wrap .table td {
        line-height: 35px
    }
    .balance-wrap .table tr {
        padding-bottom: 10px
    }
}
.report-item{
    display: block;
    position: relative;
    margin: 10px auto;
    text-align: center;
    background: #f7f7f7;
    padding: 10px;
}
.report-item .report-icon{
    display: block;
    position: relative;
    background: #fff;
    padding: 5px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin: 5px auto;
}
.report-item .report-icon img{
    border-radius: 50%;
} 
.report-item .report-info{
    margin: 5px auto;
}
.report-item .report-info li{
    color: #094561;
    font-size: 13px;
    line-height: 25px;
}
.report-item .action .custom-btn i{
    margin:0
}
.report-item .action .custom-btn{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    font-size: 16px;
    padding: 0;
    text-align: center;
    font-weight: 400;
}
.stu-rat-wrap{
    background: #fdfdfd;
    padding: 15px;
}
.stu-rat-wrap .table > caption + thead > tr:first-child > th,
.stu-rat-wrap .table > colgroup + thead > tr:first-child > th, 
.stu-rat-wrap .table > thead:first-child > tr:first-child > th,
.stu-rat-wrap .table > caption + thead > tr:first-child > td,
.stu-rat-wrap .table > colgroup + thead > tr:first-child > td, 
.stu-rat-wrap .table > thead:first-child > tr:first-child > td{
    text-align: center;
}
.rat-rad input[type="radio"]:empty ~ label, 
.rat-rad input[type="checkbox"]:empty ~ label{
    height: 20px;
    text-align: center;
}
.text-left{
    text-align: left;   
}
/* app-home
========================*/
.app-home{
    background: url(../images/home-bc.jpg) center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 590px;
    width: 100%;
    position: relative;
    display: block;
    color: #fff;
    padding-top: 180px;
}
.app-home:before{
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.8);
}
.app-home h3{
    margin: 10px auto;
    font-weight: 600;
    line-height: 45px;
}
.app-home p{
    margin: 10px auto;
    font-size: 16px;
    font-weight: 600;
}
.app-home .custom-btn{
    padding: 0 35px;
    border-radius: 0;
    line-height: 45px;
    margin: 10px auto;
}
.why-teach{
    padding-top: 0;
}
.why-teach .section-title{
    margin-top: -130px;
    background: #fff;
    margin-bottom: 0px;
    width: 100%;
    display: block;
    position: relative;
    padding: 40px 0 0;
    height: 130px;
}
.why-teach .section-title h3{
    color: #000;
    margin: 0;
}
ul.feat-items{
    overflow: hidden;
    padding: 0 15px;
    position: relative;
}
ul.feat-items li.feat-iteam{
    display: block;
    overflow: hidden;
    text-align: right;
    margin: 15px auto;
    min-height: 110px;
}
li.feat-iteam img{
    float: right;
    width: 100px;
    margin: 0 auto;
}
li.feat-iteam h3{
    margin: 5px 0;
    line-height: 40px;
    font-size: 18px;
    font-weight: 600;
    display: block;
    padding-right: 110px;
}
li.feat-iteam p{
    margin: 5px 0;
    line-height:25px;
    font-size: 12px;
    font-weight: 600;
    display: block;
    padding-right: 110px;
    max-width: 480px;
}
@media all and (max-width:480px){
    .why-teach .section-title{
        margin-top: 0px;
    }
    .why-teach .section-title h3{
        font-size:22px;
        height: auto;
    }
    li.feat-iteam img{
        float: none;
        display: block;
    }
    li.feat-iteam p ,li.feat-iteam h3{
        display: block;
        text-align: center;
        padding: 0;
    }
}
.teach-login {
    display: block;
    font-size: 13px;
    line-height: 25px;
    font-weight: 600;
    background: #1bb9a6;
    padding: 15px;
    color: #fff;
}
.teach-login a {
    text-align: center;
    margin-right: 10px;
    background: #094561;
}
.vedio-area{
    display: block;
    position: relative;
    margin: 10px auto;
    background: #555;
    min-height: 500px;
    width: 100%;
}
.vedio-area span{
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 240px;
    height: 50px;
    color: #fff;
    text-align: center;
    font-size: 23px;
}
@media all and (max-width:767px){
    .vedio-area{
        height:500;
    }
}
.lesson-alert{
    display: block;
    position: relative;
    width: 100%;
    text-align: center;
    background: #f9f9f9;
    padding: 15px;
    margin: 15px auto;
}
.lesson-alert .title{
    margin: 10px auto;
    color: #1bb99a;
    font-size: 16px;
    font-weight: bold;
}
.lesson-alert .custom-btn{
       margin: 10px auto;
       min-width: 120px;
       line-height: 40px;
       font-size: 13px;
}
.green-bc{
    background: #4CAF50!important;
}
.blue-bc{
    background: #03A9F4!important;
}
.red-bc{
    background: #fa3b39!important;
}
.cat-number {
    display: block;
    padding: 10px;
    margin: 15px auto;
    text-align: center;
    overflow: hidden;
    width: 230px;
    border-radius: 3px;
    background-color: #ffffff;
    border: 1px solid #f1f1f1;
}
.cat-number>a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    color: #fff;
    background: #efb521;
    font-size: 12px;
    border: 1px solid #efb521;
    border-radius: 3px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}
.number-up{
    float:left;
}
.cat-number>* {
    float: right;
    text-align: center;
}
.cat-number>input[type=text] {
    width: calc(100% - 80px);
    height: 40px;
    margin: 0;
    border: none;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 0;
    box-shadow: none;
    color: #0a4762;
    font-size: 28px;
}
.bill{
    max-width: 420px;
    width: 100%;
    display: block;
    padding: 10px;
    background: #f9f9f9;
    margin: 10px auto;
}
.bill .form-group{
    margin:0;
}
.bill .custom-btn{
    margin:5px auto;
    text-align:center;
}