﻿body, #form1 {
    padding: 0px;
    margin: 0px 0px 0px 0px;
    height: auto;
    width: 100%;
    font-family: 'Raleway', sans-serif;
}

.container-small {
    margin-left: -50px;
    margin-right: -50px;
}

.padd-right {
    padding-right: 0px;
}

.padd-left {
    padding-left: 0px;
}

.padd-left-sec {
    padding-left: 0px;
    margin: 0px;
    float: left;
    width: 100%;
}

a {
    text-decoration: none !important;
}

.section {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: auto;
    float: left;
}

.hashing {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: auto;
    float: left;
}
/*****************logo****************/
.logo-sec {
    height: auto;
    /*width: 100%;*/
    margin: 0px 0px 0px 0px;
    padding: 2px 0px 0px 0px;
    float: left;
}

/*-----------------------Top Section---------------------------*/
.top-sec {
    margin: 0px;
    padding: 0px 0px 0px 0px;
    width: 100%;
    height: auto;
    float: left;
    background-color: #079bbb;
    position: relative;
    overflow: hidden;
}

    .top-sec:before {
        position: absolute;
        content: "";
        bottom: 0;
        width: calc(50% - 570px + 1em);
        height: 30px;
        background-color: #FFFFFF;
        border-top: 18px solid #079bbb;
        border-bottom: 28px solid #FFFFFF;
        left: -10px;
        border-right: 18px solid #079bbb;
    }


    .top-sec:after {
        position: absolute;
        content: "";
        bottom: 0;
        width: calc(50% - 570px + 1em);
        height: 30px;
        background-color: #FFFFFF;
        border-top: 18px solid #079bbb;
        border-bottom: 28px solid #FFFFFF;
        right: -10px;
        border-left: 18px solid #079bbb;
    }


.top-sec-iner {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: auto;
    float: left;
}



.top-link-sec {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: auto;
    float: left;
}

.top-lnk-ul {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: auto;
    float: left;
}

    .top-lnk-ul li {
        margin: 0px;
        padding: 7px 9px 7px 9px;
        height: auto;
        list-style-type: none;
        display: inline;
        /*border-left: 1px solid #1a7cbb;*/
        float: left;
    }

        .top-lnk-ul li a {
            margin: 0px;
            padding: 0px;
            text-decoration: none;
            color: #fff;
            font-size: 13px;
            line-height: 18px;
        }

            .top-lnk-ul li a:hover {
                color: #e6e6e6;
            }


.top-link-ul {
    margin: 0px;
    padding: 9px 0px 0px 0px;
    width: 100%;
    height: auto;
    float: right;
    text-align: right;
}

    .top-link-ul li {
        margin: 0px;
        padding: 7px 9px 7px 9px;
        height: auto;
        list-style-type: none;
        display: inline;
        /*border-left: 1px solid #1a7cbb;*/
    }

        .top-link-ul li a {
            margin: 0px;
            padding: 0px;
            text-decoration: none;
            color: #fff;
            font-size: 13px;
            line-height: 18px;
        }

            .top-link-ul li a:hover {
                color: #e6e6e6;
            }


.login-sec {
    margin: 30px 0px 0px 0px;
    padding: 0px 0px;
    width: 100%;
    height: auto;
    font-size: 14px;
    float: left;
}

.login-section {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: auto;
    float: left;
}

    .login-section li {
        margin: 0px 3px;
        padding: 3px 0px 4px 0px;
        height: auto;
        list-style-type: none;
        display: inline;
        border-radius: 0 0 5px 5px;
        border: 1px solid #85c4d2;
    }

        .login-section li a {
            margin: 0px;
            padding: 2px 10px 2px 10px;
            text-decoration: none;
            font-size: 14px;
            font-weight: normal;
            color: #666774;
        }

/*--------------------Header --------------------*/
.header-sec {
    margin: 0px;
    padding: 0px;
    height: auto;
    width: 100%;
    float: left;
}

/*--------------------slider--------------------*/
.slider-sec {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}
/*---------------------Mission Vision-----------------------*/
.mission-vision-sec {
    margin: 0px;
    padding: 50px 0px;
    height: auto;
    width: 100%;
    float: left;
    background: #f0f6f7;
}

.what-we-do-bx-sec {
    margin: 30px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 100%;
    height: auto;
    float: left;
}

