﻿
.grey-box-icon-pos {
    margin-top: -88px;
    margin-bottom: 31px;
}

.grey-box-icon:hover .fontawesome-icon.circle-white {
    background-color: #f6f6f6;
    color: #697277;
    -moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.form-group input[type="text"], input[type="password"] {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 16px;
    height: 40px;
}

    .form-group input[type="text"]:hover, input[type="password"]:hover {
        border: 1px solid #0092dd;
    }

#image1 {
    border-radius: 200px;
    width: 100px;
    height: 100px;
    background-size: 280px;
    background-position: right;
}



.div-decorator {
    border-top: 3px solid #428BCA;
    border-right: 3px solid #D9534F;
    border-bottom: 3px solid #5CB85C;
    border-left: 3px solid #F0AD4E;
    margin: 30px;
    border-radius: 20px;
}

.div-heading {
    border-bottom: 1px dashed #5BC0DE;
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 0px;
    background-color: #F5F5F5;
    border-radius: 20px 20px 0px 0px;
}

.heading {
    color: #5FC9E5;
}

.div-content {
    padding: 30px;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

    .btn-circle.btn-lg {
        width: 50px;
        height: 50px;
        padding: 10px 16px;
        font-size: 18px;
        line-height: 1.33;
        border-radius: 25px;
    }

    .btn-circle.btn-xl {
        width: 105px;
        height: 105px;
        padding: 10px;
        font-size: 60px;
        line-height: 1.33;
        border-radius: 60px;
    }

.horizontalLinks li {
    padding: 18px 10px 20px 0px;
}
/* WRENCHING */
@keyframes wrench {
    0% {
        transform: rotate(-12deg);
    }

    8% {
        transform: rotate(12deg);
    }

    10% {
        transform: rotate(24deg);
    }

    18% {
        transform: rotate(-24deg);
    }

    20% {
        transform: rotate(-24deg);
    }

    28% {
        transform: rotate(24deg);
    }

    30% {
        transform: rotate(24deg);
    }

    38% {
        transform: rotate(-24deg);
    }

    40% {
        transform: rotate(-24deg);
    }

    48% {
        transform: rotate(24deg);
    }

    50% {
        transform: rotate(24deg);
    }

    58% {
        transform: rotate(-24deg);
    }

    60% {
        transform: rotate(-24deg);
    }

    68% {
        transform: rotate(24deg);
    }

    75%,100% {
        transform: rotate(0deg);
    }
}

.faa-wrench.animated,
.faa-wrench.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-wrench {
    animation: wrench 2.5s ease infinite;
    transform-origin-x: 90%;
    transform-origin-y: 35%;
    transform-origin-z: initial;
}

    .faa-wrench.animated.faa-fast,
    .faa-wrench.animated-hover.faa-fast:hover,
    .faa-parent.animated-hover:hover > .faa-wrench.faa-fast {
        animation: wrench 1.2s ease infinite;
    }

    .faa-wrench.animated.faa-slow,
    .faa-wrench.animated-hover.faa-slow:hover,
    .faa-parent.animated-hover:hover > .faa-wrench.faa-slow {
        animation: wrench 3.7s ease infinite;
    }

/* BELL */
@keyframes ring {
    0% {
        transform: rotate(-15deg);
    }

    2% {
        transform: rotate(15deg);
    }

    4% {
        transform: rotate(-18deg);
    }

    6% {
        transform: rotate(18deg);
    }

    8% {
        transform: rotate(-22deg);
    }

    10% {
        transform: rotate(22deg);
    }

    12% {
        transform: rotate(-18deg);
    }

    14% {
        transform: rotate(18deg);
    }

    16% {
        transform: rotate(-12deg);
    }

    18% {
        transform: rotate(12deg);
    }

    20%,100% {
        transform: rotate(0deg);
    }
}

.faa-ring.animated,
.faa-ring.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-ring {
    animation: ring 2s ease infinite;
    transform-origin-x: 50%;
    transform-origin-y: 0px;
    transform-origin-z: initial;
}

    .faa-ring.animated.faa-fast,
    .faa-ring.animated-hover.faa-fast:hover,
    .faa-parent.animated-hover:hover > .faa-ring.faa-fast {
        animation: ring 1s ease infinite;
    }

    .faa-ring.animated.faa-slow,
    .faa-ring.animated-hover.faa-slow:hover,
    .faa-parent.animated-hover:hover > .faa-ring.faa-slow {
        animation: ring 3s ease infinite;
    }

/* VERTICAL */
@keyframes vertical {
    0% {
        transform: translate(0,-3px);
    }

    4% {
        transform: translate(0,3px);
    }

    8% {
        transform: translate(0,-3px);
    }

    12% {
        transform: translate(0,3px);
    }

    16% {
        transform: translate(0,-3px);
    }

    20% {
        transform: translate(0,3px);
    }

    22%,100% {
        transform: translate(0,0);
    }
}

.faa-vertical.animated,
.faa-vertical.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-vertical {
    animation: vertical 2s ease infinite;
}

    .faa-vertical.animated.faa-fast,
    .faa-vertical.animated-hover.faa-fast:hover,
    .faa-parent.animated-hover:hover > .faa-vertical.faa-fast {
        animation: vertical 1s ease infinite;
    }

    .faa-vertical.animated.faa-slow,
    .faa-vertical.animated-hover.faa-slow:hover,
    .faa-parent.animated-hover:hover > .faa-vertical.faa-slow {
        animation: vertical 4s ease infinite;
    }

/* HORIZONTAL */
@keyframes horizontal {
    0% {
        transform: translate(0,0);
    }

    6% {
        transform: translate(5px,0);
    }

    12% {
        transform: translate(0,0);
    }

    18% {
        transform: translate(5px,0);
    }

    24% {
        transform: translate(0,0);
    }

    30% {
        transform: translate(5px,0);
    }

    36%,100% {
        transform: translate(0,0);
    }
}

.faa-horizontal.animated,
.faa-horizontal.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-horizontal {
    animation: horizontal 2s ease infinite;
}

    .faa-horizontal.animated.faa-fast,
    .faa-horizontal.animated-hover.faa-fast:hover,
    .faa-parent.animated-hover:hover > .faa-horizontal.faa-fast {
        animation: horizontal 1s ease infinite;
    }

    .faa-horizontal.animated.faa-slow,
    .faa-horizontal.animated-hover.faa-slow:hover,
    .faa-parent.animated-hover:hover > .faa-horizontal.faa-slow {
        animation: horizontal 3s ease infinite;
    }

/* FLASHING */
@keyframes flash {
    0%,100%,50% {
        opacity: 1;
    }

    25%,75% {
        opacity: 0;
    }
}

.faa-flash.animated,
.faa-flash.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-flash {
    animation: flash 2s ease infinite;
}

    .faa-flash.animated.faa-fast,
    .faa-flash.animated-hover.faa-fast:hover,
    .faa-parent.animated-hover:hover > .faa-flash.faa-fast {
        animation: flash 1s ease infinite;
    }

    .faa-flash.animated.faa-slow,
    .faa-flash.animated-hover.faa-slow:hover,
    .faa-parent.animated-hover:hover > .faa-flash.faa-slow {
        animation: flash 3s ease infinite;
    }

/* BOUNCE */
@keyframes bounce {
    0%,10%,20%,50%,80%,100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-15px);
    }

    60% {
        transform: translateY(-15px);
    }
}

