/**********************************/
/* 		General style             */
/**********************************/
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

body {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-weight: 200;
}

label, a {
    margin-bottom: 0;
    font-weight: 200;
}

a {
    color: #1464A1;

}

a:hover {
    cursor: pointer;
}

a:hover,
a:focus {
    color: #1464A1;
    text-decoration: none;
}

p {
    font-size: 14px;
}

input {
    -webkit-appearance: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.hide {
    visibility: hidden;
}

.show {
    visibility: visible;
}

.button {
    border: 1px solid #1464A1;
    color: #1464A1;
    background: #FFFFFF;
    padding: 6px 20px;
    cursor: pointer;
    border-radius: 0;
    -webkit-appearance: none;
}

.button:hover {
    color: #FFFFFF;
    background: #1464A1;
}
/**********************************/
/* 		General style END         */
/**********************************/



/**********************************/
/*      Navigation bar style      */
/**********************************/
/***** General *****/
.navbar-default {
    background-color: #FFFFFF;
    background-image: none;
    border: none;
    box-shadow: 0 2px 3px rgba(0,0,0,0.1);
}

/***** Nav bar image *****/
.navbar .navbar-brand {
    height: 50px;
    padding: 10px 0 10px 15px;
}

.navbar .navbar-brand img {
    height: 100%;
}

/***** Navigation menu *****/
#navbar ul {
    margin-right: 0;
}

#navbar ul li a {
    padding: 15px 13px;
    text-shadow: none;
    text-transform: uppercase;
    font-size: 12px;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #1464A1;
}

#navbar a:before,
#navbar .active a:before {
    content: '';
    transition: all .3s ease-in-out;
    position: absolute;
    right: 50%;
    left: 50%;
    bottom: 0;
    display: block;
    height: 2px;
    background-color: #1464A1;
}

#navbar li:hover a:before,
#navbar .active a:before {
    right: 0;
    left: 0;
}

#navbar .navbar-nav>.active>a,
#navbar .navbar-nav>.active>a:hover {
    background: #FFFFFF;
    box-shadow: none;
    color: #1464A1;
}

/***** Toggle button *****/
.navbar-default .navbar-toggle {
    border-color: #1464A1;
    background-color: #1464A1;
}
.navbar-toggle {
    border-radius: 0;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #FFFFFF;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #1464A1;
}
/**********************************/
/*     Navigation bar style END   */
/**********************************/



/**********************************/
/*    Body wrapper style          */
/**********************************/
.container {
    padding: 0 5px;
}

.container .jumbotron {
    padding: 0;
    margin: 0;
    border-radius: 0;
    background-color: #FFFFFF;
}
/**********************************/
/*    Body wrapper style END      */
/**********************************/



/****************************************/
/*     Landing image style              */
/****************************************/
#home {
    position: relative;
    padding: 60px 0 0 0;
    height: auto;
}

#home .container {
    padding: 0;
}

#videoPlayerWrapper {
    position: relative;
}

#videoPlayerWrapper iframe {
    width: 100%;
    height: 546px;
}

#overlay {
    position: absolute;
    bottom: 165px;
    background-color: #eae9e9;
    padding: 20px;
    text-align: center;
    color: #1464A1;
    width: inherit;
}

#overlay .headline {
    color: #1464A1;
    font-size: 20px;
    font-weight: bold;
}

#about {
    margin-top: 20px;
    padding: 40px 20px;
    background: #f9f9f9;
}
/****************************************/
/*     Landing image style END          */
/****************************************/



/****************************************/
/*     Why Axiom style                  */
/****************************************/
#whyAxiom {
    padding: 50px 0 0 0;
}

#whyAxiom .projects h2,
.team h2 {
    text-align: center;
    color: #1464A1;
}

#whyAxiom .projects i,
.team i {
    display: block;
    text-align: center;
    padding: 30px 0 20px 0;
    font-size: 22px;
    color: #1464A1;
}

#whyAxiom .projects .project {
    background: #f9f9f9;
    padding: 10px;
    margin: 20px 0;
    box-shadow: 0px 3px 6px 0px rgba(0,0,0, 0.2);
}

