﻿
@import url('https://fonts.googleapis.com/css?family=Gothic+A1|Kaushan+Script|Libre+Baskerville|Lobster');

.body {
    font-family: 'Gothic A1', sans-serif;
    font-size: 16px;
}

p {
    color: #6c6c6f;
    font-size: 1em;
}

h1, h2, h3, h4, h5, h6 {
    color: #323233;
    text-transform: uppercase;
}

.navbar-brand span {
    color: #fed136;
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 0.1em;
    font-family: 'Kaushan Script','Helvetica Neue',Helvetica,Arial,cursive;
}

.navbar-brand {
    color: #fff;
    font-size: 25px;
    font-family: 'Kaushan Script','Helvetica Neue',Helvetica,Arial,cursive;
    font-weight: 700;
    letter-spacing: 0.1em;
}

.navbar-nav .nav-item .nav-link {
    padding: 1.1em 1em!important;
    font-size: 120%;
    font-weight: 500;
    letter-spacing: 1px;
    color: #fff;
    font-family: 'Gothic A1', sans-serif;
}

    .navbar-nav .nav-item .nav-link:hover {
        color: #fed136;
    }

.navbar-expand-md .navbar-nav .dropdown-menu {
    border-top: 3px solid #fed136;
}

.dropdown-item:hover {
    background-color: #fed136;
    color: #fff;
}

nav {
    -webkit-transition: padding-top .3s,padding-bottom .3s;
    -moz-transition: padding-top .3s,padding-bottom .3s;
    transition: padding-top .3s,padding-bottom .3s;
    border: none;
}

.shrink {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #fff;
    box-shadow: 0 40px 60px 0 rgb(0 0 0 / 5%);
}

.banner {
    background-color: rgb(5 45 108);
    background-image: url('../img/pattern-2.svg');
    text-align: center;
    color: #fff;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: 926px -55px;
    -webkit-background-size: auto;
    -moz-background-size: auto;
    -o-background-size: auto;
    background-size: auto;
    border-radius: 17px;
    margin-top: 6em;
    margin-bottom: 3em;
}

.banner-text {
    padding: 100px 80px 70px 80px;
}

.banner-heading {
    font-family: 'Lobster', cursive;
    font-size: 75px;
    font-weight: 700;
    line-height: 100px;
    margin-bottom: 30px;
    color: #fff;
}

.banner-sub-heading {
    font-family: 'Libre Baskerville', serif;
    font-size: 30px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 50px;
    color: #fff;
}

.btn-banner {
    padding: 5px 20px;
    border-radius: 10px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}

.text-intro {
    width: 90%;
    margin: auto;
    text-align: center;
    padding-top: 30px;
}