.faa-bounce.animated,
.faa-bounce.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-bounce {
    animation: bounce 2s ease infinite;
}

    .faa-bounce.animated.faa-fast,
    .faa-bounce.animated-hover.faa-fast:hover,
    .faa-parent.animated-hover:hover > .faa-bounce.faa-fast {
        animation: bounce 1s ease infinite;
    }

    .faa-bounce.animated.faa-slow,
    .faa-bounce.animated-hover.faa-slow:hover,
    .faa-parent.animated-hover:hover > .faa-bounce.faa-slow {
        animation: bounce 3s ease infinite;
    }

/* SPIN */
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(359deg);
    }
}

.faa-spin.animated,
.faa-spin.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-spin {
    animation: spin 1.5s linear infinite;
}

    .faa-spin.animated.faa-fast,
    .faa-spin.animated-hover.faa-fast:hover,
    .faa-parent.animated-hover:hover > .faa-spin.faa-fast {
        animation: spin 0.7s linear infinite;
    }

    .faa-spin.animated.faa-slow,
    .faa-spin.animated-hover.faa-slow:hover,
    .faa-parent.animated-hover:hover > .faa-spin.faa-slow {
        animation: spin 2.2s linear infinite;
    }

/* FLOAT */
@keyframes float {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-6px);
    }

    100% {
        transform: translateY(0);
    }
}

