﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

@import url(//fonts.googleapis.com/css?family=Montserrat:300,500);

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: "";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 8px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.header-text-color {
    color: #2091A3 !important;
}

.general-text-color {
    color: #707070 !important;
}

.text-white {
    color: white;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn-outline-green {
    color: #21b573;
    background-color: #fff;
    border: 1px solid #21b573;
}

.btn-outline-green:hover {
    color: #21b573 !important;
}

.btn-outline-blue {
    color: #2091A3;
    background-color: #fff;
    border: 1px solid #2091A3;
}

.btn-outline-blue:hover {
    color: #2091A3 !important;
}

.btn-login-register {
    color: #fff;
    background-color: #10a19c;
    border-color: #10a19c;
}

.btn-border-radius-right {
    border-radius: .25rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0;
}

.btn-login-register:hover {
    color: #10a19c;
    background-color: #fff;
    border-color: #10a19c;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

.box-shadow-gen {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .10);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

/*css debugging*/
/* {
    border:1px solid red;
}
*/
body {
    /* Margin bottom by footer height */
    margin-bottom: 245px;
    margin-top: 150px;
    color: #707070 !important;
}


@media screen and (max-width: 1199px) {
    body {
        margin-top: 110px;
    }
}

.bg-cover {
    background-size: cover !important;
}

.footer {
    position: absolute;
    color: white;
    background-color: #10a19c;
    bottom: 0;
    width: 100%;
    /*height: 245px;*/
    font-size: 12px;
    white-space: nowrap;
    line-height: 30px; /* Vertically center the text there */
}

.footer a {
    color: #fff;
}

.footer ul {
    list-style-type: none;
} 

.footer p {
    margin: 0px;
    white-space: normal;
}

.footer-mission {
    padding-left: 70px;
    padding-right: 70px;
    color: #fff;
}

.miniFooter {
    margin-right: auto;
    margin-left: auto;
    line-height: 60px;
    font-size: 12px;
    color: #fff !important;
    /*background-color: #10a19c;*/
}

.miniFooter a {
    color: #fff;
}

.top-footer {
    color: #fff;
}

.courses-page {
    margin-top: 100px;
}

.privacy-page {
    margin-top: 100px;
}

.contact-page {
    /*margin-top: 100px;*/
    overflow: hidden;
}

.contact-img {
    height: 175px;
}

#our-vision, #our-mission, #become-tutor, .giving-back {
    background-color: #F6FAFB;
}

#become-tutor {
    display: flex;
    justify-content: center;
}

.become-tutor-header {
    margin-top: 60px;
}

.supervisor-profile {
    padding-left: 60px;
    margin-top: 100px;
}

.giving-back-details {
    border-right: 1px solid #707070;
    padding-right: 60px;
}

.giving-back-header {
    margin-bottom: 20px;
    padding-top: 60px !important;
}

.become-tutor-flex {
    flex-direction: column;
    align-items: flex-start;
}

.text-green-header {
    font: normal normal bold 20px/27px Segoe UI;
    color: #21B573 !important;
    margin-top: -7px;
    padding-left: 15px;
}

.text-green {
    color: #21B573 !important;
}

.landing-icons {
    max-height: 60px;
}

@media screen and (min-width: 641px) {
    .footer-year, .footer-terms, .footer-policy, .footer-icon-container {
        display: inline;
    }

    .footer-icon-container {
        float: right;
    }
}

@media screen and (max-width: 768px) {
    .footer-mission {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media screen and (max-width: 640px) {
    .footer-year, .footer-terms, .footer-policy, .footer-icon-container {
        display: block;
        text-align: center;
        margin-top: 6px;
    }

    .miniFooter {
        line-height: 1.5 !important;
        padding-top: 20px;
        padding-bottom: 8px;
    }

    .footer-icon-container {
        margin-top: 20px;
    }

    .footer-mission, .mobile-hide, .courses-column {
        display: none;
    }

    .about-column {
        margin-left: 0;
        padding-left: 0;
    }
}

.nav-logo {
    margin-left: 45px;
}

.supervisor-image {
    max-width: 100%;
}

@media screen and (max-width: 1199px) {
    .nav-logo {
        height: 40px;
        margin-left: 45px;
    }
}

input[name="nav-search"] {
    margin-top: 5px;
    border: 1px solid grey;
    border-radius: 4px;
}

.nav-border-bottom {
    border-bottom: 1px solid #707070;
}

div[name="nav-menu"] {
    font: normal normal normal 16px/27px Segoe UI;
}

.nav-input {
    border-color: #17a2b8;
}

.nav-phone {
    font-size: 16px;
}

.nav-phone img {
    max-height: 16px;
}
.sub-navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.sub-navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.text-grey {
    color: #8d97ad;
}

#dropdown {
    background-color: white;
    color: black;
    border-color: white;
}

#dropdown:hover {
    background-color: #e8e8e8;
    color: black;
    border-color: white;
}
/** {
    border:1px solid red;
}*/
.landingPage {
    margin-top: 90px;
    width: 100%;
    /*min-height: 282px;*/
    margin-bottom: 20px;
    overflow: hidden;
}

.landingPage h1 {
    font-size: 60px;
    font-weight: 700;
}

.landingImage {
    margin-top: -400px;
    margin-left: 200px;
    margin-right: -150px;
    height: 500px;
}

.landing-text {
    text-align: left;
    font: normal normal normal 50px/56px Segoe UI;
    letter-spacing: 0px;
    color: #707070;
}

.landing-text-blue {
    text-align: left;
    font: normal normal normal 50px/56px Segoe UI;
    letter-spacing: 0px;
    color: #2091A3 !important;
}

.landing-sm-text {
    margin-top: 30px;
    margin-bottom: 30px;
}

.landing-img-one {
    max-height: 400px;
    margin-left: 70px;
}

.image-tutor {
    max-height: 400px;
    margin: 100px 0px 80px 0px;
}

.normal-text-bold {
    font-weight: bold;
}

#info-tutor-div {
    text-align: center !important;
}

