* {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans';
}
html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}





/* For Smaller Phone Users */
@media only screen and (max-width: 415px) {
    .container {
        width: 100vw;
   }
    .scroll-fix {
        overflow: hidden;
   }
    .nav {
        width: 100%;
        height: 55px;
        background-color: #DCDCDC;
        position: fixed;
        z-index: 1000;
        top: 0px;
        border-bottom: 1px solid #282828;
   }
    .banner {
        width: 100%;
        height: 155px;
        background-color: #777;
        background: url('../img/Banners/st_banner_001.jpg');
        background-size: cover;
        text-align: center;
        position: relative;
        top: 55px;
        display: none;
   }
    .slogan {
        width: 100%;
        height: 65px;
        margin: 0 auto;
        position: relative;
        background: url('../img/st_003.png');
        position: relative;
        top: 30px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
   }
    #imgslide {
        display: none;
   }
    .sub-heading {
        position: relative;
        top: 60px;
        color: #ff8800;
        display: block;
        font-size: 26px;
        text-align: center;
        margin: 55px 0 55px 0;
        height: 20px;
        line-height: 20px;
   }
    #nav-button {
        height: 55px;
        display: block;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
   }
    #about-section div img {
        width: 100%;
        padding-bottom: 20px;
   }
    #mission-section p {
        font-size: 8px;
   }
    #mission-section h1 {
        margin: 10px 0 10px 0;
   }
    .nav ul li {
        display: block;
        line-height: 55px;
        padding: 0 12px 0 12px;
        font-size: 18px;
        font-weight: bolder;
        text-align: center;
        background: #dddddd;
        margin: 0;
   }
    .nav #home {
        height: 55px;
        float: left;
        position: fixed;
        padding: 0 5px 0 5px;
   }
    .split-half {
        display: -ms-grid;
        display: grid;
        -ms-grid-rows: 50% 50%;
        grid-template-rows: 50% 50%;
   }
    .split-half div img {
        width: 80%;
        margin: 0 auto;
        display: block;
        border-radius: 5px;
   }
    .split-third div img {
        width: 40px;
        height: 40px;
        border: 2px dotted #777;
        text-align: center;
        border-radius: 50%;
        margin: 5px;
   }
    .split-third div h4 {
        font-size: 14px;
   }
    #downarrow img{
        display: none;
   }
    .testimonial-zone {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 5% 90% 5%;
        grid-template-columns: 5% 90% 5%;
        margin: 50px 0 50px 0;
   }

   .testimonial-zone #testimony {
   
   }

    .testimonial-zone div small {
        color: #777;
   }
    .testimonial-zone div p, .testimonial-zone div h1 {
        color: #282828;
   }
    .testimonial-zone div img{
        width: 50px;
        cursor: pointer;
        position: relative;
        top: 200px;
   }
    #testimony {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding: 0 40px 0 40px;
   }
    .testimonial-zone div:first-child img{
        -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
                transform: rotate(90deg);
   }
    .testimonial-zone div:last-child img{
        -webkit-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
                transform: rotate(-90deg);
   }
    #locations-section p small{
        height: 60px;
        width: 50px;
   }
    #locations-section .split-third div img {
        height: 150px;
        width: 150px;
   }
    #locations-section .split-third {
        display: block;
   }
    #contact-section .split-third {
        display: block;
   }
    #contact-section .split-third div img {
        height: 150px;
        width: 150px;
        padding: 5px;
   }

   #services-section .split-third {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 50% 50%;
        grid-template-columns: 50% 50%;
   }

   #mission-section .split-third {
       display: -ms-grid;
       display: grid;
       -ms-grid-columns: 50% 50%;
       grid-template-columns: 50% 50%;
   }
}





