﻿
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');

/*body { font-family: 'Roboto', sans-serif; color: #000; }*/
body { font-family: 'Roboto', sans-serif; color: #000; }
.barlowFont {font-family: 'Barlow', sans-serif;}

@import url('/css/icofont.css');

* {
    padding: 0;
    margin: 0;
}

.clear {
    float: none;
    clear: both;
}
#loaderAuto {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: block;
    opacity: 0.7;
    background-color: #fff;
    background-position: center center;
    z-index: 9999;
    text-align: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../image/loader.svg);
    background-size: 100px;
}

body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    /*color: #8490a4;*/
    font-size: 15px;
    line-height: 1.7;
    /*background: linear-gradient( 180deg, #FFEEE9 0%, #F8F8F8 42.59%, rgba(235, 236, 243, 0) 87.38%);*/
}

.heading {
    float: left;
    width: 100%;
    margin-bottom: 0px;
}

    .heading span, .search-sec span {
        display: block;
        font-weight: 600;
        color: #b7c5db;
        font-size: 12px;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 2px;
    }

    .heading h2, .search-sec h2 {
        color: #333;
        font-size: 32px;
        font-weight: 600;
        text-align: left;
        margin: 0;
        /*background: url(../image/line.png) no-repeat bottom center;*/
        padding-bottom: 35px;
    }

.dark-color-bg {
    background: #39b54a;
}

.dark-section .heading span {
    display: block;
    font-weight: 600;
    color: #FFFFFF;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.dark-section .heading h2 {
    color: #FFFFFF;
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    margin: 0;
    background: url(../image/line.png) no-repeat bottom center;
    padding-bottom: 20px;
}


.left-heading span {
    font-weight: 400;
    color: #b6b6b6;
    font-size: 12px;
    text-transform: uppercase;
    padding-bottom: 5px;
    display: block;
}

.left-heading h2 {
    font-weight: 600;
    color: #011d8a;
    font-size: 40px;
    line-height: 40px;
    margin: 0;
    background: url(../image/line.png) no-repeat left bottom;
    padding-bottom: 20px;
    margin-bottom: 25px;
}

/*-----------------------------------------------------------------------------------

 Header (section)

-----------------------------------------------------------------------------------*/

.menu li {
    display: inline-block;
    list-style: none;
    padding: 0 16px;
}


#menu-icon {
    display: none;
}

.menu {
    text-align: right;
    margin-top: 7px;
}

    .menu li a {
        font-weight: 500;
        color: #fff;
        text-decoration: none;
        font-size: 14px;
    }

        .menu li a:hover {
            /*border-bottom: 1px solid #fff;*/
        }

.header {
    /*background: url(../image/hero-bg.jpg) no-repeat top center;*/
    background-size: cover;
    width: 100%;
    /*padding-top: 20px;*/
    position: sticky;
    top: 0;
    z-index: 999;
    background-color: #ffffff;
    box-shadow: 0 0 5px #ccc;
}

.toping {
    text-align: center;
    padding-top: 50px;
}

