@import url(https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300%3B400%3B600%3B700%3B900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300%3B400%3B600%3B700%3B900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300%3B400%3B600%3B700%3B900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300%3B400%3B600%3B700%3B900&display=swap);

body{
    font-family: Source Sans Pro, sans-serif;
    color: #131313;
}
header .container-fluid {
    display: flex;
    align-items: center;
    padding: 20px 30px;
}
header .brand-image {
    width: 100%;
    max-width: 250px;
    text-align: center;
    min-width: 250px;
}
header .brand-image .brand-img {
    max-height: 102px;
}
header .brand-img.brand-img-mobile {
    display: none;
}
header .sub-header {
    border-top: 1px solid #fff;
    padding: 0;
    background-color: #16216a;
    min-height: 93px;
}
header .sub-header .sub-header-container {
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
header .sub-header .sub-header-container h3 {
    margin: 0;
    min-height: 92px;
    display: flex;
    align-items: center;
    font-size: 17px;
    line-height: 20px;
    width: 100%;
    max-width: 234px;
    justify-content: center;
    text-align: center;
    color: #fff;
    font-weight: 700;
    border-right: 1px solid rgb(255 255 255 / 20%);
    position: relative;
}
header .sub-header .sub-header-container h3 i {
    position: absolute;
    right: 20px;
    color: hsla(0, 0%, 100%, .6);
    font-size: 14px;
    font-weight: 600;
    top: 50%;
    transform: translateY(-50%);
}
header .sub-header ul.sub-nav {
    margin: 0;
    list-style: none;
    padding: 0 0 0 35px;
}
header .sub-header ul.sub-nav li {
    margin: 0 10px 3px;
}
header .sub-header ul.sub-nav li a {
    display: block;
    position: relative;
    color: #fff;
    font-size: 15px;
    line-height: 19px;
    text-align: center;
    text-decoration: none;
    font-family: Source Sans Pro, sans-serif;
    padding: 5px;
}
header .sub-header ul.sub-nav li a:hover {
    text-decoration: underline;
}
header .sub-header ul.sub-nav li.fsNavCurrentPage a {
    font-weight: 700;
}
.teacher-directory-content {
    padding: 40px 0;
    position: relative;
    z-index: 1;
}
.page-title {
    font-family: Source Sans Pro, sans-serif;
    color: #16216a;
    line-height: 1.2;
    font-weight: 400;
    font-size: 50px;
    margin: 0 0 50px 0px;
}
.teacher-directory-content .section-wrapper {
    display: flex;
    margin: 0 -15px;
}
.teacher-directory-content .section-wrapper .left-section {
    width: 100%;
    max-width: 320px;
    padding: 0 15px;
}
.teacher-directory-content .section-wrapper .right-section {    
    padding: 0 15px;
    width: 100%;
}
.filter-section {
    border-radius: 4px;
    position: sticky;
    top: 16px;
}
.filter-section .filter-header {
    display: flex;
    align-items: center;
    padding: 16px;
    background: #16216a;
    color: #fff;
    border-radius: 4px 4px 0 0;
}
.filter-section .filter-header img {
    max-width: 22px;
    margin: 0 12px 0 0;
    filter: invert(1);
}
.filter-section .filter-header h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 400;
}
.filter-section .filter-header .fa-chevron-down {
    margin-left: 12px;
    display: none;
}


