body{
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 1.5;
    color: #1f1e1e;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Open Sans Condensed', sans-serif;
    color: #312f2f;
}
h3{
    margin-bottom: 15px;
}
.header{
    background: #2a2a2a;
}
.bg-color{
    background-color: #3498db; 
}
.bg-txt-clr{
    color: #fff;
    position: relative;
}
.bg-txt-clr:hover{
    color: #252426 !important;
    transition: all .3s ease-out;
}
.bg-txt-clr::before{
    content: "";
    width: 10px;
    height: 2px;
    background: #252426;
    position: absolute;
    bottom: 0;
    left: 50%;
    right: 50%;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-out;
}
li:hover .bg-txt-clr::before {
    opacity: 1;
    visibility: visible;
    left: 0px;
    width: auto;
    right: 0px;
    transition: all .3s ease-out;
}
@media(min-width:992px){
.bg-txt-clr::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 15px;
    background: #fff;
    margin: 4px 15px;
}
.btn{
    border-radius: 0;
    padding: 8px 30px;
    text-transform: uppercase;
}
}
.carousel-caption{
    right: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    padding-top: 50px;
    padding-bottom: 55px;
    bottom: 0;
}
@media(max-width:767px){
    #carouselExampleIndicators .carousel-item{
        min-height: 320px !important;
        height: 100%;
    }
    .carousel-caption{
        position: relative;
    }
    .carousel-image {
        max-height: 100% !important;
        height: 100% !important;
    }
}
.carousel-caption .text-overlay{
    margin-bottom: 0;
    color: #fff;
    font-size: 2.5rem;
}
@media(max-width:991px){
    .carousel-caption .text-overlay{
        font-size: 1.5rem;
    }
    .carousel-caption{
        padding-top: 40px;
        padding-bottom: 45px;
    }
}
.pages ul li {
    list-style-type: disclosure-closed;
}
ul{
    margin: 0;
}
.pages ul li{
    margin-bottom: 8px;
}
.pages ul li:last-child{
    margin-bottom: 0px;
}
.link-to-btn {
    padding: 40px 20px;
    display: inline-block;
    border-radius: 0;
    width: auto;
    text-align: center;
    background: #5085E9;
    color: #fff;
    position: relative;
    width: 100%;
    overflow: hidden;
    z-index: 9;
    font-size: 20px;
}
.link-to-btn:hover{
    color: #fff;
}
.link-to-btn::after {
    width: 0;
    height: 103%;
    top: 50%;
    left: 50%;
    background: #1D4694;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    content: "";
    position: absolute;
    transition: all 0.3s;
    color: #fff;
    z-index: -1;
}
.link-to-btn:hover::after {
    width: 100%;
    opacity: 1;
}
.button{
    border-radius: 0;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.button:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}
a,a:hover{
    text-decoration: none;
}
a{
    color:#3498DB;
}
a:hover{
   color: #252426; 
}
.nav-link.bg-txt-clr.active {
    color: #252426 !important;
}
.nav-link.bg-txt-clr.active::before{
    opacity: 1;
visibility: visible;
left: 0px;
width: auto;
right: 0px;
transition: all .3s ease-out;
}
.link.bg-txt-clr::before {

    content: none;

}
body {
    padding-top: 0 !important;
}
.navbar-nav{
    margin-left: auto !important;
}
.navbar-nav.ml-auto {
    margin: 0 auto !important;
}
.navbar-brand {
    width: 280px;
    margin-right: 0;
}
img{
    max-width: 100%;
}
.navbar.navbar-expand-lg .nav-item .nav-link{
    padding: 12px 0px;
    font-size: 16px;
    text-transform: uppercase;
}
.navbar.navbar-expand-lg{
    padding: 0;
}
.navbar.navbar-expand-sm {
    padding: 0;
}
  @media(max-width:575px){
    .top-section .navbar.navbar-expand-sm {
        display: inline-block;
        width: 100%;
    }
    .top-section .navbar-nav {
        width: 100%;
        display: inline-block;
        text-align: center;
    }
    .top-section .nav-item {
        width: auto;
        display: inline-block;
        padding: 0 10px;
    }
  }
