
.fixed-top {
    top: -40px;
    transform: translateY(40px);
    transition: transform .3s;
}
.carousel-item {
    height: 70vh;
    min-height: 600px !important;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
@media screen and (max-width: 400px) {
    .carousel-item {
        min-height: 300px !important;
    }
}
.about-us-background{
    height: 70vh;
    background-size: cover;
    background-repeat: no-repeat;
    border-bottom: 2px solid #00afec;
}
.about-us-para{
    text-align: justify;
}
.enthusiasm-bg,.read-more-btn{
    background-color: #0065a0;
}
.contact-us .input-group{
    margin-bottom: 20px;
}










.button {
    display: inline-block;
    margin-top: 20px;
    padding: 8px 25px;
    border-radius: 4px;
}
.text-blue{
    color: #000080!important;
}
.heading{
    font-family: Calibri;
    color: #000080;
    font-size: 36px;
    font-weight: bold;
}
.loader-heading{
    font-size: 30px;
    font-family: Georgia;
}
li{
    text-transform: capitalize;
    font-size: 14px;
    font-weight: normal;
    transition: 1s all ease;
}

.footer-p-font{
    color: #a0aec0;
}

.btn-facebook {
    background: #3b579d;
    color: #ffffff
}
.btn-twitter {
    background: #2caae1;
    color: #ffffff
}
.btn-instagram {
    background: #dc4a38;
    color: #ffffff
}
.btn-whatsapp {
    background: #07b600;
    color: #ffffff
}


.btn-facebook:hover,
.btn-facebook:focus {
    background: #2d4278;
    color: #ffffff
}
.btn-facebook:hover,
.btn-facebook:focus {
    background: #058200;
    color: #ffffff
}




.btn-twitter:hover,
.btn-twitter:focus {
    background: #1b8dbf;
    color: #ffffff
}

.btn-instagram:hover,
.btn-instagram:focus {
    background: #bf3322;
    color: #ffffff
}

.bg-light-custom{
    background-image: linear-gradient(to right, #e7edf3, #c2ddf3);
}
.bg-success-custom{
    background-image: linear-gradient(to right, #6adb58, #1adb7c);
}



@media (min-width: 768px){
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
        width: 250px;
    }
}

li:hover{
    font-weight: bolder;
}
.li-bold-hover:hover{
    font-weight: bold;
}
.li-bold-hover{
    font-weight: lighter;
}

.li-bold-hover{
    color: #006d93;
}















#overlay{
    position:fixed;
    z-index:99999;
    top:0;
    left:0;
    bottom:0;
    right:0;
    background:#0065a0;
    transition: 1s 0.4s;

}
#progress{
    height:1px;
    background:#fff;
    position:absolute;
    width:0;
    top:50%;
    transition: 1s;
}
#progstat{
    font-size:0.7em;
    letter-spacing: 3px;
    position:absolute;
    top:50%;
    margin-top:-40px;
    width:100%;
    text-align:center;
    color:#fff;
}
.font-justify{
    text-align: justify;
}

.bg-danger-custom{
    background-image: linear-gradient(to right, #dc3545, #ff686d);
    height: 200px;
    margin-top: 10px;
}
.bg-warning-custom{
    background-image: linear-gradient(to right, #ffc107, #fff80b);
    height: 200px;
    margin-top: 10px;
}
.bg-info-custom{
    background-image: linear-gradient(to right, #17A0B8, #0acdc4);
    height: 200px;
    margin-top: 10px;
}
.bg-light-custom{

    background-image: linear-gradient(to right, #e7edf3, #c2ddf3);
}

.bg-card-light{
    background-image: linear-gradient(180deg, #e7edf3, #c2ddf3);
    border: 1px solid #3ea9f3;
}

.bg-success-custom{
    height: 200px;
    background-image: linear-gradient(to right, #6adb58, #1adb7c);
}



















.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > a:after {
    content: "\f0da";
    float: right;
    border: none;
    font-family: 'FontAwesome';
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0px;
    margin-left: 0px;
}

code {
    color: #B06AB3;
    background: #fff;
    padding: 0.1rem 0.2rem;
    border-radius: 0.2rem;
}

@media (min-width: 991px) {
    .dropdown-menu {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }
}

@-webkit-keyframes navbar-animation {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes navbar-animation {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
@-webkit-keyframes dropdown-animation {
    0% {
        -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
    }
    75% {
        -webkit-transform: scaleY(1.1);
        -ms-transform: scaleY(1.1);
        transform: scaleY(1.1);
    }
    100% {
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
    }
}
@keyframes dropdown-animation {
    0% {
        -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
    }
    75% {
        -webkit-transform: scaleY(1.1);
        -ms-transform: scaleY(1.1);
        transform: scaleY(1.1);
    }
    100% {
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
    }
}
.navbar {
    position: fixed;
    background-color: white;
    -webkit-animation: navbar-animation 0.6s;
    animation: navbar-animation 0.6s;
}
.navbar-nav .active {
    background-color: #197bc5 !important;
    color: white !important;
    border-radius: 5px;
}
.navbar .dropdown-menu {
    padding: 0;
    width: 200px;
    background-color: #197bc5;
}

.navbar .dropdown-menu .dropdown-item {
    position: relative;
    padding: 10px 15px;
    word-wrap: break-word; white-space: normal;
    font-size: 12px;
    color: white;
    border-bottom: 1px solid rgba(255, 255, 255, .8) !important;
}
.navbar .dropdown-menu .dropdown-item:hover {
    color: white;
    background-color: #1a202c;
    transition: background-color 0.4s ease-in;
}

@media screen and (max-width: 400px) {
    #navbarContent{
        padding: 0;
        margin: 0;
    }
}

.navbar-bg{
/*    text-shadow: 0 0 3px #FF0000;*/
    box-shadow: 0 4px 8px 0 rgba(67, 67, 67, 0.2), 0 6px 20px 0 rgba(132, 132, 132, 0.19);
}
.dropdown-item:focus, .dropdown-item:hover {
    background-color: #1a202c !important;
    color: white !important;
}


#verticalScroller {
    position: absolute;
    height: 180px;
    overflow: hidden;
    background-color: white;
}
#verticalScroller > div {
    position:absolute;
    overflow:hidden;
    color: black;
}

@media screen and (max-width: 400px) {
    #verticalScroller {
        margin-top: 150px;
        width: 95%;
    }
    .footer-last-col{
        margin-top: 260px;
    }


}

.font-30{
    font-size: 30px;
}
.carousel-footer-img{
    object-fit: cover;
    overflow: hidden;
    width: 100%;
}

#main-heading{
    font-size: 60px;
    color: white;
    padding-top: 100px;
    text-align: center;
    font-family: Calibri;
}
