body {
    height: 100%;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 28px;
    color: #777;
    background: #fff;
    position: relative;
}

.tat-header {
    background: #2d3955 !important;
}

.tat-header .nav-item {
    padding-right: 2em;
}

.bannerCarousel .btnStyle a {
    border: 1px solid #FFBC13;
    display: inline-block;
    font-size: 14px;
    height: 45px;
    line-height: 44px;
    text-align: center;
    width: 145px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 20px;
    background: #FFBC13;
    color: #fff;
    text-decoration: none;
}

.intro-section {
    margin-top: 2em;
}

.visionSec {
    padding-bottom: 2em;
    text-align: center;
}

.visionSec img {
    max-width: 70px;
    max-height: 70px;
}

.visionContainer {
    text-align: center;
}

.tat-header {
    min-height: 80px !important;
    margin-bottom: 0 !important;
    border-radius: 0 !important;
}

.logo-container {
    padding: 0 !important;

}

@media (min-width: 768px) {
    .logo-container {
        margin: 10px 10px 30px 20px !important;
    }

    .carousel-caption {
        top: 3em;
    }
}

.collapse-nav {
    margin-top: 20px;
}

.carousel-title {
    font-size: 6rem !important;
    font-weight: bold;
}

.carousel-desc {
    font-size: 3rem !important;
}

.intro-title {
    color: #002e5b;
    font-size: 4rem;
    font-weight: bold;
    text-align: center;
}

.intro-section {
    padding-bottom: 5rem;
}

.services-card {
    margin-right: 10px !important;
    background: #2d3955 !important;
    color: #ffff;
    border-radius: 20px;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    padding: 10px;
    min-height: 270px;
}
.servicesSection{
    margin-top:30px;
    margin-bottom:20px;
}
.cardSection{
    margin-bottom:20px;
}
.servicesSection h3 {
    text-align: center;
    padding-bottom:20px;
    font-size:3rem;
}

.service_container {
    text-align: cecnter;
}

.service_container img {
    max-width: 75px;
}

.servicecard h6 {
    text-align: center;
}
footer{
    background:#2d3955 !important
}
.footer_logo img{
    max-width:70px;
}
.copyright{
    color:#ffff;
}
.footer_logo{
    padding-bottom:20px;
}
.footer_widgets{
    margin-top:20px;
}
.widget_contacts h4{
    color:#ffff !important;
}
.widget_contacts ul{
    list-style-type: none;
}