.landing-div-one {
    margin-top: 30px;
    display: flex;
}

.main-text {
    margin-top: 40px;
}

.mobile-img-landing-one {
    display: none;
}

.btn-tutor-register {
    margin-left: 70px;
    margin-top: 35px;
}

.fs-works-icons {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    box-shadow: 5px 3px 20px #00000029;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    margin: -80px 0px 30px 0px;/*  aligning  div */
}

.fs-works-icons img {
    max-width:110px;
}

.fs-works-text {
    padding-bottom: 40px;
}

.giving-back-main {
    display: flex;
    justify-content: flex-start;
    margin-top: 60px;
}

.courses-btns {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

@media screen and (max-width: 1199px) {
    .landingImage {
        margin-top: -470px;
    }

    .large-image {
        height: 400px !important;
    }

    .landing-div-one {
        display: block;
    }

    .desktop-img-landing-one {
        display: none;
    }

    .mobile-img-landing-one {
        display: block;
    }

    .main-text {
        text-align: center;
    }

    .landing-text {
        display: inline-block;
    }

    .landing-sm-text-mobile {
        display: inline-block;
        text-align: left;
        margin-left: -25px;
    }

    .btn-group-landing {
        justify-content: center;
    }

    #become-tutor {
        display: block;
        text-align: center;
    }

    .become-tutor-header {
        text-align: center;
        margin-top: 0px;
    }

    .become-tutor-info {
        text-align: center;
        display: inline-block;
        margin-left: 33%;
    }

    .image-tutor {
        max-height: 400px;
        margin: 50px 0px;
    }

    .btn-tutor-register {
        margin: 25px 0px;
        display: inline-block;
    }

    .fs-works-icons {
        width: 170px;
        height: 170px;
    }
}

@media screen and (max-width: 991px){
    .landingImage {
        margin-right: -75px;
        margin-top: -370px;
        height: 400px;
    }
    .contact-img {
        height: 110px;
    }

    .large-image {
        height: 300px !important;
    }

    .btn-join {
        width: 250px;
    }

    .landingPage h1 {
        font-size: 40px;
    }

    .landingPage {
        max-width: 100% !important;
    }

    .landing-div-one {
        display: block;
    }

    .desktop-img-landing-one {
        display: none;
    }

    .mobile-img-landing-one {
        display: block;
    }

    .fs-works-icons {
        width: 120px;
        height: 120px;
    }

    .fs-works-icons img {
        max-width: 90px;
    }
}

@media screen and (max-width: 768px) {
    .footer-mission {
        padding-right: 20px;
        padding-left: 20px;
    }

    .fs-works-icons {
        width: 170px;
        height: 170px;
    }

    .giving-back-main {
        display: block;
    }

    .giving-back-header {
        margin-bottom: 20px;
        padding-top: 30px !important;
    }

    .supervisor-profile {
        padding-left: 15px;
        margin-top: 40px;
    }

    .giving-back-details {
        border-right: none;
        padding-right: 0px;
    }
}

