﻿
.panel-heading:before {
    font-family: 'FontAwesome';    
   content: "\f056"; 	
    float: left;
	position:absolute;
	font-size: 20px;
    margin-top: -5px;
    margin-left: -5px;
}
.collapsed:before {    
    content: "\f055";  
	position:absolute;
	font-size: 20px;
    margin-top: -5px;
    margin-left: -5px;
}

span.spnPnlTitle {
    margin-left: 15px;
}

body {
    padding-top: 5px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.container.body-content {
    min-height: 400px;
}

/* Preloader CSS Starts*/
.btry-loader .btry {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 40px;
    margin: -10px 0 0 -20px;
    border: 1px solid #ff3366;
    border-radius: 3px;
}

    .btry-loader .btry:after {
        display: block;
        content: "";
        position: absolute;
        top: -3px;
        height: 2px;
        width: 8px;
        background: #ff3366;
        border-radius: 0 2px 20px 0;
        left: 5px;
    }

    .btry-loader .btry .btry-charge {
        position: absolute;
        z-index: 100;
        height: 16px;
        width: 16px;
        bottom: 1px;
        left: 1px;
        background: #ff3366;
        border-radius: 1px;
        -webkit-animation: red-btry 2s linear 0s infinite;
        -moz-animation: red-btry 2s linear 0s infinite;
        -ms-animation: red-btry 2s linear 0s infinite;
        animation: red-btry 2s linear 0s infinite;
    }

.btry-loader .radius {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    border: 1px solid #ddd;
    border-radius: 50%;
}

    .btry-loader .radius .btry-charge {
        position: absolute;
        z-index: 100;
        height: 20px;
        width: 4px;
        top: 50%;
        left: 50%;
        margin: -20px 0 0 -2px;
        border-top: 4px solid #ff3366;
        -webkit-animation: rotation 1s linear 0s infinite;
        -moz-animation: rotation 1s linear 0s infinite;
        -ms-animation: rotation 1s linear 0s infinite;
        animation: rotation 1s linear 0s infinite;
        transform-origin: center bottom;
    }

@-webkit-keyframes red-btry {
    0% {
        height: 20px;
    }

    100% {
        height: 36px;
    }
}

@keyframes red-btry {
    0% {
        height: 20px;
    }

    100% {
        height: 36px;
    }
}

@-webkit-keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(60deg);
    }
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(60deg);
    }
}
/* bar loader */
.loader-bg {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 9999;
}

    .loader-bg .loader-bar {
        position: fixed;
        height: 5px;
        width: 80%;
        top: 0;
        left: 0;
        background: #2196f3;
        -webkit-animation: barfiller 2s;
        -moz-animation: barfiller 2s;
        -ms-animation: barfiller 2s;
        animation: barfiller 2s;
    }

@-webkit-keyframes barfiller {
    0% {
        width: 0;
    }

    25% {
        width: 20%;
    }

    50% {
        width: 40%;
    }

    70% {
        width: 60%;
    }

    100% {
        width: 80%;
    }
}

@keyframes barfiller {
    0% {
        width: 0;
    }

    25% {
        width: 20%;
    }

    50% {
        width: 40%;
    }

    70% {
        width: 60%;
    }

    100% {
        width: 80%;
    }
}
/*Preloader CSS Ends*/

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 300px;
    margin-bottom: 10px;
}

.nav-tabs li a.active {
    background-color: #45aed6 !important;
    color: #fff !important;
    font-weight: bold;
}

.notifications.animatable {
    display: none;
}

