    body {
        font-family: 'Poppins', sans-serif !important;
    }
    
    #header {
        border-bottom: 1px solid #e6e6e6;
    }
    
    .logo img {
        width: 200px;
    }
    
    .navbar-collapse .navbar-nav .nav-link {
        padding: 10px 25px !important;
        text-transform: uppercase;
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
        font-weight: 600;
        border-radius: 5px;
        background: #2195ff;
        border: 0;
        color: #fff;
        margin: 10px 0;
        background-size: 100% auto;
        box-shadow: 0px 5px 10px 0px rgba(21, 10, 82, 0.35);
    }
    
    .navbar-collapse .navbar-nav .nav-link:hover {
        background-size: 200% auto;
        color: #fff;
    }
    /***************************/
    
    #feature-area.bg-3 {
        background-image: url(../images/feature-bg-3.png);
        background-position: left top;
        background-size: 30%;
    }
    
    #feature-area {
        padding: 112px 0 118px;
        position: relative;
        background-position: top right;
        background-repeat: no-repeat;
        background-size: contain;
    }
    
    .core-feature-single {
        -webkit-box-shadow: 0px 10px 30px 0px rgba(21, 10, 82, 0.2);
        box-shadow: 0px 10px 30px 0px rgba(21, 10, 82, 0.2);
        padding: 50px 25px 48px;
        border-radius: 4px;
        background-color: #fff;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        min-height: 230px;
        margin-bottom: 30px;
    }
    
    .w-320 {
        width: 320px;
        margin: 0 auto;
    }
    
    .locationbg {
        background-image: url(../images/about-bg-3.png);
        background-repeat: no-repeat;
        background-size: 20%;
        background-position: right 35%;
    }
    
    #about-app {
        padding: 0px 0 150px;
        background-repeat: no-repeat;
        background-position: right 70px;
        background-size: 28%;
    }
    
    .about-single {
        text-align: center;
        margin-top: 50px;
    }
    
    .about-single .icon {
        position: relative;
        width: 140px;
        height: 140px;
        margin: 0 auto 22px;
    }
    
    .about-single i {
        display: inline-block;
        width: 120px;
        height: 120px;
        line-height: 120px;
        background-image: linear-gradient( 45deg, rgb(157, 91, 254) 0%, rgb(56, 144, 254) 100%);
        border-radius: 50%;
        text-align: center;
        color: #fff;
        font-size: 50px;
    }
    
    .about-single .number {
        width: 48px;
        height: 48px;
        background-image: -webkit-gradient( linear, left top, left bottom, from(rgb(61, 46, 135)), to(rgb(140, 45, 223)));
        background-image: linear-gradient( 45deg, rgb(157, 91, 254) 0%, rgb(56, 144, 254) 100%);
        border-radius: 50%;
        line-height: 40px;
        font-weight: 600;
        font-size: 20px;
        color: #fff;
        border: 5px solid #fff;
        position: absolute;
        top: 0;
        left: 105px;
        background-size: 200% auto;
    }
    
    .about-single .icon::before {
        content: '';
        position: absolute;
        border: 1px solid #3d2e87;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        left: 0;
        top: -10px;
        right: 0;
    }
    
    .about-wrap {
        position: relative;
    }
    
    .about-bg {
        position: absolute;
        left: 0;
        top: -70px;
        width: 100%;
        height: 100%;
        background-image: url(../images/border-line-1.png);
        background-repeat: no-repeat;
        background-size: 100%;
    }
    /***************************/
    
    #contact-area.bg-2 {
        background-image: url(../images/contact-bg-2.png);
    }
    
    #contact-area {
        background-repeat: no-repeat;
        background-position: left 55px;
        background-size: 40%;
        padding: 75px 0 30px;
        margin-bottom: 0px;
    }
    
    .section-heading {
        margin-bottom: 54px;
    }
    
    .section-heading h5 {
        color: #0084ff;
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: 10px;
    }
    
    .section-heading h2 {
        font-weight: 600;
        margin-bottom: 10px;
        color: #2195ff;
        font-size: 22px;
    }
    
    .section-heading p {
        font-size: 16px;
        line-height: 26px;
    }
    
    .contact-form button {
        padding: 15px 30px;
        text-transform: uppercase;
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
        font-weight: 600;
        border-radius: 5px;
        background: #2195ff;
        box-shadow: 0px 10px 30px 0px rgba(21, 10, 82, 0.35);
        border: 0;
        color: #fff;
        margin: 25px 0 0;
        background-size: 100% auto;
    }
    
    .contact-form button:hover {
        background-size: 200% auto;
    }
    
    .contact-form.two button {
        background: #2195ff;
    }
    
    .messages {
        margin: 15px 0 0;
    }
    
    .form-control {
        font-size: 13px;
    }
    /*************************************************/
    
    @media only screen and (max-width: 991px) {
        #contact-area.bg-2 {
            display: none;
        }
        #feature-area {
            padding-bottom: 50px;
        }
    }
    
    @media only screen and (max-width: 767px) {
        #feature-area {
            padding: 50px 0 0;
        }
        .about-bg,
        .locationbg {
            background-image: none;
        }
        #about-app {
            padding: 65px 0 435px;
            background-position: bottom center;
        }
        #contact-area.bg-2 {
            background-image: none;
        }
        .w-320 {
            width: 100%;
        }
    }
    
    @media only screen and (max-width: 359px) and (min-width: 320px) {
        #core-feature-area {
            padding: 80px 0 50px;
        }
        .core-feature-single {
            padding: 60px 30px 25px;
            margin-bottom: 30px;
            height: auto;
        }
        #feature-area {
            padding: 50px 0;
        }
        #about-app {
            padding: 0 0 50px;
        }
        #about-app.bg-3 {
            background-image: none;
        }
        .about-bg {
            background-image: none;
        }
        #contact-area {
            padding: 70px 0 30px;
            margin-bottom: 0;
            background-size: 0
        }
        .logo img {
            width: 100%;
        }
    }