@media (min-width: 650px) and (max-width: 891px) {
    .landingImage {
        margin-right: -100px;
        margin-top: -350px;
        height: 350px;
    }

    .btn-landing-green, .btn-landing-blue {
        width: 250px !important;
    }

    .landing-div-one {
        display: block;
    }

    .desktop-img-landing-one {
        display: none;
    }

    .mobile-img-landing-one {
        display: block;
    }

    .become-tutor-info {
        text-align: center;
        display: inline-block;
        margin-left: 26%;
    }
}

@media (min-width: 595px) and (max-width: 640px) {
    .landingPage {
        margin-top: 0;
    }

    .btn-join {
        height: 40px;
        width: 200px;
    }

    .section-title {
        font-size: 30px !important;
    }

    .landingImage {
        margin-top: -340px;
        height: 350px;
        margin-right: -190px;
    }

    .landingPage h1 {
        font-size: 30px;
    }

    .btn-landing-green, .btn-landing-blue {
        width: 250px !important;
    }

    .landing-div-one {
        display: block;
    }

    .desktop-img-landing-one {
        display: none;
    }

    .mobile-img-landing-one {
        display: block;
    }

    .become-tutor-info {
        text-align: center;
        display: inline-block;
        margin-left: 23%;
    }
}

@media (max-width: 594px) and (min-width: 495px) {
    .landingPage {
        margin-top: 0;
    }

    .landingImage {
        margin-right: -235px;
        margin-top: -345px;
        height: 375px;
    }

    .section-title {
        font-size: 30px !important;
    }

    .landingPage h1 {
        font-size: 25px;
    }

    .btn-landing-green, .btn-landing-blue {
        width: 200px !important;
    }

    .landing-div-one {
        display: block;
    }

    .desktop-img-landing-one {
        display: none;
    }

    .mobile-img-landing-one {
        display: block;
    }

    .become-tutor-info {
        text-align: center;
        display: inline-block;
        margin-left: 16%;
    }

    .become-tutor-description {
        max-width: 86% !important;
    }
}

@media (max-width: 494px) and (min-width: 380px){
    .landingPage {
        margin-top: 0;
    }

    .landingImage {
        margin-right: -105px;
        margin-top: -400px;
        height: 250px;
    }

    .btn-join {
        height: 40px;
        width: 200px;
        margin: 5px !important;
    }

    .section-title {
        font-size: 30px !important;
    }

    .landingPage h1 {
        font-size: 25px;
    }

    .btn-landing-green, .btn-landing-blue {
        width: 200px !important;
    }

    .btn-group-landing {
        padding-left: 72px;
    }

    .landing-div-one {
        display: block;
    }

    .desktop-img-landing-one {
        display: none;
    }

    .mobile-img-landing-one {
        display: block;
    }

    .become-tutor-info {
        text-align: center;
        display: inline-block;
        margin-left: 11%;
    }

    .become-tutor-description {
        max-width: 86% !important;
    }
}

@media screen and  (max-width: 379px) {
    .landingPage {
        margin-top: 0;
    }

    .landingImage {
        margin-right: -170px;
        margin-top: -440px;
        height: 270px;
    }

    .section-title {
        font-size: 25px !important;
    }

    .landingPage h1 {
        font-size: 25px;
    }

    .btn-landing-green, .btn-landing-blue {
        width: 200px !important;
    }

    .btn-group-landing {
        padding-left: 35px;
    }

    .landing-div-one {
        display: block;
    }

    .desktop-img-landing-one {
        display: none;
    }

    .mobile-img-landing-one {
        display: block;
    }

    .become-tutor-info {
        text-align: center;
        display: inline-block;
        margin-left: 7%;
    }

    .become-tutor-description {
        max-width: 90% !important;
    }
}

.landingHeader {
    overflow: hidden;
    font-family: 'Source Serif Pro', 'Noto Serif', serif !important;
}

.bg-white {
    background-color: white !important;
}

.text-black-nav{
    color: black !important;
    font-weight: 700;
}

.btn-landing-green {
    color: #fff;
    font-weight: bold;
    font-size: large;
    background-color: #00b300;
    border-color: #00b300;
    width: 350px;
    height: 50px;
    margin: 5px 0px;
}

.btn-blue {
    color: #fff;
    font-weight: normal;
    font-size: 1rem;
    background-color: #10a19c;
    border-color: #10a19c;
}

.btn-blue:hover {
    color: #fff;
    font-weight: bold;
    background: #10a19c !important;
    color: #ffffff !important;
    box-shadow: 0 0 0 1px #ffffff, 0 0 0 3px #10a19c !important;
}

.btn-nav-green {
    color: #fff !important;
    background-color: #21b573;
    border: 1px solid #21b573;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 35px;
    width: 150px;
    margin-left: 30px;
}

