    body {
        width: 100%;
        margin: 0 auto;
        font-family: 'Helvetica', Arial, Helvetica, sans-serif;
        font-size: 16px;
        line-height: normal;
    }
    
    h1,
    h2,
    h3 {
        margin: 0;
    }
    
    .cloud_blue {
        color: #0025c9;
    }
    
    .cloud_blue_bg {
        background-color: #0025c9;
    }
    
    .cloud_border {
        border-color: #0025c9 !important;
    }
    
    .font-helvetica-light {
        font-family: 'Helvetica-light' !important;
    }
    
    .font-helvetica-regular {
        font-family: 'Helvetica' !important;
    }
    
    .font-helvetica-bold {
        font-family: 'Helvetica-Bold';
    }
    
    .cloud_size_text1 {
        font-size: 34px;
    }
    
    .cloud_size_text2 {
        font-size: 26px;
    }
    
    .cloud_size_text3 {
        font-size: 24px;
    }
    
    .cloud_size_text4 {
        font-size: 20px;
    }
    
    .mb-show {
        display: none;
    }
    /* Top Navigation */
    
    .topnavigation li {
        margin-left: 12px;
        position: relative;
    }
    
    .topnavigation a {
        padding: 0;
    }
    
    .topnavigation li::after {
        display: block;
        content: "|";
        position: absolute;
        right: -8px;
        top: 0px;
    }
    
    .topnavigation li:last-child::after {
        content: "";
    }
    /* End Top Navigation */
    
    .banner_text {
        font-size: 50px;
        line-height: 70px;
    }
    
    .banner_section2 {
        background: #f0eaec url(../images/banner.png) no-repeat left top;
        background-size: cover;
        height: 550px;
        border-bottom: 15px solid #0025c9;
    }
    /** section **/
    
    .whatwe_offer_section {
        border-top: 1px solid #fff;
        background: url(../images/asset3_bg.png) repeat-y center top;
        background-size: 100%;
    }
    
    .why_choose_section {
        background: url(../images/asset4_bg.png) no-repeat center top;
        background-size: cover;
        border-bottom: 15px solid #0025c9;
    }
    
    .what_our_section {
        background: url(../images/asset9_bg.png) repeat-y center top;
        background-size: 100%;
    }
    
    .quote_blue {
        background: url(../images/blue-quote.png) no-repeat left top;
        background-size: 60px;
        padding: 0 0 0 70px;
    }
    
    .quote_white {
        background: url(../images/quote-white.png) no-repeat 10px top;
        background-size: 60px;
        padding: 0 0 0 80px;
        color: #fff;
    }
    
    .back-to-top {
        cursor: pointer;
        position: fixed;
        bottom: 50px;
        right: 10px;
        display: none;
    }
    /** section **/
    
    .success_section {
        background: url(../images/asset5_bg.png) no-repeat center top;
        background-size: cover;
    }
    
    .se-icon {
        background-color: #0025c9;
        width: 80px;
        height: 80px;
        border-radius: 100%;
        display: table;
    }
    
    .se-icon i {
        display: table-cell;
    }
    
    .se-icon img {
        max-width: 100%;
    }
    
    .cloud-se-cont {
        height: 100%;
        width: 100%;
        padding: 30px 20px 55px;
        min-height: 232px;
        position: relative;
        line-height: normal;
    }
    
    .csc-btn {
        position: absolute;
        bottom: 25px;
        left: 50%;
        right: auto;
        width: 110px;
        margin-left: -55px;
    }
    
    .footer_section {
        background: url(../images/asset6_bg.png) no-repeat center top;
        background-size: cover;
    }
    
    .form-control {
        background: none;
        background-color: transparent;
        font-family: 'Helvetica';
        font-size: 16px;
        outline: none;
        padding: 10px 0;
        border: 1px solid #000;
        border-width: 0 0 1px 0;
        border-radius: 0;
        color: #000 !important;
        margin-top: 10px;
        margin-bottom: 10px;
        max-width: 100%;
    }
    
    .form-control:focus {
        border-color: #ff2600;
        background-color: transparent;
        outline: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #000 !important;
    }
    
    .form-control.error {
        border-color: #ff2600;
    }
    
    .error {
        color: #ff2600;
    }
    
    input:-webkit-autofill,
    input:-webkit-autofill:hover,
    input:-webkit-autofill:focus,
    input:-webkit-autofill:active {
        -webkit-text-fill-color: #000 !important;
        -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
    }
    
    .form-control::placeholder {
        color: #000;
        opacity: 0.8;
        /* Firefox */
    }
    
     :-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: #000;
    }
    
     ::-ms-input-placeholder {
        /* Microsoft Edge */
        color: #000;
    }
    
     ::-webkit-input-placeholder {
        /* Microsoft Edge */
        color: #000;
    }
    
    input:-webkit-autofill,
    input:-webkit-autofill:hover,
    input:-webkit-autofill:focus,
    input:-webkit-autofill:active {
        transition: background-color 5000s ease-in-out 0s;
        -webkit-text-fill-color: #000 !important;
        -webkit-transition-delay: 99999s;
        background: none;
    }
    
    .form-control:-webkit-autofill {
        -webkit-box-shadow: 0 0 0 0 white inset;
        -webkit-transition-delay: 99s;
        background: none;
    }
    
    @keyframes autofill {
        100% {
            background: transparent;
            color: #000;
        }
    }
    
    @-webkit-keyframes autofill {
        100% {
            background: transparent;
            color: #000;
        }
    }
    
    .btn_submit {
        text-decoration: none;
        color: #000;
        font-size: 16px;
        display: inline-block;
        background: rgb(254, 99, 74);
        background: linear-gradient(90deg, rgba(254, 99, 74, 1) 0%, rgba(250, 193, 44, 1) 100%);
        border-radius: 10px;
        padding: 13px 18px;
        cursor: pointer;
        border: 0;
        outline: none;
        font-weight: bold;
        font-family: 'Helvetica-Light';
    }
    
    .btn_submit:hover {
        text-decoration: none;
        color: #000;
        background: rgb(230, 74, 49);
        background: linear-gradient(90deg, rgba(230, 74, 49, 1) 0%, rgba(222, 161, 0, 1) 100%);
    }
    
    .socialicons img {
        max-width: 30px;
    }
    
    .bgblack {
        background: rgb(0, 0, 0, 0.8);
    }
    
    @media (max-width: 1024px) {
        body {
            font-size: 14px;
        }
        .cloud_size_text1 {
            font-size: 30px;
        }
        .container {
            max-width: 100%;
        }
        .banner_section2 {
            height: auto;
        }
        .banner_text {
            font-size: 35px;
            line-height: 45px;
            padding: 2% 15px !important;
        }
        .se-icon {
            width: 60px;
            height: 60px;
        }
        .se-icon img {
            max-width: 40px;
        }
        .icon-05 img {
            max-width: 25px;
        }
    }
    
    @media (min-width: 768px) and (max-width: 800px) {
        .navbar-brand {
            max-width: 180px;
        }
        .topnavigation li {
            margin: 0 0 0 10px;
        }
        .navbar-light .navbar-nav .nav-link {
            padding: 0 5px;
        }
    }
    
    .navbar-brand {
        max-width: 150px;
    }
    
    @media (max-width: 768px) {
        .topnavigation li {
            padding: 5px 0;
            font-size: 16px;
            text-align: left;
        }
        .topnavigation li::after {
            content: "";
        }
        .navbar-collapse {
            background-color: #ccc;
        }
        .cloud_size_text1 {
            font-size: 24px;
        }
        .mb-show {
            display: block;
        }
        .mb-hide {
            display: none;
        }
        .navbar-brand {
            max-width: 150px;
        }
        .banner_text {
            font-size: 30px;
            line-height: 45px;
        }
        .banner_section2 {
            border: none;
        }
        .whatwe_offer_section {
            background: #0025c9;
            color: #fff;
            padding: 3% 0 !important;
            border: none;
        }
        .what_our_section {
            background: #f2f2f2;
            color: #000;
            padding: 3% 0 !important;
            border: none;
        }
        .quote_blue,
        .quote_white {
            background: url(../images/blue-quote.png) no-repeat 15px top;
            background-size: 50px;
            padding: 0 0 25px 80px;
            color: #000;
        }
        .pl-xs-3 {
            padding-left: 1rem!important
        }
        .pt-xs-3 {
            padding-top: 1rem!important
        }
        .pb-xs-3 {
            padding-bottom: 1rem!important
        }
        .pb-xs-2 {
            padding-bottom: .5rem!important
        }
        .pl-xs-15 {
            padding-left: 15px !important;
        }
        .pt-xs-0 {
            padding-top: 0!important
        }
        .mt-xs-0 {
            margin-top: 0!important
        }
        .mt-xs-3 {
            margin-top: 1rem!important
        }
        .ml-xs-0 {
            margin-left: 0!important
        }
        .mr-xs-0 {
            margin-right: 0 !important;
        }
        .mb-xs-0 {
            margin-bottom: 0!important
        }
        .text-xs-left {
            text-align: left !important;
        }
    }
    
    @media (max-width: 660px) {
        .banner_text {
            font-size: 25px;
            line-height: 40px;
        }
    }
    
    @media (max-width: 576px) {
        .banner_text {
            font-size: 20px;
            line-height: 35px;
        }
    }