.faa-float.animated,
.faa-float.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-float {
    animation: float 2s linear infinite;
}

    .faa-float.animated.faa-fast,
    .faa-float.animated-hover.faa-fast:hover,
    .faa-parent.animated-hover:hover > .faa-float.faa-fast {
        animation: float 1s linear infinite;
    }

    .faa-float.animated.faa-slow,
    .faa-float.animated-hover.faa-slow:hover,
    .faa-parent.animated-hover:hover > .faa-float.faa-slow {
        animation: float 3s linear infinite;
    }

/* PULSE */
@keyframes pulse {
    0% {
        transform: scale(1.1);
    }

    50% {
        transform: scale(0.8);
    }

    100% {
        transform: scale(1.1);
    }
}

.faa-pulse.animated,
.faa-pulse.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-pulse {
    animation: pulse 2s linear infinite;
}

    .faa-pulse.animated.faa-fast,
    .faa-pulse.animated-hover.faa-fast:hover,
    .faa-parent.animated-hover:hover > .faa-pulse.faa-fast {
        animation: pulse 1s linear infinite;
    }

    .faa-pulse.animated.faa-slow,
    .faa-pulse.animated-hover.faa-slow:hover,
    .faa-parent.animated-hover:hover > .faa-pulse.faa-slow {
        animation: pulse 3s linear infinite;
    }

/* SHAKE */
.faa-shake.animated,
.faa-shake.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-shake {
    animation: wrench 2.5s ease infinite;
}

    .faa-shake.animated.faa-fast,
    .faa-shake.animated-hover.faa-fast:hover,
    .faa-parent.animated-hover:hover > .faa-shake.faa-fast {
        animation: wrench 1.2s ease infinite;
    }

    .faa-shake.animated.faa-slow,
    .faa-shake.animated-hover.faa-slow:hover,
    .faa-parent.animated-hover:hover > .faa-shake.faa-slow {
        animation: wrench 3.7s ease infinite;
    }

/* TADA */
@keyframes tada {
    0% {
        transform: scale(1);
    }

    10%,20% {
        transform: scale(.9) rotate(-8deg);
    }

    30%,50%,70% {
        transform: scale(1.3) rotate(8deg);
    }

    40%,60% {
        transform: scale(1.3) rotate(-8deg);
    }

    80%,100% {
        transform: scale(1) rotate(0);
    }
}

.faa-tada.animated,
.faa-tada.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-tada {
    animation: tada 2s linear infinite;
}

    .faa-tada.animated.faa-fast,
    .faa-tada.animated-hover.faa-fast:hover,
    .faa-parent.animated-hover:hover > .faa-tada.faa-fast {
        animation: tada 1s linear infinite;
    }

    .faa-tada.animated.faa-slow,
    .faa-tada.animated-hover.faa-slow:hover,
    .faa-parent.animated-hover:hover > .faa-tada.faa-slow {
        animation: tada 3s linear infinite;
    }

/* PASSING */
@keyframes passing {
    0% {
        transform: translateX(-50%);
        opacity: 0;
    }

    50% {
        transform: translateX(0%);
        opacity: 1;
    }

    100% {
        transform: translateX(50%);
        opacity: 0;
    }
}

.faa-passing.animated,
.faa-passing.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-passing {
    animation: passing 2s linear infinite;
}

    .faa-passing.animated.faa-fast,
    .faa-passing.animated-hover.faa-fast:hover,
    .faa-parent.animated-hover:hover > .faa-passing.faa-fast {
        animation: passing 1s linear infinite;
    }

    .faa-passing.animated.faa-slow,
    .faa-passing.animated-hover.faa-slow:hover,
    .faa-parent.animated-hover:hover > .faa-passing.faa-slow {
        animation: passing 3s linear infinite;
    }

