body {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: normal;
}
a:hover{
    text-decoration:none;
}
.Crimson
{
    font-family: 'Crimson Text', serif;
}

.menuCont
{
    background-color:white;
    border-bottom:solid 1px #a92222;
}
.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer;
    outline: none!important;
}

.navbar-nav li {
    margin-right: 20px !important;
    font-weight: normal;
}

.nav-item a {
    padding-left: 20px !important;
    padding-right: 20px !important;
    border: 1px solid #fff;
    color:#202020;
}

    .nav-item a.oborder:hover, .nav-item a.active {
        border: 1px solid #a92222;
        color: #a92222 !important;
    }

.logo {
    width: 220px;
}

.bold {
    font-weight: bold;
}

.btn-Outline-Red {
    border: 1px solid #a92222 !important;
    color: #a92222 !important;
}

    .btn-Outline-Red:hover, .btn-Outline-Red.active {
        background-color: #a92222;
        color: white !important;
    }
    .btn-Outline-Red.active::after {
        content: '\f0da';
   font-family: FontAwesome;
   font-weight: normal;
   font-style: normal;
   float: right;
   text-decoration:none;
    }

     .projctsDetails li a.btn-Outline-Red
    {
        border-bottom-width: 0px !important;
    }
.projctsDetails li:last-child a.btn-Outline-Red {
    border-bottom-width: 1px !important;
}
 
.fa-bars:before {
    padding: 5px;
    background: #aa2525;
}    


.btn-Red {
    border: 1px solid #a92222 !important;
    background-color: #a92222;
    color: white !important;
}

    .btn-Red:hover {
        background-color: #d22c2c !important;
        color: white !important;
    }

    .breadCrumbHeader
    {
        background-color:#a92222;
        color:#fff;
    }

    .breadCrumbHeader h3
    {
        color:#fff;
    }

        .breadCrumb
    {
        background-color:#f6e8e8;
        color:#a92222;
    }
        .breadcrumb
        {
            margin-bottom: unset;
            background-color: unset;
border-radius: unset;

        }
        .breadcrumb a
        {
            color:#202020
        }


        .breadcrumb-item.active
        {
            color:#a92222
        }


       
    

.sliderText {
    background-color: rgba(0, 0, 0, 0.8);
}


.carousel-item {
    background-position: top right;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: 100%;
}

.grayText{
    color:#202020;
}

.btn-DGray
{
    background-color:#464646;
    color:white;
}

.btn-DGray:hover
{
    background-color:#242424;
    color:white;
}
.projcts hr, .contactus hr
{
    border:3px solid #a92222;
    padding:0px;
    margin:0px;
}
.projList
{
    list-style:none;
    margin-left:0px;
    padding-left:0px;
}

.footer
{
    background-color:#262626 !important;
    color:white !important;
}

.footer .grayText {
    color:#909090;
}
.social
{
    margin-top:15px;
    list-style:none;
    padding-left:0px;
    margin-left:0px;
    
}
.social i
{
    border-radius:50%;
    
    color:#262626;
    width:32px;
    height:32px;
    margin: auto auto;
    padding-top:8px;
    text-align:center;
}


.social i.fa-facebook-f
{
    background-color:#3b5998 !important;
    color:white !important;
}

.social i.fa-facebook-f:hover
{
    background-color:white !important;
    color:#3b5998 !important;
}


.social i.fa-youtube
{
    background-color:#ff1c00 !important;
    color:white !important;
}
.social i.fa-youtube:hover
{
    background-color:white !important;
    color:#ff1c00 !important;
}


.social i.fa-google-plus-g
{
    background-color:#dd4b39 !important;
    color:white !important;
}

.social i.fa-google-plus-g:hover
{
    background-color:white !important;
    color:#dd4b39 !important;
}

.social i.fa-linkedin-in
{
    background-color:#0077b5 !important;
    color:white !important;
}

.social i.fa-linkedin-in:hover
{
    background-color:white !important;
    color:#0077b5 !important;
}



.social li
{
    display:inline-block;
    margin-right:10px;
}

.copyright
{
        background-color:#0e0e0e !important;
    color:white !important;
}

.contactus i, .textRed{
    color:#a92222 !important;
}
   


@media (max-width: 575.98px) {


    .navbar-nav li {
        margin-bottom: 5px;
    }

    .logo {
        width: 170px;
    }

    .carousel-item {
    background-size: auto 100%;
}
    .container
    {
        max-width: 600px;
    }
}


@media (min-width: 576px) and (max-width: 767.98px) {

      .carousel-item {
    background-size: auto 100%;
}

      .container
    {
        max-width: 800px;
    }
      .navbar-nav li {
    margin-right: 0px !important;
}
}


@media (min-width: 768px) and (max-width: 991.98px) {
    .carousel-item {
        background-size: auto 100%;
    }

    .container {
        max-width: 1100px;
    }

    .navbar-nav li {
        margin-right: 10px !important;
    }

    .nav-item a {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}


@media (min-width: 992px) and (max-width: 1199.98px) {
     .carousel-item {
    background-size: auto 100%;
}
     .container
    {
        max-width: 1200px;
    }
}


@media (min-width: 1200px) and (max-width: 1399.98px) {

    .container
    {
        max-width: 1300px;
    }
}


@media (min-width: 1400px)  {

    .container
    {
        max-width: 1500px;
    }
}