.notifications .notification {
    margin-top: 0;
    padding: 15px 0px 15px 44px !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    border-width: 1px;
    border-style: solid;
    text-align: left;
    font-size: 1em;
    background: url(icon_alert.png) no-repeat;
    background-size: 20px;
}

    .notifications .notification.notification-default {
        background-color: #f7f9fa;
        background-position: left 12px top -784px;
        border-color: #afabae;
    }

    .notifications .notification.notification-error {
        background-color: #fff7f7;
        background-position: left 12px top -383px;
        border-color: #c72e2e;
        text-align: justify;
        padding-right: 15px !important;
    }

    .notifications .notification.notification-help {
        background-color: #f7fdff;
        background-position: left 12px top -584px;
        border-color: #009cde;
        text-align: justify;
        padding-right: 15px !important;
    }

    .notifications .notification.notification-success {
        background-color: #f7fff7;
        background-position: left 12px top 17px;
        border-color: #1b9e1b;
        text-align: justify;
        padding-right: 15px !important;
    }

    .notifications .notification.notification-warning {
        background-color: #fffcf7;
        background-position: left 12px top -184px;
        border-color: #f8981f;
        text-align: justify;
        padding-right: 15px !important;
    }

.divLogo {
    text-align: center;
    margin: 20px 0px;
}

.nav-tabs > li > a, .nav-tabs > li .active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    cursor: pointer !important;
}

.panel-default > .panel-heading a:hover, .panel-default > .panel-heading a:active, .panel-default > .panel-heading a:focus {
    outline: none;
    text-decoration: none;
    color: #45aed6;
}

.panel-default > .panel-heading a {
    font-size: 15px;
    font-weight: bold;
    color: #808080;
}

input {
    margin-bottom: 10px;
}

.msg {
    word-wrap: break-word;
    background: white;
    border: 0px !important;
}

span.headerTitle {
    font-weight: bold;
    color: #b94a48;
}

.btn-info {
    float: right !important;
}

.nav-tabs > li a {
    border-top: 1px solid silver !important;
    border-left: 1px solid silver !important;
    border-right: 1px solid silver !important;
}

.notifications {
    word-wrap: break-word !important;
    margin-top: 15px;
}


.required, .required:focus {
    position: relative;
    animation: shake .1s linear;
    animation-iteration-count: 3;
    border-color: rgb(104, 145, 162);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(104, 145, 162);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(104, 145, 162);
}

@keyframes shake {
    0% {
        left: -5px;
    }

    100% {
        right: -5px;
    }
}

.ValidString {
}

textarea {
    min-width: 100%;
}

pre {
    background-color: #fff !important;
    max-height: 500px !important;
    word-break: break-word;
    overflow-x: auto !important;
    overflow-y: auto !important;
}

footer {
    padding: 10px 15px;
    margin-top: 15px;
    border-top: 1px solid #EEE;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.fa-caret-right {
    transition: all .4s ease;
}

.active .fa-caret-right {
    transform: rotate(90deg);
}

.panel-default > .panel-heading {
    cursor: pointer;
}

.panel-heading {
    color: #fff !important;
    font-weight: 600;
}

.panel-default > .panel-heading {
    background-color: #45aed6 !important;
    border-color: #45aed6 !important;
}

.nav-tabs {
    border-bottom: 1px solid rgba(221, 221, 221, 0) !important;
}

.nav > li > a {
    font-weight: bold !important;
    color: #45aed6 !important;
}

/* External css start*/
#main-menu.navbar-default {
    background: #FFF;
    -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);
}

.navbar.navbar-default {
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
}

.navbar-default {
    z-index: 99999;
    border-bottom: 2px solid #45aed6 !important;
}

.navbar.navbar-default .navbar-brand {
    height: auto;
    padding: 10px 15px 8px;
}

.navbar.navbar-default .navbar-toggle {
    margin-top: 15px;
}

.navbar-default .navbar-toggle {
    border-color: #45aed6;
}

@media only screen and (min-width: 768px) {
    #main-menu.navbar-default .navbar-nav > li > a {
        padding-top: 25px;
        padding-bottom: 19px;
    }
}

#main-menu .nav > li > a {
    padding: 10px 20px;
}

@media (min-width: 360px) and (max-width:640px) {
    .navbar.navbar-default .navbar-brand {
        width: auto !important;
    }
}