/* PASSING REVERSE */

@keyframes passing-reverse {
    0% {
        transform: translateX(50%);
        opacity: 0;
    }

    50% {
        transform: translateX(0%);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%);
        opacity: 0;
    }
}

.faa-passing-reverse.animated,
.faa-passing-reverse.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-passing-reverse {
    animation: passing-reverse 2s linear infinite;
}

    .faa-passing-reverse.animated.faa-fast,
    .faa-passing-reverse.animated-hover.faa-fast:hover,
    .faa-parent.animated-hover:hover > .faa-passing-reverse.faa-fast {
        animation: passing-reverse 1s linear infinite;
    }

    .faa-passing-reverse.animated.faa-slow,
    .faa-passing-reverse.animated-hover.faa-slow:hover,
    .faa-parent.animated-hover:hover > .faa-passing-reverse.faa-slow {
        animation: passing-reverse 3s linear infinite;
    }

/* WAVE */
@keyframes burst {
    0% {
        opacity: .6;
    }

    50% {
        transform: scale(1.8);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.faa-burst.animated,
.faa-burst.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-burst {
    animation: burst 2s infinite linear;
}

    .faa-burst.animated.faa-fast,
    .faa-burst.animated-hover.faa-fast:hover,
    .faa-parent.animated-hover:hover > .faa-burst.faa-fast {
        animation: burst 1s infinite linear;
    }

    .faa-burst.animated.faa-slow,
    .faa-burst.animated-hover.faa-slow:hover,
    .faa-parent.animated-hover:hover > .faa-burst.faa-slow {
        animation: burst 3s infinite linear;
    }

.slideanim {
    visibility: hidden;
}

.slide {
    animation-name: slide;
    -webkit-animation-name: slide;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;
}

@keyframes slide {
    0% {
        opacity: 0;
        transform: translateY(70%);
    }

    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}

@-webkit-keyframes slide {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}

@media (max-width: 991px) {
    #sliderimg {
        width: 100%;
    }

    #headerlg {
        display: block;
    }

    .navbar-brand {
        display: none;
    }

    #Imagelogohead {
        display: block;
    }

    .video-bg {
        position: relative;
        z-index: 1;
        margin-left: -15px;
        margin-right: -15px;
        width: 100%;
        height: 364px;
        background: url(img/topshadow.png) bottom center no-repeat;
    }

    .clrline {
        color: #3963c9;
    }
}

@media (max-width: 991px) {
    #sliderimg {
        width: 100%;
    }

    #advmgtop {
        margin-top: 30px;
        width: 100%;
    }

    .clrline {
        color: white;
    }

    .video-bg {
        position: relative;
        z-index: 1;
        margin-left: 0px;
        margin-right: 0px;
        width: 100%;
        height: 364px;
        background: url(img/topshadow.png) bottom center no-repeat;
    }

    ul.footer-nav {
        float: left;
        padding-left: 190px;
    }

    #headerlg {
        display: none;
    }

    .navbar-brand {
        display: block;
        padding: 0;
    }

    #Imagelogohead {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .col-sm-4 {
        text-align: center;
        margin: 25px 0;
    }

    .btn-lg {
        width: 100%;
        margin-bottom: 35px;
    }
}

@media screen and (max-width: 480px) {
    .logo {
        font-size: 150px;
    }

    ul.footer-nav {
        float: left;
    }
}

.carousel-inner > .item > .img {
    line-height: 1;
    height: 200px;
}

.carousel-content {
    color: black;
    display: flex;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
}

#text-carousel {
    width: 100%;
    height: auto;
    color: White;
}


body {
}

.modal-header, h4, .close {
    background-color: #0092dd;
    color: white !important;
    text-align: center;
    font-size: 30px;
}

.modal-footer {
    background-color: #f9f9f9;
}

@media (min-width: 768px) {


    #myBtn {
        display: none;
    }
}

@media (max-width: 768px) {
    #myBtn {
        display: block;
        margin-top: 30px;
    }

    .mdl {
        background-color: White;
        color: Black;
    }

    .info-pages .disp-table-cell:first-child {
        background-color: White;
        color: Black;
    }

    .modal-body {
        background-color: White;
        color: Black;
    }
}