#whyAxiom .projects .project:last-child {
    margin: 0;
}

#whyAxiom .projects .project .headline {
    text-align: center;
    font-size: 20px;
    color: #1465A1;
}

#whyAxiom .projects .project hr {
    height: 1px;
    border: 0;
    width: 10%;
    margin: 20px auto;
    background-image: -webkit-linear-gradient(left, rgba(20, 100, 160, 0), rgba(20, 100, 160, .8), rgba(20, 100, 160, 0));
    background-image: -moz-linear-gradient(left, rgba(20, 100, 160, 0), rgba(20, 100, 160, .8), rgba(20, 100, 160, 0));
    background-image: -ms-linear-gradient(left, rgba(20, 100, 160, 0), rgba(20, 100, 160, .8), rgba(20, 100, 160, 0));
    background-image: -o-linear-gradient(left, rgba(20, 100, 160, 0), rgba(20, 100, 160, .8), rgba(20, 100, 160, 0));
}

#whyAxiom .projects .project img {
    width: 200px;
    float: left;
    margin: 0 10px 0 0;
}

#whyAxiom .projects .project p {
    margin: 0;
    text-align: justify;
}
/****************************************/
/*     Why Axiom style END              */
/****************************************/



/****************************************/
/*     Our team style                   */
/****************************************/
.team {
    padding: 50px 5px 0 5px;
}

.team i {
    padding: 30px 0 40px 0;
}

.team .team-member {
    cursor: pointer;
    width: 23.5%;
    float: left;
    text-align: center;
    z-index: 0;
    margin: 5px;
    z-index: 0;
    position: relative;
    background: #FFF;
    box-shadow: 0 0 0 1px #E2E9ED;
    padding: 10px 2px;
    box-sizing: border-box;
    -webkit-transition: box-shadow 0.2s ease, z-index 0s 0.2s ease, -webkit-transform 0.2s ease;
    transition: box-shadow 0.2s ease, z-index 0s 0.2s ease, -webkit-transform 0.2s ease;
    transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0.2s ease;
    transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0.2s ease, -webkit-transform 0.2s ease;
}

.team .team-member:hover {
    z-index: 1;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
    -webkit-transition: box-shadow 0.2s ease, z-index 0s 0s ease, -webkit-transform 0.2s ease;
    transition: box-shadow 0.2s ease, z-index 0s 0s ease, -webkit-transform 0.2s ease;
    transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0s ease;
    transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0s ease, -webkit-transform 0.2s ease;
}

.team .team-member img {
    width: 165px;
    height: 165px;
    border-radius: 50%;
}

.team .team-member h4 {
    padding-top: 6px;
}

.team .team-member span {
    display: block;
    padding: 5px 0;
}

.team .modal {
    background-color: #FFFFFF;
}

.team .modal i {
    float: right;
    font-size: 44px;
    margin-top: 8px;
    margin-right: 8px;
    cursor: pointer;
    color: #afafaf;
    padding: 0;
}

.team .modal .modal-body {
    max-width: 700px;
    margin: 50px auto 0 auto;
}

.team .modal .modal-body img {
    float: left;
    width: 170px;
    padding: 5px 15px 5px 0;
}
.team .modal .modal-body p {
    text-align: justify;
}
/****************************************/
/*     Our team style END               */
/****************************************/



/****************************************/
/*     The Program style                */
/****************************************/
#theProgram {
    margin: 50px 0 0 0;
}

.chart {
    background: url(../images/studying.jpg);
    background-position: 50% 94px;
    width: 100%;
    display: block;
    position: relative;
    overflow: visible;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    padding: 100px 0;;
}

.chart .chart-wrapper {
    padding: 40px 30px 30px 30px;
    background: rgba(255,255,255,.9);
    border-radius: 4px;
}

.chart .chart-wrapper table {
    text-align: center;
    width: 100%;
    margin: 0;
}

.chart .chart-wrapper table tr.common-school-space{
    display: none;
}

.chart .chart-wrapper table tr td:first-child{
    text-align: left;
}

.chart .chart-wrapper table tr td i {
    color: #7cb82f;
    font-size: 18px;
}