/* mobile view */
@media (max-width:500px) {
    .navbar-nav {
        background-color: #000;
        border-top: 3px solid #fed136;
        color: #fff;
        z-index: 1;
        margin-top: 5px;
    }

        .navbar-nav .nav-item .nav-link {
            padding: 0.7em 1em!important;
            font-size: 100%;
            font-weight: 500;
        }

    .banner-text {
        padding: 150px 0 150px 0;
    }

    .banner-heading {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .banner-sub-heading {
        font-size: 10px;
        font-weight: 200;
        line-height: 10px;
        margin-bottom: 40px;
    }
}

@media (max-width:768px) {
    .banner-text {
        padding: 150px 0 150px 0;
    }

    .banner-sub-heading {
        font-size: 23px;
        font-weight: 200;
        line-height: 23px;
        margin-bottom: 40px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1240px;
    }
}

.btn-grey {
    border-radius: var(--button-border-radius);
    transition: var(--global-transition);
    background-color: var(--e-global-color-primary);
    font-size: var(--font-size-default);
    font-family: var(--e-global-typography-accent-font-family);
    font-weight: var(--e-global-typography-accent-font-weight);
    position: relative;
    align-items: center;
    display: inline-flex;
    padding: 13px 25px;
    color: var(--e-global-color-secondary);
    background-color: var(--e-global-color-light);
    border-style: none;
    border-color: #1E1E1C33;
}

.navbar {
    background: #fff;
}

.elementor-widget-wrap {
    background: #fff;
    border-style: solid;
    border-width: 5px 0px 0px 0px;
    /*border-color: #141415;*/
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 40px 55px;
    border-radius: 13px;
}

    .elementor-widget-wrap input, .elementor-widget-wrap select {
        background: #f0eeea;
        border: 0;
        border-radius: 10px;
        height: calc(2.60rem + 8px)!important;
        padding-left: 20px;
    }

        .elementor-widget-wrap input:focus, .elementor-widget-wrap select:focus {
            background: #f0eeea;
        }

.elementskit-section-subtitle {
    color: #FFFFFF;
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-weight: var(--e-global-typography-accent-font-weight);
    background-color: #FFFFFF14;
    border-style: none;
    padding: .25rem 1rem;
    border-radius: 2rem;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: calc(.3em + 10px);
}

.elementskit-section-title {
    color: #FFFFFF;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 50px;
    line-height: 61px;
}

    .elementskit-section-title span {
        color: var(--e-global-color-primary);
        padding: 0px 0px 0px 0px;
        background-color: transparent;
        background-image: linear-gradient(180deg, #00000000 67%, #FFFFFF12 0%);
        border-radius: 0px 0px 0px 0px;
        background-position: 100%;
    }

.ekit-heading__description {
    max-width: 450px;
}

    .ekit-heading__description p {
        color: #FFFFFFD9;
        font-size: 18px;
    }

.ekit-heading__pt-description {
    list-style: none;
    padding: 0;
    font-size: 20px;
    line-height: 50px;
}

.e-con-boxed {
    background-color: #f0eeea;
    padding: 50px 0;
    margin-bottom: 3em;
}

.heading-line {
    padding: 0;
    border: none;
    /* background: rgba(0, 0, 0, 0) linear-gradient(270deg, #0092f4 0%, #da54d8 56%, #ff4800 100%) 0% 0% no-repeat padding-box; */
    border: 3px solid #01b4ea;
    text-align: center;
    max-width: 60px;
    margin-top: 0px;
}

.features_payout {
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 0px 10px 60px 0px rgb(46 61 98 / 10%);
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.features_payout {
    text-align: center;
    position: relative;
    height: 100%;
}

.productDiv .features_payout {
    padding: 5px;
    border-radius: 25px;
}

.features_payout h3 {
    font-size: 1.2rem;
    color: #01b4ea;
    text-transform: capitalize;
}

.productDiv {
    margin: 2em 0;
}

.green {
    color: #39a780 !important;
}

.e-service-boxed .elementor-widget-container h6 {
    color: #233831;
    background: #f0eeea;
}

.ekit-heading--title-1 {
    color: #233831;
}

.features_payout_box {
    background: #F0EEEA;
    padding: 40px;
    border-radius: 10px;
    margin: 25px 0;
    height: 295px;
}

.bulkpayout_list {
    font-size: 18px;
    line-height: 40px;
}

    .bulkpayout_list li span {
        padding-right: 10px;
        color: #01b4ea;
    }

.e-con-dark {
    background-color: #052d6c;
    color: #fff;
}

.e-con-light {
    background-color: #fff;
}

footer {
    background-color: #052d6c;
    padding: 20px 0;
}

.features-icon img {
    width: 60px;
    margin-bottom: 20px;
}
.e-con-light h5 {
    text-transform:capitalize;
}

@media only screen and (max-width: 600px) {
  .banner-text {
        padding: 50px 0 10px 0;
    }
    .banner_text{
        padding-left:15px;
    }
    .call_but98 {
            position: absolute;
    top: 8px;
    right: 12px;
    }
}

:root {
    --e-global-color-primary: #01b4ea;
    --e-global-color-secondary: #233831;
    --e-global-color-text: #233831;
    --e-global-color-accent: #F18A41;
    --e-global-color-light: #F0EEEA;
    --global-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    --global-border-radius: 12px 12px 12px 12px;
    --button-border-radius: 12px 12px 12px 12px;
    --e-global-typography-primary-font-weight: 700;
    --e-global-typography-secondary-font-family: "-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"";
    --e-global-typography-secondary-font-weight: 700;
    --e-global-typography-text-font-family: "-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"";
    --e-global-typography-text-font-weight: 400;
    --e-global-typography-accent-font-family: "-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"";
    --e-global-typography-accent-font-weight: 600;
    --color-text: #233831BF;
    --font-size-default: 16px;
    --font-size-paragraphs: 17px;
}
.navbar-brand img
{
    width: 150px;
}