.cenetr-block {
    text-align: center;
    margin-bottom: -100px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


.toping img {
    text-align: center;
}

.header h1 {
    font-weight: 500;
    color: #fff;
    text-align: center;
    font-size: 52px;
    padding-top: 70px;
}

.header p {
    font-weight: 400;
    color: #fff;
    text-align: center;
    font-size: 16px;
    margin-top: 20px;
    line-height: 1.7;
}

.bnts {
    text-align: center;
    padding-top: 25px;
}

.btn2:hover {
    font-weight: 600;
    color: #fff;
    background: #808285;
    transition: all ease .7s;
}

.btn2 {
    font-weight: 600;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    padding: 15px 30px;
    line-height: 20px;
    height: 50px;
    text-decoration: none !important;
    display: inline-block;
    background: #ee4e29;
    -webkit-box-shadow: 0px 15px 32px 1px rgba(0,0,0,0.23);
    -moz-box-shadow: 0px 15px 32px 1px rgba(0,0,0,0.23);
    box-shadow: 0px 15px 32px 1px rgba(0,0,0,0.23);
}

.border-btn {
    font-weight: 600;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    padding: 12px 50px;
    line-height: 20px;
    height: 45px;
    text-decoration: none !important;
    display: inline-block;
    margin-left: 25px;
    border: #FFFFFF solid 2px;
    background: none;
}


/*Sticky Header*/

.header-top.affix {
    top: 0;
    width: 100%;
    z-index: 9999 !important;
    margin: 0 auto;
    left: 0;
    right: 0;
    /*background: rgba(52,18,117,0.8);*/
    padding: 15px 0;
    position:sticky;
}

.affix + .container-fluid {
    padding-top: 70px;
}

/*End Header*/


/*-----------------------------------------------------------------------------------

free trial Sign up

-----------------------------------------------------------------------------------*/

.section1 {
    background: #f2f5f9;
    padding: 100px 0 130px 0;
    text-align: center;
    margin-top: 100px;
}


.grop {
    max-width: 760px;
    margin: 0 auto;
}

    .grop .form-control, .grop .btn {
        height: 45px;
        width: 36.6%;
    }

    .grop .input-group {
        width: 100%;
        -webkit-box-shadow: 0px 8px 51px -4px rgba(144,155,165,0.4);
        -moz-box-shadow: 0px 8px 51px -4px rgba(144,155,165,0.4);
        box-shadow: 0px 8px 51px -4px rgba(144,155,165,0.4);
    }

    .grop .btn {
        background: #2bd6ee;
        color: #fff;
        font-size: 13px;
        font-weight: 400;
        margin-left: -75px;
        position: relative;
        text-transform: uppercase;
        z-index: 3 !important;
    }

        .grop .btn:hover {
            background: #0db8d0;
            transition: all ease .7s;
        }

    .grop input {
        border: 1px solid #e2e7ec;
        color: #a1a1a1;
        font-size: 13px;
    }

.text1 {
}

.text2 {
}

.grop {
    margin-top: 45px;
}

    .grop p {
        font-weight: 400;
        color: #a1a1a1;
        font-size: 13px;
        text-align: center;
        padding-top: 25px;
    }
/* End free trial Sign up */


/*-----------------------------------------------------------------------------------

features

-----------------------------------------------------------------------------------*/

.section2 {
    padding-top: 80px;
}


.f-box {
    text-align: center;
    background: #fff;
    padding: 0 40px 40px 40px;
    max-width: 360px;
    margin: 0 auto;
    margin-top: 20px;
}

    .f-box a {
        font-size: 20px;
        color: #3e355f;
        font-weight: 600;
        transition: all 0.1s ease;
        display: block;
        padding-top: 30px;
    }

    .f-box:hover a {
        color: #9750c0;
    }

    .f-box:hover p {
        color: #687996;
    }

    .f-box p {
        padding-top: 20px;
        transition: all 0.1s ease;
    }

.div {
    padding: 30px 0;
}

.topmr {
    margin-top: 50px;
}

/* End features */


/*-----------------------------------------------------------------------------------

 dashbord section

-----------------------------------------------------------------------------------*/

.content-area {
    float: left;
    width: 95%;
}

    .content-area p {
        font-size: 15px;
        margin: 0;
    }

.nomber-text {
    padding-top: 50px;
}

.nomber-text-row {
    padding-bottom: 35px;
}

.nomber-text-row-inner {
    float: left;
    width: 100%;
}

    .nomber-text-row-inner span {
        display: block;
        font-weight: 600;
        color: #777580;
        font-size: 18px;
        line-height: 2;
    }

    .nomber-text-row-inner p {
        font-size: 15px;
        line-height: 1.7;
    }




/*-----------------------------------------------------------------------------------

 Two Colom section

-----------------------------------------------------------------------------------*/


.con1 {
    padding-top: 0px;
}

    .con1 .p {
    }

.tgimg {
    float: left;
    min-width: 55px;
    padding-top: 8px;
    width: 10%;
}


.tgcon {
    float: left;
    width: 85%;
}

    .tgcon span {
        display: block;
        font-weight: 400;
        color: #1a1a1a;
        font-size: 18px;
    }

    .tgcon p {
        font-weight: 400;
        color: #8a8a8a;
        font-size: 13px;
        line-height: 26px;
    }

.tags {
    padding-top: 60px;
}

.tg {
    padding-bottom: 45px;
}

.img3 {
    width: 1000px;
    height: auto;
    position: absolute;
    top: 0;
    right: -430px;
}


    .img3 img {
        border: #e2e7ec solid 1px;
        border-radius: 6px;
        -webkit-box-shadow: 0px 0px 51px 7px rgba(144,155,165,0.24);
        -moz-box-shadow: 0px 0px 51px 7px rgba(144,155,165,0.24);
        box-shadow: 0px 0px 51px 7px rgba(144,155,165,0.24);
    }


.section3 {
    padding: 180px 0;
}


.two-colom-image {
    float: left;
    width: 100%;
    text-align: left;
}

/* End two colom */



/*-----------------------------------------------------------------------------------

 Two Colom section

-----------------------------------------------------------------------------------*/


.section-two-colom {
    padding: 0 0 80px 0;
}

.content-area-second {
    padding: 120px 0;
}


    .content-area-second .p {
    }


.two-colom-image-right {
    float: right;
    width: 100%;
    text-align: right;
}

.highlited-text {
    color: #5a39cf;
}

/* End two colom */



/*-----------------------------------------------------------------------------------

video 

-----------------------------------------------------------------------------------*/

.section4 {
    background: #f2f5f9;
    background-size: cover;
    width: 100%;
    padding: 70px 0 0 0;
}



    .section4 p {
        text-align: center;
        margin: 35px 0;
    }

.video-section-image {
    float: left;
    width: 100%;
    text-align: center;
}

.mac {
    padding: 40px 0 60px 0;
}

.mac {
    text-align: center;
}
/* End video */


/*-----------------------------------------------------------------------------------

Our strong numbers

-----------------------------------------------------------------------------------*/

.section5 {
    padding: 30px 0;
}



.our-box {
    max-width: 295px;
    margin: 0 auto;
    padding: 30px 0px;
    text-align: center;
}

.down-box {
    padding-top: 40px;
}

    .down-box h3 {
        margin: 0;
        font-weight: 300;
        color: #1a1a1a;
        font-size: 50px;
        text-transform: uppercase;
    }

    .down-box span {
        display: block;
        color: #FFFFFF;
        font-size: 13px;
        font-weight: 600;
        font-size: 14px;
        text-transform: uppercase;
    }
/* End Our strong numbers */


/*-----------------------------------------------------------------------------------

Dashboard

-----------------------------------------------------------------------------------*/

.section6 {
    padding: 85px 0;
    overflow: hidden;
}

.ttl4 span {
    color: #b6b6b6;
    display: block;
    font-size: 12px;
    font-weight: 600;
    padding-bottom: 5px;
    text-transform: uppercase;
}

.ttl4 {
    margin-bottom: 35px;
    margin-top: 0px;
}

    .ttl4 h2 {
        background: url("../image/line.png") no-repeat scroll left bottom;
        color: #3e355f;
        font-size: 40px;
        font-weight: 600;
        line-height: 40px;
        margin: 0 0 25px;
        padding-bottom: 20px;
    }


.acc {
    font-weight: 500;
    color: #fff !important;
    text-transform: uppercase;
    text-align: center;
    background: #39b54a;
    padding: 12px 40px;
    display: inline-block;
    font-style: 13px;
    text-decoration: none !important;
    margin-top: 40px;
    -webkit-box-shadow: 0px 8px 22px 0px rgba(144, 155, 165, 0.54);
    -moz-box-shadow: 0px 8px 22px 0px rgba(144, 155, 165, 0.54);
    box-shadow: 0px 8px 22px 0px rgba(144, 155, 165, 0.54);
}

    .acc:hover {
        background: #ee4e29;
        transition: all ease .7s;
    }
/* End Dashboard */


/*-----------------------------------------------------------------------------------

screens - tab style gallery

-----------------------------------------------------------------------------------*/

.screen-section {
    padding: 90px 0 0 0;
}

.tab-screen-image {
    width: 100%;
    -webkit-box-shadow: 0px -5px 62px -7px rgba(0,0,0,0.34);
    -moz-box-shadow: 0px -5px 62px -7px rgba(0,0,0,0.34);
    box-shadow: 0px -5px 62px -7px rgba(0,0,0,0.34);
}



/*-----------------------------------------------------------------------------------

screens - 3d style gallery

-----------------------------------------------------------------------------------*/

.section7 {
    padding: 90px 0;
    background: url(../image/bg4.jpg) no-repeat top center;
    background-size: cover;
}

.bx-controls-direction {
    display: none;
}

.slide1 {
    text-align: center;
    border-radius: 12px;
    padding: 0 5%;
    margin: 0 10px;
    padding-top: 90px;
}

    .slide1 p {
    }

    .slide1 span {
        color: #5a39cf;
        font-size: 15px;
        display: block;
        font-weight: 700;
        text-align: center;
        padding: 30px 0;
    }

.dg-container {
    width: 100%;
    position: relative;
}

.dg-wrapper {
    width: 644px;
    height: 464px;
    margin: 0 auto;
    position: relative;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    -o-perspective: 1000px;
    -ms-perspective: 1000px;
    perspective: 1000px;
}

    .dg-wrapper a {
        display: block;
        height: auto;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

        .dg-wrapper a.dg-transition {
            -webkit-transition: all 0.5s ease-in-out;
            -moz-transition: all 0.5s ease-in-out;
            -o-transition: all 0.5s ease-in-out;
            -ms-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
        }

        .dg-wrapper a img {
            display: block;
            width: 100%;
        }

        .dg-wrapper a div {
            font-style: italic;
            text-align: center;
            line-height: 50px;
            text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
            color: #333;
            font-size: 16px;
            width: 100%;
            bottom: -55px;
            display: none;
            position: absolute;
        }

        .dg-wrapper a.dg-center div {
            display: block;
        }

.dg-container nav {
    width: 58px;
    position: absolute;
    z-index: 1000;
    bottom: 20px;
    left: 50%;
    margin-left: -29px;
}

    .dg-container nav span {
        float: left;
        cursor: pointer;
        width: 24px;
        height: 25px;
    }

        .dg-container nav span:hover {
            opacity: 1;
        }

        .dg-container nav span.dg-next {
            background-position: top right;
            margin-left: 10px;
        }

/* End screens */



/*-----------------------------------------------------------------------------------

testimonials

-----------------------------------------------------------------------------------*/

.section8 {
    padding: 60px 0;
}

    .section8 .row {
        margin: 0;
    }

.slick-list {
    padding: 0 !important;
}

.slick-arrow {
    display: none !important;
}

.photo {
    margin: 0 auto;
    text-align: center;
}

.photo {
    margin: 0 auto -45px;
    text-align: center;
}

.slick-slide {
    opacity: 0.4;
}

.slick-slide {
    margin-bottom: 40px;
}

.slick-center {
    opacity: 1 !important;
}

    .slick-center .slide1 {
        -webkit-box-shadow: 0px 20px 51px -1px rgba(144,155,165,0.24);
        -moz-box-shadow: 0px 20px 51px -1px rgba(144,155,165,0.24);
        box-shadow: 0px 20px 51px -1px rgba(144,155,165,0.24);
    }


/* End  testimonials */


/*-----------------------------------------------------------------------------------

pricing

-----------------------------------------------------------------------------------*/

.section9 {
    padding: 90px 0;
}

.pricing-bg {
    float: left;
    width: 100%;
    height: 470px;
}

.pricing-inner-container {
    float: left;
    width: 100%;
    margin-top: -372px;
}

.pricing-boxes {
    float: left;
    width: 100%;
    margin-top: 30px;
}

.plan {
    background: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0px 20px 51px -1px rgba(144,155,165,0.29);
    -moz-box-shadow: 0px 20px 51px -1px rgba(144,155,165,0.29);
    box-shadow: 0px 20px 51px -1px rgba(144,155,165,0.29);
}

.plan-ttl {
    padding: 50px 0 60px 0;
    text-align: center;
    border-radius: 4px 4px 0 0px;
    background-size: contain;
    border-bottom: #efebeb solid 1px;
}

    .plan-ttl span {
        display: block;
        color: #5a39cf;
        font-size: 17px;
        text-transform: uppercase;
        font-weight: 700;
    }

.currency-sign {
    font-size: 30px;
}

.plan-time {
    font-size: 14px;
    color: #98a4b8;
}

.prefered {
    background: #2bd6ee;
}

.plan-ttl h3 {
    display: block;
    color: #3e355f;
    font-size: 55px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
}

.plan-ttl.prefered span {
    display: block;
    color: #FFFFFF;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 700;
}

.plan-ttl.prefered h3 {
    display: block;
    color: #FFFFFF;
    font-size: 55px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
}

.prefered .plan-time {
    color: #FFFFFF;
}

.plan ul {
    list-style: none;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 80px;
}

.plan li {
    border-bottom: 1px solid #f3f1f1;
    padding: 23px 0;
}

    .plan li span {
        display: block;
        padding-left: 25px;
        font-weight: 400;
        font-size: 15px;
        margin-left: 10%;
        margin-right: 10%;
    }

.yes span {
    background: url(../images/yes.png) no-repeat left center;
}

.no span {
    background: url(../images/no.png) no-repeat left center;
}

.plan-btn {
    text-align: center;
}

    .plan-btn a {
        background: #fff;
        border: 1px solid #5a39cf;
        color: #5a39cf;
        font-size: 13px;
        font-weight: 700;
        text-transform: uppercase;
        padding: 12px 40px;
        display: inline-block;
        text-decoration: none !important;
    }

.plan-btn {
    position: absolute;
    width: 100%;
    bottom: -12px;
    left: 0;
    text-align: center;
}

    .plan-btn a:hover {
        background: #5a39cf;
        color: #fff;
    }

.section10 .module:hover {
    margin-top: -10px;
}

.pdtop {
    padding-top: 120px;
}

.martop {
    margin-top: -50px;
}

.pos {
    position: relative;
}
/* End pricing */


/*-----------------------------------------------------------------------------------

team

-----------------------------------------------------------------------------------*/

.section10 {
    padding: 90px 0;
    background: #fff;
}

.team-box {
    background: #fff;
    text-align: center;
    position: relative;
    -webkit-box-shadow: 0px 20px 51px -1px rgba(144,155,165,0.29);
    -moz-box-shadow: 0px 20px 51px -1px rgba(144,155,165,0.29);
    box-shadow: 0px 20px 51px -1px rgba(144,155,165,0.29);
}

.team-photo {
    max-height: 300px;
    overflow: hidden;
}

    .team-photo img {
        width: 100%;
    }

.team-ttl {
    padding: 40px 0 20px 0;
}

    .team-ttl span {
        font-weight: 600;
        color: #5a39cf;
        font-size: 18px;
    }

.team-box .team-ttl p {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 0;
}

.team-con {
    padding: 0 10%;
    padding-bottom: 60px;
}

    .team-con p {
        margin-bottom: 0;
    }

.team-info {
    position: absolute;
    width: 100%;
    bottom: -15px;
    left: 0;
    text-align: center;
}

.pdtop2 {
    padding-top: 20px;
}


.team-info a {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none !IMPORTANT;
}

    .team-info a i {
        width: 34px;
        height: 34px;
        text-align: center;
        border-radius: 50%;
        border: 1px solid #ced2d7;
        color: #616161;
        font-size: 16px;
        display: block;
        line-height: 32px;
        background: #ffffff;
    }

        .team-info a i:hover {
            background: #5a39cf;
            color: #fff;
        }
/* End team */


/*-----------------------------------------------------------------------------------

Lest start yor project now

-----------------------------------------------------------------------------------*/

.section11 {
    padding: 100px 0;
    /* The image used */
    background: #1080f2 url("../image/parallaxbg.jpg") no-repeat;
    /* Set a specific height */
    height: auto;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .section11 p {
        color: #FFFFFF;
        margin-bottom: 0;
        text-align: center;
    }

.get {
    display: inline-block;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none !important;
    background: #2bd6ee;
    padding: 10px 40px;
    line-height: 25px;
    -webkit-box-shadow: 0px 15px 32px 1px rgba(0,0,0,0.23);
    -moz-box-shadow: 0px 15px 32px 1px rgba(0,0,0,0.23);
    box-shadow: 0px 15px 32px 1px rgba(0,0,0,0.23);
}

.getbtn {
    text-align: center;
    margin-top: 40px;
}
/* End Lest start yor project now */



/*-----------------------------------------------------------------------------------

Blog

-----------------------------------------------------------------------------------*/

.section16 {
    background: #f2f5f9;
    padding: 100px 0;
}

.h-blog-box {
    background: #fff;
    text-align: center;
    position: relative;
    -webkit-box-shadow: 0px 20px 51px -1px rgba(144,155,165,0.29);
    -moz-box-shadow: 0px 20px 51px -1px rgba(144,155,165,0.29);
    box-shadow: 0px 20px 51px -1px rgba(144,155,165,0.29);
}

.h-blog-box-photo {
    max-height: 300px;
    overflow: hidden;
}

    .h-blog-box-photo img {
        width: 100%;
    }

.h-blog-content {
    width: 100%;
    padding: 35px;
}

.h-blog-date {
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    text-transform: uppercase;
}

.h-blog-ttl h2 {
    color: #1a1a1a;
    font-size: 30px;
    font-weight: 400;
    line-height: 38px;
    margin: 0;
    padding: 10px 0 0 0;
    text-align: left;
}

.h-blog-more {
    text-align: left;
    padding: 15px 0 0 0;
}

    .h-blog-more a {
        font-size: 15px;
        font-weight: 600;
        text-align: left;
        text-transform: capitalize;
        color: #ee4e29;
    }




/*-----------------------------------------------------------------------------------

Clients Logo Slider

-----------------------------------------------------------------------------------*/

.section12 {
    background: #fff;
    padding: 80px 0 60px 0;
    /*border-bottom: #d3dae4 solid 1px;*/
}

    .section12 .bx-wrapper {
        margin: 0 auto;
    }

    .section12 .bx-controls-direction {
        display: block;
    }

    .section12 .bx-pager {
        display: none;
    }

    .section12 .slide {
        text-align: center;
    }

        .section12 .slide img {
            display: inline-block;
        }

/* End Logo Slider */


/*-----------------------------------------------------------------------------------

freetrial

-----------------------------------------------------------------------------------*/

.section13 {
    padding: 70px 0;
    background: #FFFFFF;
}

.form {
    max-width: 560px;
    margin: 0 auto;
    text-align: center;
    padding-top: 50px;
}

    .form input {
        width: 100%;
        background: #fff;
        border: 1px solid #FFFFFF;
        height: 45px;
        padding: 0 15px;
        margin-bottom: 15px;
        box-shadow: 0 0 21px 2px #e2e7ec;
    }

        .form input:hover {
            outline: none;
        }

        .form input:focus {
            outline: none;
        }

    .form button {
        color: #fff;
        font-weight: 600;
        text-align: center;
        border: 0;
        font-size: 13px;
        text-transform: uppercase;
        background: #5b86bd;
        margin-top: 20px;
        padding: 15px 50px;
        width: 100%;
    }

        .form button:hover {
            background: #2bd6ee;
            transition: all ease .5s;
        }


    .form p {
        font-weight: 400;
        font-size: 13px;
        text-align: center;
        padding-top: 30px;
    }


/* End freetrial */

/*-----------------------------------------------------------------------------------

Footer Social

-----------------------------------------------------------------------------------*/

.section14 {
    background: #020924;
    padding: 60px 0 20px 0;
    text-align: center;
    float: left;
    width: 100%;
}
.section14 h2 {
    background: url(../image/line3.png) no-repeat center bottom;
    font-weight: 600;
    color: #ffffff;
    font-size: 40px;
    line-height: 40px;
    margin: 0;
    padding-bottom: 20px;
    margin-bottom: 64px;
}
.fool-box {
    float: left;
    width: 100%;
    background: #FFFFFF;
    min-height: 275px;
    /*-webkit-box-shadow: 0px 20px 51px -1px rgba(144,155,165,0.29);
    -moz-box-shadow: 0px 20px 51px -1px rgba(144,155,165,0.29);
    box-shadow: 0px 20px 51px -1px rgba(144,155,165,0.29);*/
}

.footer-box-content {
    float: left;
    width: 100%;
    padding: 40px 40px 40px 40px;
}

.blue-clr {
    color: #001462 !important
}

.fool-box h4 {
    float: left;
    width: 100%;
    color: #001462;
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: left;
}

.fool-box p {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 15px;
    font-weight: 400;
    margin: 0;
    padding-top: 10px;
}

.fool-box i {
    width: 75px;
    height: 75px;
    background: #FFFFFF;
    text-align: center;
    border-radius: 50%;
    color: #39b54a;
    font-size: 35px;
    display: block;
    line-height: 60px;
    /*margin:0 auto;*/
    float: left;
    margin-left: 40px;
    margin-top: -30px;
    -webkit-box-shadow: 0px 6px 18px -3px rgba(144,155,165,0.31);
    -moz-box-shadow: 0px 6px 18px -3px rgba(144,155,165,0.31);
    box-shadow: 0px 6px 18px -3px rgba(144,155,165,0.31);
    line-height: 70px;
}

.fool-box a {
    text-decoration: none !important;
    float: left;
    margin-top: 30px;
}

.fool-box:hover i {
    background: #39b54a;
    color: #fff;
    transition: all ease .5s;
}

.fool-box a i:hover, .foot-social a i:hover {
    background: #5a39cf;
    color: #fff;
    transition: all ease .5s;
}

.foot-social a {
    display: inline-block;
    text-decoration: none !important;
}

.foot-social i {
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    color: #747f8e;
    font-size: 15px;
    display: block;
    line-height: 40px;
    margin: 0 auto;
    background: #FFFFFF;
}

.last-footer {
    float: left;
    width: 100%;
    padding: 55px 0 0 0;
    border-top: #e2e7ed solid 2px;
    margin-top: 80px;
}

.footer-copy {
    float: left;
    width: 100%;
    text-align: left;
}

    .footer-copy a {
        color: #5a39cf;
    }

/* End Footer Social */


/*-----------------------------------------------------------------------------------

Footer

-----------------------------------------------------------------------------------*/

.section15 {
    padding: 50px 0;
    background: #0f2c49;
    text-align: center;
}

    .section15 a {
        padding: 0 5px;
        display: inline-block;
    }

    .section15 p {
        font-weight: 400;
        color: #677685;
        font-size: 12px;
        margin-bottom: 0;
    }

.foot-social {
    padding-bottom: 30px;
    float: right;
}

/* End Footer */


/*-----------------------------------------------------------------------------------

Scroll Animation

-----------------------------------------------------------------------------------*/

.mac span {
    display: none;
}

.come-in {
    transform: translateY(450px);
    animation: come-in 1s ease forwards;
}

    .come-in:nth-child(odd) {
        animation-duration: 0.9s;
    }

.already-visible {
    transform: translateY(0);
    animation: none;
}

.cnt h3, .cnt h4 {
    display: inline-block;
    color: #FFFFFF;
    font-size: 50px;
    font-weight: 300;
    margin: 0;
}

@keyframes come-in {
    to {
        transform: translateY(0);
    }
}


/* End Scroll Animation */





/*-----------------------------------------------------------------------------------

Screen Loader

-----------------------------------------------------------------------------------*/
.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999999;
    background: url(../image/loading.gif) center no-repeat #fff;
}
/* End Screen Loader */





/*-----------------------------------------------------------------------------------

BLOG CSS

-----------------------------------------------------------------------------------*/

.blog_bg {
    background: #f0f5f8;
}

.blog_header {
    background: url(../image/blog-header.jpg) repeat-x top center;
    width: 100%;
    padding-top: 20px;
    position: relative;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    margin-bottom: 10px;
}

.blog-header-text {
    float: left;
    width: 100%;
    padding: 100px 0px 300px 0px;
}

.breadcum_list {
    float: left;
    width: 100%;
    padding: 10px 15px;
}

    .breadcum_list ul {
        float: left;
        width: 100%;
        padding: 0;
        margin: 0;
    }

        .breadcum_list ul li {
            float: left;
            list-style: none;
            padding: 0;
            margin: 0;
        }

            .breadcum_list ul li a {
                float: left;
                padding: 0 15px 0 0;
                margin: 0;
                font-size: 13px;
                color: #999999;
                text-align: left;
            }

            .breadcum_list ul li .blog_breadcum_active {
                color: #1080f2;
            }

.blog-content-area {
    float: left;
    width: 100%;
    padding: 70px 0 0 0;
}

.blog_box {
    float: left;
    width: 100%;
    background: #FFFFFF;
    border: #e2e7ec solid 1px;
    border-radius: 6px;
    -webkit-box-shadow: 1px 7px 68px -23px rgba(144,155,165,0.73);
    -moz-box-shadow: 1px 7px 68px -23px rgba(144,155,165,0.73);
    box-shadow: 1px 7px 68px -23px rgba(144,155,165,0.73);
    padding: 40px 0;
    margin-bottom: 40px;
}

.blog_post_cat {
    float: left;
    width: 100%;
    padding: 0px;
    font-size: 13px;
    color: #1080f2;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
}

.blog_post_heading h1 {
    float: left;
    width: 100%;
    padding: 0px;
    font-size: 28px;
    color: #1080f2;
    text-align: center;
    text-transform: capitalize;
    font-weight: normal;
    color: #000000;
    line-height: 1.5;
    padding: 0 0 10px 0;
    margin: 0;
}

.blog-post-date {
    margin: 0 auto;
    background: #0f2c49;
    font-size: 13px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 700;
    padding: 3px 8px;
    clear: both;
    text-align: center;
    width: 90px;
}

.blog-post-single-img {
    float: left;
    width: 100%;
    text-align: center;
    margin: 30px 0 0 0;
}

    .blog-post-single-img img {
        width: 100%;
        text-align: center;
    }


.blog-post-content-area {
    float: left;
    width: 100%;
    padding: 60px 60px 30px 60px;
}


.blog-post-text p {
    float: left;
    width: 100%;
    padding: 0px;
    font-size: 14px;
    color: #8a8a8a;
    text-align: justify;
    text-transform: capitalize;
    font-weight: normal;
    line-height: 2;
}

.blog-post-quote {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #828282;
    line-height: 1.7;
    padding: 0 60px;
}

    .blog-post-quote span {
        float: left;
        width: 100%;
        text-align: center;
        font-size: 13px;
        font-weight: 600;
        color: #1080f2;
        line-height: 1.7;
        padding: 10px 0 0 0;
    }


    .blog-post-quote .blockquote {
        float: left;
        width: 100%;
        text-align: center;
        font-size: 100px;
        color: #b0b0b0;
        line-height: 0;
        padding: 100px 0 0 0;
        clear: both;
    }

.blog-post-info {
    float: left;
    width: 100%;
    border-top: #e5e5e5 solid 1px;
    border-bottom: #e5e5e5 solid 1px;
    padding: 20px 0;
    margin: 45px 0;
}

    .blog-post-info ul {
        float: left;
        width: 100%;
        padding: 0;
        margin: 0;
        display: flex;
        justify-content: space-between;
    }

        .blog-post-info ul li {
            float: left;
            padding: 10px 10px;
            margin: 0;
            list-style: none;
            display: inline-block;
        }

            .blog-post-info ul li a {
                color: #828282;
            }

                .blog-post-info ul li a:hover {
                    color: #1080f2;
                    text-decoration: none;
                }

.blog-btn {
    text-align: center;
    clear: both;
}

.blog-more-btn {
    display: inline-block;
    color: #1080f2;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none !important;
    border: #1080f2 solid 1px;
    border-radius: 40px;
    padding: 10px 50px 7px 50px;
    line-height: 25px;
}

    .blog-more-btn:hover {
        background: #1080f2;
        color: #FFFFFF;
        border: #1080f2 solid 1px;
        transition: all ease .5s;
    }


.blog-side-bar-box {
    float: left;
    width: 100%;
    background: #FFFFFF;
    border: #e2e7ec solid 1px;
    border-radius: 6px;
    -webkit-box-shadow: 1px 7px 68px -23px rgba(144,155,165,0.73);
    -moz-box-shadow: 1px 7px 68px -23px rgba(144,155,165,0.73);
    box-shadow: 1px 7px 68px -23px rgba(144,155,165,0.73);
    padding: 20px 0;
    margin-bottom: 40px;
}

.blog-side-bar-box-content {
    float: left;
    width: 100%;
    padding: 35px;
}

.blog-box-side-bar h2 {
    float: left;
    width: 100%;
    border-bottom: #e0e0e0 solid 1px;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    color: #000000;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 0 0 30px 0;
}

.side-bar-logo {
    float: left;
    width: 100%;
    border: #e0e0e0 solid 1px;
    text-align: center;
    line-height: 1;
    padding: 30px;
}

.side-bar-text p {
    float: left;
    width: 100%;
    font-size: 14px;
    color: #8a8a8a;
    text-align: left;
    text-transform: capitalize;
    font-weight: normal;
    line-height: 2;
    padding: 20px 0 0 0;
}

.side-bar-cat-list {
    float: left;
    width: 100%;
    margin: -20px 0 0 0;
}

    .side-bar-cat-list ul {
        float: left;
        width: 100%;
        padding: 0;
        margin: 0;
    }

        .side-bar-cat-list ul li {
            float: left;
            width: 100%;
            padding: 0;
            margin: 0;
            list-style: none;
            border-bottom: #c2c2c2 dashed 1px;
        }

            .side-bar-cat-list ul li a {
                float: left;
                width: 100%;
                padding: 15px 0;
                margin: 0;
                font-size: 12px;
                font-weight: 500;
                text-align: left;
                color: #828282;
                text-transform: uppercase;
                text-decoration: none;
            }

                .side-bar-cat-list ul li a:hover {
                    color: #1080f2;
                    transition: all ease .5s;
                }


.blog-side-bar-ad-banner {
    float: left;
    width: 100%;
    text-align: center;
}


.side-bar-post-main {
    float: left;
    width: 100%;
    margin-bottom: 35px;
}

.side-bar-post-img {
    float: left;
    width: 100%;
    text-align: center;
}

    .side-bar-post-img img {
        width: 100%;
        text-align: center;
    }

.side-bar-post-ttl h3 {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 16px;
    color: #000000;
    font-weight: 700;
}

.side-bar-post-text p {
    float: left;
    width: 100%;
    padding: 0px;
    font-size: 14px;
    color: #8a8a8a;
    text-align: justify;
    text-transform: capitalize;
    font-weight: normal;
    line-height: 2;
}

.side-bar-post-more {
    float: left;
    width: 100%;
    padding: 0px;
    font-size: 13px;
    color: #1080f2;
    text-align: left;
    text-transform: uppercase;
    line-height: 2;
    font-weight: 700;
    letter-spacing: 1px;
}

.side-bar-tag-cloud {
    float: left;
    width: 100%;
}

    .side-bar-tag-cloud a {
        font-size: 12px;
        color: #828282;
        text-transform: uppercase;
        border: #e0e0e0 solid 1px;
        padding: 4px 7px;
        text-align: center;
        display: inline-block;
        line-height: normal;
        margin: 4px;
    }

        .side-bar-tag-cloud a:hover {
            background: #1080f2;
            color: #FFFFFF;
            text-decoration: none;
            transition: all ease .5s;
        }

.bsb-subscribe {
    background: #0f2c49;
}

.bsb-subscribe-ttl h2 {
    color: #FFFFFF;
}

.bsb-subscribe-text p {
    float: left;
    width: 100%;
    padding: 0px;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    text-transform: capitalize;
    font-weight: normal;
    line-height: 2;
}


.bsb-subscribe-input {
    float: left;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

    .bsb-subscribe-input input[type="email"] {
        float: left;
        width: 100%;
        background: #FFFFFF;
        font-size: 13px;
        line-height: 14px;
        color: #686868;
        font-weight: 400;
        height: 43px;
        padding: 0 48px 0 9px;
    }

    .bsb-subscribe-input input[type="submit"] {
        float: left;
        width: 100%;
        cursor: pointer;
        background: #1080f2;
        height: 40px;
        text-align: center;
        border: none;
        font-size: 13;
        color: #FFFFFF;
        margin-top: 15px;
        text-transform: uppercase;
        font-weight: 500px;
        letter-spacing: 1px;
    }

        .bsb-subscribe-input input[type="submit"]:hover {
            background-color: #626262;
        }

.blog-pn-post-content-area {
    float: left;
    width: 100%;
    padding: 10px 25px;
}

.blog-post-pre-post {
    float: left;
    width: 100%;
}

.blog-post-pre-post-img {
    float: left;
    width: 25%;
}

    .blog-post-pre-post-img img {
        float: left;
        width: 100%;
    }

.blog-post-pre-post-main {
    float: left;
    width: 75%;
    padding-left: 15px;
}

.blog-post-pre-post-ttl h4 {
    float: left;
    width: 100%;
}

.blog-pre-btn {
    float: left;
    width: 100%;
    font-size: 11px;
    text-align: left;
    color: #8a8a8a;
    text-transform: uppercase;
    font-weight: 700;
}

.blog-post-pre-next-ttl h4 {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 16px;
    color: #000000;
    font-weight: 600;
    line-height: 1.4;
}

.next-btn {
    float: right;
    text-align: right;
}

.blog-post-next-post-main {
    padding: 0 15px 0 0;
}

.next-ttl h4 {
    text-align: right;
}

.related-blog-post-content-area {
    float: left;
    width: 100%;
    padding: 30px;
}

.related-blog-post {
    float: left;
    width: 100%;
}


.related-blog_post_cat {
    float: left;
    width: 100%;
    padding: 0px;
    font-size: 12px;
    color: #1080f2;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}

.related-blog_post_heading h5 {
    float: left;
    width: 100%;
    padding: 0px;
    font-size: 17px;
    color: #1080f2;
    text-align: center;
    text-transform: capitalize;
    font-weight: normal;
    color: #000000;
    line-height: 1.5;
    padding: 0 0 10px 0;
    margin: 0;
}

.related-blog-post-date {
    display: inline-block;
    background: #0f2c49;
    font-size: 13px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 700;
    padding: 3px 8px;
    clear: both;
    text-align: center;
}

.related-blog-post-single-img {
    float: left;
    width: 100%;
    text-align: center;
    margin: 30px 0 0 0;
}

    .related-blog-post-single-img img {
        width: 100%;
        text-align: center;
    }


.comment-row {
    float: left;
    width: 100%;
    border-bottom: #e0e0e0 solid 1px;
    padding-bottom: 35px;
    margin-bottom: 35px;
}

.replied-comment {
    padding-left: 20%;
}

.comment-row-pic {
    float: left;
    width: 15%;
}

    .comment-row-pic img {
        width: 100%;
    }

.comment-row-content {
    float: left;
    width: 85%;
    padding-left: 5%;
}

.comment-row-user-name {
    float: left;
    width: 100%;
    font-size: 17px;
    color: #000000;
    text-transform: capitalize;
    font-weight: normal;
    padding: 0;
    text-align: left;
}

.comment-row-date {
    float: left;
    width: 100%;
    font-size: 12px;
    color: #707070;
    text-transform: capitalize;
    font-weight: 700;
    padding: 2px 0 15px 0;
    text-align: left;
}

.comment-row-comment {
    float: left;
    width: 100%;
    font-size: 13px;
    color: #8a8a8a;
    text-transform: capitalize;
    font-weight: normal;
    padding: 0;
    text-align: left;
}

.comment-row-reply-btn {
    float: left;
    width: 100%;
}

    .comment-row-reply-btn a {
        float: left;
        width: 100%;
        font-size: 12px;
        color: #000000;
        text-transform: uppercase;
        font-weight: 700;
        padding: 15px 0 0 0;
        text-align: left;
        text-decoration: underline;
    }

        .comment-row-reply-btn a:hover {
            color: #1080f2;
            transition: a11 ease .5s;
        }

.leave-comment-area {
    float: left;
    width: 100%;
}


.comment-form {
    max-width: 90%;
    margin: 0 auto;
    text-align: center;
    padding-top: 30px;
    clear: both;
}

    .comment-form input {
        width: 100%;
        background: #fff;
        border: 1px solid #e2e7ec;
        height: 40px;
        border-radius: 5px;
        padding: 0 15px;
        margin-bottom: 10px;
    }

        .comment-form input:hover {
            outline: none;
        }

        .comment-form input:focus {
            outline: none;
        }

    .comment-form textarea {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        min-height: 150px;
        max-height: 150px;
        background: #fff;
        border: 1px solid #e2e7ec;
        height: 40px;
        border-radius: 5px;
        padding: 0 15px;
        margin-bottom: 10px;
    }

        .comment-form textarea:hover {
            outline: none;
        }

        .comment-form textarea:focus {
            outline: none;
        }

    .comment-form button {
        color: #fff;
        font-weight: 600;
        text-align: center;
        border: 0;
        font-size: 13px;
        text-transform: uppercase;
        background: #1080f2;
        border-radius: 40px;
        margin-top: 20px;
        padding: 15px 50px;
    }

        .comment-form button:hover {
            background: #47a032;
            transition: all ease .5s;
        }




/*new*/

.bnrbutn {
    background: #fff;
    color: #39b54a;
}

    .bnrbutn:hover {
        font-weight: 600;
        color: #fff;
        background: #011d8a;
        transition: all ease .7s;
    }

.logo1 {
    height:50px;
}

.header-top.affix {
    padding: 15px 0px 10px 0;
}

.header-top.affix {
   /* background: #fff;
    box-shadow: 0px 0px 20px #00000029;*/
}

    .header-top.affix .menu li a {
        color: #000
    }
    .header-top.affix .menu li a:hover { color: #5b86bd}

.pddng {
    padding-top: 20px;
    padding-bottom: 120px;
}

#features {
    background: #fff;
    padding-bottom: 80px;
}

    #features .module span {
        font-size: 20px;
        color: #3e355f;
        font-weight: 600;
        transition: all 0.1s ease;
        display: block;
        padding-top: 30px;
        min-height: 100px;
    }

.header h1 {
    padding-top: 90px;
}

.toping {
    text-align: center;
    padding-top: 10px;
}

#howitworks {
    /*margin-top: 85px;*/
    background: #f2f5f9;
}

.section2 {
    padding-top: 60px;
    padding-bottom: 60px;
}

#features {
    padding-top: 90px;
    padding-bottom: 90px;
}

    #features .bx-shdw {
        height: 165px;
        background: #fff;
        width: 220px;
        text-align: center;
        box-shadow: 0px 0px 10px #ccc;
        padding: 40px 20px;
        border-radius: 12px;
        float: left;
    }

        #features .bx-shdw i {
            color: #f65100;
            font-size: 32px;
        }

        #features .bx-shdw h2 {
            font-size: 22px;
            margin-top: 7px;
            margin-bottom: 8px;
            color: #242424;
        }

