    @import url('https://fonts.googleapis.com/css2?family=Raleway:wght@700&family=Roboto&display=swap');
    body {
        font-family: 'Roboto', sans-serif;
    }

    
    header {
        background: #083769;
    }
    
    h1,
    h2,
    h4,
    h5 {
        font-family: 'Raleway', sans-serif;
    }
    
    h3 {}
    
    .text-warning {
        color: #FCCB36;
    }
    
    .size-1 {
        font-size: 34px;
    }

   
    .guest {
        color: #fff;
        font-size: 15px;
        padding: 6px 0;
    }
    
    .top-header-right {
        background-color: #FCCB36;
        color: #083769;
        padding: 6px 0;
        position: relative;
    }
    
    .top-header-right:before {
        background-color: #FCCB36;
        content: "";
        height: 101%;
        left: -22px;
        position: absolute;
        top: 0;
        transform: skewX(-30deg);
        width: 40px;
    }
    
    .top-header-right:after {
        background-color: #FCCB36;
        content: "";
        height: 101%;
        right: -22px;
        position: absolute;
        top: 0;
        transform: skewX(-30deg);
        width: 40px;
    }
    
    .jumbotron {
        border-radius: 0;
        color: #fff;
        background-color: #083769;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    
    .navbar-brand {
        font-family: 'Raleway', sans-serif;
        font-size: 30px;
    }
    
    .navbar-light .navbar-brand {
        color: #083769;
    }

    .btn-main{
        background-color: #083769 !important;
        color: #fff;
    }

    .btn-main:hover{
        background-color: #094688 !important;
        color: #FCCB36;
    }
    
    .inline-icon {
        vertical-align: bottom;
        font-size: 24px !important;
    }
    
    .logo-icon {
        vertical-align: bottom;
        font-size: 30px !important;
    }
    
    .call {
        background-color: #FCCB36;
    }
    
    .call-icon {
        vertical-align: middle;
        font-size: 30px !important;
    }
    
    .bold-text {
        font-size: 20px;
        font-weight: bold;
    }

    
    @media(max-width:767px) {
        .cta-inner:after {
            display: none;
        }
    }
    
    @media (max-width: 991px) and (min-width: 768px) {}
    
    
    
    .call-button {
        font-size: 30px;
        font-weight: bold;
    }
    
    .flash:before {}
    
    div.title {
        display: inline-block;
        margin: 0 0 40px;
        text-align: center;
        width: 100%;
        position: relative;
    }
    
    div.title h2::after {
        background-color: #ffc41f;
        border: medium none;
        content: "";
        display: block;
        height: 2px;
        margin: 10px auto 0;
        width: 330px;
    }
    
    .flash-icon {
        background: #ffffff none repeat scroll 0 0;
        color: #ffc41f;
        display: inline-block;
        font-size: 30px;
        height: 40px;
        left: auto;
        margin-left: -20px;
        position: absolute;
        right: auto;
        text-align: center;
        width: 40px;
        top: 38px;
    }
    
    .about-us-img {
        border: 5px solid #ffc41f;
    }
    
    .box {
        background-color: #083769;
        color: #fff;
        font-size: 20px;
        padding: 10px 30px !important;
    }
    
    .box i {
        color: #083769;
    }
    
    .angle {
        padding: .2rem .3rem;
        position: absolute;
        /* You may need to change top and right. They depend on padding/widht of .badge */
        top: -10px;
        left: -10px;
        background: #ffc41f;
        border-radius: 50%;
    }