.chart .chart-wrapper table tr td i.fa-times {
    color: #CCC;
}

.chart .chart-wrapper .table>tbody>tr>td {
    padding: 6px;
    border-top: none;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}

.chart .chart-wrapper .table>tbody>tr.plans td,
.chart .chart-wrapper .table>tbody>tr.most-popular td,
.chart .chart-wrapper .table>tbody>tr.cost td {
    cursor: auto;
}

.chart .chart-wrapper .table tr.information {
    display: none;
}

.chart .chart-wrapper .table tr.active {
    display: table-row;
}

.chart .chart-wrapper .table tr.most-popular td.click-service {
    color: #028cc9;
    padding-left: 6px;
    font-weight: bold;
}

.chart .chart-wrapper .table tr.active-description td {
    border-bottom: none;
}

.chart .chart-wrapper .table tr.active td {
    background: #EEEEEE;
    border-bottom: 1px solid #028cc9;
    border-top: 1px solid #028cc9;
}

.chart .chart-wrapper .table tr ul {
    padding-left: 30px;
    margin-top: 10px;
}

.chart .chart-wrapper .table tr ul li {
    padding-bottom: 5px;
}

.chart .chart-wrapper .table tr ul li:last-child {
    padding-bottom: 0;
}

.table>tbody>tr>th {
    border-top: none;
    padding: 2px;
    font-weight: normal;
    color: #FFF;
    text-align: center;
}

.table>tbody>tr>th span {
    padding: 10px;
    box-shadow: 0 3px 19px rgba(0,0,0,.2);
    display: inline-block;
    border-radius: 4px;
}

.table>tbody>tr>th span.single {
    background: #008cc9;
}

.table>tbody>tr>th span.unlimited {
    background: #0078ad;;
}

.table>tbody>tr>th span.deluxe {
    background: #008cc9;
}

.table-hover>tbody>tr:first-child,
.table-hover>tbody>tr.most-popular {
    background-color: transparent;
}

.chart .chart-wrapper .table tbody .most-popular td {
    padding: 0;
}

.table-hover>tbody>tr.most-popular span {
    background-color: rgb(91, 198, 77);
    color: #FFF;
    padding: 3px 10px;
    display: inline-block;
}

/****************************************/
/*     The Program style END            */
/****************************************/



/****************************************/
/*     Contact us style                 */
/****************************************/
#contactUs {
    color: #1464A1;
    padding: 0 20px 20px 20px;
    margin-top: 50px;
    margin-bottom: 20px;
    border-radius: 4px;
}

#contactUs hr {
    height: 1px;
    border: 0;
    width: 10%;
    margin-top: 30px;
    margin-bottom: 30px;
    background-image: -webkit-linear-gradient(left, rgba(20, 100, 160, 0), rgba(20, 100, 160, .8), rgba(20, 100, 160, 0));
    background-image: -moz-linear-gradient(left, rgba(20, 100, 160, 0), rgba(20, 100, 160, .8), rgba(20, 100, 160, 0));
    background-image: -ms-linear-gradient(left, rgba(20, 100, 160, 0), rgba(20, 100, 160, .8), rgba(20, 100, 160, 0));
    background-image: -o-linear-gradient(left, rgba(20, 100, 160, 0), rgba(20, 100, 160, .8), rgba(20, 100, 160, 0));
}

#contactUs .contact-form h3 {
    text-align: center;
    color: #1464A1;
}

#contactUs .contact-form h4 {
    text-align: center;
    color: #1464A1;
    margin-bottom: 40px;
    padding: 0 10px;
}

#contactUs .contact-form span,
.quick-contact-us span {
    background-color: #1464A1;
    border-radius: 0;
    border: 1px solid #1464A1;
}

#contactUs .contact-form span i,
.quick-contact-us span i {
    color: #fff;
    font-size: 18px;
}

#contactUs .contact-form .input-group input,
#contactUs .contact-form .input-group select,
#contactUs .contact-form .input-group textarea,
.quick-contact-us .input-group input {
    border-radius: 0;
    -webkit-appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 40px;
    border: 1px solid #1464A1;
    border-left: none;
}

