
/*
Template Name: Multi
Version: 1.0
Author: ShapeBootstrap
Author URL: http://shapebootstrap.net
*/
/*************************
*******Typography******
**************************/
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    /*font-family: 'Roboto', sans-serif;*/
    color: #272727;
}

body {
    font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a {
    color: #45aed6;
    -webkit-transition: color 400ms, background-color 400ms;
    -moz-transition: color 400ms, background-color 400ms;
    -o-transition: color 400ms, background-color 400ms;
    transition: color 400ms, background-color 400ms;
}

    a:hover,
    a:focus {
        text-decoration: none;
        color: #2a95be;
    }

hr {
    border-top: 1px solid #EFF0F0;
}

.gradiant {
    background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
}

.gradiant-horizontal {
    background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
}

.section-header {
    margin-bottom: 50px;
}

    .section-header .section-title {
        font-size: 44px;
        color: #272727;
        text-transform: uppercase;
        position: relative;
        padding-bottom: 20px;
        margin: 0 0 20px;
    }

        .section-header .section-title:before {
            content: "";
            position: absolute;
            width: 140px;
            bottom: 0;
            left: 50%;
            margin-left: -70px;
            height: 1px;
            background: #ebebeb;
        }

        .section-header .section-title:after {
            content: "";
            position: absolute;
            width: 24px;
            height: 24px;
            bottom: -11px;
            left: 50%;
            margin-left: -12px;
            border: 5px solid #fff;
            border-radius: 20px;
            background: #45aed6;
        }
/* -- Button in Slider -- */
.carousel-content .btn-lg {
    font-size: 16px;
    font-weight: 600;
}

.btn {
    border-width: 0;
    border-bottom-width: 0px;
    border-radius: 0px;
}

    .btn.btn-primary,.org-events-footer >span.info,.join-now-btn,.btn.SearchBtn {
        background: #1072a3;
        -webkit-transition: all 0.2s cubic-bezier(0.43, 0.82, 1, 1);
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s cubic-bezier(0.43, 0.82, 1, 1);
        -webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.2),0 2px 3px rgba(0,0,0,0.05);
        -moz-box-shadow: 0 2px 6px rgba(0,0,0,0.2),0 2px 3px rgba(0,0,0,0.05);
        box-shadow: 0 2px 6px rgba(0,0,0,0.2),0 2px 3px rgba(0,0,0,0.05);
    }

        .btn.btn-primary a {
            color: #fff;
        }

        .btn.btn-primary:hover,
        .btn.btn-primary:focus,.org-events-footer >span.info:hover,.join-now-btn:hover,.btn.SearchBtn:hover {
            background: #0c65a7;
            border-color: transparent;
            -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
            -moz-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
            box-shadow: 0 5px 9px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
            opacity: 0.8;
        }

.column-title {
    margin-top: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
    position: relative;
    text-transform: uppercase;
}

    .column-title:after {
        content: " ";
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 40%;
        border-bottom: 1px solid #45aed6;
    }

ul.nostyle {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

    ul.nostyle li {
        padding-bottom: 10px;
        position: relative;
        padding-left: 20px;
    }

        ul.nostyle li::before {
            content: "\f14a";
            font-family: "FontAwesome";
            position: absolute;
            top: 1px;
            left: 0px;
            color: #45aed6;
        }

.scaleIn {
    -webkit-animation-name: scaleIn;
    animation-name: scaleIn;
}

@-webkit-keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}
/*************************
*******Header******
**************************/


.navbar.navbar-default {
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
    top: 0;
}

.navbar.navbar-default .navbar-toggle {
    margin-top: 20px;
}

.navbar.navbar-default .navbar-brand {
    height: auto;
    padding: 12px 20px;
}
ul.nav.navbar-nav {
    margin-top: 0;
}

@media only screen and (min-width: 768px) {


    #main-menu3 > a > img {
        margin-bottom: 40px;
        width: 60px;
    }

    #main-menu3.navbar-default {
        /* background: rgba(255, 255, 255, 0.9); */
        background: rgba(230,231,232, 1);
        border-bottom: 1px solid #ccc;
        -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
        font-size: 1em;
        /*max-height:80px;*/
    }

        #main-menu3.navbar-default .navbar-nav > li > a {
            padding: 6px;
            color: #111111;
            font-weight: bold;
            height: 84px;
            line-height:70px;
            font-size:13px;
        }

        #main-menu3.navbar-default .navbar-nav > li.active > a,
        #main-menu3.navbar-default .navbar-nav > li.open > a,
        #main-menu3.navbar-default .navbar-nav > li:hover > a {
            background: #fff;
            /* border-top: 8px solid #45aed6; */
            /*border-bottom: 5px solid #45aed6;*/
            color: #1072a3;
            text-transform: initial;
            outline: none;
        }

    .seven-cols .col-md-1,
    .seven-cols .col-sm-1,
    .seven-cols .col-lg-1 {
        width: 100%;
        *width: 100%;
    }
}
/*END @media only screen and (min-width: 768px) */

@media only screen and (max-width: 768px) {
    #main-menu3.navbar-default .navbar-nav > li > a {
        font-size:13px;
    }
}