@media only screen and (min-width: 768px) {
    #main-menu.navbar-default {
        background: #FFF;
        -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);
    }
}

@media only screen and (min-width: 1200px) {
    #main-menu .login-warps {
        margin-top: 15px;
    }
}

.btn {
    border-width: 0;
    border-bottom-width: 3px !important;
    border-radius: 3px !important;
}

    .btn.btn-primary {
        background: #45aed6;
        border-color: #45aed6;
    }

        .btn.btn-primary:hover, .btn.btn-primary:focus {
            background: #45aed6;
        }

    .btn.btn-signin {
        padding: 0px;
        font-weight: 700;
        font-size: 14px;
        height: 36px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        border: none;
        -o-transition: all 0.218s;
        -moz-transition: all 0.218s;
        -webkit-transition: all 0.218s;
        transition: all 0.218s;
    }

.home-icon {
    float: left;
    display: table-cell;
    font-size: 32px;
    margin-left: 5px !important;
    padding-top: 12px;
    margin-right: 5px !important;
    color: #777;
}

    .home-icon:hover, .home-icon:focus {
        color:#45aed6 !important;
    }

@media (max-width:480px) {
    .home-icon {
        margin-left: 0px !important;
        margin-right: 0 !important;
        padding-top: 13px !important;
    }
}

#footer {
    padding-top: 30px;
    padding-bottom: 30px;
    color: #fff;
    background: #2e2e2e;
}

    #footer ul {
        list-style: none;
        padding: 0;
        margin: 0 -7.5px;
    }

        #footer ul > li {
            display: inline-block;
            margin: 0 7.5px;
        }

    #footer a {
        color: #fff !important;
    }

        #footer a:hover {
            color: #45aed6 !important;
            text-decoration: none !important;
        }

#header .navbar-default .navbar-nav > li > a, .navbar-default .navbar-text {
    color: #777 !important;
    font-weight: normal !important;
}

/*************************
*******Header******
**************************/
.navbar.navbar-default {
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
}

    .navbar.navbar-default .navbar-toggle {
        margin-top: 15px;
    }

    .navbar.navbar-default .navbar-brand {
        height: auto;
        padding: 10px 15px 8px;
    }

@media only screen and (min-width: 768px) {
    #main-menu.navbar-default {
        background: #FFF;
        /* background: rgba(255, 255, 255, 0.9);*/
        -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);
    }

        #main-menu.navbar-default .navbar-nav > li > a {
            padding-top: 25px;
            padding-bottom: 19px;
        }

        #main-menu.navbar-default .navbar-nav > li.active > a, #main-menu.navbar-default .navbar-nav > li.open > a, #main-menu.navbar-default .navbar-nav > li:hover > a {
            background: transparent;
            padding-top: 22px;
            border-top: 3px solid #45aed6;
        }
        /* #main-menu.navbar-default .dropdown-menu {
 padding: 0 20px;
 min-width: 220px;
 background-color: rgba(26, 28, 40, 0.9);
 border: 0;
 border-radius: 0;
 box-shadow: none;
 -webkit-box-shadow: none;
 background-clip: inherit;
}
 #main-menu.navbar-default .dropdown-menu > li {
 border-left: 3px solid transparent;
 margin-left: -20px;
 padding-left: 17px;
 -webit-transition: border-color 400ms;
 transition: border-color 400ms;
}
 #main-menu.navbar-default .dropdown-menu > li > a {
 border-top: 1px solid #404455;
 padding: 15px 0;
 color: #eeeeee;
}*/
        #main-menu.navbar-default .dropdown-menu > li:first-child > a {
            border-top: 0;
        }

        #main-menu.navbar-default .dropdown-menu > li.active, #main-menu.navbar-default .dropdown-menu > li.open, #main-menu.navbar-default .dropdown-menu > li:hover {
            border-left-color: #45aed6;
        }

            #main-menu.navbar-default .dropdown-menu > li.active > a, #main-menu.navbar-default .dropdown-menu > li.open > a, #main-menu.navbar-default .dropdown-menu > li:hover > a {
                color: #45aed6;
                background-color: transparent;
            }
}

