:root {
    --color1: #5178e8;
    --font1: 'Poppins', sans-serif;
}

body {
    font-family: var(--font1);
    color: #000000;
}
   .usersharebox img {
    border-radius: 50%;
    width: 100px !important;
    margin-right: 30px;
}
   h5.m-0.fw-normal.our-custom-style {
    padding-bottom: 18px;
}
p:last-child {
    margin-bottom: 0;
}

a {
    color: var(--color1);
}

.color1 {
    color: var(--color1);
}

a:hover {
    text-decoration: none;
}

.logo {
    float: left;
}

    .logo img {
        height: 70px;
    }
    .termsdata{text-align:justify;}
.menubtn {
    float: right;
    display: none;
}
.menubtn a{font-size:25px;color:var(--color1);display:block;padding:10px;}
.topheader {
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    width: 100%;
    padding: 15px 0;
    background: #fff;
    z-index: 30;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu {
    float: right;
}

    .menu li {
        display: inline-block;
        margin-right: 40px;
    }

        .menu li a {
            display: block;
            color: #000;
            font-weight: 600;
        }
        .menu li a:hover{color:var(--color1);}

            .menu li a span {
                position: relative;
            }

            .menu li a span:after{    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: var(--color1);
    transition: all 0.3s;
    transform: scale(0,1);
            }
.menu li a:hover  span:after{    transition: all 0.3s;
    transform: scale(1,1);}
.bannerbgimg {
    position: absolute;
    top: -0.1rem;
    right: -41%;
    z-index: 1;
}

.bannerimage {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
}

    .bannerimage > img {
        position: relative;
        padding: 40px 0;
        width: 250px;
        z-index: 2;
        border-radius: 0px 0px 41px 40px;
    }

.bannerdata {
}

    .bannerdata h2 {
        font-size: 50px;
        color: #000;
        margin: 0 0 20px;
    }

    .bannerdata p {
        margin: 0 0 40px;
    }

.download-button {
    text-align: left;
    display: inline-block;
    border: 4px solid var(--color1);
    position: relative;
    border-radius: 0 40px 40px 40px;
    padding: 10px 20px;
    margin-right: 20px;
    overflow: hidden;
}

    .download-button:before {
        content: '';
        display: block;
        background: var(--color1);
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        transform: translateX(-100%);
        transition: all 0.3s;
        z-index: 0;
    }
    .download-button .d-flex{position:relative;z-index:1;}

    .download-button:hover, .download-button:hover h5, .download-button:hover h3 {
        color: #fff;
    }

        .download-button:hover:before {
            transform: translateX(0%);
            transition: all 0.3s;
        }

    .download-button:last-child {
        margin-right: 0px;
    }

    .download-button i {
        font-size: 40px;
    }

    .download-button h5 {
        font-size: 40px;
        font-size: 10px;
        font-weight: 700;
        margin: 0;
        text-transform: uppercase;
        margin: 0 0 5px;
        color: #6a6f77;
    }

    .download-button h3 {
        font-size: 20px;
        color: #123769;
        margin: 0;
        font-weight: 700;
    }

.botfooter {
    text-align: center;
    padding: 30px 0;
}


.footabout img {
    height: 80px;
    margin: 0 0 20px;
}

.footabout p {
    margin: 0 0 20px;
}

.footbox h5 {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 30px;
}

.topfooter {
    padding: 50px 0;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    margin-top: 15px;
}

.footbox ul li {
    margin-bottom: 10px;
}

    .footbox ul li a {
        display: inline-block;
        color: #666b6d;
    }

        .footbox ul li a i {
            margin-right: 10px;
        }

        .footbox ul li a:hover {
            color: var(--color1);
        }


.input-box input[type="text"],select {
    width: 100%;
    height: 50px;
    border: none;
    border-bottom: 2px solid #ddd;
    outline: none;
}

.input-box textarea {
    width: 100%;
    height: 120px;
    border: none;
    border-bottom: 2px solid #ddd;
    outline: none;
}


.input-box input[type="submit"] {
    border: none;
    outline: none;
    background: var(--color1);
    color: #fff;
    display: block;
    border-radius: 40px;
    padding: 10px 20px;
    font-weight: bold;
    box-shadow: 0px 10px 40px rgb(81 120 232 / 50%);
}

.input-box input[type="text"]:focus, .input-box textarea:focus {
    border-color: var(--color1);
}

.cardbox {
    border: 7px solid var(--color1);
    background: #fff;
    border-radius: 0 40px 40px 40px;
    box-shadow: 0px 10px 40px rgb(81 120 232 / 50%);
    position: relative;
    z-index: 10;
}

.newslettericon {
    text-align: center;
}

    .newslettericon i {
        color: var(--color1);
        font-size: 200px;
    }

.contact-form-section-pattern .left {
    position: absolute;
    top: 20%;
    left: 0;
    z-index: 1;
    width: 23.5%;
    height: 27.9rem;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.contact-form-section-pattern .right {
    position: absolute;
    bottom: 40%;
    right: 0;
    z-index: 1;
    width: 22.5%;
    height: 27.9rem;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
}

.blogbox {
    overflow: hidden;
}

    .blogbox:before {
        content: '';
        display: block;
        background: var(--color1);
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        transform: translateY(100%);
        transition: all 0.3s;
        z-index: -1;
    }

    .blogbox:hover .blogdata h3 a, .blogbox:hover .blogdata span, .blogbox:hover .blogdata span i, .blogbox:hover .blogdata p {
        color: #fff;
    }

    .blogbox:hover:before {
        transform: translateY(0%);
        transition: all 0.3s;
    }

.blogimg {
    border-radius: 0 30px 30px 30px;
    overflow: hidden;
}

.blogdata {
    margin-top: 20px;
}

    .blogdata h3 {
        margin: 0 0 15px;
        font-size: 25px;
    }

        .blogdata h3 a {
            color: #000;
        }

    .blogdata span {
        display: block;
        margin: 0 0 10px;
    }

        .blogdata span i {
            color: var(--color1);
            margin-right: 10px;
            font-size: 20px;
        }

    .blogdata p {
        margin: 0;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }


.featurebox {
    overflow: hidden;
    text-align: center;
    height: 100%;
}

    .featurebox:before {
        content: '';
        display: block;
        background: var(--color1);
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        transform: translateY(100%);
        transition: all 0.3s;
        z-index: -1;
    }

.featurebox {
}

    .featurebox i {
        color: var(--color1);
        margin: 0 0 10px;
        font-size: 70px;
    }

    .featurebox h3 {
        color: #000;
        margin: 0 0 10px;
        font-size: 22px;
    }

    .featurebox p {
    }

    .featurebox:hover i, .featurebox:hover h3, .featurebox:hover p {
        color: #fff;
    }

    .featurebox:hover:before {
        transform: translateY(0%);
        transition: all 0.3s;
    }

.videomaindiv {
}

.videoleftdata {
}

    .videoleftdata h3 {color:#fff;margin:0 0 20px;line-height:1.5;
    }

    .videoleftdata a {border:1px solid #fff;padding:10px 20px;color:#fff;display:inline-block;   border-radius: 0 40px 40px 40px;
    }
    .videoleftdata a:hover{background:#fff;color:var(--color1);}
.videobox {
    width: 100%;
}

    .videobox video {
        width: 100%;
    }

.videomaindiv {
    position: relative;
    padding: 40px;
    border-radius: 0 40px 40px 40px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

    .videomaindiv:before {
        content: '';
        display: block;
        background: -moz-linear-gradient(45deg, rgba(48,96,229,0.95) 0%, rgba(130,157,229,0.9) 100%);
        background: -webkit-linear-gradient(45deg, rgba(48,96,229,0.95) 0%,rgba(130,157,229,0.9) 100%);
        background: linear-gradient(45deg, rgba(48,96,229,0.95) 0%,rgba(130,157,229,0.9) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f23060e5', endColorstr='#e6829de5',GradientType=1 );
        position: absolute;
        top: 0;
        width: 100%;
        left: 0;
        height: 100%;
        z-index: 0;
    }

.videobox {
    width: 100%;
    margin: 0;
    padding: 10px;
    border-radius: 0 40px 40px 40px;
    background: #fff;
    box-shadow: 0px 0px 10px #000;
}

    .videobox video {
        width: 100%;
        border-radius: 0 40px 40px 40px;
        display: block;
    }


    .feature2{}
    .feature2 i{font-size:100px;color:var(--color1);margin:0 0 20px;}
    .feature2 h4{font-size:20px;color:#000;margin:0;line-height:1.5;font-weight:400;}

    .normallist {
    list-style: disc;
    padding-left: 20px;margin-bottom:20px;
}
    .normallist li {
    margin-bottom: 10px;
}

.usersharebox img {
    width: 50px;
    margin-right: 20px;
    height: 100px;
    border-radius: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff
}


.btn-div {
    position: relative;
    display: inline-flex;
    width: 160px;
    height: 33px;
    /* margin: 0 15px; */
    perspective: 1000px;
    border-radius: 15px;
}

.btn-div a {
    font-size: 19px;
    letter-spacing: 1px;
    transform-style: preserve-3d;
    transform: translateZ(-25px);
    transition: transform .25s;
    font-family: 'Montserrat', sans-serif;
}

    .btn-div a:before,
    .btn-div a:after {
        position: absolute;
        content: "Log in";
        height: 51px;
        width: 180px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 4px solid #0675f2;
        box-sizing: border-box;
        border-radius: 0px 40px 40px;
    }

    .btn-div a:before {
        color: #fff;
        background: #0675f2;
        transform: rotateY(0deg) translateZ(25px);
    }

    .btn-div a:after {
        color: #000;
        transform: rotateX(90deg) translateZ(25px);
    }

    .btn-div a:hover {
        transform: translateZ(-25px) rotateX(-90deg);
    }


.container-fluid {
    width: 1450px !important;
}