.top-section .navbar-nav .nav-link {
    font-size: 14px;
    padding: 10px 0px;
}
.top-section .navbar-nav .nav-item {
    padding: 0 15px;
}
@media(max-width:400px){
    .top-section .navbar-nav .nav-link {
        font-size: 10px;
        padding: 10px 0;
    }
    .top-section .navbar-nav .nav-item{
        padding: 0 8px; 
    }
}
@media(min-width:401px) and (max-width:575px){
    .top-section .navbar-nav .nav-link{
        font-size: 13px;
        padding: 10px 0px;
    }
}
.top-section .navbar-nav .nav-item:last-child {
    padding-right: 0;
}
.top-section .navbar-nav .nav-item:last-child .nav-link::after,.navbar-nav.ml-auto .nav-item:last-child .nav-link::after {
    content: none;
}
.button-list {
    display: block;
    width: 100%;
    padding-top: 15px;
}
.link-btn {
    width: 320px;
    display: inline-block;
    padding: 10px 35px;
}
.navbar-dark .navbar-toggler{
    border-color: #3498DB;
}
@media(max-width:480px){
    #carouselExampleIndicators .carousel-item{
        background-color: rgba(0, 0, 0, 0.7);
    }
    .carousel-caption,.carousel-indicators{
        background: transparent;
    }
     #carouselExampleIndicators .carousel-control-prev, #carouselExampleIndicators .carousel-control-next{
        height: 40px;
        width: 40px;
    }
    .carousel-caption {
        padding-top: 20px;
        padding-bottom: 25px;
    }
    .carousel-caption .text-overlay{
        font-size: 1rem;
        padding-bottom: 10px;
    }
    .carousel-indicators{
        width: 100%;
        margin: 0;
        bottom: 10px;
    }
    .link-btn,.button{
    width: 100%;
    }
    .link-btn{
        padding: 10px 25px;
    }
}
footer ul {
    padding: 0;
    margin: 0;
}
footer li {
    list-style-type: none;
    color: #fff;
}   
footer li a{
    padding: 7px 0;
    display: inline-block;
}
footer h5 {
    margin-bottom: 20px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}
footer li:first-child a{
    padding-top: 0;
}
footer li a.bg-txt-clr::after{
    content: none;
}
footer span {
    text-decoration: underline;
}
.Modern.Business {
    margin-bottom: 30px;
}
@media(max-width:480px){
    .my-4 {
        font-size: 25px;
    }
}
.Facility-Management {
    width: 100%;
    display: inline-block;
}
.pages {
    margin: 30px 0;
}
.aside {
    margin-bottom: 30px;
}
.content-image {
    margin-bottom: 20px;
}
.carousel-control-prev, .carousel-control-next{
    top: 50%;
    transform: translateY(-50%);
    height: 60px;
    width: 60px;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: all 0.3s ease-out;
}
#carouselExampleIndicators:hover .carousel-control-prev,#carouselExampleIndicators:hover .carousel-control-next{
    opacity: 1;
    transition: all 0.3s ease-out;
}
.carousel-control-prev{
    left: 30px;
}
.carousel-control-next {
    right: 30px;
}
.navbar-nav.ml-auto .nav-item{
    padding: 0 15px;
}
@media(max-width:991px){
    .navbar.navbar-expand-lg .container{
        margin: 0;
    }
    #navbarResponsive{
        position: absolute;
        top: 55px;
        width: 100%;
        z-index: 99;
        left: 0;
    }
    .navbar.navbar-expand-lg{
        padding: 0.5rem 1rem;
    }
    .navbar.navbar-expand-lg .nav-item .nav-link{
        padding: 12px 0px;
        width: auto;
        display: inline-block;
    }
    .navbar.navbar-expand-lg .nav-item .nav-link::before{
        content: none;  
    }
}
.carousel-inner .carousel-item{
    height: auto;
    min-height: unset;
}
@media(min-width:768px){
    .carousel-image img {
        object-fit: cover;
        max-height: unset;
        max-width: 100%;
        width: auto;
    }
.carousel-inner .carousel-item{
    height: auto;
    min-height: unset;
}
.navbar-nav.ml-auto .nav-item:first-child{
    padding-left: 0;
}
.carousel-image {
    max-height: 42.85714rem;
}
.carousel-image img {
    object-fit: cover;
    max-height: 42.85714rem;
    width: 100%;
}
}
#carouselExampleIndicators .carousel-item{
    width: 100%;
}
.carousel-indicators li{
    width: 10px;
    height: 10px;
    border-radius: 30px;
    border: 2px solid #fff;
    background-color: transparent;
}
.breadcrumb {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    border-radius: 0;
}
textarea.form-control{
    height: 100px;
}
.form-control{
    border-radius: 0;
}
footer label{
    color: #FFF;
}
.contact-form {
    max-width: 35rem;
    margin: 0 auto;
}
/***form-design***/
.pages form li,{
    color: #dd1717;
    list-style-type: none;
}
.help-block.with-errors li {
    color: #dd1717;
    list-style-type: none;
    font-size: 13px;
    position: relative;
    top: 8px;
}