#contactUs .contact-form .input-group textarea {
    height: 70px;
    resize: none;
}

#contactUs .contact-form .button-wrapper {
    text-align: center;
    margin: 0;
}

#contactUs .contact-form .submit,
.quick-contact-us .submit {
    width: 180px;
    border: 1px solid #1464A1;
    height: 40px;
    background-color: #1464A1;
    color: #FFFFFF;
    font-size: 16px;
}

#contactUs .contact-form .submit:hover {
    background-color: #2077b9;
    border: 1px solid #2077b9;
}

#contactUs .contact-form p {
    font-size: 14px;
    margin: 10px 0;
    color: #797979;
}

#contactUs .error {
    display: none;
    padding: 0 0 3px 20px;
    margin-top: -25px;
}

.quick-contact-us .error {
    display: none;
    margin-top: -15px;
    padding: 0 0 2px 0;
    text-align: left;
}

#contactUs .error i,
#contactUs .error span,
.quick-contact-us .error i,
.quick-contact-us .error span {
    color: #FF0000;
    background: transparent;
    border: none;
    font-size: 16px;
}
/****************************************/
/*     Contact us style END             */
/****************************************/



/****************************************/
/*     Footer style                     */
/****************************************/
footer {
    padding: 16px 0;
    text-align: center;
    font-size: 14px;
    background-color: #1464A1;
    color: #FFF;
}

footer span {
    display: block;
}

footer a,
footer a:hover {
    color: #FFF;
    font-weight: normal;
}
/****************************************/
/*     Footer style END                 */
/****************************************/



/****************************************/
/*     Privacy style                    */
/****************************************/
#privacy {
    padding: 70px 10px 20px 10px;
}

#privacy .title {
    text-align: center;
    font-size: 30px;
    padding-bottom: 20px;
}

#privacy .question {
    font-weight: bold;
    padding: 10px 0 10px 0;
    font-size: 16px;
}

#privacy p,
#privacy li {
    font-size: 16px;
}

#privacy .address {
    padding: 20px 0 0 0;
}
/****************************************/
/*     Privacy style END                */
/****************************************/



/****************************************/
/*     Page Not Found style             */
/****************************************/
#pageNotFound {
    text-align: center;
    padding: 150px 10px;
}

#pageNotFound h1 {
    font-weight: 900;
    font-size: 150px;
    opacity: 0.8;
    background-color: #909090;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: rgba(255,255,255,0.5) 0 3px 3px;
}

#pageNotFound h2 {
    font-weight: 700;
    font-size: 40px;
    margin: -10px 0 0 0;
    opacity: 0.9;
    background-color: #909090;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: rgba(255,255,255,0.5) 0 3px 3px;
}
/****************************************/
/*     Page Not Found style END         */
/****************************************/



/****************************************/
/*     Scrolling Contact style          */
/****************************************/
/***** Scrolling Contact button *****/
#scrollingContactBtn {
    background: #1464A1;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    transition: all .3s;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
    z-index: 1001;
    border: none;
}

#scrollingContactBtn:focus {
    outline: none;
}

#scrollingContactBtn:hover {
    cursor: pointer;
}

#scrollingContactBtn i {
    color: #FFFFFF;
    position: absolute;
    bottom: 8px;
    right: 18px;
    font-size: 42px;
}
/***** Scrolling Contact button END *****/


/***** Scrolling Contact Modal button *****/
.modal.right .modal-dialog {
    position: fixed;
    margin: 0 20px 0 0;
    width: 270px;
    bottom: 100px;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
    border-radius: 0;
}

.modal.right .modal-body {
    padding: 15px 15px 80px;
}

.modal.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
    right: 0;
}
/***** Scrolling Contact Modal button END *****/

/***** Quick contact us style *****/
.quick-contact-us-wrapper {
    text-align: center;
    box-shadow: 0 0 6px rgba(0, 0, 0, .5);
}

.quick-contact-us-wrapper h2 {
    text-align: center;
    color: #fff;
    font-size: 1.5em;
    font-weight: 300;
    background: #1464A1;
    padding: 15px;
    border-bottom: none;
}

