﻿body {
    font-family: 'Roboto', sans-serif;
    letter-spacing: .2px;
}

.table-striped {
    width: 100%
}

    .table-striped th {
        text-align: left;
        padding: 10px 5px;
        background: #f5f5f5
    }

    .table-striped td {
        text-align: left;
        padding: 10px 5px;
    }

.icon {
    color: #fff;
    text-align: center;
    padding: 10px 0px;
    text-align: left;
}

    .icon a {
        color: #fff;
        font-size: 13px
    }

        .icon a:hover,
        .icon a:focus {
            color: #fff;
            text-decoration: none;
        }

.logo {
    width: 100%;
    height: auto;
    position: absolute;
    top: -35px;
    z-index: 3;
}

.logo1 {
    width: 100%;
    height: auto;
    margin-top: 50px;
    padding: 10px;
}

.bttn {
    border-color: #fff;
    color: #d63348;
    border-radius: 3px;
    margin-top: 6px;
}

    .bttn:hover {
        background: #fff;
        border-color: #fff;
        color: #00204e;
    }

.pad {
    padding: 10px
}

.style {
    list-style: disc;
    color: #fff;
    line-height: 35px;
}

.caring {
    text-align: center;
    color: #fff;
    transform: scale(.99);
    transition: all 1s ease-in;
}

    .caring:hover {
        transform: scale(1);
        transition: all 0.2s ease-in;
    }

    .caring span {
        position: absolute;
        background: url(/Content/Images/new.png) repeat;
        top: 0;
        font-weight: normal;
        width: 100%;
        font-size: 2rem;
        color: #fff;
        padding: 10px;
        text-align: center;
    }

.head {
    color: #000;
    text-align: center;
    background: url(../images/underline.jpg) no-repeat center bottom;
    margin: auto;
    padding: 9px;
    text-transform: uppercase;
}

.und {
    background: url(../images/bc.jpg) no-repeat left bottom;
    color: #fff;
    padding: 3px 0px;
}

.parallax {
    background-image: url("/Content/Images/background.jpg");
    min-height: 380px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.mission {
    background-image: url("../images/mission.jpg");
    min-height: 380px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.caption1 {
    bottom: 37%;
    right: 0px;
    left: 55%;
    text-align: left;
    padding: 0px;
}

.caption2 {
    bottom: 37%;
    right: 55%;
    left: 0px;
    text-align: right;
    padding: 0px;
}

.affix {
    top: 0;
    width: 100%;
    z-index: 9999 !important;
    box-shadow: 0px 5px 20px -10px #000;
    background: #00204e;
}

    .affix #cssmenu > ul > li > a {
        color: #fff;
    }

        .affix #cssmenu > ul > li > a:hover {
            color: #ff7a8f;
        }

.bc {
    background: #d63348;
    padding: 10px 30px;
}

.bck {
    background: #d63348;
    padding: 10px 30px;
}

.para {
    text-align: justify;
    line-height: 21px
}

.icn {
    color: #fff;
    padding: 10px;
}

    .icn:hover {
        color: #ff7a8f;
    }

footer {
    background: #00204e;
}

    footer strong {
        color: #fff;
    }

    footer address {
        color: #fff;
    }

    footer ul {
        list-style: none;
        padding: 10px
    }

        footer ul li a {
            color: #fff;
            font-size: 13px
        }

        footer ul li {
            color: #fff;
            font-size: 13px;
        }

            footer ul li a:hover,
            footer ul li a:focus {
                color: #ff7a8f;
                text-decoration: none
            }

    footer h6 {
        color: #fff;
    }

        footer h6 a {
            color: #fff;
        }

            footer h6 a:hover {
                color: #ff7a8f;
                text-decoration: none
            }

    footer a:hover {
        text-decoration: none;
    }

    footer hr {
        margin-top: 0px;
        margin-bottom: 5px;
    }

a.back-to-top {
    display: none;
    width: 35px;
    height: 35px;
    text-indent: -9999px;
    position: fixed;
    z-index: 999;
    right: 20px;
    bottom: 20px;
    border-radius: 4px;
    background: #d63348 url("/Content/Images/up-arrow.png") no-repeat center 43%;
    transition: 1s;
}

a:hover.back-to-top {
    background-color: #d63348;
}

@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
    .caring span {
        font-size: 1.5rem;
        color: #fff;
        padding: 2px;
        text-align: center;
    }

    .caption1 {
        font-size: 9px;
        left: 35%;
    }

    .caption2 {
        font-size: 9px
    }
}

@media (min-width: 1200px) {
    .bc {
        padding: 33.5px 30px;
    }

    .bck {
        padding: 2px 30px;
    }
}