@media (min-width: 992px) {
    .seven-cols .col-md-1,
    .seven-cols .col-sm-1,
    .seven-cols .col-lg-1 {
        width: 14.285714285714285714285714285714%;
        *width: 14.285714285714285714285714285714%;
    }

    #main-menu3.navbar-default .navbar-nav > li > a {
        padding: 15px;
        font-size: 14px;
        line-height: 60px;
    }
}

    /**
 *  The following is not really needed in this case
 *  Only to demonstrate the usage of @media for large screens
 */
    @media (min-width: 1200px) {
        .seven-cols .col-md-1,
        .seven-cols .col-sm-1,
        .seven-cols .col-lg-1 {
            width: 14.285714285714285714285714285714%;
            *width: 14.285714285714285714285714285714%;
        }
    }



    .col-box-sev {
        float: left;
        width: 14.2857%;
        padding-bottom: 25px;
        padding-right: 15px;
        padding-left: 15px;
        min-height: 170px;
    }


    @media (max-width: 1199px) {
        .col-box-sev {
            width: 20%;
        }
    }


    @media (max-width: 991px) {
        .col-box-sev {
            width: 25%;
        }
    }

    @media (max-width: 767px) {
        .col-box-sev {
            width: 25%;
        }
    }

    @media (max-width: 680px) {
        .col-box-sev {
            width: 33.333333%;
        }
    }

    @media (max-width: 525px) {
        .col-box-sev {
            width: 50%;
        }
    }

    #header {
        min-height: 650px;
        margin-bottom: 10px;
    }


    #main-slider {
        overflow: hidden;
    }

        #main-slider .item {
            height: 660px;
            background-repeat: no-repeat;
            background-position: 95% 0;
            background-size: cover;
            max-width: 100%;
            height: auto;
            min-height: 660px;
        }

        #main-slider .slider-inner {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            color: #fff;
            font-size: 1.1em;
        }

            #main-slider .slider-inner h2 {
                margin-top: 80px;
                font-size: 2.2em;
                line-height: 1;
                margin-left: 0;
                padding-bottom: 0;
                text-transform: uppercase;
                color: #fff;
            }

                #main-slider .slider-inner h2 > span {
                    color: #45aed6;
                }

            #main-slider .slider-inner .btn {
                margin-top: 50px;
            }

    .float-right {
        float: right;
    }

    #main-slider .slider-text {
        margin-left: 60px;
        margin-right: 60px;
        color: #fff;
        font-size: 1.6em;
    }

        #main-slider .slider-text h2 {
            margin-top: 0px;
            padding-top: 80px;
            font-size: 2.2em;
            line-height: 1;
            padding-bottom: 40px;
            text-transform: uppercase;
            color: #fff;
        }

            #main-slider .slider-text h2 > span {
                color: #45aed6;
            }

        #main-slider .slider-text .btn {
            margin-top: 40px;
        }

        #main-slider .slider-text p {
            color: #fff;
            font-size: .8em;
        }


    #main-slider .owl-prev,
    #main-slider .owl-next {
        position: absolute;
        top: 50%;
        background-color: rgba(0, 0, 0, 0.2);
        color: #fff;
        font-size: 30px;
        display: inline-block;
        margin-top: -35px;
        height: 70px;
        width: 70px;
        line-height: 70px;
        text-align: center;
        border-radius: 100px;
        z-index: 5;
        -webkit-transition: background-color 400ms;
        transition: background-color 400ms;
    }

        #main-slider .owl-prev:hover,
        #main-slider .owl-next:hover {
            background-color: #45aed6;
        }

    #main-slider .owl-prev {
        left: -35px;
        text-indent: 14px;
    }

    #main-slider .owl-next {
        right: -35px;
        text-indent: -14px;
    }

    #bar {
        width: 0%;
        max-width: 100%;
        height: 4px;
        background: #45aed6;
    }

    #progressBar {
        margin-top: -4px;
        position: relative;
        z-index: 999;
        width: 100%;
        background: rgba(0, 0, 0, 0.1);
    }

    #cta {
        padding: 50px 0;
        background-color: #eee;
    }

        #cta h2 {
            margin-top: 0;
        }

        #cta .btn {
            margin-top: 15px;
        }

    #cta2 {
        /*background: #242a33 url(../images/cta2/cta2-bg.jpg) no-repeat 50% 50%;
   background: #20222e url(../images/work-process/bg.jpg) no-repeat 0 0;*/
        background: url(/WebContent/assets/images/basket-ball-bg.jpg) repeat-y center top fixed;
        color: #fff;
    }

        #cta2 .btn {
            margin-top: 10px;
        }

        #cta2 h2 {
            color: #fff;
            font-size: 44px;
            line-height: 1;
        }

            #cta2 h2 > span {
                color: #45aed6;
                display: block;
                padding-top: 70px;
            }

    #features {
        padding: 50px 0;
    }

        #features .media.service-box:first-child {
            margin-top: 80px;
        }

    #services {
        padding: 100px 0 75px;
    }

    .media.service-box {
        margin: 25px 0;
    }

        .media.service-box a {
            margin-top: 25px;
        }

        .media.service-box .pull-left {
            margin-right: 20px;
        }

            .media.service-box .pull-left > i {
                font-size: 24px;
                height: 64px;
                line-height: 64px;
                text-align: center;
                width: 64px;
                border-radius: 100%;
                color: #45aed6;
                box-shadow: inset 0 0 0 1px #d7d7d7;
                -webkit-box-shadow: inset 0 0 0 1px #318daf;
                transition: background-color 400ms, background-color 400ms;
                position: relative;
            }

                .media.service-box .pull-left > i:after {
                    content: "";
                    position: absolute;
                    width: 20px;
                    height: 20px;
                    top: 50%;
                    margin-top: -10px;
                    right: -10px;
                    border: 4px solid #fff;
                    border-radius: 20px;
                    background: #45aed6;
                }

        .media.service-box:hover .pull-left > i {
            background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
            background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
            background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
            color: #fff;
            box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
            -webkit-box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
        }

    /* CTA Box Design */
    #cta.bluearea {
        background: url(/Content/assets/images/ppn/map-shadow.png) no-repeat center top #30b3f4;
    }

        #cta.bluearea .ppn-panel h2 {
            color: #fff;
            padding-bottom: 15px;
        }

        #cta.bluearea .ppn-panel hr {
            border-color: #fff;
        }

        #cta.bluearea .ppn-panel p {
            color: #fff;
            line-height: 26px;
        }

        #cta.bluearea .services-card h3 {
            color: #fff;
        }

        #cta.bluearea .services-card p {
            color: #fff;
            line-height: 26px;
        }

        #cta.bluearea .pic-box {
            margin: 0px auto;
            display: inline-block;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            width: 220px;
            height: 220px;
            -khtml-border-radius: 50%;
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
            background: #fff;
        }

            #cta.bluearea .pic-box img {
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                border-radius: 50%;
                -khtml-border-radius: 50%;
                vertical-align: middle;
                behavior: url(css/PIE.htc);
                margin: 10px;
            }

        #cta.bluearea .btn.btn-primary.whitebtn {
            background: #fff;
            color: #1072a3;
        }

    #portfolio {
        padding: 100px 0;
        background: #f5f5f5;
        background: #fff;
        background: #20222e url(/WebContent/assets/images/work-process/bg.jpg) no-repeat 0 0;
        background-size: cover;
    }

        #portfolio .portfolio-filter {
            list-style: none;
            padding: 0;
            margin: 0 0 50px;
            display: inline-block;
        }

            #portfolio .portfolio-filter > li {
                float: left;
                display: block;
            }

                #portfolio .portfolio-filter > li a {
                    display: block;
                    padding: 7px 15px;
                    background: #e5e5e5;
                    color: #64686d;
                    position: relative;
                }

                    #portfolio .portfolio-filter > li a:hover,
                    #portfolio .portfolio-filter > li a.active {
                        background: #45aed6;
                        color: #fff;
                        box-shadow: 0 -3px 0 0 #318daf inset;
                        -webkit-box-shadow: 0 -3px 0 0 #318daf inset;
                    }

                        #portfolio .portfolio-filter > li a.active:after {
                            content: " ";
                            position: absolute;
                            bottom: -17px;
                            left: 50%;
                            margin-left: -10px;
                            border-width: 10px;
                            border-style: solid;
                            border-color: #318daf transparent transparent transparent;
                        }

                #portfolio .portfolio-filter > li:first-child a {
                    border-radius: 4px 0 0 4px;
                }

                #portfolio .portfolio-filter > li:last-child a {
                    border-radius: 0 4px 4px 0;
                }

        #portfolio .portfolio-items {
            margin: -15px;
        }

        #portfolio .portfolio-item {
            max-width: 30%;
            min-width: 380px;
            /*float: left;*/
            padding: 15px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            -o-box-sizing: border-box;
            -ms-box-sizing: border-box;
            box-sizing: border-box;
            margin-bottom: 10px;
            border-radius: 8px;
            margin-right: 6px;
        }

            #portfolio .portfolio-item .portfolio-item-inner {
                position: relative;
            }

                #portfolio .portfolio-item .portfolio-item-inner .portfolio-info-transparent {
                    opacity: 0;
                    transition: opacity 400ms;
                    -webkit-transition: opacity 400ms;
                    position: absolute;
                    bottom: 0;
                    /*left: 0;
  right: 0;*/
                    padding: 10px;
                    color: #fff;
                }

                    #portfolio .portfolio-item .portfolio-item-inner .portfolio-info-transparent .preview {
                        position: absolute;
                        top: 20px;
                        /*right: 12px;*/
                        border-radius: 50%;
                        background-image: -moz-linear-gradient(90deg, #7fe257 0%, #2c8cb3 100%);
                        background-image: -webkit-linear-gradient(90deg, #7fe257 0%, #2c8cb3 100%);
                        background-image: -ms-linear-gradient(90deg, #7fe257 0%, #2c8cb3 100%);
                        width: 36px;
                        height: 36px;
                        line-height: 36px;
                        text-align: center;
                        color: #fff;
                        box-shadow: 0 0 0 2px #fff;
                        -webkit-box-shadow: 0 0 0 2px #fff;
                    }

                #portfolio .portfolio-item .portfolio-item-inner .portfolio-info {
                    opacity: 0;
                    transition: opacity 400ms;
                    -webkit-transition: opacity 400ms;
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    right: 0;
                    padding: 10px;
                    /*background: rgba(0, 0, 0, 0.5);*/
                    color: #fff;
                }

                    #portfolio .portfolio-item .portfolio-item-inner .portfolio-info h3 {
                        font-size: 16px;
                        line-height: 1;
                        margin: 0;
                        color: #fff;
                    }

                    #portfolio .portfolio-item .portfolio-item-inner .portfolio-info .preview {
                        position: absolute;
                        /*top: -18px;*/
                        top: 20px;
                        right: 12px;
                        border-radius: 50%;
                        background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
                        background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
                        background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
                        width: 36px;
                        height: 36px;
                        line-height: 36px;
                        text-align: center;
                        color: #fff;
                        box-shadow: 0 0 0 2px #fff;
                        -webkit-box-shadow: 0 0 0 2px #fff;
                    }

            #portfolio .portfolio-item:hover .portfolio-info {
                opacity: 1;
                color: #e95821;
            }

            #portfolio .portfolio-item:hover .portfolio-info-transparent {
                opacity: 1;
                color: #e95821;
            }
    /* Start: Recommended Isotope styles */
    /**** Isotope Filtering ****/
    .isotope-item {
        z-index: 2;
    }

    .isotope-hidden.isotope-item {
        pointer-events: none;
        z-index: 1;
    }
    /**** Isotope CSS3 transitions ****/
    .isotope,
    .isotope .isotope-item {
        -webkit-transition-duration: 0.8s;
        -moz-transition-duration: 0.8s;
        -ms-transition-duration: 0.8s;
        -o-transition-duration: 0.8s;
        transition-duration: 0.8s;
    }

    .isotope {
        -webkit-transition-property: height, width;
        -moz-transition-property: height, width;
        -ms-transition-property: height, width;
        -o-transition-property: height, width;
        transition-property: height, width;
    }

        .isotope .isotope-item {
            -webkit-transition-property: -webkit-transform, opacity;
            -moz-transition-property: -moz-transform, opacity;
            -ms-transition-property: -ms-transform, opacity;
            -o-transition-property: -o-transform, opacity;
            transition-property: transform, opacity;
        }
            /**** disabling Isotope CSS3 transitions ****/
            .isotope.no-transition,
            .isotope.no-transition .isotope-item,
            .isotope .isotope-item.no-transition {
                -webkit-transition-duration: 0s;
                -moz-transition-duration: 0s;
                -ms-transition-duration: 0s;
                -o-transition-duration: 0s;
                transition-duration: 0s;
            }
        /* End: Recommended Isotope styles */
        /* disable CSS transitions for containers with infinite scrolling*/
        .isotope.infinite-scrolling {
            -webkit-transition: none;
            -moz-transition: none;
            -ms-transition: none;
            -o-transition: none;
            transition: none;
        }

    #testimonial {
        background: #333333 url(/WebContent/assets/images/testimonial/bg.jpg) no-repeat 0 0;
        background-size: cover;
        padding: 100px 0;
        color: #fff;
    }

        #testimonial h4 {
            color: #fff;
            margin-bottom: 0;
        }

        #testimonial small {
            display: block;
            margin-bottom: 10px;
            color: rgba(255, 255, 255, 0.7);
        }

        #testimonial .btns {
            margin-top: 10px;
        }

    #about, .reg-section-wrapper {
        padding: 100px 0;
    }

        #about p {
            line-height: 26px;
        }

    #work-process {
        padding: 100px 0 50px;
        /* background: #20222e url(../images/work-process/bg.jpg) no-repeat 0 0; */
        background: url(/WebContent/assets/images/work-process/bg2.jpg) no-repeat center top;
        background-size: cover;
        color: #fff;
    }

        #work-process h2 {
            color: #fff;
        }

        #work-process h3 {
            color: #fff;
            margin-bottom: 0;
        }

        #work-process .icon-circle {
            display: inline-block;
            width: 80px;
            height: 80px;
            line-height: 80px;
            border: 2px solid #fff;
            border-radius: 100px;
            position: relative;
            color: #fff;
            margin-bottom: 10px;
        }

            #work-process .icon-circle i {
                margin-top: 25px;
            }

            #work-process .icon-circle:hover {
                background-color: #fff;
                color: #318daf;
                border-color: #fff;
            }

            #work-process .icon-circle > span {
                border-style: solid;
                border-width: 2px;
                border-color: #fff;
                border-radius: 50%;
                background-color: #fff;
                position: absolute;
                width: 24px;
                height: 24px;
                line-height: 20px;
                top: -12px;
                color: #64686d;
                left: 26px;
            }

        #work-process h3 {
            margin-bottom: 10px;
        }

        #work-process .smallfont {
        }

    #meet-team {
        padding: 100px 0;
    }

        #meet-team .team-member {
            padding: 13px;
            background: #eeeeee;
            border: 2px solid #eeeeee;
            transition: border-color 400ms;
            -webkit-transition: border-color 400ms;
        }

            #meet-team .team-member .team-img {
                margin: -15px -15px 0 -15px;
            }

            #meet-team .team-member .team-info {
                padding-bottom: 10px;
                border-bottom: 1px solid #dbdbdb;
                margin-bottom: 10px;
            }

            #meet-team .team-member:hover {
                border-color: #45aed6;
            }

                #meet-team .team-member:hover .social-icons > li > a {
                    background: #45aed6;
                }

        #meet-team .social-icons {
            list-style: none;
            padding: 0;
            margin: 0;
        }

            #meet-team .social-icons > li {
                display: inline-block;
            }

                #meet-team .social-icons > li > a {
                    display: block;
                    width: 32px;
                    height: 32px;
                    line-height: 32px;
                    text-align: center;
                    color: #fff;
                    background: #222534;
                    border-radius: 3px;
                }

    .divider {
        margin-top: 50px;
        margin-bottom: 50px;
        background-image: -moz-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
        background-image: -webkit-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
        background-image: -ms-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
        width: 95%;
        height: 1px;
    }

    .progress {
        -webkit-box-shadow: none;
        box-shadow: none;
        background: #eeeeee;
    }

        .progress .progress-bar.progress-bar-primary {
            background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
            background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
            background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
            -webkit-box-shadow: none;
            box-shadow: none;
        }

    .nav.main-tab {
        background: #eee;
        border-bottom: 3px solid #222534;
        border-radius: 3px 3px 0 0;
    }

        .nav.main-tab > li > a {
            color: #272727;
        }

        .nav.main-tab > li.active > a {
            background: #222534;
            color: #45aed6;
        }

        .nav.main-tab > li:first-child > a {
            border-radius: 3px 0 0 0;
        }

        .nav.main-tab > li:last-child > a {
            border-radius: 0 3px 0 0;
        }

    .tab-content {
        border: 1px solid #eee;
        border-top: 0;
        padding: 20px 20px 10px;
        border-radius: 0 0 3px 3px;
    }

    .panel-default {
        border-color: #eee;
    }

        .panel-default > .panel-heading {
            background-color: #fff;
            border-color: #eee;
        }

            .panel-default > .panel-heading .panel-title {
                font-size: 14px;
                font-weight: normal;
            }

            .panel-default > .panel-heading + .panel-collapse > .panel-body {
                border-top-color: #eee;
            }

    #animated-number {
        padding: 100px 0 70px;
        background: #132125 url(/WebContent/assets/images/animated-number/bg.jpg) no-repeat 0 0;
        background-size: cover;
        color: #fff;
    }

        #animated-number h1,
        #animated-number h2,
        #animated-number h3,
        #animated-number h4 {
            color: #fff;
        }

        #animated-number strong {
            display: block;
            margin-bottom: 30px;
        }

    .animated-number {
        display: inline-block;
        width: 140px;
        height: 140px;
        font-size: 24px;
        line-height: 140px;
        border: 3px solid #fff;
        border-radius: 100px;
        margin-bottom: 20px;
    }

    #pricing {
        padding: 100px 0 70px;
    }

        #pricing ul.pricing {
            list-style: none;
            padding: 0;
            margin: 70px 0 30px;
            border: 1px solid #eee;
            border-radius: 5px 5px 4px 4px;
            padding: 15px;
            text-align: center;
            min-width: 255px;
        }

            #pricing ul.pricing li {
                display: block;
                padding: 5px 5px 5px 5px;
                /*text-align:left;*/
                font-size: 14px;
            }

                #pricing ul.pricing li.textalign-left {
                    text-align: left;
                }

                #pricing ul.pricing li.plan-header {
                    background: #808080;
                    border-radius: 4px 4px 0 0;
                    margin: -15px -15px 10px;
                    padding: 15px 15px 30px;
                    border: 0;
                }

                    #pricing ul.pricing li.plan-header .price-duration, #pricing ul.pricing li.plan-header .price-duration2 {
                        position: relative;
                        margin-top: -63px;
                        top: -10px;
                        display: inline-block;
                        width: 136px;
                        height: 136px;
                        background-image: -moz-linear-gradient(90deg, #2caab3 0%, #0094ff 100%);
                        background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #0094ff 100%);
                        background-image: -ms-linear-gradient(90deg, #2caab3 0%, #0094ff 100%);
                        color: #fff;
                        border-radius: 100px;
                        border: 5px solid #f6f6f6;
                    }

                    #pricing ul.pricing li.plan-header .price-duration2 {
                        background-image: -moz-linear-gradient(90deg, #2caab3 0%, #7fe257 100%);
                        background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #7fe257 100%);
                        background-image: -ms-linear-gradient(90deg, #2caab3 0%, #7fe257 100%);
                        color: #fff;
                        background-color: #ffd800;
                    }

                        #pricing ul.pricing li.plan-header .price-duration > span, #pricing ul.pricing li.plan-header .price-duration2 > span {
                            display: block;
                            line-height: 1;
                        }

                            #pricing ul.pricing li.plan-header .price-duration > span.price, #pricing ul.pricing li.plan-header .price-duration2 > span.price {
                                font-size: 34px;
                                font-weight: 700;
                                margin-top: 35px;
                            }

                            #pricing ul.pricing li.plan-header .price-duration > span > span.membership, #pricing ul.pricing li.plan-header .price-duration2 > span > span.membership {
                                font-size: 14px;
                                margin-top: 45px;
                            }

                            #pricing ul.pricing li.plan-header .price-duration > span.duration, #pricing ul.pricing li.plan-header .price-duration2 > span.duration {
                                margin-top: 5px;
                            }

                    #pricing ul.pricing li.plan-header .plan-name, #pricing ul.pricing li.plan-header .plan-desc {
                        margin-top: 10px;
                        font-size: 14px;
                        color: #FFF;
                        /*font-weight: bold;*/
                        line-height: 1;
                        /*text-transform: uppercase;*/
                    }

            #pricing ul.pricing.featured {
                /*background: #222534;
  background: #fbb07e;*/
                border: 1px solid #eee;
                border-radius: 5px 5px 4px 4px;
                color: #2a95be;
            }

                #pricing ul.pricing.featured li.plan-header {
                    background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2a95be 100%);
                    background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2a95be 100%);
                    background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2a95be 100%);
                }

                    #pricing ul.pricing.featured li.plan-header .plan-name, #pricing ul.pricing.featured li.plan-header .plan-desc {
                        color: #FFF;
                    }

    .plan-desc {
        border-bottom: 1px dashed green;
        font-size: 1em;
        color: #158232;
    }

    #get-in-touch {
        padding: 100px 0 50px;
        background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
        background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
        background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
        color: #fff;
    }

        #get-in-touch h1,
        #get-in-touch h2 {
            color: #fff;
        }

    #blog {
        padding: 100px 0;
    }

        #blog .blog-post {
            border: 1px solid #eee;
            padding: 15px;
        }

            #blog .blog-post .post-format {
                display: inline-block;
                width: 40px;
                height: 40px;
                line-height: 34px;
                text-align: center;
                color: #fff;
                background: #222534;
                border: 3px solid #fff;
                border-radius: 100px;
            }

            #blog .blog-post.blog-large .entry-thumbnail {
                margin: -15px -15px 15px;
                position: relative;
            }

            #blog .blog-post.blog-large .post-format {
                width: 66px;
                height: 66px;
                line-height: 60px;
                position: absolute;
                right: 20px;
                bottom: -33px;
            }

                #blog .blog-post.blog-large .post-format > i {
                    font-size: 20px;
                }

            #blog .blog-post.blog-large .entry-date {
                font-size: 12px;
                display: block;
                margin-bottom: 5px;
                text-transform: uppercase;
                color: #45aed6;
            }

            #blog .blog-post.blog-large .entry-title {
                margin-top: 0;
                font-size: 18px;
                line-height: 1;
                margin-bottom: 15px;
            }

                #blog .blog-post.blog-large .entry-title a {
                    color: #64686d;
                }

                    #blog .blog-post.blog-large .entry-title a:hover {
                        color: #45aed6;
                    }

            #blog .blog-post.blog-media {
                margin-bottom: 30px;
            }

                #blog .blog-post.blog-media .entry-thumbnail {
                    margin: -15px 15px -15px -15px;
                    position: relative;
                }

                #blog .blog-post.blog-media .post-format {
                    position: absolute;
                    top: 20px;
                    right: -10px;
                }

                #blog .blog-post.blog-media .entry-date {
                    font-size: 12px;
                    display: block;
                    margin-bottom: 5px;
                    text-transform: uppercase;
                    color: #45aed6;
                }

                #blog .blog-post.blog-media .entry-title {
                    margin-top: 0;
                    font-size: 18px;
                    line-height: 1;
                    margin-bottom: 15px;
                }

                    #blog .blog-post.blog-media .entry-title a {
                        color: #64686d;
                    }

                        #blog .blog-post.blog-media .entry-title a:hover {
                            color: #45aed6;
                        }

            #blog .blog-post .entry-meta {
                margin-top: 20px;
                border-top: 1px solid #eee;
                padding-top: 15px;
            }

                #blog .blog-post .entry-meta > span {
                    display: inline-block;
                    margin-right: 10px;
                    color: #999;
                }

                    #blog .blog-post .entry-meta > span > a {
                        color: #999;
                    }

                        #blog .blog-post .entry-meta > span > a:hover {
                            color: #45aed6;
                        }

    #contact {
        position: relative;
        overflow: hidden;
    }

        #contact .container-wrapper {
            /*position: absolute;*/
            top: 0;
            left: 0;
            width: 100%;
            background: rgba(69, 174, 214, 0.3);
            z-index: 1;
        }

        #contact .contact-form {
            background: rgba(255, 255, 255, 0.8);
            padding: 20px;
            /*margin-top: -550px;*/
        }

            #contact .contact-form h3 {
                margin-top: 0;
            }
    /***********************
********* Footer ******
************************/
    #footer {
        padding-top: 15px;
        padding-bottom: 15px;
        color: #fff;
        background: #1072a3;
        border-top: 1px solid #00476a;
        font-size:13px;
    }

    #footer img {
        width: 50px;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
    }

        #footer img:hover {
            filter: grayscale(0%);
            -webkit-filter: grayscale(0%);
        }

    #footer a {
        color: #fff;
    }

        #footer a:hover {
            color: #45aed6;
        }

    #footer ul {
        list-style: none;
        padding: 10px 0px 0px 0px;
        margin: 0 -4.5px;
    }

    #footer ul > li {
        display: inline-block;
        margin: 0 4px;
    }

    #footer .copy-right-wrapper > div > span {
        display: inline-block;
        padding: 0 10px;
        position: relative;
    }
    #footer .copy-right-wrapper > div > span:first-child:after, #footer .copy-right-wrapper > div > span:last-child:before {
        content: '';
        width: 1px;
        height: 11px;
        position: absolute;
        /*background: #48bb90;*/
        top: 4px;
    }

    #footer .copy-right-wrapper > div > span:first-child:after {
        right: 0;
    }

    #footer .copy-right-wrapper > div > span:last-child:before {
        left: 0;
    }
    @media only screen and (min-width: 768px) {
        #footer .social-icons {
            float: right;
        }
    }

    .form-control {
        box-shadow: none;
        -webkit-box-shadow: none;
    }








    .font-undertag {
        font-size: 1em;
        /*font-style:italic;*/
        color: #2DBEEA;
    }




    .img-thumbnail {
        height: 80px;
        width: 80px;
    }

    .font-white {
        color: #fff;
    }


    .font-red {
        color: red;
    }

    .font-blue {
        color: #318daf;
    }

    .font-ltsky-blue {
        color: #2caab3;
    }


    .font-orange {
        color: #e95821;
    }


    .font-charcol {
        color: #808080;
    }

    .font-large16 {
        font-size: 26px;
    }

    .homepage {
        font-size: 1.5em;
        /*background: #444444;*/
    }

    .textalign-left {
        text-align: left;
        line-height: 26px;
    }

    @media (max-width: 991px) {
        .services-card {
            padding-bottom: 30px;
        }
    }




    .services-card .pic-box img {
        height: 200px;
        width: 200px;
        -webkit-transition: all 1s ease; /* Safari and Chrome */
        -moz-transition: all 1s ease; /* Firefox */
        -o-transition: all 1s ease; /* IE 9 */
        -ms-transition: all 1s ease; /* Opera */
        transition: all 1s ease;
    }

    .services-card .pic-box:hover img {
        -webkit-transform: scale(1.25); /* Safari and Chrome */
        -moz-transform: scale(1.25); /* Firefox */
        -ms-transform: scale(1.25); /* IE 9 */
        -o-transform: scale(1.25); /* Opera */
        transform: scale(1.25);
    }

    .middle-bg:hover {
        border-color: #FFF;
    }

    .services-card h3 {
        margin-top: 25px;
        font-weight: 400;
        padding: 0 10px;
    }

    .services-card h4 {
        font-weight: 300;
        margin-top: 15px;
    }

        .services-card h4 span {
            font-weight: 900;
            font-style: oblique;
        }

    .header-bottom {
        padding: 4em 0;
        background: #FFF;
        text-align: center;
    }

        .header-bottom p {
            line-height: 28px;
        }

        .header-bottom h1, .ppn-panel h1 {
            color: #64686d;
            font-weight: 900;
            font-size: 2.8em;
            margin: 0 0 0.15em 0.1em;
        }

        .header-bottom h2, .ppn-panel h2 {
            color: #64686d;
            /*font-style:italic;*/
            font-weight: 900;
            font-size: 1.9em;
            margin-left: 0.1em;
        }

        .header-bottom h1 span, .ppn-panel h1 span {
            color: #2DBEEA;
        }

        .header-bottom h2 span, .ppn-panel h2 span {
            color: #2DBEEA;
        }

    .thisone {
        width: 200px;
        margin-top: 10px;
        height: 150px;
        border: solid black 1px;
        padding: 10px;
    }

    .mythumb {
        margin-top: 400px;
        padding: 5px;
        border: 1px solid rgb(212, 212, 212);
        box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
        background-color: white;
        width: 250px;
        z-index: 1000;
    }

    /* bootstrap 3 helpers */

    .navbar-form input, .form-inline input {
        width: auto;
    }

    header {
        height: 580px;
        margin-top: 0px;
        border-top: 3px solid #45aed6;
        border-bottom: 1px solid red;
        border-bottom: 0px solid #45aed6;
    }

    #nav {
        position: relative;
    }

        #nav.affix {
            position: fixed;
            top: 0;
            width: 100%;
            z-index: 999;
        }

    /*#sidebar.affix-top {
    position: static;
}

#sidebar.affix {
    position: fixed;
    top: 80px;
}*/


    .panel-group {
        /*width: 410px;*/
        z-index: 100;
        /*-webkit-backface-visibility: hidden;
        -webkit-transform: translateX(-100%) rotate(-90deg);
        -webkit-transform-origin: right top;
        -moz-transform: translateX(-100%) rotate(-90deg);
        -moz-transform-origin: right top;
        -o-transform: translateX(-100%) rotate(-90deg);
        -o-transform-origin: right top;
        transform: translateX(-100%) rotate(-90deg);
        transform-origin: right top;*/
    }

    .panel-heading {
        width: 100%;
    }

    .panel-collapse {
        height: 100%;
    }

    .panel-title {
        height: 18px;
    }

        .panel-title a {
            float: right;
            text-decoration: none;
            padding: 10px 30px;
        }

    .panel-body {
        /*height:420px;*/
    }

    .panel-group span {
        -webkit-backface-visibility: hidden;
        /*-webkit-transform: translateX(-100%) rotate(90deg);
        -webkit-transform-origin: right top;
        -moz-transform: translateX(-100%) rotate(90deg);
        -moz-transform-origin: right top;
        -o-transform: translateX(-100%) rotate(90deg);
        -o-transform-origin: right top;
        transform: translateX(-100%) rotate(90deg);
        transform-origin: right top;*/
    }

    .bordered {
        border: 1px solid #e3e3e3;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
        padding: 5px 5px 5px 5px;
        margin-top: 5px;
    }


    .title-medium {
        font-size: 1.3em;
        color: #fff;
    }



    /*delete ppnfeatures */

    #ppnfeatures {
        padding: 100px 0;
        background: #f5f5f5;
        background: #fff;
        background: #20222e url(/WebContent/assets/images/work-process/bg.jpg) no-repeat 0 0;
        background-size: cover;
    }

        #ppnfeatures .panel-group {
            margin: -15px;
        }

        #ppnfeatures .panel-info {
            /*max-width: 30%;
  min-width:380px;*/
            /*float: left;*/
            min-height: 150px;
            padding: 15px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            -o-box-sizing: border-box;
            -ms-box-sizing: border-box;
            box-sizing: border-box;
            margin-bottom: 10px;
            border-radius: 8px;
            margin-right: 6px;
        }

            #ppnfeatures .panel-info .panel-info-inner {
                position: relative;
            }

    /* Price Block */
    .price-block h2 {
        background: #30B3F4;
        color: #fff;
        text-align: center;
        font-size: 24px;
        font-weight: 500px;
        padding: 25px 15px;
        border-radius: 3px 3px 0px 0px;
        margin-bottom: 0px;
    }

        .price-block h2 span {
            font-size: 14px;
            display: block;
        }

    .price-block.secondprice h2, .price-block.secondprice .price-tag {
        background: #FF8C21;
    }

    .price-block.thirdprice h2, .price-block.thirdprice .price-tag {
        background: #1072A3;
    }

    .price-block.firstprice, .price-block.thirdprice {
        padding-top: 50px;
    }

    .price-block .price-body {
        background: #f5f5f5;
        padding: 20px;
        min-height: 150px;
    }

    .price-block.secondprice .price-body {
        min-height: 250px;
    }

    .price-block .price-tag {
        text-align: center;
        color: #fff;
        padding: 20px;
        font-size: 20px;
        font-weight: 500;
        background: #30B3F4;
    }

    .button-space {
        background: #f5f5f5;
        padding: 30px;
    }

        .button-space a {
            background: #999;
            color: #fff;
            display: block;
            padding: 15px;
            text-align: center;
            text-transform: uppercase;
            transition: background 1s;
        }

            .button-space a:hover {
                background: #FF8C21;
            }

    .price-block.firstprice .button-space a:hover {
        background: #30B3F4;
    }

    .price-block.thirdprice .button-space a:hover {
        background: #1072A3;
    }



    /*for register sec*/

    .reg-wrapper {
        position: relative;
        width: 100%;
        /*min-height: 800px;*/
        overflow: hidden;
        background: rgba(9, 9, 9, 0.56);
        padding: 20px;
        transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
    }

    .reg-widget {
        position: absolute;
        width: 100%;
    }

    .reg-div {
        width: 100%;
    }

    .reg-nav {
        text-align: center;
        width: 100%;
        margin-bottom: 5px;
    }

        .reg-nav span, .reg-prev {
            display: inline-block;
            transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            -webkit-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
        }

            /*.reg-nav span:not(:nth-child(2)):not(:nth-child(4)) {
            border-radius: 50%;
            width: 10px;
            height: 10px;
            background-color: #ccc;
            color: #fff;
            text-align: center;
            line-height: 20px;
            font-size: 12px;
            box-shadow: 1px 0px 4px #000;
            cursor: default;
        }*/
            .reg-nav span:nth-child(odd) {
                border-radius: 50%;
                width: 10px;
                height: 10px;
                background-color: #ccc;
                color: #fff;
                text-align: center;
                line-height: 20px;
                font-size: 12px;
                box-shadow: 1px 0px 4px #000;
                cursor: default;
            }

    .reg-nav-step-seperator {
        height: 1px;
        width: 24px;
        background-color: rgb(235, 235, 235);
        margin: 4px -2px;
    }

    .reg-control {
        position: absolute;
        float: right;
        right: 20px;
        bottom: 20px;
    }

        .reg-control span {
            display: inline-block;
            width: 50px;
            height: 40px;
            background-color: #000;
            text-align: center;
            line-height: 40px;
            color: #fff;
            cursor: pointer;
        }

    .reg-prev {
        display: block;
        border: 2px solid rgba(14, 122, 199, 0.7);
        border-radius: 50%;
        height: 30px;
        width: 30px;
        line-height: 26px;
        text-align: center;
        color: rgba(14, 122, 199, 0.7);
        cursor: pointer;
    }

        .reg-prev:hover {
            border-color: white;
            color: white;
        }

    .front-register {
        /*background: #444444;*/
        background: #444 url('/WebContent/assets/images/slider/loginbg.png') no-repeat;
        background-size: 100%;
        height: 100%;
    }

    .btn-set a.btn {
        width: 219px;
    }

    .reg-div1-register-type {
        position: absolute;
        width: 100%;
        background: rgba(4, 1, 1, 1);
        top: -20px;
        left: 0;
        bottom: -20px;
        padding-top: 70px;
    }

        .reg-div1-register-type .nTitle {
            color: #fff;
            font-size: 20px;
            margin-bottom: 20px;
        }

        .reg-div1-register-type span.reg-btn {
            display: inline-block;
            padding: 5px;
            background: #1072a3;
            width: 170px;
            color: #fff;
            cursor: pointer;
        }

            .reg-div1-register-type span.reg-btn:hover {
                opacity: 0.9;
            }

    @media screen and (max-width:991px) {
        .padding-right-sm-control {
            padding-right: 15px !important;
        }
    }


    /*footer Section / Join Group */
    @media screen and (max-width:992px) {

        #footer .footer-logo-wrapper, #footer .social-links-wrapper {
            width: 100%;
            text-align: center;
        }

            #footer .social-links-wrapper ul.social-icons {
                float: none !important;
            }
    }