/* For Tablet */
@media only screen and (max-width: 1030px) {
    .container {
        width: 100vw;
   }
    .nav {
        width: 100%;
        height: 55px;
        background-color: #DCDCDC;
        position: fixed;
        z-index: 1000;
        top: 0px;
        border-bottom: 1px solid #282828;
   }
    .banner {
        width: 100%;
        height: 155px;
        background-color: #777;
        background: url('../img/Banners/st_banner_001.jpg');
        background-size: cover;
        text-align: center;
        position: relative;
        top: 55px;
        display: none;
   }
    .slogan {
        width: 100%;
        height: 65px;
        margin: 0 auto;
        position: relative;
        background: url('../img/st_003.png');
        position: relative;
        top: 30px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
   }
    #imgslide {
        display: none;
   }
    .sub-heading {
        position: relative;
        top: 60px;
        color: #ff8800;
        display: block;
        font-size: 26px;
        text-align: center;
        margin: 55px 0 55px 0;
        height: 20px;
        line-height: 20px;
   }
    #nav-button {
        height: 55px;
        display: block;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
   }
    #about-section div img {
        width: 100%;
        padding-bottom: 20px;
   }
    #mission-section p {
        font-size: 8px;
   }
    #mission-section h1 {
        margin: 10px 0 10px 0;
   }
    .nav ul li {
        display: block;
        line-height: 55px;
        padding: 0 12px 0 12px;
        font-size: 18px;
        font-weight: bolder;
        text-align: center;
        background: #dddddd;
        margin: 0;
   }
    .nav #home {
        height: 55px;
        float: left;
        position: fixed;
        padding: 0 5px 0 5px;
   }
    .split-half {
        display: -ms-grid;
        display: grid;
        -ms-grid-rows: 50% 50%;
        grid-template-rows: 50% 50%;
   }
    .split-half div img {
        width: 80%;
        margin: 0 auto;
        display: block;
        border-radius: 5px;
   }
    .split-third div img {
        width: 90px;
        height: 90px;
        border: 2px dotted #777;
        text-align: center;
        border-radius: 50%;
        margin-bottom: 15px;
   }
    .split-third div h4 {
        font-size: 14px;
   }
    #downarrow img{
        display: none;
   }
    .testimonial-zone {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 5% 90% 5%;
        grid-template-columns: 5% 90% 5%;
        margin: 50px 0 50px 0;
   }
    .testimonial-zone div small {
        color: #777;
   }
    .testimonial-zone div p, .testimonial-zone div h1 {
        color: #282828;
   }
    .testimonial-zone div img{
        width: 50px;
        cursor: pointer;
        position: relative;
        top: 20px;
        text-align: left;
   }
    #testimony {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding: 0 40px 0 40px;
   }
    .testimonial-zone div:first-child img{
        -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
                transform: rotate(90deg);
   }
    .testimonial-zone div:last-child img{
        -webkit-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
                transform: rotate(-90deg);
   }
    #locations-section p small{
        height: 60px;
        width: 50px;
   }
    #locations-section .split-third div img {
        padding: 20px;
        margin: 20px;
   }
}






/* For Desktop and larger screen Users*/
@media only screen and (min-width: 1030px) {
    .container {
        width: 1080px;
        margin: 0 auto;
   }
    #nav-button {
        display: none;
   }
    .slogan {
        width: 695px;
        height: 65px;
        margin: 0 auto;
        position: relative;
        background: url('../img/st_003.png');
        position: relative;
        background-repeat: no-repeat;
        background-size: cover;
        top: -535px;
   }
    .banner {
        width: 100%;
        height: 785px;
        background-color: #777;
        background-image: url('../img/Banners/st_banner_002.jpg');
        background-size: cover;
        text-align: center;
        position: relative;
        top: 55px;
   }
    .logo {
        width: 225px;
        height: 225px;
        background: url('../img/st_004.png');
        background-size: contain;
        margin: 0 auto;
        position: relative;
        top: -535px;
   }
    #imgslide {
        width: 100%;
        height: 100%;
   }
    #imgslide div:nth-child(1) {
        background-image: url('../img/Banners/st_banner_001.jpg');
        background-size: cover;
   }
    #imgslide div:nth-child(2) {
        background-image: url('../img/Banners/st_banner_002.jpg');
        background-size: cover;
   }
    #imgslide div:nth-child(3) {
        background-image: url('../img/Banners/st_banner_003.jpg');
        background-size: cover;
   }
    #imgslide div {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
   }
    .nav {
        width: 100%;
        height: 55px;
        background-color: #DCDCDC;
        position: fixed;
        z-index: 1000;
        border-bottom: 1px solid #777;
   }
    .sub-heading {
        position: relative;
        top: 75px;
        color: #ef945b;
        display: block;
        font-size: 42px;
        text-align: center;
        margin: 100px 0 100px 0;
        height: 100px;
        background: #FFFFFF;
        line-height: 100px;
        border-left: 2px dotted #282828;
        border-right: 2px dotted #282828;
   }
    .nav ul li {
        display: inline;
        line-height: 55px;
        padding: 0 12px 0 12px;
        font-size: 18px;
        font-weight: bolder;
        -webkit-transition: .25s;
        -o-transition: .25s;
        transition: .25s;
        cursor: pointer;
        color: #282828;
   }
    #home {
        cursor: pointer;
   }
    .nav img {
        height: 55px;
        float: left;
        padding: 0 30px 0 30px;
   }
    .split-half {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 50% 50%;
        grid-template-columns: 50% 50%;
   }
    .split-half div img {
        width: 80%;
        height: auto;
        margin: 0 auto;
        display: block;
        border-radius: 5px;
   }
    .split-third div img {
        width: 80px;
        height: 80px;
        border: 2px dotted #777;
        text-align: center;
        border-radius: 50%;
        margin-bottom: 15px;
        padding: 20px;
   }
    #about-section {
        height: 450px;
   }
    #about-section div img{
        float: left;
        width: 50%;
        border-radius: 5px;
        padding: 20px;
   }
    #about-section div p {
        padding-right: 45px;
        margin-top: 20px;
        text-align: justify;
   }
    #services-section p {
        padding: 10px 25px 10px 25px;
   }
    #downarrow img {
        position: fixed;
        height: 120px;
        width: 120px;
        top: 665px;
        position: fixed;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
                transform: translate(-50%, 0);
        -webkit-animation: bouncy2 .7s infinite;
                animation: bouncy2 .7s infinite;
        -webkit-animation-fill-mode: forwards;
                animation-fill-mode: forwards;
        animation-direction: alternate-reverse;
        -webkit-animation-timing-function: linear;
                animation-timing-function: linear;
   }
    .testimonial-zone {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 5% 90% 5%;
        grid-template-columns: 5% 90% 5%;
        margin: 50px 0 50px 0;
   }
    .testimonial-zone div small {
        color: #777;
   }
    .testimonial-zone div p, .testimonial-zone div h1 {
        color: #282828;
   }
    .testimonial-zone div img{
        width: 100%;
        cursor: pointer;
        position: relative;
        top: 20px;
   }
    #testimony {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding: 0 40px 0 40px;
   }
    .testimonial-zone div:first-child img{
        -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
                transform: rotate(90deg);
   }
    .testimonial-zone div:last-child img{
        -webkit-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
                transform: rotate(-90deg);
   }
    #locations-section .split-third div img {
        padding: 20px;
        width: 180px;
        height: 180px;
        margin: 20px;
   }
}