.what-we-do-bx-wpr {
    margin: 30px 0px 30px 0px;
    padding: 40px 30px;
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    border: 1px solid #e6e6e6;
    background: #fff;
    box-shadow: 0px 35px 44px -22px #899298;
    position: relative;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

    /*.what-we-do-bx-wpr:before {
        content:"";
        background-image: url('../images/library-bg.jpg');
        background-repeat: no-repeat;
        background-position: center;
        position:absolute;
        float:left;
        top:0;
        left:0;
    }*/

    .what-we-do-bx-wpr:hover {
        border: 2px solid #ddd;
        box-shadow: 0px 0px 0px 0px;
    }



        .what-we-do-bx-wpr:hover .what-we-do-bx-ico-sec {
            /*background: #826614;*/
        }

        .what-we-do-bx-wpr:hover .what-we-do-bx-ico {
            color: #ffffff;
        }

.what-we-do-bx-ico-sec {
    width: 65px;
    height: 65px;
    background: #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    left: 50%;
    top: -32px;
    margin-left: -31px;
    margin-bottom: 40px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.bx-ico {
    color: #05467a;
    font-size: 35px !important;
    line-height: 63px !important;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.what-we-do-bx-wpr-cont-sec {
    margin: 20px 0px 0px 0px;
    padding: 0px 0px;
    width: 100%;
    height: auto;
    float: left;
}

.what-we-do-bx-wpr-cont-h {
    margin: 0px 0px 15px 0px;
    padding: 0px 0px;
    width: 100%;
    height: auto;
    float: left;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    line-height: 19px;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    color: #0d88a2;
    letter-spacing: .5px;
}

.what-we-do-bx-wpr-cont-p {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px;
    width: 100%;
    height: auto;
    float: left;
    font-size: 14px;
    line-height: 24px;
    color: #3d575d;
    text-align: center;
}

.what-we-do-bx-wpr-cont-btn-ul {
    margin: 20px 0px 0px 0px;
    padding: 0px 0px;
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
}

    .what-we-do-bx-wpr-cont-btn-ul li {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px;
        list-style-type: none;
    }

        .what-we-do-bx-wpr-cont-btn-ul li a {
            margin: 0px 0px 0px 0px;
            padding: 5px 22px;
            background: #079bbb;
            border-radius: 0;
            color: #fff;
            border: 1px solid #f0f6f7;
            text-transform: uppercase;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

            .what-we-do-bx-wpr-cont-btn-ul li a:hover {
                color: #ffffff;
                /*background: #826614;*/
                border-radius: 0;
                border: 1px solid #826614;
                -webkit-transition: all 0.3s ease-in-out;
                -moz-transition: all 0.3s ease-in-out;
                -ms-transition: all 0.3s ease-in-out;
                -o-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
            }



/***************gallery*************/
.gallery-sec {
    height: auto;
    width: 100%;
    margin: 50px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    background-image: url('../images/service-bg.jpg');
    background-repeat: repeat;
    background-size: cover;
    background-position: center;
}

.our-gallery {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 70px 0px 40px 0px;
    float: left;
}

.gallery-sec-back {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    background-color: #0dcf0052;
}

.our-gallery-h2 {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 30px;
    line-height: 33px;
    font-weight: 700;
    color: #111111;
    text-align: center;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 0px;
    position: relative;
}

    .our-gallery-h2:before {
        font-family: FontAwesome;
        content: "";
        height: 2px;
        width: 100px;
        text-align: center;
        top: 39px;
        background: #3c8ce6;
        position: absolute;
        left: 46%;
    }

    .our-gallery-h2:after {
        font-family: FontAwesome;
        content: "";
        height: 2px;
        width: 50px;
        text-align: center;
        top: 42px;
        background: #3c8ce6;
        position: absolute;
        left: 46%;
    }




.our-gallery-p {
    height: auto;
    width: 100%;
    margin: 25px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #676767;
    text-align: center;
}


/******************Welcome sec***************/
.Welcome-sec {
    height: auto;
    width: 100%;
    margin: 70px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.Welcome-title-sec {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.Welcome-title-h2 {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
    color: #111111;
    letter-spacing: 0px;
    text-align: left;
    font-family: 'Raleway', sans-serif;
    position: relative;
    text-transform: capitalize;
}


    .Welcome-title-h2 span {
        text-transform: uppercase;
    }

    .Welcome-title-h2:before {
        font-family: FontAwesome;
        content: "";
        height: 2px;
        width: 100px;
        text-align: center;
        top: 39px;
        background: #fff;
        position: absolute;
        left: 5px;
    }

    .Welcome-title-h2:after {
        font-family: FontAwesome;
        content: "";
        height: 2px;
        width: 50px;
        text-align: center;
        top: 42px;
        background: #fff;
        position: absolute;
        left: 5px;
    }

.Welcome-left-sec {
    margin: 0px;
    padding: 20px;
    height: auto;
    width: 50%;
    float: left;
    background: #079bbb;
    min-height: 313px;
}

.Welcome-right-sec {
    margin: 0px;
    padding: 0px;
    height: auto;
    width: 50%;
    float: left;
    background-image: url('../images/mlm1.jpg');
    min-height: 339px;
    background-repeat: no-repeat;
    background-size: cover;
}

.aboutp-sec {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.wlcm-sec-p {
    height: auto;
    width: 100%;
    margin: 25px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    color: #e3eff1;
    text-align: left;
}

    .wlcm-sec-p a {
        color: #fff;
    }


/*------------------------Join Sec-----------------------*/
.jn-nw-sec {
    margin: 30px 0px 30px 0px;
    padding: 0px 0px 0px 0px;
    width: 100%;
    height: auto;
    float: left;
    left: -20%;
    background: linear-gradient(135deg, rgba(72, 189, 197, 0.81) 0%,rgba(123,100,203,0.8) 100%);
    /*background: url('../images/join-bg.jpg') no-repeat;*/
    /*background-attachment: fixed;*/
    background-size: cover;
}

.jn-nw-bg {
    margin: 0px 0px 0px 0px;
    padding: 50px 0px;
    width: 100%;
    height: auto;
    float: left;
    /*background: #1f4b78d1;*/
}

.jn-nw-p {
    margin: 0px 0px 0px 0px;
    padding: 0px;
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    color: #fff;
    font-weight: 500;
    line-height: 36px;
    text-align: center;
    font-family: 'Roboto Slab', sans-serif;
    font-size: 24px;
}

.jn-nw-btn-ul {
    margin: 40px 0px 0px 0px;
    padding: 0px 0px;
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
}

    .jn-nw-btn-ul li {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px;
        list-style-type: none;
    }

        .jn-nw-btn-ul li a {
            margin: 0px 0px 0px 0px;
            padding: 0px 0px 0px 0px;
            text-decoration: none;
            position: relative;
            background: #0f839c;
            font-size: 14px;
            line-height: 46px;
            font-weight: 600;
            color: #ffffff;
            border: 2px solid #789eff;
            text-transform: uppercase;
            display: inline-block;
            letter-spacing: 1px;
            padding: 0 38px;
            transition: all .5s cubic-bezier(0.4, 0, 1, 1);
        }

            .jn-nw-btn-ul li a:hover {
                background: transparent;
                color: #ffffff;
                transition: all .5s cubic-bezier(0.4, 0, 1, 1);
                border: 2px solid #ececec;
            }


/*************************Achiver Section*********************************/
.scrol-sec {
    margin: 0px 0px 0px 0px;
    padding: 30px 0px 25px 0px;
    height: auto;
    width: 100%;
    float: left;
}

.scrol-bx-sec {
    margin: 0px 0px 0px 0px;
    padding: 0px;
    height: auto;
    width: 100%;
    float: left;
}

.scrol-sec-h {
    margin: 0px 0px 0px 0px;
    padding: 3px 10px 3px 49px;
    height: auto;
    width: 100%;
    float: left;
    font-size: 20px;
    line-height: 31px;
    z-index: 9999;
    position: relative;
    color: #fff;
    background: -webkit-linear-gradient(top, rgb(7, 155, 187) 20%, rgb(7, 155, 187) 81%);
    font-family: 'Roboto Slab', sans-serif;
    font-weight: bold;
    /* text-align: center; */
    border-radius: 0;
    letter-spacing: 1px;
}

    .scrol-sec-h i {
        color: #ffffff;
        background: #086377;
        position: absolute;
        top: 0px;
        left: 0px;
        padding: 9px 0px 8px 0px;
        width: 40px;
        height: 37px;
        text-align: center;
    }

.scrol-sec-box-h {
    margin: 0px 0px 10px 0px;
    padding: 3px 10px 3px 0px;
    height: auto;
    width: 100%;
    float: left;
    font-size: 20px;
    line-height: 31px;
    border-bottom: 1px solid #7eaad3;
    color: #2166ce;
    font-weight: 500;
    text-align: center;
    letter-spacing: 1px;
}

.scrol-sec-box {
    margin: 0px 0px 30px 0px;
    padding: 15px 20px 15px 20px;
    height: auto;
    width: 100%;
    float: left;
    z-index: -999;
    /*box-shadow: 0 0 5px #ddd;*/
    box-shadow: 0 1px 7px 1px rgb(189, 194, 243);
    border-radius: 50px 0px;
    background-color: #fff;
    border: 1px solid #79b0d1;
    min-height: 311px;
}

.scrol-sec-box-news {
    margin: 0px 0px -8px 0px;
    padding: 0px 0px 0px 0px;
    height: auto;
    width: 100%;
    float: left;
}

.top-achiver-ul {
    margin: 0px 0px 0px 0px;
    padding: 0px;
    height: auto;
    width: 100%;
}

    .top-achiver-ul li {
        margin: 0px 0px 0px 0px;
        padding: 18px 0px 18px 86px;
        height: auto;
        width: 100%;
        list-style-type: none;
        font-size: 14px;
        color: #000;
        line-height: 24px;
     
        border-bottom: 1px solid #ddd;
    }

.news-ul {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    height: auto;
    width: 100%;
}

    .news-ul li {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        height: auto;
        width: 100%;
        list-style-type: none;
    }

        .news-ul li a {
            margin: 6px 0px 0px 0px;
            padding: 7px 0px 7px 35px;
            height: auto;
            width: 100%;
            display: block;
            position: relative;
            background: url(../images/news_icon.gif) no-repeat;
            background-position: 0px 12px;
            color: #222;
            font-size: 14px;
        }

.scroll-height {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    height: 230px;
    width: 100%;
    float: left;
}


/**********************service*******************/
/*.service-sec {
    height: auto;
    width: 100%;
    margin: 50px 0px 0px 0px;
    padding: 10px 0px 50px 0px;
    float: left;
    background: #f7f7f7;
}

.service-wrap {
    height: auto;
    width: 100%;
    margin: 40px 0px 0px 0px;
    padding: 30px;
    float: left;
    position: relative;
    background: #f1f1f136;
    transition: 0.3s;
    box-shadow: 0px 12px 19px 4px rgba(0, 0, 0, 0.08);
    top: 0;
}

    .service-wrap:hover {
        box-shadow: none;
    }

    .service-wrap:before {
        font-family: fontAwesome;
        content: "\f021";
        font-size: 40px;
        line-height: 40px;
        color: #714da0;
        float: left;
        left: 10px;
        top: 45px;
        position: absolute;
    }


.service-wrap-h5 {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 50px;
    float: left;
    color: #7f98ad;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 21px;
    font-size: 18px;
    font-family: sans-serif;
    letter-spacing: 0px;
}

.service-wrap-p {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 10px 0px 0px 50px;
    float: left;
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
    color: #676767;
    text-align: left;
}

.our-service {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 50px;
    float: left;
}

.our-service-h2 {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 27px;
    line-height: 40px;
    font-weight: 700;
    color: #111111;
    letter-spacing: 0px;
    text-align: left;
    font-family: 'Raleway', sans-serif;
    position: relative;
    text-transform: capitalize;
}

    .our-service-h2:before {
        font-family: FontAwesome;
        content: "";
        height: 2px;
        width: 100px;
        text-align: center;
        top: 39px;
        background: #3c8ce6;
        position: absolute;
        left: 5px;
    }

    .our-service-h2:after {
        font-family: FontAwesome;
        content: "";
        height: 2px;
        width: 50px;
        text-align: center;
        top: 42px;
        background: #3c8ce6;
        position: absolute;
        left: 5px;
    }*/
/*******************************latest Product*********************/
.our-product {
    height: auto;
    width: 100%;
    margin: 50px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.our-team-heading {
    height: auto;
    width: 100%;
    margin: 0px 0px 30px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.team-heading-h2 {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 27px;
    line-height: 40px;
    font-weight: 700;
    color: #111111;
    letter-spacing: 0px;
    text-align: left;
    font-family: 'Raleway', sans-serif;
    position: relative;
    text-transform: capitalize;
}

    .team-heading-h2 span {
        color: #138ba5;
    }

    .team-heading-h2:before {
        font-family: FontAwesome;
        content: "";
        height: 2px;
        width: 100px;
        text-align: center;
        top: 39px;
        background: #3c8ce6;
        position: absolute;
        left: 5px;
    }

    .team-heading-h2:after {
        font-family: FontAwesome;
        content: "";
        height: 2px;
        width: 50px;
        text-align: center;
        top: 42px;
        background: #3c8ce6;
        position: absolute;
        left: 5px;
    }


.doctor-box {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background: #f0f6f7;
}

.doc-sec {
    height: auto;
    width: 100%;
    margin: -46px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    background-color: #0688de;
    position: relative;
}

.figure-h5 {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 18px;
    line-height: 23px;
    color: #fff;
    text-align: center;
    font-weight: 600;
}

.figure-p {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 16px;
    line-height: 23px;
    color: #fff;
    text-align: center;
    font-weight: 400;
}


/*----------------------------Footer------------------------------*/
.footer {
    margin: 0px 0px 0px 0px;
    padding: 45px 0px 20px 0px;
    height: auto;
    width: 100%;
    float: left;
    background: #2b3539;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    background-image: url('../images/footer_map.png');
    background-repeat: no-repeat;
    background-size: cover;
}


.footer_main {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    height: auto;
    width: 100%;
    float: left;
}

.footer_contact {
    margin: 0px;
    padding: 0px;
    height: auto;
    width: 100%;
    float: left;
}

.footer-h {
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
    width: auto;
    height: auto;
    float: left;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 22px;
    color: #fff;
    line-height: 30px;
    font-family: 'Poppins', sans-serif;
}

    .footer-h i {
        color: #079bbb;
        border-bottom: 1px solid #079bbb;
        padding-bottom: 2px;
    }

.footer-p {
    margin: 0px 0px 0px 0px;
    padding: 0px;
    height: auto;
    width: 100%;
    float: left;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    line-height: 23px;
}

.footer-ul {
    margin: 0px;
    padding: 0px 0px 0px 10px;
    height: auto;
    width: 100%;
    float: left;
}

    .footer-ul li {
        margin: 0px;
        padding: 0px;
        list-style-type: none;
    }

        .footer-ul li a {
            float: left;
            padding: 3px 0px 3px 19px;
            width: 100%;
            text-decoration: none;
            font-weight: 400;
            font-size: 15px;
            color: #fff;
            line-height: 28px;
            transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
            position: relative;
        }

            .footer-ul li a:before {
                font-family: FontAwesome;
                content: "\f178";
                font-size: 15px;
                color: #66d6ef;
                position: absolute;
                left: 0px;
                top: 3px;
            }

            .footer-ul li a:hover {
                color: #66d6ef;
            }

.address-ul {
    margin: 0px;
    padding: 0px;
    height: auto;
    width: 100%;
    float: left;
}

    .address-ul li {
        margin: 0px;
        padding: 2px 0px 17px 0px;
        float: left;
        width: 100%;
        list-style-type: none;
        font-weight: 400;
        font-size: 15px;
        color: #fff;
        line-height: 28px;
    }

        .address-ul li a {
            color: #fff;
        }

        .address-ul li i {
            font-size: 19px;
            font-weight: normal;
            color: #fff;
            margin-right: 10px;
        }

.foote-news-sec {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: auto;
    float: left;
}

.footer-last-sec {
    margin: 0px;
    padding: 5px 0px 3px 0px;
    height: auto;
    width: 100%;
    float: left;
    background: #079bbb;
}

.footer-last {
    margin: 0px;
    padding: 0px;
    height: auto;
    width: 100%;
    float: left;
}

.copyright_p {
    width: 100%;
    margin: 8px 0px 5px 0px;
    padding: 0px;
    float: left;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    line-height: 25px;
    text-align: center;
}

.designer_link {
    width: 100%;
    height: auto;
    margin: 5px 0px 5px 0px;
    padding: 0px;
    float: left;
    font-weight: 400;
    font-size: 14px;
    color: rgba(255,255,255,0.4);
    line-height: 25px;
    text-align: right;
}

.social-wraper-bg {
    margin: 0px 0px 35px -106px;
    padding: 15px 0px;
    height: auto;
    width: 146%;
    float: left;
    background: #59c54b;
}

.social_ul {
    margin: 2px 0px 0px 0px;
    padding: 0px 0px;
    width: 100%;
    height: auto;
    float: left;
}

    .social_ul li {
        margin: 0px;
        padding: 0px 2px;
        display: inline;
        list-style-type: none;
    }

        .social_ul li a {
            width: 32px;
            height: 32px;
            background-color: initial;
            border: 1px rgba(255, 255, 255, 0.71) solid;
            border-radius: 50%;
            text-align: center;
            font-size: 15px;
            color: rgba(255, 255, 255, 0.71);
            line-height: 30px;
            transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
            float: left;
            margin: 0px 15px 0px 0px;
        }

            .social_ul li a:hover {
                border-color: #ffbc13;
                background-color: #ffbc13;
                color: #a2a2a2 !important;
            }
/*************************top arrow*************************************/
.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    border: 2px solid #ffd813;
    z-index: 99999999;
    background: #0245f1;
    color: rgb(255, 255, 255);
    width: 35px;
    height: 35px;
    line-height: 34px;
    right: 30px;
    bottom: 30px;
    padding-top: 0;
    font-size: 11px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transform: rotate(7deg);
    -webkit-transform: rotate(7deg);
    transform: rotate(45deg);
    transition: all .5s ease-in-out;
}

    .scroll-top-wrapper:hover {
        background: #ffd813d1;
        border: 2px solid #0245f1;
        color: #0245f1;
    }

    .scroll-top-wrapper.show {
        visibility: visible;
        cursor: pointer;
        opacity: 1;
    }

    .scroll-top-wrapper i.fa {
        line-height: 0;
        padding: 0 1px 0 0;
        font-size: 17px;
        text-align: center;
    }
/*------------------------other page------------------------*/
.other-page-title {
    margin: 0px;
    padding: 40px 0px;
    height: auto;
    width: 100%;
    float: left;
}

/*-----------------------------Join Now page------------------------------*/

.panel-body {
    padding: 15px;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

    .panel-heading > .dropdown .dropdown-toggle {
        color: inherit;
    }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

    .panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > a {
        color: inherit;
    }

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}


/*---------------------------News Page Css----------------------------*/
.new-sec {
    margin: 5px 0px 0px 0px;
    padding: 0px 15px;
    width: 100%;
    height: auto;
    float: left;
}

.new-wraper {
    margin: 10px 0px;
    padding: 0px 0px;
    width: 100%;
    height: auto;
    min-height: 320px;
    float: left;
    border: 1px solid #ddd;
    -webkit-transition: all 0.7s ease-in-out;
    position: relative;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    box-shadow: 0px 0px 8px 1px rgba(171, 171, 171, 0.8);
    background-color: #fff;
}

    .new-wraper:hover {
        box-shadow: 0px 0px 8px 1px rgba(255, 255, 255, 0.8);
    }

.new-date {
    margin: 0px;
    padding: 7px 10px 8px 42px;
    width: 100%;
    height: auto;
    float: left;
    font-size: 17px;
    color: #fff;
    background: #079bbb;
    font-family: "Open Sans", sans-serif;
}

.new-heading {
    margin: 0px;
    padding: 10px 10px 7px 10px;
    width: 100%;
    height: auto;
    float: left;
    font-size: 17px;
    line-height: 21px;
    color: #383838;
}

.calender-icon {
    color: #ffffff;
    background: #074a8c;
    position: absolute;
    padding: 8px 11px;
    left: 0;
    top: 0;
}

.new-p {
    margin: 0px;
    padding: 0px 10px 10px 10px;
    width: 100%;
    height: auto;
    float: left;
    font-size: 14px;
    color: #808080;
    line-height: 18px;
}
/*--------------Contact Page----------------*/
.con-page-sec {
    margin: -32px 0px 30px 0px;
    padding: 0px;
    float: left;
    background: url(../images/page-bg.jpg) no-repeat;
    min-height: 225px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 225px;
    width: 100%;
    text-align: center;
}

.con-page-head {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: auto;
    float: left;
    display: table-cell;
    vertical-align: middle;
    font-size: 48px;
    line-height: 60px;
    color: #464646;
    font-weight: 700;
    text-transform: capitalize;
    font-family: 'Roboto Slab', sans-serif;
}

.contact-add-bx-sec {
    margin: 10px 0px 10px 0px;
    padding: 0px 0px;
    width: 100%;
    height: auto;
    float: left;
    background: #fff;
    border: 1px solid #c3e4ea;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    min-height: 394px;
}

.contact-add-sec {
    margin: 0px;
    padding: 0px 20px 20px 20px;
    width: 100%;
    height: auto;
    float: left;
}

.contact-add-head {
    margin: 0px 0px 0px 0px;
    padding: 10px 20px 9px 20px;
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    text-transform: capitalize;
    font-size: 19px;
    color: #222222;
    line-height: 23px;
    background: #dedddd;
    font-family: 'Raleway', sans-serif;
}


.contact-add-txt-sec {
    margin: 0px;
    padding: 20px 0px 20px 0px;
    width: 100%;
    height: auto;
    float: left;
    border-bottom: 1px solid #f4f4f4;
}

.contact-add-icon-sec {
    display: table-cell;
    vertical-align: top;
    width: 35px;
}

    .contact-add-icon-sec i {
        font-size: 24px;
        color: #6d96ff;
        position: relative;
        top: 2px;
    }

.contact-txt {
    display: table-cell;
    vertical-align: top;
}

    .contact-txt p {
        margin: 0;
        font-family: 'Roboto', sans-serif;
        font-size: 15px;
        color: #696666;
        line-height: 24px;
        font-weight: 300;
        padding: 0;
    }

        .contact-txt p a {
            color: #696666;
        }

        .contact-txt p b {
            color: #222;
            font-weight: 600;
        }

.contact-txtbx-sec {
    margin: 20px 0px 0px 0px;
    padding: 0px;
    width: 100%;
    height: auto;
    float: left;
}

.contact-txtbx-wpr {
    margin: 10px 0px 10px 0px;
    padding: 0px;
    width: 100%;
    height: auto;
    float: left;
}

.contact-btn-sec {
    margin: 10px 0px 10px 0px;
    padding: 0px;
    width: 100%;
    height: auto;
    float: left;
}

.contact-btn {
    margin: 0px 0px 0px 0px;
    padding: 0px;
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    background: #079bbb;
    font-size: 14px;
    line-height: 40px;
    font-weight: 600;
    color: #ffffff;
    border: 2px solid #0a7890;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    display: inline-block;
    padding: 0 38px;
    transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}

    .contact-btn:hover {
        border: 2px solid #1a65b5;
        background: #0245f100;
        color: #1a65b5;
    }

.hm-contact-btn {
    margin: 0px;
    padding: 0px;
    width: 50px;
    height: 50px;
    background: url(../images/send.png) no-repeat;
    background-size: 100%;
    border: 0px;
}

.hm-contact-bx-message {
    margin: 50px 0px 12px 0px;
    padding: 0px;
    width: 100%;
    height: auto;
    float: left;
}

.cont-msg-succ-ico-sec {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
}

.cont-msg-succ-ico {
    margin: 0px auto;
    padding: 0px;
    width: 80px;
    height: 80px;
    background: #30e635;
    border: 1px solid #24dc29;
    border-radius: 50%;
    color: #fff;
    line-height: 80px !important;
    font-weight: normal;
    font-size: 40px !important;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.cont-msg-succ-mes-contant {
    margin: 25px 0px 20px 0px;
    padding: 0px 0px;
    width: 100%;
    height: auto;
    float: left;
    letter-spacing: 2px;
    font-size: 17px;
    line-height: 29px;
    font-weight: 600;
    color: #434343;
    text-align: center;
}

.contact-map {
    margin: 20px 0px 0px 0px;
    padding: 0px;
    height: auto;
    width: 100%;
    float: left;
}

.about-section {
    margin: 0px;
    padding: 0px;
    height: auto;
    width: 100%;
    float: left;
}

    .about-section .single-about-box {
        text-align: center;
        padding-bottom: 30px;
        margin-top: 60px;
        display: block;
        -webkit-box-shadow: 0px 0px 6px rgba(45, 45, 45, 0.2);
        box-shadow: 0px 0px 6px rgba(45, 45, 45, 0.2);
        position: relative;
        float: left;
        width: 100%;
    }

        .about-section .single-about-box:before {
            position: absolute;
            content: "";
            background: #4c57e5;
            background: -webkit-gradient(left top, right top, color-stop(0%, #4c57e5), color-stop(28%, #4c57e5), color-stop(100%, #636ded));
            background: -webkit-gradient(linear, left top, right top, from(#4c57e5), color-stop(28%, #4c57e5), to(#636ded));
            background: linear-gradient(to right, #4c57e5 0%, #4c57e5 28%, #636ded 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c57e5', endColorstr='#636ded', GradientType=1 );
            opacity: 0;
            float: left;
            width: 100%;
        }

.single-about-box:hover {
    background: #4c57e5;
    background: -webkit-gradient(left top, right top, color-stop(0%, #4c57e5), color-stop(28%, #4c57e5), color-stop(100%, #636ded));
    background: -webkit-gradient(linear, left top, right top, from(#4c57e5), color-stop(28%, #4c57e5), to(#636ded));
    background: linear-gradient(to right, #4c57e5 0%, #4c57e5 28%, #636ded 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c57e5', endColorstr='#636ded', GradientType=1 );
    float: left;
    width: 100%;
    opacity: 1;
}

    .single-about-box:hover .hvr-bounce-to-bottom {
        background: #2098D1;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: .5s;
        transition-duration: .5s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .single-about-box:hover h3 {
        color: #fff;
    }

    .single-about-box:hover p {
        color: #fff;
    }

    .single-about-box:hover a {
        color: #fff;
    }

    .single-about-box:hover .icon-box {
        background: #5F69EB;
        box-shadow: 0px;
    }

        .single-about-box:hover .icon-box i {
            color: #fff;
        }

    .single-about-box:hover .hvr-bounce-to-bottom:before {
        z-index: 1;
    }

.hvr-bounce-to-bottom {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
}

    .hvr-bounce-to-bottom:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #2098D1;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: .5s;
        transition-duration: .5s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

.single-about-box .icon-box {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    display: inline-block;
    margin-top: -30px;
    -webkit-box-shadow: 0px 0px 6px rgba(79, 90, 230, 0.32);
    box-shadow: 0px 0px 6px rgba(79, 90, 230, 0.32);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

    .single-about-box .icon-box i {
        font-size: 35px;
        color: #5F69EB;
        line-height: 60px;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
    }

.single-about-box h3 {
    text-transform: uppercase;
    color: #2D2D2D;
    font-family: 'Roboto';
    font-weight: bold;
    font-size: 18px;
    margin-top: 25px;
    margin-bottom: 10px;
}

.single-about-box p {
    font-family: 'Open Sans';
    color: rgba(45, 45, 45, 0.8);
    font-size: 16px;
    line-height: 24px;
}

.single-about-box a {
    color: #4C57E5;
    text-decoration: underline;
    display: inline-block;
    margin-top: 15px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
/*======================================About us===========================================*/
.about-p {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    color: #111;
    text-align: left;
}

.about_img {
    height: 336px;
    width: 400px;
    float: right;
    margin: 0px 0px 30px 10px;
    padding: 0px;
}

.breadcrumb-bottom-area {
    border-bottom: 1px solid #e3e3e3;
    background-image: url(../images/page-titleimage.jpg);
    background-position: center center;
    background-size: cover;
    padding: 40px 0 40px;
    position: relative;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

    .breadcrumb-bottom-area .right ul li {
        color: #fff;
        font-size: 16px;
        line-height: 55px;
        display: inline-block;
        margin: 0 0 0 5px;
    }

        .breadcrumb-bottom-area .right ul li a {
            position: relative;
            padding-right: 15px;
            line-height: 24px;
            color: #fff;
            font-size: 16px;
            transition: all 500ms ease;
        }

            .breadcrumb-bottom-area .right ul li a:after {
                content: "\f105";
                position: absolute;
                right: 2px;
                font-family: 'FontAwesome';
                font-size: 14px;
                color: #fff;
                top: 0px;
            }

    .breadcrumb-bottom-area h1 {
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
        color: #ffffff;
        font-size: 24px;
        font-weight: 400;
        line-height: 1.384615384615385em;
        width: auto;
        /*position: absolute;*/
        font-family: inherit;
    }

.subheader {
    width: 100%;
    display: inline-block;
    margin-top: 0px;
    text-align: center;
    padding-bottom: 30px;
}

    .subheader .dots {
        width: 15%;
        display: inline-block;
        border-bottom: 3px dotted #d5d5d5;
    }

section .subheader p {
    width: auto;
    display: inline-block;
    margin: 0 15px;
    color: #ff8f28;
    text-transform: uppercase;
    font-family: inherit;
}

P {
    text-align: justify;
}

.content-list {
    margin: 20px 0;
    font-size: 16px;
    overflow: hidden;
}

    .content-list h3 {
        font-size: 16px !important;
        font-weight: 700 !important;
        text-transform: uppercase;
        position: relative;
        display: inline-block;
        padding-right: 20px;
    }

.list-arrow {
    list-style: none;
    margin: 0 !important;
    padding: 0 0 0 1px;
    color: #333;
}

    .list-arrow li, .list-arrow li a {
        color: #555;
        line-height: 24px;
    }

        .list-arrow li:before {
            font-family: FontAwesome;
            content: "\f101";
            margin-right: 10px;
        }
/*================================ Legal ==================*/
.legal-imgages {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.card-heading {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.card-heading-h2 {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 30px 0px;
    float: left;
    font-size: 25px;
    line-height: 25px;
    font-weight: 600;
    color: #004fec;
}

.legal-imgagespan {
    width: 70%;
    height: auto;
    margin: 20px auto;
    padding: 0px;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.legal-area {
    border-bottom: 1px solid #e3e3e3;
    background-image: url(../images/legal_bg.jpg);
    background-position: center center;
    background-size: cover;
    padding: 40px 0 40px;
    position: relative;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

    .legal-area .right ul li {
        color: #000;
        font-size: 16px;
        line-height: 55px;
        display: inline-block;
        margin: 0 0 0 5px;
    }

        .legal-area .right ul li a {
            position: relative;
            padding-right: 15px;
            line-height: 24px;
            color: #000;
            font-size: 16px;
            transition: all 500ms ease;
        }

            .legal-area .right ul li a:after {
                content: "\f105";
                position: absolute;
                right: 2px;
                font-family: 'FontAwesome';
                font-size: 14px;
                color: #000;
                top: 0px;
            }

    .legal-area h1 {
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
        color: #ffffff;
        font-size: 24px;
        font-weight: 400;
        line-height: 1.384615384615385em;
        width: auto;
        /*position: absolute;*/
        font-family: inherit;
    }
/*================================ Business plan=====================================*/
.about-area {
    border-bottom: 1px solid #e3e3e3;
    background-image: url(../images/all_page_header.jpg);
    background-position: center center;
    background-size: cover;
    padding: 40px 0 40px;
    position: relative;
    background-repeat: no-repeat;
    background-attachment: scroll;
}
 .about-area .right ul li {
        color: #fff;
        font-size: 16px;
        line-height: 55px;
        display: inline-block;
        margin: 0 0 0 5px;
    }

        .about-area .right ul li a {
            position: relative;
            padding-right: 15px;
            line-height: 24px;
            color: #fff;
            font-size: 16px;
            transition: all 500ms ease;
        }

            .about-area .right ul li a:after {
                content: "\f105";
                position: absolute;
                right: 2px;
                font-family: 'FontAwesome';
                font-size: 14px;
                color: #fff;
                top: 0px;
            }

    .about-area h1 {
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
        color: #ffb411;
        font-size: 26px;
        font-weight: 700;
        line-height: 1.384615384615385em;
        width: auto;
        /*position: absolute;*/
        font-family: inherit;
    }
.busines-sec {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    height: auto;
    width: 100%;
    float: left;
}

.busines-content-sec {
    margin: 10px 0px 0px 0px;
    padding: 0px;
    height: auto;
    width: 100%;
    float: left;
}

.busines-content-h {
    margin: 0px 0px 30px 0px;
    padding: 0px 0px 0px 0px;
    height: auto;
    width: 100%;
    float: left;
    color: #002858;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 25px;
    font-family: "Dosis", sans-serif;
    line-height: 29px;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
}

    .busines-content-h:before {
        position: absolute;
        content: '';
        background: #87cc00;
        width: 30px;
        height: 3px;
        bottom: 0;
        left: 0;
        margin-bottom: -15px;
    }

    .busines-content-h:after {
        position: absolute;
        content: '';
        background: #fd5308;
        width: 30px;
        height: 3px;
        bottom: 0;
        left: 0;
        margin-bottom: -15px;
        margin-left: 30px;
    }

.busines-content-p {
    margin: 0px 0px 12px 0px;
    padding: 0px 0px 0px 0px;
    height: auto;
    width: 100%;
    float: left;
    font-size: 16px;
    color: #434343;
    line-height: 28px;
    text-align: justify;
}

.busines-img-sec {
    margin: 67px 0px 0px 0px;
    padding: 0px 40px;
    width: 100%;
    height: auto;
    float: left;
}

.bplan-img-wrap {
    margin: 0px 0px 20px 0px;
    padding: 0px;
    height: auto;
    width: 100%;
    float: left;
    border: solid 1px #e4e4e4;
}

.bplan-sec {
    margin: 0px;
    padding: 0px;
    height: auto;
    width: 100%;
    float: left;
}

.bplan-sec-h {
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
    width: 100%;
    height: auto;
    float: left;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 21px;
    line-height: 30px;
    font-family: "Dosis", sans-serif;
    letter-spacing: 1px;
    color: #005c7f;
}

.bplan-ul-sec {
    margin: 0px 0px 20px 0px;
    padding: 0px;
    height: auto;
    width: 100%;
    float: left;
}

.bplan-ul {
    margin: 0px;
    padding: 0px 0px 0px 10px;
    height: auto;
    width: 100%;
    float: left;
}

    .bplan-ul li {
        margin: 0px;
        padding: 3px 0px 3px 19px;
        list-style-type: none;
        text-decoration: none;
        font-weight: 400;
        font-size: 17px;
        line-height: 28px;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        position: relative;
    }

        .bplan-ul li a {
            float: left;
            width: 100%;
            /*color: #fff;*/
        }

        .bplan-ul li:before {
            font-family: FontAwesome;
            content: "\f0da";
            font-size: 15px;
            color: #f88c00;
            position: absolute;
            left: 0px;
            top: 3px;
        }
.businescontent_hedsec {
    margin: 0px 0px 10px 0px;
   padding: 5px 0px 13px 0px;
    height: auto;
    width: 100%;
    float: left;
    color: #4e960d;
    font-weight: 600;
    font-size: 25px;
    font-family: "Dosis", sans-serif;
    line-height: 29px;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
}
.busin_hedsec {
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
    height: auto;
    width: 100%;
    float: left;
    color: #f88c00;
    font-weight: 600;
    font-size: 20px;
    font-family: "Dosis", sans-serif;
    line-height: 25px;
    text-align: left;
    letter-spacing: 1px;
}
/*--------------------Bank Details--------------------*/
.bank-details-bg {
    margin:0px;
    padding:40px 0px;
    height:auto;
    width:100%;
    float:left;
    background:#197c9280;
}
.bank-details-area {
   padding:0px;
   min-height:144px;
}
.bank-details-inner {
    margin:30px 0px 0px 0px;
    padding:0px;
    height:auto;
    width:100%;
    float:left;
}

/*---------------------------News Page Css----------------------------*/
.new-sec {
    margin: 5px 0px 0px 0px;
    padding: 0px 15px;
    width: 100%;
    height: auto;
    float: left;
}

.new-wraper {
    margin: 10px 0px;
    padding: 0px 0px;
    width: 100%;
    height: auto;
    min-height: 320px;
    float: left;
    border: 1px solid #ddd;
    -webkit-transition: all 0.7s ease-in-out;
    position: relative;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    box-shadow: 0px 0px 8px 1px rgba(171, 171, 171, 0.8);
    background-color: #fff;
}

    .new-wraper:hover {
        box-shadow: 0px 0px 8px 1px rgba(255, 255, 255, 0.8);
    }

.new-date {
    margin: 0px;
    padding: 7px 10px 8px 42px;
    width: 100%;
    height: auto;
    float: left;
    font-size: 17px;
    color: #172356;
    background: #f9f576;
    font-family: "Open Sans", sans-serif;
}

.new-heading {
    margin: 0px;
    padding: 10px 10px 7px 10px;
    width: 100%;
    height: auto;
    float: left;
    font-size: 17px;
    line-height: 21px;
    color: #383838;
}

.calender-icon {
    color: #ffffff;
    background: #04213e;
    position: absolute;
    padding: 8px 11px;
    left: 0;
    top: 0;
}

.new-p {
    margin: 0px;
    padding: 0px 10px 10px 10px;
    width: 100%;
    height: auto;
    float: left;
    font-size: 14px;
    color: #808080;
    line-height: 18px;
}





/*---------------------Contact us page--------------------------*/
.con-warp {
    margin: 0px;
    padding: 15px 0px;
    height: auto;
    width: 100%;
    float: left;
}


.contact-us-sec {
    margin: 0px;
    padding: 0px 10px;
    height: auto;
    width: 100%;
    float: left;
}

.contact-us-wrap {
    margin: 20px 0px 0px 0px;
    padding: 12px 36px;
    height: auto;
    width: 100%;
    float: left;
    display: block;
    background: #f1f1f1;
    box-shadow: 0px 0px 10px #ccc;
    -o-box-shadow: 0px 0px 10px #ccc;
    -webkit-box-shadow: 0px 0px 10px #ccc;
    -ms-box-shadow: 0px 0px 10px #ccc;
    -moz-box-shadow: 0px 0px 10px #ccc;
}

.contact-us-h2 {
    color: #3c3c3c;
    font-size: 23px;
    line-height: 24px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 0 0 15px;
    width: 100%;
    text-align: left;
    font-family: Poppins, sans-serif;
}

.txtbox-wrap {
    margin: 0px 0px 28px 0px;
    padding: 0px;
    height: auto;
    width: 100%;
    float: left;
}

    .txtbox-wrap .btn-submit {
        display: inline-block;
        width: auto;
        padding: 10px 30px;
        border-radius: 10px;
        background: #96237e;
        border: 2px solid transparent;
        font-size: 16px;
        font-weight: 600;
        color: #ffffff;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        cursor: pointer;
    }

        .txtbox-wrap .btn-submit:hover {
            border: 4px solid #ccc;
            border-radius: 10px;
        }

.form-control1 {
    width: 100%;
    padding: 0 12px;
    height: 46px;
    border: 1px #cccccc solid;
    font-size: 14px;
    color: #3c3c3c;
    font-weight: 500;
    border-radius: 5px;
}

.contact-info-wrap {
    margin: 20px 0px 0px 0px;
    padding: 18px 26px;
    height: auto;
    width: 100%;
    float: left;
    background: #f1f1f1;
    box-shadow: 0px 0px 10px #ccc;
    -o-box-shadow: 0px 0px 10px #ccc;
    -webkit-box-shadow: 0px 0px 10px #ccc;
}

    .contact-info-wrap p {
        margin: 0px 0px 17px 0px;
        padding: 0px;
        height: auto;
        width: 100%;
        float: left;
        color: #3c3c3c;
        font-size: 15px;
    }

        .contact-info-wrap p i {
            font-size: 24px;
            width: 30px;
            float: left;
            height: 20px;
        }

        .contact-info-wrap p span {
            float: right;
            width: calc(100% - 30px);
            font-weight: 500;
            font-family: "Open Sans", sans-serif;
        }

.submit-btn {
    margin: 0px 3px;
    padding: 9px 43px;
    float: left;
    text-decoration: none;
    color: #fff;
    font-size: 19px;
    line-height: 24px;
    border-radius: 5px;
    background-color: #0299d2;
    border: none;
    box-shadow: none;
}

    .submit-btn :hover {
        color: #000;
    }

.footer-span {
    float: right;
    width: calc(100% - 30px);
    font-weight: 500;
}

.map-sec {
    margin: 20px 0px 0px 0px;
    padding: 0px;
    height: auto;
    width: 100%;
    float: left;
}

.computer-ul {
    margin: 0px;
    padding: 2px 0px 2px 0px;
    width: 100%;
    height: auto;
    float: left;
}

    .computer-ul li {
        margin: 0px;
        padding: 6px 0px 7px 12px;
        text-decoration: none;
        list-style-type: none;
        color: #504b4b;
        font-weight: 400;
        letter-spacing: .2px;
    }

.icone_hand {
    color: #e64951;
    padding: 0px 5px 0px 0px;
}