.quick-contact-us {
    padding: 20px 10px;
}

.quick-contact-us .submit {
    width: 100%;
}

.quick-contact-us-wrapper .qc-info {
    border-top: 1px solid #1464A1;
    padding: 30px 0 15px 0;
}

.quick-contact-us-wrapper .qc-info h6 {
    margin-top: -37px;
}
.quick-contact-us-wrapper .qc-info span {
    background-color: #fff;
    color: #1464A1;
    font-size: 16px;
    border-radius: 100%;
    border-left: 1px solid #1464A1;
    border-right: 1px solid #1464A1;
    padding: 6px;

}
.quick-contact-us-wrapper .qc-info label {
    color: #898585;
    padding-top: 20px;
    font-size: 18px;
    display: block;
}
.quick-contact-us-wrapper .qc-info a {
    font-size: 18px;
}

.quick-contact-us-wrapper .verification {
    margin: 0 auto;
}

.quick-contact-us-wrapper .verification .form-control {
    width: 60px;
    border-left: 1px solid;
    float: none;
    display: inline;
}


#recaptchaForm {
    transform: scale(0.81);
    -webkit-transform: scale(0.81);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

/***** Quick contact us style END *****/
/****************************************/
/*     Scrolling Contact style END      */
/****************************************/



/****************************************/
/*     Sending page style               */
/****************************************/
#sendingWrapper {
    display: none;
    z-index: 9999;
    background: rgba(93, 93, 93, 0.5);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#sendingWrapper .sending {
    width: 220px;
    position: absolute;
    left: 50%;
    top: 40%;
    margin-left: -110px;
    background: #FFF;
    padding: 15px;
    border-radius: 4px;
    color: #1464A1;
}

#sendingWrapper .sending h4 {
    padding-bottom: 6px;
}

#sendingWrapper .sending .progress {
    margin: 0;
    border-radius: 2px;
}
/****************************************/
/*     Sending page style END           */
/****************************************/




/****************************************/
/*     Email Status page style          */
/****************************************/
#emailStats {
    margin-top: 70px;
}

#emailStats .error {
    font-size: 16px;
    color: #FF0000;
    padding-bottom: 10px;
}

#emailStats table {
    border: 1px solid #CCC;
}

#emailStats table td {
    padding: 5px;
}

#emailStats table td.row {
    white-space: nowrap;
    text-align: center;
}

#emailStats table input {
    border: 1px solid #1464A1;
    background: #1464A1;
    color: #FFFFFF;
    padding: 0 8px;
    font-weight: normal;
}

#emailStats table input:hover {
    background: #FFFFFF;
    color: #1464A1;
}

#emailStats table tr:first-child {
    font-weight: bold;
    background: #dedcdc;
}

#emailStats h1.sent-successfully ,
#emailStats .no-emails {
    text-align: center;
    font-size: 20px;
    padding: 30px 0 60px 0;
    color: #3DC480;
}

#emailStats h1.sent-successfully span {
    font-size: 30px;
    padding-bottom: 14px;
}
/****************************************/
/*     Email Status page style END      */
/****************************************/




/****************************************/
/*     Thank You page style             */
/****************************************/
#thankYou {
    position: absolute;
    left: 50%;
    top: 40%;
    margin: -60px 0 0 -60px;
    background: #fff;
    width: 120px;
    height: 120px;
    border-radius: 100%;
    border: 10px solid #52B6EC;
}
#thankYou:after {
    content: '';
    background: transparent;
    width: 140%;
    height: 140%;
    position: absolute;
    border-radius: 100%;
    top: -20%;
    left: -20%;
    opacity: 0.7;
    box-shadow: rgba(82, 182, 236, 0.6) -4px -5px 3px -3px;
    animation: rotate 2s infinite linear;
}
@keyframes rotate {
    0% {
        transform: rotateZ(0deg);
    }
    100% {
        transform: rotateZ(360deg);
    }
}

#thankYou .text {
    padding-top: 40px;
    font-size: 18px;
    text-align: center;
    color: #52B6EC;
}
/****************************************/
/*     Thank You page style END         */
/****************************************/