.filter-section .filter-body {
    padding: 16px;
    border: 1px solid #d9e7f7;
    background-color: #fff;
    border-radius: 0 0 4px 4px;
}
.form-group label {
    display: block;
    width: 100%;
    margin: 0 0 4px 0;
    color: #5b6c86;
    font-weight: 400;
    line-height: 1.4;
    font-size: 12px;
    position: relative;
}
.form-group .form-control {
    background: #fff;
    border-color: #ddd;
    box-shadow: none !important;
    outline: 0 !important;
    padding: .375rem .75rem;
    color: #293041;
    border-radius: 3px;
    font-size: 12px;
    border: 1px solid #d9e7f7;
    background-image: none;
    background-color: #ffffff;
}
.form-group .dropdown {
    width: 100% !important;
}
.form-group .dropdown button.btn.dropdown-toggle {
    background: #fff;
    border-color: #ddd;
    box-shadow: none !important;
    outline: 0 !important;
    padding: .375rem .75rem;
    color: #293041;
    border-radius: 3px;
    font-size: 12px;
    border: 1px solid #d9e7f7;
    background-image: none;
    background-color: #ffffff;
}
.form-group .dropdown button.btn.dropdown-toggle:after {
    font-size: 18px;
    margin-top: 2px;
}
.dropdown-menu {
    border: 1px solid #d9e7f7;
}
.dropdown-menu .inner {
    max-height: 150px !important;
}
.dropdown-menu ul li a {
    color: #5b6c86;
    font-weight: 400;
    line-height: 1.4;
    font-size: 14px;
    position: relative;
    padding: 5px 12px;
}
.dropdown-item.active, .dropdown-item:active {
    background: #16216a;
}
.subject-dropdown .dropdown-menu.show {
    bottom: 100%;
    top: auto !important;
    transform: none !important;
}
.filter-section .filter-body button {
    width: 100%;
    font-family: Source Sans Pro, sans-serif;
    color: #fff;
    background-color: #478cfe;
    border-color: #3479eb;
    background-image: linear-gradient(#5f9bff, #478cfe 50%, #3479eb);
    box-shadow: 0 1.5px 2.5px rgba(0, 0, 0, 0.13), inset 0 2px 0 rgba(255, 255, 255, 0.1);
    border: 1px solid #3479eb;
    padding: 5px 10px;
    line-height: 1.428571429;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    border-radius: 4px;
}
.filter-section .filter-body button:hover{
    background-image: linear-gradient(to bottom, #5f9bff 0%, #478cfe 100%);
    border-color: #3479eb;
}
.filter-section .filter-body button:hover {
    background-color: rgb(60, 71, 144);
}
.form-group:last-child {
    margin-bottom: 0;
}
.teacher-item {
    padding: 16px 16px 16px;
    color: #131313;
    margin: 0 0 16px 0;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    display: flex;
}
.teacher-item .image-wrapper {
    margin: 0 16px 0px 0;
    text-align: center;
}
.teacher-item .image-wrapper img {
    /* max-width: 135px;
    min-width: 135px;
    min-height: 135px; */
    width: 150px;
    height: 200px;
    object-fit: cover;
    object-position: top;
}
.teacher-item h2 {
    line-height: 24px;
    font-family: Source Sans Pro, sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #16216a;
    /* margin: 0 0 12px 0; */
}
.teacher-item h3 {
    font-family: Source Sans Pro, sans-serif;
    font-size: 18px;
    line-height: normal;
    font-weight: 400;
    margin: 0 0 8px 0;
}
.teacher-item h4 {
    font-family: Source Sans Pro, sans-serif;
    font-size: 18px;
    line-height: normal;
    font-weight: 400;
    margin: 0 0 8px 0;
}
.read-more-btn {
    display: flex;
    color: #16216a;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
    min-height: 24px;
    /* margin: 16px 0 5px; */
    text-decoration: none !important;
}
.read-more-btn i {
    box-shadow: 0 0 0 1px #d0112b, 0 0 0 4px #ffffff, 0 0 0 5px #16216a;
    transition: box-shadow .3s ease 0s, color .3s ease 0s, background .3s ease 0s;
    width: 24px;
    height: 24px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    margin: 1px 0 0 20px;
}
.read-more-btn:hover i{
    color: #fff;
    background: #d0112b;
    box-shadow: 0 0 0 6px #d0112b, 0 0 0 5px #d0112b, 0 0 0 5px #d0112b;
}
.modal-backdrop.show {
    background: rgba(22, 33, 106, .9);
    opacity: 1;
}
.teacher-modal-wrapper .modal-dialog {
    max-width: 750px;
}
.teacher-modal-wrapper .modal-header {
    padding: 0;
    border: 0;
}
.teacher-modal-wrapper .modal-header .close {
    padding: 0;
    margin: 16px 16px 0 0;
    margin-left: auto;
    width: 32px;
    height: 32px;
    background: #f0f0f0;
    opacity: 1 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 24px;
    border-radius: 100px;
}
.teacher-modal-wrapper .modal-header .close span {
    display: flex;
    align-items: center;
    vertical-align: middle;
    font-size: 30px;
    font-weight: 500;
    margin-top: 0px;
    color: #222222;
    opacity: 1;
    text-shadow: none;
    font-family: Source Sans Pro, sans-serif;
}
.teacher-modal-wrapper .modal-body {
    padding: 24px;
}
.teacher-modal-wrapper .teacher-detail {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 24px;
    padding-bottom: 24px;
}
.teacher-modal-wrapper .teacher-detail .teacher-description h2 {
    line-height: 24px;
    font-family: Source Sans Pro, sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #16216a;
    margin: 0 0 12px 0;
}
.teacher-modal-wrapper .teacher-detail .teacher-description h3 {
    font-family: Source Sans Pro, sans-serif;
    font-size: 18px;
    line-height: normal;
    font-weight: 400;
    margin: 0 0 8px 0;
}
.teacher-modal-wrapper .teacher-detail .teacher-description h4 {
    font-family: Source Sans Pro, sans-serif;
    font-size: 18px;
    line-height: normal;
    font-weight: 400;
    margin: 0 0 8px 0;
}
.teacher-modal-wrapper .teacher-detail .image-wrapper img {
    width: 150px;
    height: 200px;
    object-fit: cover;
    object-position: top;
}
.teacher-modal-wrapper .teacher-description-wrapper .teacher-description h3 {
    font-family: Source Sans Pro, sans-serif;
    font-size: 18px;
    margin-top: 0;
    font-weight: 700;
}
.teacher-modal-wrapper .teacher-description-wrapper .teacher-description p {
    color: #131313;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
}
.teacher-modal-wrapper .teacher-description-wrapper .teacher-description ul {
    padding: 0 0 0 22px;
    color: #131313;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
}


footer .footer-top {
    background-image: url('../images/footer-background.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 158px 20px 208px;
    color: #fff;
    position: relative;
}
footer .footer-top .container {
    max-width: 1180px;
}
footer .footer-top .container .row {
    max-width: 1147px;
}
footer .footer-top .col-md-4:first-child {
    flex: 24.67306%;
    max-width: 24.67306%;
    padding: 0 3.13862% 0 0;
}
footer .footer-top .col-md-4:nth-child(2) {
    flex: 0 0 39.05841%;
    max-width: 39.05841%;
    padding: 0 3.13862%;
}
footer .footer-top .col-md-4:nth-child(3) {
    padding: 0 0 0 3.13862%;
    flex: 0 0 36.26853%;
    max-width: 36.26853%;
}
footer .footer-top:before {
    content: '';
    position: absolute;
    background: linear-gradient(180deg, #16216a 20%, rgba(22, 33, 106, 0));
    width: 100%;
    height: 100%;
    top: 0;
    background-color: rgb(22 33 106 / 80%);
    left: 0;
}
footer .footer-top .brand-image {
    max-width: 247px;
    margin:0 0 30px 0;
}
.social-footer {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 247px;
}
.social-footer li a {
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    margin: 0 5px 11px 6px;
    color: #fff;
    font-size: 17px;
    text-decoration: none;
    transition: all .3s ease 0s;
}
.social-footer li a:hover {
    background-color: #fff;
    color: #16216a;
}
.footer-message {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 24px;
    font-weight: 700;
}
.footer-contact {
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
}
.footer-contact p span font {
    line-height: 26px;
    position: relative;
    top: 1px;
}
.footer-contact h4 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    margin: 0;
}
.contactus {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    text-decoration: none;
}
.contactus:hover {
    color: #fff;
    text-decoration: underline;
}
footer .footer-top ul.fsNavLevel1 {
    list-style: none;
    padding: 0;
    margin: 0;
    column-gap: 20px;
    margin-bottom: 35px;
    margin-top: -8px;
}
footer .footer-top ul.fsNavLevel1 li a {
    display: inline-block;
    padding: 0;
    margin: 0;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    font-family: Source Sans Pro, sans-serif;
    text-align: left;
    text-transform: none;
    text-decoration: none;
}
footer .footer-top ul.fsNavLevel1 li a:hover {
    text-decoration: underline;
}
footer .footer-top ul.fsNavLevel1 li a .fsStyleSROnly {
    display: none;
}
footer .footer-top ul.fsNavLevel1 li {
    padding: 10px 0;
    margin: 0;
    border-bottom: 1px solid hsla(0, 0%, 89.8%, .3);
    display: inline-block;
}
footer .footer-top ul.fsNavLevel1 li:first-of-type {
    border-top: 1px solid rgba(0, 0, 0, 0);
}
footer .footer-top ul.fsNavLevel1 li:nth-child(5) {
    border-top: 1px solid rgba(0, 0, 0, 0);
}
.GOE-image img {
    max-width: 246px;
}
.footer-bottom ul.fsNavLevel1 {
    display: flex;
    list-style: none;
    padding: 10px 0 0 0;
    margin: 0 0 70px 0;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.footer-bottom ul.fsNavLevel1 li {
    display: flex;
    margin: 0 12px 10px;
}
.footer-bottom ul.fsNavLevel1 li a {
    display: inline-block;
    padding: 5px;
    margin: 0;
}
.footer-bottom ul.fsNavLevel1 li a img {
    display: block;
    max-height: 50px;
}
.footer-bottom p {
    margin: 22px 0 0;
    line-height: 1.35714;
    font-style: normal;
    text-align: center;
    color: #131313;
    font-size: 14px;
    font-weight: 400;
    padding: 0 10px 10px;
}
.footer-bottom ul.fsNavLevel1 .nav-link-cambridge img {
    max-width: 80px;
}
.footer-bottom ul.fsNavLevel1 .nav-link-cios img {
    max-width: 69px;
}
.footer-bottom ul.fsNavLevel1 .nav-link-edexcel img {
    max-width: 95px;
}
.footer-bottom ul.fsNavLevel1 .nav-link-fobisia img {
    max-width: 133px;
}
.footer-bottom ul.fsNavLevel1 .nav-link-tgsg img {
    max-width: 44px;
}
.footer-bottom ul.fsNavLevel1 .nav-link-hmc img {
    max-width: 60px;
}
.footer-bottom ul.fsNavLevel1 .nav-link-iaps img {
    max-width: 60px;
}
.footer-bottom ul.fsNavLevel1 .nav-link-ib img {
    max-width: 40px;
}
.footer-bottom ul.fsNavLevel1 .nav-link-isa img {
    max-width: 48px;
}
.footer-bottom ul.fsNavLevel1 .nav-link-aobso img {
    max-width: 139px;
}   

.loader-main {
    background-color: rgba(0, 0, 0, 0.6);
    height: 100vh;
    width: 100%;
    z-index: 1000;
    position: fixed;
    top: 0;
    bottom: 0;
  }
  
  .loader-main .loader-img {
    top: 50%;
    /* margin-top: -50px; */
    position: fixed;
    right: 50%;
    margin-right: -160px;
    width: 280px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .no-teacher-found {
        border: 1px solid #e5e5e5;
        text-align: center;
        padding: 15px;
        min-height: 200px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.filter-section .filter-header .btn-secondary {
    padding: 5px 12px;
    border: 1px solid #fff;
    border-radius: 4px;
    background-color: transparent;
    font-size: 14px;
    line-height: 1.14286;
    font-weight: 400;
    font-family: Source Sans Pro, sans-serif;
    margin-left: auto;
}
.filter-section .filter-header .btn-secondary:hover {
    border-color: #fff;
    color: #16216a;
    background: #fff;
} 

/* pagination start*/

.pagination-nav-wrapper ul {
    display: flex;
    justify-content: center;
    margin: 24px 0 24px 0;
    padding:0px;
}
.pagination-nav-wrapper .pagination {
    margin-bottom: 0;
}
.pagination-nav-wrapper .pagination .page-link {
    border: 1px solid #e5e5e5;
    color: #5b6c86;
    font-weight: 400;
    font-size: 14px;
    position: relative;
    box-shadow: none;
    text-align: center;
    padding: 5px 12px;
    min-height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .2s;
}
.pagination-nav-wrapper .pagination .page-link:hover {
    background-color: #e5e5e5;
    color: #16216a;
}
.pagination-nav-wrapper .pagination .active .page-link {
    background-color: #16216a;
    color: #fff;
    border-top-color: #16216a;
    border-bottom-color: #16216a;
}
.pagination-nav-wrapper .pagination li:first-child a, .pagination-nav-wrapper .pagination li:last-child a {
    min-width: 78px;
}

.page-link-right{
    margin-right:5px;
}

.page-link-left{
    margin-left:5px;
}


@media(max-width:499px){
    .page-link-right,    
    .page-link-left{
        display:none;
    }

    .pagination-nav-wrapper .pagination li:first-child a, .pagination-nav-wrapper .pagination li:last-child a{
        min-width:auto;
    }
}
/* pagination end */

/* responsive css */
@media(max-width:1220px){
    header .container-fluid{
        padding-left: calc(8.31111px + 1.77778vw);
        padding-right: calc(8.31111px + 1.77778vw);
    }
    .page-title{
        margin-bottom: calc(-4.62687px + 4.47761vw);
        font-size: calc(13.58209px + 2.98507vw)
    }
}

@media(max-width:1024px){
    header .brand-image{
        max-width: 152px;
        min-width: 152px;
    }
    header .brand-image .brand-img {
        max-height: 62px;
    }
    .container{
        max-width: 100%;
    }
    .social-footer{
        flex-wrap: wrap;
    }
    footer .footer-top{
        padding: 51px 20px 90px;
    }
}

@media(max-width:767px){
    header .container-fluid{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    header .brand-image {
        max-width: 135px;
        min-width: 130px;
    }
    header .brand-image .brand-img {
        max-height: 52px;
    }
    header .sub-header .sub-header-container h3{
        max-width: 200px;
    }
    .teacher-directory-content .section-wrapper{
        flex-wrap: wrap;
    }
    .teacher-directory-content .section-wrapper .left-section{
        max-width: 100%;
        margin-bottom: 15px;
    }
    footer .footer-top ul.fsNavLevel1{
        column-count: initial;
    }
    .filter-section .filter-header .fa-chevron-down{
        display: block;
        font-size: 14px;
    }
    .filter-section .filter-header {
        border-radius: 4px;
    }
    .filter-section .filter-header h3{
        margin-right: auto;
    }
    .filter-section .filter-body {
        display: none;
    }
    .filter-section .filter-body.filter-show{
        display: block;
    }
}
@media(max-width:600px){
    header{
        background: #16216a;
    }
    header .brand-image .brand-img {
        display: none;
    }
    header .brand-img.brand-img-mobile {
        display: block;
    }
    .teacher-modal-wrapper .modal-body{
        padding: 16px;
    }
    .teacher-modal-wrapper .teacher-detail .image-wrapper {
        order: 1;
        margin: 0 0 15px 0;
    }
    .teacher-modal-wrapper .teacher-detail {
        flex-wrap: wrap;
        margin-bottom: 16px;
        padding-bottom: 16px;
    }
    .teacher-modal-wrapper .teacher-detail .teacher-description {
        width: 100%;
        order: 2;
    }
    footer .footer-top .container .row{
        display: block;
    }
    footer .footer-top .col-md-4 {
        flex: 100% !important;
        max-width: 250px !important;
        padding: 0 0 0 0 !important;
        margin: 0 auto;
    }
    footer .footer-top .col-md-4:first-child{
        margin-bottom: 30px;
    }
    footer .footer-top .col-md-4:nth-child(2) {
        margin-bottom: 70px;
    }
    .footer-bottom ul.fsNavLevel1 {
        padding: 62px 0 58px;
        margin: 0;
    }
    .footer-bottom ul.fsNavLevel1 .nav-link-cambridge img {
        max-width: 61px;
    }
    .footer-bottom ul.fsNavLevel1 .nav-link-cios img {
        max-width: 53px;
    }
    .footer-bottom ul.fsNavLevel1 .nav-link-edexcel img {
        max-width: 73px;
    }
    .footer-bottom ul.fsNavLevel1 .nav-link-fobisia img {
        max-width: 97px;
    }
    .footer-bottom ul.fsNavLevel1 .nav-link-tgsg img {
        max-width: 34px;
    }
    .footer-bottom ul.fsNavLevel1 .nav-link-hmc img {
        max-width: 47px;
    }
    .footer-bottom ul.fsNavLevel1 .nav-link-iaps img {
        max-width: 36px;
    }
    .footer-bottom ul.fsNavLevel1 .nav-link-ib img {
        max-width: 30px;
    }
    .footer-bottom ul.fsNavLevel1 .nav-link-isa img {
        max-width: 37px;
    }
    .footer-bottom ul.fsNavLevel1 .nav-link-aobso img {
        max-width: 106px;
    }
}
@media(max-width:400px){
    .teacher-item{
        flex-wrap: wrap;
    }
    .teacher-item .teacher-description {
        width: 100%;
        margin-top: 15px;
    }
    .teacher-item .image-wrapper{
        margin: 0 0px 0px 0;
    }
    .teacher-item .image-wrapper img {
        width: 150px;
        height: 200px;
    }
    .teacher-item h2{
        margin: 0 0 8px 0;
    }
    .read-more-btn{
        margin: 12px 0 5px;
    }
}

