    @import url('https://fonts.googleapis.com/css?family=Oswald:700|Roboto+Condensed:700');
    @import url('https://fonts.googleapis.com/css?family=Lato');
    @import url('https://fonts.googleapis.com/css?family=IM+Fell+Great+Primer|Lato');
    @import url('https://fonts.googleapis.com/css?family=Merriweather');
    @import url('https://fonts.googleapis.com/css?family=Merriweather|Oswald');
    /* font-family: 'Oswald', sans-serif;
font-family: 'Roboto Condensed', sans-serif;
*/
    
    body {
        line-height: 1.4;
        font-family: 'Roboto', sans-serif;
        letter-spacing: 0.5px;
        font-size: 15px;
        font-weight: 400;
        background: #fff url(../img/white_texture.jpg) repeat center center;
    }
    /* ol, ul { list-style: none; list-style: circle;}
*/
    
    blockquote,
    q {
        quotes: none;
    }
    
    blockquote:before,
    blockquote:after,
    q:before,
    q:after {
        content: '';
        content: none;
    }
    
    table {
        border-collapse: collapse;
        border-spacing: 0;
    }
    
    a {
        outline: none;
    }
    
    a:hover,
    a:focus,
    a:active {
        text-decoration: none;
        outline: none;
    }
    
    .header {
        background: url('../img/x.jpg') no-repeat fixed;
        background-size: cover;
        background-size: contain;
        position: relative;
    }
    
    .navbar-default {
        background-color: transparent;
        border: 0px;
        padding: 20px 0;
        transition: all 0.3s;
        padding: 5px 0;
        height: 65px;
    }
    
    .navbar-brand {
        font-size: 36px;
        font-family: 'Oswald', sans-serif;
        font-family: 'Roboto Condensed', sans-serif;
    }
    
    .navbar-default .navbar-brand,
    .navbar-default .navbar-brand:hover,
    .navbar-default .navbar-brand:focus {
        color: #fff;
        outline: none;
    }
    
    .navbar-default .navbar-nav>li>a {
        font-size: 14px;
        font-weight: 400;
        color: #ef5555;
        outline: none;
    }
    
    .navbar-default .navbar-nav>li>a:focus,
    .navbar-default .navbar-nav>li>a:hover {
        color: #ff2222;
        background-color: transparent;
    }
    
    .navbar-default .navbar-nav>.active>a,
    .navbar-default .navbar-nav>.active>a:focus,
    .navbar-default .navbar-nav>.active>a:hover {
        color: #901c00;
        background-color: transparent;
    }
    
    .top-nav-collapse {
        padding: 0;
        background: rgba(17, 20, 24, 0.9);
    }
    
    .bg-color {
        /* background-color: RGBA(0, 0, 0, 0.67);
        background-color: RGBA(0, 0, 0, .5);
        min-height: 650px; */
    }
    
    .navbar-border {}
    
    .banner-text {
        padding: 15px 40px;
        color: #fff;
        margin-top: 270px;
        margin-top: 120px;
        text-transform: uppercase;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: bold;
        line-height: 2.8em;
    }
    
    .banner-text h2,
    .banner-text p {
        font-size: 40px;
        font-weight: 400;
        font-family: 'Questrial', sans-serif;
        font-family: 'Roboto', sans-serif;
    }
    
    .banner-text h2 span {
        font-family: 'Satisfy', cursive;
        font-family: 'Roboto', sans-serif;
    }
    
    .overlay-detail {
        margin: 0 auto;
    }
    
    .overlay-detail a i {
        text-align: center;
        position: absolute;
        bottom: -140px;
        bottom: -80px;
        font-size: 24px;
        color: #fff;
        color: #4f666a;
        color: #F55B3F;
        color: #024987;
        width: 40px;
        height: 40px;
        border: 1px solid #fff;
        border: 1px solid #4f666a;
        border: 2px solid #F55B3F;
        border: 2px solid #024987;
        line-height: 40px;
        border-radius: 50%;
    }
    
    .deco {
        font-family: 'Satisfy', cursive;
    }
    
    #overview {
        background: url('../img/overview.jpg') no-repeat;
        background-size: cover;
        margin-bottom: -3px;
    }
    
    .section-padding {
        padding: 60px 0px;
    }
    
    .title {
        font-size: 24px;
        margin-bottom: 50px;
    }
    
    .title-text {
        padding: 0px 25px 0px 0px;
        font-size: 34px;
        font-size: 24px;
        color: #be2525;
        color: #F55B3F;
        border-right: 9px solid #BE2525;
        border-right: 9px solid #F55B3F;
        text-align: right;
    }
    
    .title-text-right {
        padding: 0px 0px 0px 25px;
        font-size: 34px;
        color: #be2525;
        border-left: 9px solid #BE2525;
    }
    
    .overview-text p {
	color: #000000;
	text-align: left;
    }
    
    .abt-list li {
        padding: 5px 0px;
        font-size: 18px;
        font-weight: 400;
    }
    
    #portfolio {
        background-color: #f0f1e9;
    }
    
    .grid-padding {
        padding: 0 8px;
    }
    
    .grid-padding img {
        margin-bottom: 15px;
    }
    
    .padding-right-zero {
        padding-right: 0px !important;
    }
    
    #myGrid {
        margin-top: 50px;
    }
    
    .test-sec blockquote {
        background: #eee;
        display: block;
        font-size: 14px;
        line-height: 20px;
        padding: 15px;
        position: relative;
    }
    
    .test-sec blockquote::after {
        content: '';
        position: absolute;
        bottom: -14px;
        margin-left: 10px;
        border-top: 14px solid #eee;
        border-left: 14px solid transparent;
        border-right: 14px solid transparent;
    }
    
    blockquote {
        padding: 10px 20px;
        margin: 0 0 20px;
        font-size: 17.5px;
        border-left: 5px solid RGBA(0, 0, 0, 0.18);
    }
    
    .test-sec .carousel-info span {
        display: block;
    }
    
    .test-sec span.testimonials-name {
        color: #62646f;
        font-weight: 600;
        margin: 16px 0 5px;
    }
    /* #contact {
        width: 100%;
        background-color: RGBA(8, 7, 7, 0.92);
        background-color: #1D1D1D;
    } */
    /*     
    #contact .btn-primary {
        background: #BE2525;
        border: 1px solid #BE2525; 
    }
  */
    
    .validation {
        color: red;
        display: none;
        margin: 0 0 20px;
        font-weight: 400;
        font-size: 13px;
    }
    
    #sendmessage {
        color: green;
        border: 1px solid green;
        background: #fff;
        display: none;
        text-align: center;
        padding: 15px;
        font-weight: 600;
        margin-bottom: 15px;
    }
    
    #errormessage {
        color: red;
        display: none;
        border: 1px solid red;
        text-align: center;
        padding: 15px;
        font-weight: 600;
        margin-bottom: 15px;
        background: #fff;
    }
    
    #sendmessage.show,
    #errormessage.show,
    .show {
        display: block;
    }
    
    footer {
        padding: 40px 0;
        background: #F2F3EB;
    }
    
    .footer a {
        color: #BE2525;
    }
    
    .footer__navigation li,
    .social-list li {
        display: inline-block;
    }
    /* .contact-sec h2 {
        font-size: 28px;
        color: #fff;
        font-weight: 600;
        padding: 15px 0px;
        background: black;
    } */
    
    .footer__navigation li a {
        display: inline-block;
        color: #767676;
        font-weight: 600;
        font-variant-ligatures: common-ligatures;
        font-size: 1.2em;
        line-height: 1.625em;
        margin-top: 0;
        margin-bottom: 1.625em;
        padding-right: 10px;
    }
    /* .contact-sec p {
        color: #fff;
        font-size: 18px;
        padding: 16px 0px 24px;
    }
    
    .contact-sec i {
        padding-right: 15px;
    }
    
    .contact-sec a {
        color: #FFF;
        background-color: RGBA(174, 142, 142, 0.7);
        display: inline-block;
        padding: 16px 34px;
        font-size: 18px;
        transition: all 0.5s ease-in 0s;
    } */
    
    .carousel-info,
    blockquote {
        float: left;
    }
    
    .social-list li {
        transition: 0.2s linear;
        -webkit-transition: 0.2s linear;
        -moz-transition: 0.2s linear;
        opacity: .5;
        display: inline-block;
        margin: 0;
    }
    
    .social-list li a {
        font-size: 28px;
        margin-right: 15px;
    }
    
    .type-underline,
    .type-underline:hover {
        color: #767676;
    }
    
    .footer__lower {
        margin-top: 3.25em;
    }
    
    .type--fine-print {
        color: #767676;
    }
    
    .navbar-toggle {
        position: relative;
        background-color: #fff;
        border-radius: 4px;
    }
    
    .navbar-nav>li>a {
        padding-top: 24px;
        padding-bottom: 24px;
    }
    
    .navbar-brand {
        margin-top: 9px;
    }
    
    .grid-item {
        width: 200px;
    }
    
    .grid-item--width2 {
        width: 400px;
    }
    
    @media (min-width: 551px) and (max-width: 980px) {
        .title-text {
            margin-bottom: 15px;
        }
    }
    
    @media (min-width: 100px) and (max-width: 550px) {
        .navbar-nav>li>a {
            padding-top: 15px;
            padding-bottom: 15px;
        }
        .navbar-brand {
            margin-top: 0px;
        }
        .carousel-info {
            margin-bottom: 30px;
        }
        .type--fine-print {
            text-align: center;
        }
        .text-center-xs {
            text-align: center !important;
        }
        .social-list {
            margin-bottom: 15px;
        }
        .banner-text h2,
        .banner-text p {
            font-size: 30px;
            font-family: 'Roboto', sans-serif;
        }
        .title-text {
            margin-bottom: 15px;
        }
    }
    
    p {
        display: block;
        -webkit-margin-before: 1em;
        -webkit-margin-after: 1em;
        -webkit-margin-start: 0px;
        -webkit-margin-end: 0px;
        font-family: 'Oswald', sans-serif;
        font-family: lato, sans-serif;
        font-family: 'Roboto', sans-serif;
        line-height: 1.8em;
    }
    
    h2.headercolor {
        color: #4f666a;
        color: #F55B3F;
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 40px;
    }
    /**********************************************/
    
    .headertable {
        background-color: #327a81;
        background-color: #F55B3F;
        color: white;
        font-size: 1.5em;
        padding: 1rem;
        text-align: center;
        text-transform: uppercase;
    }
    /*     
    img {
        border-radius: 50%;
        height: 60px;
        width: 60px;
    } */
    
    .table-users {
        border: 1px solid #327a81;
        border: 1px solid #F55B3F;
        border-radius: 10px;
        box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
        max-width: calc(100% - 2em);
        margin: 1em auto;
        overflow: hidden;
        width: 98%;
    }
    
    table {
        width: 100%;
    }
    
    table td,
    table th {
        color: #2b686e;
        color: #C03D26;
        padding: 10px;
    }
    
    table td {
        text-align: center;
        vertical-align: middle;
    }
    
    table td:last-child {
	font-size: 0.95em;
	line-height: 1.4;
	text-align: left;
	color: #CC3300;
    }
    
    table th {
        background-color: #daeff1;
        background-color: #F8E6E3;
        font-weight: 300;
    }
    
    table tr:nth-child(2n) {
        background-color: white;
    }
    
    table tr:nth-child(2n+1) {
        background-color: #edf7f8;
        background-color: #F7EAE8;
    }
    
    @media screen and (max-width: 700px) {
        table,
        tr,
        td {
            display: block;
        }
        td:first-child {
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            width: 100px;
        }
        td:not(:first-child) {
            clear: both;
            margin-left: 100px;
            padding: 4px 20px 4px 90px;
            position: relative;
            text-align: left;
        }
        td:not(:first-child):before {
            color: #91ced4;
            color: #F89281;
            content: '';
            display: block;
            left: 0;
            position: absolute;
        }
        td:nth-child(2):before {
            content: 'Name:';
        }
        td:nth-child(3):before {
            content: 'Email:';
        }
        td:nth-child(4):before {
            content: 'Phone:';
        }
        td:nth-child(5):before {
            content: 'Comments:';
        }
        tr {
            padding: 10px 0;
            position: relative;
        }
        tr:first-child {
            display: none;
        }
    }
    
    @media screen and (max-width: 500px) {
        .header {
            background-color: transparent;
            color: white;
            font-size: 2em;
            font-weight: 700;
            padding: 0;
            text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
        }
        img {
            border: 3px solid;
            border-color: #daeff1;
            height: 100px;
            margin: 0.5rem 0;
            width: 100px;
        }
        td:first-child {
            background-color: #c8e7ea;
            border-bottom: 1px solid #91ced4;
            border-radius: 10px 10px 0 0;
            position: relative;
            top: 0;
            -webkit-transform: translateY(0);
            transform: translateY(0);
            width: 100%;
        }
        td:not(:first-child) {
            margin: 0;
            padding: 5px 1em;
            width: 100%;
        }
        td:not(:first-child):before {
            font-size: .8em;
            padding-top: 0.3em;
            position: relative;
        }
        td:last-child {
            padding-bottom: 1rem !important;
        }
        tr {
            background-color: white !important;
            border: 1px solid #6cbec6;
            border-radius: 10px;
            box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
            margin: 0.5rem 0;
            padding: 0;
        }
        .table-users {
            border: none;
            box-shadow: none;
            overflow: visible;
        }
    }
    /********************************************/
    
    .white {
        color: white;
    }
    
    h2.faculty {
	color: #2f6074;
	color: white;
	font-size: 20px;
	display: inline-block;
	background: yellow;
	background: #F55B3F;
	border-radius: 5px;
	text-transform: uppercase;
	padding: 6px 8px;
	text-align: center;
    }
    
    .logo {
        padding-top: 100px;
        width: 160px;
        align-content: center;
    }
    
    .contact {
        background: #000;
    }
    
    h2.datecolor {
        color: #024987;
        /* color: #F55B3F; */
        font-family: 'Merriweather', serif;
        font-family: 'Oswald', sans-serif;
        font-size: 32px;
    }

.modal-content{
    width: 1000px;
}