.bx-shdw.dv1 {
    position: relative;
    left: 33.8%;
}

.bx-shdw.dv2 {
    position: relative;
    left: 36%;
    top: 75px;
}

.bx-shdw.dv3 {
    top: -90px;
    position: relative;
    right: 12px;
}

.bx-shdw.dv4 {
    top: 14px;
    position: relative;
}

.dark-section .heading h2.nmbr {
    background: url(../image/line3.png) no-repeat bottom center;
}

#header.header p {
    width: 70%;
    margin: 5px auto !important;
}

.lgn {
    /*color: #39b54a !important;*/
}

.signup {
    background: #5b86bd !important;
    color: #fff !important;
    padding: 8px 25px;
    /* box-shadow: 0px 12px 19px #011d8a42; */
    border: 1px solid #5b86bd;
    border-radius: 25px;
}

#feautures .our-box .down-box {
    padding-top: 20px !important;
}

#feautures .our-box i {
    color: #fff;
    font-size: 70px;
}

#feautures .our-box .down-box span {
    font-size: 20px;
}

.voucherdv {
    width: 100%;
}

.voucherdv .voucher {
    width: 17%;
    margin-right: 2.5%;
    -webkit-filter: drop-shadow(0px 4px 5px #2222225e);
    filter: drop-shadow(0px 4px 5px #2222225e);
}

.section3 {
    padding: 0 0 60px;
}

#features {
    background: #f2f5f9;
}

    #features .bx-shdw h2 {
        line-height: 28px;
    }