@media (min-width: 1200px) {
    .container {
        width: 970px;
    }
}


@media (max-width: 991px) {
    /* Home */
    #videoPlayerWrapper iframe {
        height: 422px;
    }

    #overlay {
        bottom: 115px;
        padding: 15px;
    }
    /* Home END */

    /* Team */
    .team .team-member {
        width: 31.5%;
    }
    /* Team END */

}


@media (max-width: 767px) {
    /* Navbar */
    #navbar ul li a {
        padding: 8px 15px;
    }

    #navbar ul ul.dropdown {
        position: relative;
        box-shadow: none;
        display: block !important;
        padding-left: 15px;
    }
    /* Navbar END */

    /* Home */
    #videoPlayerWrapper iframe {
        height: 260px;
    }

    #overlay {
        bottom: 50px;
        padding: 10px 0;
        width: 100%;
    }

    #overlay .headline {
        font-size: 16px;
    }


    #whyAxiom .projects {
        padding: 0;
    }

    .nav>li>a {
        padding: 10px 5px;
    }

    #whyAxiom {
        padding: 30px 0 0 0;
    }

    #whyAxiom .projects h2 {
        font-size: 24px;
    }

    #whyAxiom .projects i {
        padding: 10px 0 0 0;
    }

    .team {
        padding: 30px 5px 0 5px;
    }
    .team i {
        padding: 15px 0;
    }
    .team .team-member {
        height: 250px;
    }

    #contactUs hr {
        width: 10%;
    }
    /* Home END */

    /* Team */
    .team .team-member {
        width: 47.5%;
    }
    /* Team END */

    /* Chart page */
    .chart {
        padding: 50px 0;
    }
    .chart .chart-wrapper {
        padding: 20px 10px;
    }
    .chart .chart-wrapper .table>tbody>tr>td {
        padding: 4px;
    }
    /* Chart page END */


    /* Page not found */
    #pageNotFound {
        padding: 100px 10px 70px;
    }

    #pageNotFound h1 {
        font-size: 130px;
    }

    #pageNotFound h2 {
        font-size: 30px;
    }
}


@media (max-width: 480px) {
    /* Home */
    #overlay {
        bottom: 65px;
        padding: 5px 0;
    }

    #overlay .headline {
        font-size: 14px;
    }

    #whyAxiom .projects .project img {
        width: 100%;
        margin: 0 0 10px 0;
    }

    p {
        font-size: 13px;
    }
    .nav>li>a {
        padding: 10px 0;
    }
    /* Home END */


    #about {
        padding: 20px 10px;
    }

    .chart .chart-wrapper {
        padding: 20px 0;
    }

    /* Team */
    .team .team-member {
        width: 46.5%;
        padding: 10px 5px;
        height: 250px;
    }
    .team .team-member img {
        width: 120px;
        height: 120px;
    }
    .team .team-member h4 {
        font-size: 16px;
    }
    .team .title {
        font-size: 26px;
        padding-bottom: 10px;
    }
    .team {
        padding: 5px 5px 15px 5px;
    }
    /* Team END */

    /* Chart */
    .chart .chart-wrapper table tr.common-school {
        display: none;
    }
    .chart .chart-wrapper table tr.common-school-space {
        display: table-row;
    }
    /* Chart END */



    /* Quick Contact us */
    .modal.right .modal-dialog {
        width: 90%;
        bottom: 70px;
    }
    #scrollingContactBtn {
        visibility: visible!important;
        display: block!important;
        width: 50px;
        height: 50px;
        bottom: 10px;
        right: 10px;

    }
    #scrollingContactBtn i {
        bottom: 5px;
        right: 15px;
        font-size: 38px;
    }
    .quick-contact-us-wrapper .qc-info label {
        display: inline-block;
    }
    /* Quick Contact us */

    #contactUs {
        padding: 20px 0 10px 0;
    }
    #contactUs hr {
        margin-top: 10px;
        margin-bottom: 20px;
    }
    #contactUs .contact-form .submit {
        width: 100%;
    }

    footer {
        padding: 10px 0;
        font-size: 13px;
    }
}