.btn-landing {
    border-radius: 35px;
    opacity: 1;
    height: 45px;
    width: 150px;
    color: #fff !important;
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-green-new {
    background: #21B573 0% 0% no-repeat padding-box;
    border: 1px solid #21b573;
}

.btn-blue-new {
    background: #2091A3 0% 0% no-repeat padding-box;
    border: 1px solid #2091A3;
}

.color-green {
    color: #00b300 !important;
}

.nav-item-border {
    border-right: 1px solid #707070;
    margin-left: 16px;
}

.nav-login{
    padding-left: 137px;
}

.sign-in-container {
    max-width: 400px;
    margin: 130px auto;
    background-color: #fff;

}

@media screen and (max-width: 1199px) {
    .nav-login {
        padding-left: 0;
    }
}

.btn-landing-blue {
    color: #006666;
    background-color: #fff;
    border-color: #006666;
    width: 350px;
    margin: 5px auto;
    height: 50px;
    font-weight: bold;
}

.btn-landing-blue:hover {
    color: #fff;
    font-weight: bold;
    background: #006666 !important;
        color: #ffffff !important;
        box-shadow: 0 0 0 1px #ffffff, 0 0 0 3px #006666 !important;    
}    

.btn-landing-green:hover {
    color: #fff;
    font-weight: bold;
    background: #00b300 !important;
    color: #ffffff !important;
    box-shadow: 0 0 0 1px #ffffff, 0 0 0 3px #00b300 !important;
}

.btn-group-landing {
    margin-top: 20px;
}

.box-shadow {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.btn-join {
    width: 400px;
    height: 55px;
    font-weight: 500;
    margin: 20px;
}

.why-fs {
    background-color: #fcfcfc;
    text-align: center;
    margin-bottom: 50px
}

.fs-platforms {
    background-color: #fcfcfc;
    margin-bottom: 50px;
}

.box-fs {
    background-color: #fcfcfc;
    border-radius: 8px;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.15);
    margin: 10px 20px;
    padding: 15px;
}

.box-values {
    background-color: #fcfcfc;
    border-radius: 20px;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.15);
    margin: 10px 10px 10px 0px;
    padding: 15px;
    height: 200px;
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.card {
    border-radius: 15px;
    margin-left: 15px;
    margin-right: 15px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .2)
}

.card-body {
    position: relative;
    display:flex;
    flex-direction:column;
    align-items:center;
}

.mt-100 {
    margin-top: 100px;
}

@media screen and (max-width: 1199px) {
    .box-values {
        margin: 10px;
    }
}

.abt-us-values {

}

.font-small {
    font-size: small;
}

.font-medium-custom {
    font-size: 14px;
}

.box-fs:hover {
    background-color: #fafafa;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.15);
}

.section-title {
    text-align: center;
    font: normal normal bold 50px/56px Segoe UI;
    padding-bottom: 25px;
    padding-top: 25px;
}
.giving-back {
    margin-top: 50px;
    margin-bottom: 50px;
}

.giving-back h2 {
    font-size: 36px;
    font-weight: 700;
    color: #004d4d;
}

.medium-image {
    max-width: 75px;
    display: block;
    margin: auto;
}

.large-image {
    height: 450px;
    border-radius: 8px;
    margin-bottom: 10px;
}

@media screen and (max-width: 765px) {
    .large-image {
        height: 250px !important;
    }

    .landing-sm-text-mobile {
        margin-left: -65px;
    }
}

@media screen and (max-width: 640px) {
    .large-image {
        height: 200px !important;
    }
}


@media (max-width: 485px) {
    .large-image {
        height: 145px !important;
        margin-left: -20px !important;
    }

    .btn-landing-green {
        height: 40px;
    }

    .btn-landing-blue {
        height: 40px;
    }

    .btn-join {
        margin: 5px !important;
    }

    .nav-phone {
        font-size: 14px;
    }

    .nav-logo {
        margin: 0;
    }

    .btn-nav-green {
        width: 100px;
        margin-left: 0px;
    }

    .landing-sm-text-mobile {
        margin-left: 0px;
    }

    .landing-text-blue, .landing-text {
        font-size: 40px;
        line-height: 40px;
    }

    .btn-group-landing {
        justify-content: center;
        margin-left: -80px;
    }
}