.responsive {
    position: relative;
    float: left;
    width: 100%;
    display: block;
    height: 300px;
    padding: 0;
    box-sizing: border-box;
    transition: box-shadow 0.25s ease 0s;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3), 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}

.marqueupdate {
    background-color: #0092dd;
    color: White;
}

.logo-small-very {
    color: #0092dd;
    font-size: 20px;
}

.logo-small {
    color: White;
    font-size: 70px;
    cursor: pointer;
    background-color: #0092dd;
    padding: 17px;
}

.logo-small1 {
    color: #0092dd;
    font-size: 70px;
    cursor: pointer;
    padding: 17px;
}

.logo {
    color: #0092dd;
    font-size: 200px;
}

.results {
    width: 100%;
    height: 364px;
    background: url(img/topshadow.png) bottom center no-repeat;
}

.resultdiv {
    background-color: #ffffff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3), 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}

.resulth3 {
    background-color: #0092dd;
    margin: 0;
    padding: 2px;
    color: White;
}

.videofram {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3), 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}

.coursecol3 {
    margin-top: 0px;
    padding-top: 10px;
    background-color: #fff;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3), 0 30px 50px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width:786px) {
     .slidecol8min {
        display: block;
        box-sizing: border-box;
        transition: box-shadow 0.25s ease 0s;
        box-shadow: 0 2px 10px 10px rgba(0, 0, 0, 0.3), 0 0px 50px 10px rgba(0, 0, 0, 0.1);
    }
}
@media (max-width:786px) {
    .slidecol8max {
        display: block;
        padding: 0px;
        box-sizing: border-box;
        transition: box-shadow 0.25s ease 0s;
        box-shadow: 0 2px 10px 10px rgba(0, 0, 0, 0.3), 0 0px 50px 10px rgba(0, 0, 0, 0.1);
    }
}
.importantlinks {
    text-align: left;
    padding-left: 0px;
    padding-top: 0px;
    background: #ffffff;
    border-top: solid 1px #eee;
    border-bottom: solid 1px #eee;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3), 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}

.importantimg {
    color: #0092dd;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    padding: 20px 5px 5px 2px;
    font-style: normal !important;
    word-wrap: break-word;
}

.importantrow {
    background-color: White;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 0px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3), 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    margin: 5px;
}

.resultrow {
    background-color: White;
    padding-left: 15px;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-right: 20px;
    padding-left: 20px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3), 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    margin: 5px;
}

.resultcolmd12 {
    color: Black;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    padding-left: 0px;
    padding-bottom: 2px;
    padding-top: 2px;
}

.aboutus {
    background: url(img/halftone.png);
    padding-top: 10px;
    padding-bottom: 20px;
}

#About_us .aboutcontainer {
    display: block;
    padding: 0;
    box-sizing: border-box;
    transition: box-shadow 0.25s ease 0s;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3), 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}

#About_us .aboutcolmd5 {
    box-shadow: 0 5px 3px 4px rgba(0, 0, 0, 0.3), 0 2px 10px 3px rgba(0, 0, 0, 0.1);
    padding: 0;
    padding-bottom: 5px;
    padding-right: 0px;
}

.aboutcounterrow {
    background: url(img/halftone.png);
}

@media (max-width: 767px) {
    .coursecentercol, .courseleftcol, .courserightcol {
        padding-bottom: 0px;
        padding-top: 10px;
    }

    .text-center {
        padding-top: 20px;
    }

    .aboutcounterrow {
        margin-top: -50px;
    }

    .headingabout {
        font-size: 18px;
        font-weight: 600;
        color: #646464;
        margin: 15px 0px;
    }

    .aboutp {
        font-size: 18px;
        text-align: justify;
        padding-top: 0px;
        margin: 20px;
        font-family: Calibri;
        color: #5F5F5F;
        font-weight: normal;
    }
}

@media (min-width: 767px) {
    .coursecentercol {
        padding-bottom: 15px;
    }

    .aboutp {
        font-size: 18px;
        text-align: justify;
        padding-top: 30px;
        margin: 20px;
        font-family: Calibri;
        color: #5F5F5F;
        font-weight: normal;
    }
}
