﻿
.navbar-dark .navbar-nav .nav-link {
    color: white;
}

.carousel-inner img {
    width: 100%;
    height: 300px;
}

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {

    .carousel-inner img {
        width: 100%;
        height: 300px;
    }
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {

    .carousel-inner img {
        width: 100%;
        height: 300px;
    }
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {

    .carousel-inner img {
        width: 100%;
        height: 100%;
    }
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {

    .carousel-inner img {
        width: 100%;
        height: 100%;
    }
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {

    .carousel-inner img {
        width: 100%;
        height: 100%;
    }
}

.footer {
    background: #152f4f;
    color: white;
}

    .footer .links ul {
        list-style-type: none;
    }

    .footer .links li a {
        color: white;
        transition: color 0.2s;
    }

        .footer .links li a:hover {
            text-decoration: none;
            color: #4180cb;
        }

    .footer .about-company i {
        font-size: 25px;
    }

    .footer .about-company a {
        color: white;
        transition: color 0.2s;
    }

        .footer .about-company a:hover {
            color: #4180cb;
        }

    .footer .location i {
        font-size: 18px;
    }

    .footer .copyright p {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }


.header-links {
    padding: 15px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    background: #fff;
    border-radius: 0 0 .25rem .25rem;
}

.header-links ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.header-links ul li a {
    color: #000;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.btn-select1 {
    color: darkgray;
    border-bottom: 1px solid red;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
    border-radius: 3px;
}

.text-details::first-letter {
    font-size: 200%;
    color: #8A2BE2;
}

.text-ind{
    text-indent:20px;
}



.wrapper {
    width: 120px;
    height: 120px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}

    .avatar {
        display: inline;
        margin: 0 auto;
        height: 100%;
        width: 100%;
        border-radius: 0.25rem !important;
    }



.bg-card-header1 {
    background-image: linear-gradient( -225deg, #E3FDF5 0%, #FFE6FA 100%);
}

.modal-bg1 {
    background-image: linear-gradient( -225deg, #E3FDF5 0%, #FFE6FA 100%);
}



fieldset.scheduler-border {
    border: 1px dashed #f09459 !important;
    padding: 0 .4em .4em .4em !important;
    margin: 0 0 .5em 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}

legend.scheduler-border {
    font-size: 10px !important;
    font-weight: bold !important;
    text-align: left !important;
    width: auto;
    padding: 0 10px;
    border-bottom: none;
}

@font-face {
    font-family: 'RocknRollOne-Regular';
    src: url('Font/RocknRollOne-Regular.ttf') format('truetype');
}

@media only screen and (max-width: 768px) {
    .nav-link-custom {
        color: blue !important;
        font-size: 10px;
        font-weight: 600;
        border-left: 0px !important;
        padding: 0.3rem 1rem !important;
    }
}

.tagline-alert {
    background-image: linear-gradient( 315deg, #d5adc8 0%, #ff8489 74%);
    padding: 7px;
}

.res-text1 {
    font-size: calc(0.6em + 0.6vw) !important;
}