#main-slider {
    overflow: hidden;
    position: relative;
}

    #main-slider .item {
        height: 558px;
        background-repeat: no-repeat;
        background-position: 50% 0;
        background-size: cover;
    }

.inner-pages #main-slider {
    height: inherit !important;
}

    .inner-pages #main-slider .item {
        height: 258px;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: cover;
    }

#main-slider .slider-inner {
    position: absolute;
    font-size: 18px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    text-shadow: 1px 1px 2px #404040;
}

#main-slider .slider-inner h2 {
    margin-top: 70px;
    font-size: 55px;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
}

.inner-pages #main-slider .slider-inner h2 {
    font-size: 59px;
    margin-top: 80px;
}

#main-slider .slider-inner h2 > span {
    color: #45aed6;
}

#main-slider .slider-inner .btn {
    margin-top: 10px;
}

#main-slider .owl-prev, #main-slider .owl-next {
    position: absolute;
    top: 30%;
    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;
    display: none;
}

#progressBar {
    margin-top: -4px;
    position: relative;
    z-index: 999;
    width: 100%;
    background: rgba(0, 0, 0, 0.1);
}

#cta {
    padding: 50px 0;
    background-color: #eeeeee;
}

    #cta h2 {
        margin-top: 0;
    }

    #cta .btn {
        margin-top: 40px;
    }

#cta2 {
    background: #242a33 url(../images/cta2/cta2-bg.jpg) no-repeat 50% 50%;
    background-size: cover;
    color: #fff;
    padding-top: 70px;
}

    #cta2 .btn {
        margin-top: 10px;
    }

    #cta2 h2 {
        color: #fff;
        font-size: 44px;
        line-height: 1;
    }

        #cta2 h2 > span {
            color: #45aed6;
        }

#vendors {
    padding: 50px 0;
}

    #vendors .media.service-box:first-child {
        margin-top: 80px;
    }

#channel {
    padding: 50px 0 75px;
}

.media.service-box {
    margin: 25px 0;
}

    .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 #d7d7d7;
            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);
    }

#portfolio {
    padding: 50px 0;
    background: #f5f5f5;
}

    #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 {
        width: 24.9%;
        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;
    }

        #portfolio .portfolio-item .portfolio-item-inner {
            position: relative;
        }

            #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;
                    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;
        }
/* 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(../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;
    }

#individuals {
    padding: 50px 0;
}

#work-process {
    padding: 100px 0 50px;
    background: #20222e url(../images/work-process/bg.jpg) no-repeat 0 0;
    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 #45aed6;
        border-radius: 100px;
        position: relative;
    }

        #work-process .icon-circle > span {
            border-style: solid;
            border-width: 2px;
            border-color: #45aed6;
            border-radius: 50%;
            background-color: #fff;
            position: absolute;
            width: 24px;
            height: 24px;
            line-height: 20px;
            top: -12px;
            color: #64686d;
        }

    #work-process h3 {
        margin-bottom: 50px;
    }

#developers {
    padding: 50px 0;
}

    #developers .team-member {
        padding: 13px;
        background: #eeeeee;
        border: 2px solid #eeeeee;
        transition: border-color 400ms;
        -webkit-transition: border-color 400ms;
    }

        #developers .team-member .team-img {
            margin: -15px -15px 0 -15px;
        }

        #developers .team-member .team-info {
            padding-bottom: 10px;
            border-bottom: 1px solid #dbdbdb;
            margin-bottom: 10px;
        }

        #developers .team-member:hover {
            border-color: #45aed6;
        }

            #developers .team-member:hover .social-icons > li > a {
                background: #45aed6;
            }

    #developers .social-icons {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        #developers .social-icons > li {
            display: inline-block;
        }

            #developers .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;
    }

.container.body-content {
    margin-top: 15px;
}
/* External css end*/