.signup:hover {
    /*border-bottom: none !important;*/
    background: #CDA12C !important;
    border-color: #CDA12C !important;
}

.footer-copy p {
    color: #fff;
    text-align: center;
}

.foot-social i {
    color: #000;
}

.fool-box a i:hover, .foot-social a i:hover {
    background: #39b54a !important
}

.footer-box-content p {
    color: #000;
}

.content-area-second {
    padding: 90px 0;
}

.voucherdv .heading {
    margin-bottom: 35px;
}

#howitworks.section2 {
    padding-top: 58px;
    padding-bottom: 60px;
}

#features {
    padding-top: 60px;
    padding-bottom: 0px;
}

#app {
    padding-top: 60px;
    padding-bottom: 0px;
    background-image: linear-gradient(to right, #011d8a, #39b54a);
}

    #app  .left-heading h2 {   color: #fff;background: none; padding-bottom: 18px;  margin-bottom: 0; } #app  .left-heading .p {   color: #fff; }

#appbtn .appbtn{text-align:center;}

.slide1 {
    text-align: center;
    border-radius: 12px;
    padding: 0 5%;
    padding-top: 0px;
    margin: 0 10px;
    padding-top: 22px;
}

.slide1 span {
    color: #5a39cf;
    font-size: 15px;
    display: block;
    font-weight: 700;
    text-align: center;
    padding: 12px 0;
}

