@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap');
body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

.top_menu {
    float: left;
    width: 100%;
    border-radius: 0px 0px 5px 5px;
    background-color: #04239E;
    color: white;
    padding: 10px 15px;
    font-size: 14px;
}

.navbar {
    padding-left: 0;
    padding-right: 0;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .8);
    font-weight: 600;
    font-size: 15px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.3rem;
    padding-left: 1.3rem;
}

.navbar-light .navbar-nav .active>.nav-link {
    color: #FC6761;
}

.carousel-inner img {
    width: 100%;
    height: 100%;
}

.carousel-caption {
    width: 45%;
    background: white;
    bottom: 50px;
    left: 9%;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    padding: 30px;
    text-align: left;
    font-family: 'Poppins', sans-serif;
}

.carousel-caption b {
    display: block;
    font-size: 18px;
    color: #666;
    font-weight: 400;
    position: relative;
    margin-bottom: 5px;
    letter-spacing: 0.8px;
}

.carousel-caption h1 {
    color: #353535;
    font-size: 40px;
    line-height: 52px;
    font-weight: 700;
    margin-bottom: 10px;
}

.carousel-caption p {
    color: #555;
    font-size: 15px;
}

.btn_login {
    box-shadow: 0px 10px 25px rgba(252, 103, 97, 0.2);
    border-color: #FC6761;
    background: #FC6761;
    color: white;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    padding-right: 20px;
    padding-left: 20px;
}

.bg_color_container {
    background: #404041;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.bg_color_container:before {
    content: "";
    width: 50%;
    height: 150%;
    background: #FC6761;
    top: -20%;
    left: -10%;
    position: absolute;
    -ms-transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
}

.service_container {
    float: left;
    width: 100%;
    padding: 10px;
    background: white;
    margin-bottom: 10px;
    padding-bottom: 0px;
    height: 100%;
}

.service_container h1 {
    float: left;
    width: 100%;
    margin-top: 10px;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    text-align: center;
    color: rgb(24, 0, 160);
    font-weight: 600;
}

.service_container p {
    float: left;
    width: 100%;
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    text-align: center;
    color: rgb(223, 37, 37);
    font-weight: 600;
}

.heading_txt {
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
    position: relative;
    margin-bottom: 25px;
    color: #353535;
    line-height: 32px;
    font-weight: 600;
}

.heading_txt span {
    color: #FC6761;
}

.sub_line {
    text-align: center;
    color: #555;
    line-height: 24px;
    font-size: 14px;
}

.text_container p {
    text-align: justify;
    color: #555;
    line-height: 26px;
    font-size: 15px;
    margin-bottom: 20px;
}

.text_container h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    color: #FC6761;
    line-height: 32px;
    font-weight: 600;
    text-transform: uppercase;
}

.description {
    padding-top: 15px;
    color: rgba(255, 255, 255, 0.8);
    text-align: justify;
}

.footer {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 575.98px) {
    .top_menu {
        padding: 5px 5px;
        font-size: 11px;
    }
}