/* For Laptops and Notebook Users*/
@media only screen and (max-width: 1600px) and (min-width: 1030px) {
    .container {
        width: 1080px;
        margin: 0 auto;
   }
    #nav-button {
        display: none;
   }
    .slogan {
        width: 695px;
        height: 65px;
        margin: 0 auto;
        position: relative;
        background: url('../img/st_003.png');
        position: relative;
        background-repeat: no-repeat;
        background-size: cover;
        top: -735px;
   }
    .banner {
        width: 100%;
        height: 785px;
        background-color: #777;
        background-image: url('../img/Banners/st_banner_002.jpg');
        background-size: cover;
        text-align: center;
        position: relative;
        top: 55px;
   }
    .logo {
        width: 225px;
        height: 225px;
        background: url('../img/st_004.png');
        background-size: contain;
        margin: 0 auto;
        position: relative;
        top: -735px;
   }
    #imgslide {
        width: 100%;
        height: 100%;
   }
    #imgslide div:nth-child(1) {
        background-image: url('../img/Banners/st_banner_001.jpg');
        background-size: cover;
   }
    #imgslide div:nth-child(2) {
        background-image: url('../img/Banners/st_banner_002.jpg');
        background-size: cover;
   }
    #imgslide div:nth-child(3) {
        background-image: url('../img/Banners/st_banner_003.jpg');
        background-size: cover;
   }
    #imgslide div {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
   }
    .nav {
        width: 100%;
        height: 55px;
        background-color: #DCDCDC;
        position: fixed;
        z-index: 1000;
        border-bottom: 1px solid #282828;
   }
    .sub-heading {
        position: relative;
        top: 75px;
        color: #ef945b;
        display: block;
        font-size: 42px;
        text-align: center;
        margin: 100px 0 100px 0;
        height: 100px;
        background: #FFFFFF;
        line-height: 100px;
        border-left: 2px dotted #282828;
        border-right: 2px dotted #282828;
   }
    .nav ul li {
        display: inline;
        line-height: 55px;
        padding: 0 12px 0 12px;
        font-size: 18px;
        font-weight: bolder;
        -webkit-transition: .25s;
        -o-transition: .25s;
        transition: .25s;
        cursor: pointer;
        color: #282828;
   }
    #home {
        cursor: pointer;
   }
    .split-half div img {
        width: 80%;
        height: auto;
        margin: 0 auto;
        display: block;
        border-radius: 5px;
   }
    .nav img {
        height: 55px;
        float: left;
        padding: 0 30px 0 30px;
   }
    .split-half {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 50% 50%;
        grid-template-columns: 50% 50%;
   }
    .split-third div img {
        width: 100px;
        height: 100px;
        border: 2px dotted #777;
        text-align: center;
        border-radius: 50%;
        padding: 20px;
        margin-bottom: 15px;
   }
    #services-section p {
        padding: 10px 25px 10px 25px;
   }
    #downarrow img {
        position: fixed;
        height: 120px;
        width: 120px;
        top: 445px;
        position: fixed;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
                transform: translate(-50%, 0);
        -webkit-animation: bouncy .7s infinite;
                animation: bouncy .7s infinite;
        -webkit-animation-fill-mode: forwards;
                animation-fill-mode: forwards;
        animation-direction: alternate-reverse;
        -webkit-animation-timing-function: linear;
                animation-timing-function: linear;
   }
    .testimonial-zone {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 5% 90% 5%;
        grid-template-columns: 5% 90% 5%;
        margin: 50px 0 50px 0;
   }
    .testimonial-zone div small {
        color: #777;
   }
    .testimonial-zone div p, .testimonial-zone div h1 {
        color: #282828;
   }
    .testimonial-zone div img{
        width: 100%;
        cursor: pointer;
        position: relative;
        top: 20px;
   }
    #testimony {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding: 0 40px 0 40px;
   }
    .testimonial-zone div:first-child img{
        -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
                transform: rotate(90deg);
   }
    .testimonial-zone div:last-child img{
        -webkit-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
                transform: rotate(-90deg);
   }
    #locations-section .split-third div img {
        padding: 20px;
        width: 180px;
        height: 180px;
        margin: 20px;
   }
}
a.anchor {
    display: block;
    position: relative;
    top: -250px;
    visibility: hidden;
}
.nav ul li a {
    text-decoration: none;
    color: #282828;
}
.container section {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 45px;
    background-color: #ffffff;
    position: relative;
    top: 60px;
}
.container section p {
    font-size: 18px;
    text-align: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.container section ul li {
    margin-left: 50px;
    padding: 5px 0 5px;
}
.container section h2 {
    color: #282828;
    padding: 10px 0 10px 0;
    display: block;
    border-bottom: 1px dotted #282828;
}
.split-half div {
    text-align: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 20px 0 20px 0;
}
.split-third {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: calc(100% /3) calc(100% /3) calc(100% /3);
    grid-template-columns: calc(100% /3) calc(100% /3) calc(100% /3);
}
.split-third div {
    text-align: center;
    padding: 15px 0 15px 0;
}
.container #mission-section {
    padding-top: 10px;
}
#mission-section .split-half div {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 25px;
}
#mission-section .split-half div p {
    font-size: 22px;
    text-align: center;
}
#mission-section h1 {
    text-align: center;
    font-size: 32px;
    color: #282828;
    padding: 30px 0 30px 0;
    background: white;
    margin: 20px -55px 20px -55px;
}
#mission-section .split-half div h2 {
    text-align: center;
    margin-bottom: 20px;
    color: #282828;
    font-size: 32px;
}
#mission-section .split-third div {
    margin: 55px 0 10px 0;
}
#schedule-section table {
    width: 100%;
    margin: 20px 0 20px;
}
#schedule-section table tr th{
    width: 50%;
    text-align: left;
    padding: 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: 1px solid #282828;
}
#locations-section .split-third div p {
    text-align: center;
}
#locations-section .split-third div a {
    text-decoration: none;
    color: royalblue;
}
#locations-section .split-third div a:hover {
    text-decoration: underline;
}
#contact-section h4{
    margin: 10px 0 10px;
    font-size: 24px;
}
#contact-section p{
    text-align: center;
}
#contact-section h5 {
    margin: 10px 0;
    font-size: 18px;
}
footer{
    position: relative;
    top: 125px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px;
    text-align: center;
    color: #282828;
}
footer p, footer small {
    padding-bottom: 20px;
}
#contact-section .split-third div:nth-child(2) {
    font-size: 18px;
    margin-top: 15px;
}

#contact-section .split-third a {
    text-decoration: none;
}

#contact-section .split-third p{
    color: orange;
    font-size: 22px;
}

#contact-section .split-third p:hover {
    text-decoration: underline;
}


@-webkit-keyframes bouncy {
    from {
        top: 485px;
   }
    to {
        top: 495px;
   }
}

@-webkit-keyframes bouncy2 {
    from {
        top: 665px;
   }
    to {
        top: 675px;
   }
}