@media (max-width: 350px) {
    .btn-group-landing {
        justify-content: center;
        margin-left: -55px;
    }
}

    .center {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .centered {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    btn-center {
        margin: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .box {
        background-color: #fff;
        border-radius: 8px;
        margin: 10px 20px;
        padding: 15px;
    }

    .box-parent {
        border-left: 2px solid #004d4d;
    }

    .box img {
        border-radius: 8px;
    }

    .box a {
        display: inline-block;
        color: #004d4d;
        border: 1px solid #004d4d;
        text-decoration: none;
        padding: 5px 10px;
        border-radius: 8px;
        margin-top: 15px;
    }

        .box a:hover {
            box-shadow: 0 5px 5px rgba(0,0,0,0.2);
        }

    .box p {
        font-size: 14px;
        height: 40px;
        overflow: hidden;
        margin-top: 5px;
        margin-bottom: 0px;
        text-align: justify;
    }

    .box.showContent p {
        height: auto;
    }

    .box.showContent a.readmore-btn {
        background-color: mediumvioletred;
        color: #fff;
        border: none;
    }

    .no-style, .box div a {
        color: #0071BC;
        background-color: #fff;
        padding: 0px;
        margin-top: 0px;
        height: auto;
        border: none;
    }

    .btn-cta-big {
        width: 250px;
        height: 60px;
        font-size: 20px;
    }

    .all-devices {
        margin-bottom: 50px;
    }

    .avatar {
        border-radius: 50% !important;
        max-height: 250px;
    }

    .short-description {
        font-size: 15px !important;
        margin-left: 2px;
        margin-right: 2px;
    }

    .flex-row-container {
        background: #fff;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        padding-left: 25px;
    }

        .flex-row-container > .flex-row-item {
            flex: 1 1 30%; /*grow | shrink | basis */
            height: auto;
        }

    .flex-row-item {
        background-color: #ffffff;
        border-radius: 8px;
        margin-right: 25px;
        margin-top: 25px;
    }

    .read-more {
        color: #10a19c;
        font-weight: 500;
    }

    .team .subtitle {
        font-size: 13px;
        color: #8d97ad;
        line-height: 24px;
    }

    .team {
        font-family: "Montserrat", sans-serif;
        color: #8d97ad;
        font-weight: 300;
        margin-top: 100px;
    }

        .team h1, .team h2, .team h3, .team h4, .team h5, .team h6 {
            color: #3e4555;
        }

        .team .font-weight-medium {
            font-weight: 500;
        }

    .icon-social-linkedin {
        background-image: url(/Images/tutors/linkedin.svg);
        background-size: 20px;
        display: inline-block;
        height: 20px !important;
        width: 20px !important;
        vertical-align: middle;
    }

        .icon-social-linkedin:hover {
            background-image: url(/Images/tutors/linkedin-color.svg);
        }

    .icon-social-twitter {
        background-image: url(/Images/tutors/twitter.svg);
        background-size: 20px;
        display: inline-block;
        height: 20px !important;
        width: 20px !important;
        vertical-align: middle;
    }

        .icon-social-twitter:hover {
            background-image: url(/Images/tutors/twitter-color.svg);
        }

    .icon-social-facebook {
        background-image: url(/Images/tutors/facebook.svg);
        background-size: 20px;
        display: inline-block;
        height: 20px !important;
        width: 20px !important;
        vertical-align: middle;
    }

        .icon-social-facebook:hover {
            background-image: url(/Images/tutors/facebook-color.svg);
        }

    .icon-social-instagram {
        background-image: url(/Images/tutors/instagram.svg);
        background-size: 20px;
        display: inline-block;
        height: 20px !important;
        width: 20px !important;
        vertical-align: middle;
    }

        .icon-social-instagram:hover {
            background-image: url(/Images/tutors/instagram-color.svg);
        }

    .navbar-toggler {
        color: #21B573 !important;
        border-color: #ffffff00 !important;
    }

    .navbar-toggler-icon-custom {
        display: inline-block;
        width: 1.5em;
        height: 1.5em;
        vertical-align: middle;
        content: "";
        background: no-repeat center center;
        background-size: 100% 100%;
        background-image: url(~/Images/humburger-icon.png);
    }

    .bg-orange {
        background-color: #FAAF3A;
    }

    .bg-dark-orange {
        background-color: #C77E2E;
    }

    .bg-navy {
        background-color: #2B478B;
    }

    .bg-red {
        background-color: #DF615C;
    }

    .bg-blue {
        background-color: #0875F7;
    }

    .about-us-container {
    }

    .abt-us-image {
        width: 100%;
    }

    .fixed-top-custom {
        position: fixed;
        top: 45px;
        right: 0;
        left: 0;
        z-index: 1030;
        background-color: #fff;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    @media (min-width: 1200px) {
        .container .about-us-container {
            /*max-width: 100vh;*/
        }
    }

    .about-us-container {
        /* width: 1920px;*/
    }

    .abt-us-inner {
    }