.footer-box-content {
    float: left;
    width: 100%;
    padding: 15px 40px 15px 40px;
}

.fool-box a {
    text-decoration: none !important;
    float: left;
    margin-top: 15px;
}

.fool-box {
    float: left;
    width: 100%;
    background: #FFFFFF;
    min-height: 240px;
}

.ftrlnks {
    list-style: none;
    display: inline-block
}

.ftrlnks li {
    display: inline-block;
    margin-right: 12px;
}

.ftrlnks li a {
    color: #fff;
    text-decoration: none;
    border-right: 1px solid #fff;
    padding-right: 10px;
}
.ftrlnks li:last-child a {
    border-right:0;
}
#PollResult .boxheader {
    padding: 1px 15px;
}

#PollResult .boxheader h5 {
    font-size: 18px;
}
#PollResult .boxheader {
    background: #011d8a;
    color: #fff;
}


.my-ftr {padding: 0px 20px;background: #fff;background-image: none;z-index: 999;position: relative;bottom: 0px;max-width: 100%;color: #fff !important;/*position: fixed;*/width: 100%;}
.my-ftr .social li {margin: 0px 10px;display: inline-block;}
.my-ftr .social li a {text-align: center;color: #231f20;display: inline-block;-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;vertical-align: middle;font-size: 20px;}
.my-ftr .social li a:hover, .my-ftr .social li a:focus {color: #5b86bd}
.my-ftr .social {/*width: 30%;*/margin-bottom: 0px;float: right;margin-left: 0px;padding-left: 0px;}
.linksbotm {text-align: center;}
.linksbotm a {color: #000 !important; margin-left: 5px;margin-right: 25px; font-size:14px; font-weight: 500; }
.my-ftr p { color: #000; margin-bottom: 0px !important;font-size:14px; font-weight: 500; }
.my-ftr .row {padding: 8px 0px 2px 0;}

/* Footer */
.footerWrap {background-color: #fff;padding-top: 30px;padding-bottom: 15px;color:#000000;font-weight: 500;    border-top: 1px solid #ccc;border-bottom: 1px solid #ccc;}
.footerWrap ul {padding:0;margin-top: 10px;}
.footerWrap ul li {list-style:none;margin-bottom: 8px;line-height: 20px;}
.footerWrap h3 {font-size:18px;font-weight: 600;color:#000000;}
.footerWrap ul li a {color: #000000;font-size:14px;}
.footerWrap ul li a:hover {color: #1b75bb;}
.footerWrap ul li a img {height:35px; margin-top: -5px;margin-right: 5px;}
.footerLogo {height:65px;}
.footerWrap ul.socialIc li {display:inline-block;margin-right:10px;}
.footerWrap ul.socialIc li a {border:1px solid #000;padding: 6px 9px; border-radius: 15px;}
.footerWrap ul.socialIc li a:hover {background-color:#1b75bb;color:#fff;border:1px solid #005499;}
.footerWrap ul.socialIc li a.fb {padding: 6px 11px;}
.copyRgt p {color:#000;padding:5px; font-weight: 500;}

.toTop {position: fixed;bottom: 2%;right: 2%; font-size: 24px;background-color: #fff;padding: 5px 15px 5px 16px;border-radius: 25px;box-shadow: 0px 0px 5px #000000;color: #000000;cursor: pointer;}






@media all and (max-width: 1024px) and (min-width: 481px) {
    #features .bx-shdw {
        background: #fff;
        width: 34%;
    }
}

@media all and (max-width: 480px) and (min-width: 320px) {
    #features .bx-shdw {
        background: #fff;
        width: 46%;
        float: left;
    }
    .mailerUnSub .unTextHead{font-size:25px!important;}
    .bx-shdw.dv1 {
        position: relative;
        left: 0;
    }

    .bx-shdw.dv2 {
        position: relative;
        left: 0;
        top: 0;
        margin-left: 14px;
    }

    .bx-shdw.dv3 {
        top: 0;
        position: relative;
        right: 0;
        margin-top: 16px;
    }

    .bx-shdw.dv4 {
        top: 0;
        position: relative;
        right: 0;
        margin-top: 16px;
        margin-left: 14px;
    }
}

.bg-gry{background:#f7f7f7;}
.frmlgn .main-panel__title{font-size: 22px;color: #000; margin-bottom: 2px;font-weight:500;margin-top:20px;text-align:center}
.frmlgn .frmhr{margin-top:0px;width:30px; margin-bottom:30px;border:none;}
.frmlgn form {margin-top:2px; }
.frmlgn .main-panel__content{border-radius:10px;max-width:initial;}
.frmlgn.sgnup form {margin-top:6%;}
.frmlgn.sgnup .main-panel__title {font-size: 24px;}
.successTextWrap {background-color:#fff; padding: 30px 30px;color: #1e3d62;margin-top: 20px;border-radius:4px;}
.successTextWrap ul {padding-left:25px;}
.successTextWrap .lgnbtn, .successTextWrap .lgnbtn:hover, .successTextWrap .lgnbtn:focus {color: #fff;font-size: 16px;text-decoration: none;height: auto;padding: 8px 20px;width: 51%;display: inline-block;margin-top:15px;}
.mybtnS, .mybtnS:hover, .mybtnS:focus {
    background-color: #5b86bd;
    border: none;
    color: #fff !important;
    padding: 7px 40px;
    min-width: 100px;
    border-radius: 25px;
    font-size: 13px;
    margin: 12px 2px;
    text-transform: uppercase;
}
    .mybtnS:hover {
        background-color: #CDA12C;
    }

.frmlgn .navbar-brand.usrDtllogo {
    float: none;
}
/*.frmlgn .navbar-brand.usrDtllogo img {margin:0 auto;}*/

.formBG {
    background-image: url(../image/login-bg.jpg);
    background-position: center center;
    height: 100vh;
}
.formBG.signup {background-image:url(../image/signup.jpg);background-position: center center;height:100vh;}
.formBG.userDtls {background-image:url(../image/pr-info.jpg);background-position: center center;height:100vh;}
.formBG.userDtls .formWrapper label { font-weight:400; color: #000;}
.formBG .pf-form__textfield__input {background:#ececec !important;box-shadow:none;border:2px solid #1e639c;color:#1e3d62;padding-left:12px;color: #1e3d62 !important;}
.mobileNumS {background:#ececec !important;box-shadow:none;border:2px solid #1e639c;color:#1e3d62;color: #1e3d62 !important;}
.mobileNumS .form-control {background:transparent;border-radius:0;}
.mobileNumS .form-control:focus, .mobileNumS .input-group-addon:focus {box-shadow:none; border: 1px solid #ced4da;;}
.formBG .pf-form__textfield {text-align:left;}
.formBG .pf-form__textfield label, .formBG .form-check label {color:#000;font-size:16px;margin-bottom:2px;}
.formBG a {color:#3f69fa;font-size: 14px;text-decoration:underline;}
.formBG a:hover {color:#1e3d62;}
.formBG a.navbar-brand img {height: 60px !important;}
.formBG .pf-form__textfield i {display:none;} 
.formBG .sgnup .pf-form__textfield__input {padding-top: 5px;padding-bottom: 7px;}
.formBG .toggle-password.fa-icon {top:36px;}
.formBG ::-webkit-input-placeholder { /* Edge */color: #9e9e9e;}
.formBG :-ms-input-placeholder { /* Internet Explorer 10-11 */color: #9e9e9e;}
.formBG ::placeholder { color: #9e9e9e;}
.formBG .captcha {display:inline-block; padding-left: 70px;}
/*.dobImg .ui-datepicker-trigger {display:none;}*/
.dobImg {position:relative;}
.dobImg img.ui-datepicker-trigger {position:absolute;right: 10px;top: 35px;cursor:pointer;}
/*-----------------------------------------------------------------------------------

Responsive CSS for all sections

-----------------------------------------------------------------------------------*/
@media (max-width:1400px) {
    .dg-container {
        overflow: hidden;
    }
}

@media (max-width:1200px) {
    .section6 img {
    }

    .tags {
        padding-top: 20px;
    }

    .tg {
        padding-bottom: 20px;
    }

    .header h1 {
        padding-top: 35px;

    }

    .menu li {
        padding: 0 6px;
    }

    .f-img img {
    }

    .f-img img {
    }

    .img3 {
        width: 1000px;
        height: auto;
        position: absolute;
        top: 0;
        right: -500px;
    }


    .two-colom-image-right img {
    }

    .two-colom-image img {
        margin-top: 40px;
    }

    .section3 {
        padding:  0;
    }

    .content-area-second {
        padding: 0 0 60px 0;
    }


    @media screen and (max-width: 1199px) {
        .foot-social {
            float: left;
            margin-top: 20px;
        }

        .last-footer {
            margin-top: 0px;
        }
    }

    @media (max-width:1023px) {
        #menu-icon {
            display: block;
        }

        #menu {
            display: none;
            left: 0;
            position: absolute;
            width: 100%;
            z-index: 99999999;
        }

        #menu-icon {
            height: 35px;
            width: 35px;
            cursor: pointer;
            float: right;
        }

            #menu-icon span {
                height: 5px;
                margin-bottom: 5px;
                display: block;
                background: #ee4e29;
            }

        .menu {
            background: #023086;
        }

            .menu li a {
                font-weight: 600;
                color: #090909;
                text-decoration: none;
                font-size: 13px;
            }

            .menu li {
                display: block;
                padding: 10px 15px;
            }

        .logo {
            float: left;
        }

        .menu {
            text-align: center;
        }

        #header .col-md-4 {
            width: 100%;
        }

        .header-top.affix .menu li a {
            color: #fff;
        }
    }

    @media (max-width:980px) {
        .con1 h2, .ttl2 h2, .ttl h2, .search-sec h2, .header h1, .ttl3 h2, .ttl4 h2, .ttl5 h2, .ttl3 h2, .ttl5 h2 {
            font-size: 28px;
            line-height: 30px;
        }

        .tgcon {
            width: 80%;
        }

        .h-blog-box {
            margin-bottom: 50px;
        }
    }

    @media screen and (max-width: 991px) {
        .img3 {
            width: 100%;
            height: auto;
            position: inherit;
            top: 0;
            right: 0;
            text-align: left;
            margin-top: 30px;
        }
    }

    @media (max-width:800px) {
        .bx-wrapper .bx-next {
            right: 0 !important;
        }

        .bx-wrapper .bx-prev {
            left: 0 !important;
        }

        .team-photo {
            height: auto;
            max-height: inherit;
        }
    }



    @media only screen and (max-width: 420px) and (min-width: 320px) {

        .apbtn {width:100%;} .scnr{width:120px; height:120px;}
        .appbtn{text-align:center;} .section12 { padding: 30px 0 30px 0!important;}
         .section12 .heading { float: left; width: 100%;        margin-bottom: 30px;  }
    
    }




    @media only screen and (max-width: 520px) and (min-width: 421px) {

        .apbtn {width:80%; margin-left:7%!important;} .scnr{width:140px; height:140px;}
        .appbtn{text-align:center;} .section12 { padding: 30px 0 30px 0!important;}
         .section12 .heading { float: left; width: 100%;        margin-bottom: 30px;  }
    
    }



    
    @media only screen and (max-width:620px) and (min-width: 521px) {

        .apbtn {width:70%; margin-left:16%!important;} .scnr{width:160px; height:160px;}
        .appbtn{text-align:center;} .section12 { padding: 30px 0 30px 0!important;}
         .section12 .heading { float: left; width: 100%;        margin-bottom: 30px;  }
    
    }

        @media only screen and (max-width:720px) and (min-width: 621px) {

        .apbtn {width:60%; margin-left:18%!important;} .scnr{width:180px; height:180px;}
        .appbtn{text-align:center;} .section12 { padding: 30px 0 30px 0!important;}
         .section12 .heading { float: left; width: 100%;        margin-bottom: 30px;  }
    
    }



             @media only screen and (max-width:920px) and (min-width: 721px) {

        .apbtn {width:60%; margin-left:18%!important;} .scnr{width:200px; height:200px;}
        .appbtn{text-align:center;} .section12 { padding: 30px 0 30px 0!important;}
         .section12 .heading { float: left; width: 100%;        margin-bottom: 30px;  }
       }

  @media only screen and (max-width:991px) and (min-width: 921px) {

        .apbtn {width:60%; margin-left:18%!important;} .scnr{width:200px; height:200px;}
        .appbtn{text-align:center;} .section12 { padding: 30px 0 30px 0!important;}
         .section12 .heading { float: left; width: 100%;        margin-bottom: 30px;  }
    
    }





    @media (max-width:767px) {
        .team-box {
            margin-bottom: 75px;
        }

        .section1, .section6 {
            padding: 50px 0;
        }

        .fool-box {
            margin-bottom: 70px;
        }

        .plan {
            margin-bottom: 75px;
        }

        .martop {
            margin-top: 0;
        }

        .pdtop {
            padding-top: 40px;
        }

        .grop .form-control, .grop .btn {
            width: 100%;
            -webkit-box-shadow: 0px 8px 51px -4px rgba(144,155,165,0.4);
            -moz-box-shadow: 0px 8px 51px -4px rgba(144,155,165,0.4);
            box-shadow: 0px 8px 51px -4px rgba(144,155,165,0.4);
        }

        .grop .input-group {
            box-shadow: none;
        }

        .text2 {
            margin: 15px 0 !important;
        }

        .grop .btn {
            margin-left: 0;
        }

        .our-box {
            margin-top: 0px;
            margin-bottom: 0px;
        }

        .btn2 {
            margin-bottom: 10px;
        }

        .blog-post-info {
            display: block;
        }


            .blog-post-info ul {
                display: block;
                justify-content: space-between;
            }

        .blog-post-content-area {
            padding: 30px;
        }

        .screen-section {
            padding-bottom: 100px;
        }
    }


    @media (max-width:400px) {
        .btn1, .btn2 {
            margin: 10px 0;
        }

        .con1 h2, .ttl2 h2, .ttl h2, .search-sec h2, .header h1, .ttl3 h2, .ttl4 h2, .ttl5 h2, .ttl3 h2, .ttl5 h2 {
            font-size: 24px;
            line-height: 28px;
        }

        .blog-post-content-area {
            padding: 30px;
        }
    }



    @media (max-width:1200px) {
        .dg-wrapper {
            width: 100%;
            height: 700px;
        }

        .dg-container {
            margin: 0 auto;
            overflow: hidden;
            position: relative;
        }

        .dg-wrapper a img {
            display: block;
            width: 100%;
        }

        .dg-wrapper a {
        }

        .dg-wrapper {
            height: 500px;
        }

        .dg-container nav {
            bottom: 25px;
        }
    }

    @media (max-width:1250px) {
        .dg-wrapper {
            height: 500px;
        }

        .dg-container nav {
            bottom: 30px;
        }
    }

    @media (max-width:1199px) {
        #header .bnrhm{margin-top: 45px;}
        #header .bnrhm p{line-height:24px;}	
	
        }
        .dg-wrapper {
            height: 660px;
        }

        .bx-wrapper .bx-next {
            right: 0 !important;
        }

        .bx-wrapper .bx-prev {
            left: 0 !important;
        }
    }

    @media (max-width:980px) {
        .dg-wrapper {
            height: 540px;
        }

        .section12 .slide {
            text-align: inherit;
        }
    }

    @media (max-width:800px) {
        .bx-wrapper .bx-next {
            right: 0 !important;
        }

        .bx-wrapper .bx-prev {
            left: 0 !important;
        }

        .dg-wrapper {
            height: 550px;
        }
    }

    @media (max-width:767px) {
        .dg-wrapper {
            height: 560px;
        }

        .team-box {
            max-width: 320px;
            margin: 0 auto;
            margin-bottom: 50px;
        }

        .bx-wrapper .bx-next {
            right: 40% !important;
        }

        .bx-wrapper .bx-prev {
            left: 40% !important;
        }

        .bx-wrapper .bx-controls-direction a {
            top: 100% !important;
        }

        .bx-wrapper {
            min-height: 120px !important;
        }
        .footer-copy {
            text-align: center;
        }

        .whyimg {
            width: 75%;
            margin: auto;
        }

        .two-colom-image-right {
            width: 95%;
            margin-left: auto;
        }

        .voucherdv {
            text-align: center;
        }

            .voucherdv .voucher:nth-child(2), .voucherdv .voucher:nth-child(4) {
                margin-right: 0px;
            }
        .userDtls.userDtlsPG2 .frmlgn .main-panel__title {font-size:22px !important;margin-top:10px;font-weight:500;}
        .userDtls.userDtlsPG2 #tester h2 {font-size:16px !important; font-weight:500;}
    }

    @media (max-width:656px) {
        .voucherdv .voucher {
            width: 40%;
            margin-right: 7.5%;
            margin-bottom: 25px;
        }

            .voucherdv .voucher:last-child {
                margin-bottom: 0px;
                margin-left: 25%;
            }

        #howitworks {
            margin-top: 50px;
        }

        #howitworks.section2 {
            padding-top: 35px;
            padding-bottom: 4px;
        }


        .voucherdv .voucher:nth-child(2), .voucherdv .voucher:nth-child(4) {
            margin-right: 0px;
        }
    }


    @media (max-width:600px) {
        .dg-wrapper {
            height: 400px;
        }

        .section12 .slide {
            text-align: center;
        }
    }

    @media (max-width:550px) {
        .bx-wrapper .bx-next {
            right: 35% !important;
        }

        .bx-wrapper .bx-prev {
            left: 35% !important;
        }
    }

    @media (max-width:576px) {
        .logo1 {
            height: 35px;
        }
        .footer-copy {
            text-align: center;
            float: none;
        }
        .foot-social {
            float: none;
        }
        .last-footer {
            padding: 30px 0 0 0;
        }
        .ftrlnks li {
            display: block;
            margin-right: 0;
        }
        .ftrlnks li a {
            border-right: none;
        }
        .left-heading h2 {
            font-size: 24px;
            line-height: 30px;
        }
        .section12 {
            padding: 110px 0 60px 0;
        }
        .heading h2, .search-sec h2 {
            font-size: 24px;
        }
        ul.resp-tabs-list, p {
            font-size: 13px;
        }
        .content-area p {
            font-size: 13px;
        }
        #header.header p {
            width: 100%;
        }
        .con1 h2, .ttl2 h2, .ttl h2, .search-sec h2, .header h1, .ttl3 h2, .ttl4 h2, .ttl5 h2, .ttl3 h2, .ttl5 h2 {
            font-size: 20px;
            line-height: 28px;
        }
        .header p {
            font-size: 15px;
        }
        #features .bx-shdw h2 {
            font-size: 20px;
        }
    }

    @media (max-width:400px) {
        .dg-wrapper {
            height: 300px;
        }

        .dg-container {
            width: 95%;
        }
    }


    @media screen and (min-device-width:768px) and (max-device-width:989px) {
        .f-img img {
            width: 100%;
        }

        .div img {
            width: 100%;
        }
    }
