/*
  Theme Name: Bijoy - OnePage MultiPurpose HTML template
  Author: ThemeFast
  Version: 1.0
  Demo URL : http://themefast.net/html/tf/preview/bijoy
  Description: Bijoy is a clean and onepage multipurpose HTML template. The template is very user friendly platform also is suitable for creative professionals, photographers, web designers, freelancers, architect, and including bloggers can use this template. Bijoy is compatible with smartphones, tablets , desktop PCs, laptops, and all web browsers will be able to view your high-quality content. With the latest code, this template is ideal for portfolio, weblogs and enterprises of any kind, as this template is an incredible powerful and fun multipurpose template, suited to everyone.

*/

/*--  [Table of contents]

    1. Body
    2. Theme default CSS
    3. Header
    4. Slider
    5. Download
    6. Feature
    7. About Us
    8. Work
    9. Service
    10. Portfolio
    11. Dashboard
    12. Delegate Intake
    12.1  Delegate Browse
    13. Video
    14. Team
    15. Counter
    16. Pricing
    17. Testimonial
    18. Clients
    19. Blog
    20. contact
    21. Footer

----*/

/* Link default css*/
/*REMOVEME @import url('https://fonts.googleapis.com/css?family=Dosis:300,400,500,600,700|Open+Sans:300,400,600,700'); */
@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url('/css/font-awesome.min.css');
@import url('/css/owl.carousel.min.css');
@import url('/css/hamburgers.min.css');
@import url('/css/global.css');
@import url('/css/animate.css');
@import url('/css/bootstrap-social.css');

.contactform input, select, textarea {
    //max-width: 100%;
}

input,
textarea,
select,
.form-control {
    background: #fff !important;
    border-radius: 0.5em !important;
    padding-left: 0.5em !important;
}

label.error {
    color: #de1549;
    padding-top: 5px;
}

textarea {
    min-height: 120px;
}

/* 1. Body CSS*/
body {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-style: normal;
}

.img, img {
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
}

a, .button {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

    a:focus,
    .button:focus {
        text-decoration: none;
        outline: none;
    }

    a:focus, a:hover, .portfolio-cat a:hover, .footer-menu li a:hover {
        text-decoration: none;
    }

a, button {
    color: #444;
    outline: medium none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    color: #232332;
    margin-top: 0px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 1px;
    //text-transform: uppercase;
}

    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
        color: inherit;
    }

.space {
    height: 70px;
}

h1 {
    font-size: 40px;
    font-weight: 500;
}

h2 {
    font-size: 35px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none
}

p {
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    color: #555;
    margin-bottom: 15px;
}

hr {
    padding: 0px;
    border-bottom: 1px solid #333;
    border-top: 0px;
}

label {
    color: #444;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    font-weight: bold;
}

*::-moz-selection {
    background: #d6b161;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #555;
    color: #fff;
    text-shadow: none;
}

*::-moz-placeholder {
    color: #555555;
    font-size: 14px;
    opacity: 1;
}

*::placeholder {
    color: #555555;
    font-size: 14px;
    opacity: 1;
}

/* 2. Theme default CSS*/
.white-bg {
    background: #ffffff;
}

.gray-bg {
    background: rgba(0,0,0,0.05);
}

.transparent-bg {
    background: transparent;
}

.fix {
    overflow: hidden;
}

.floatright {
    float: right;
}

.floatleft {
    float: left;
}

.border-bottom {
    border-bottom: 1px solid #ccc;
}

.fix {
    overflow: hidden;
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

.height-100-vh {
    height: 100vh
}

.height-80-vh {
    height: 80vh !important
}

.height-70-vh {
    height: 70vh !important
}
/* Link in Images */
.test-bg {
    background: url(/img/bg/test-bg.jpg)
}

.paralax-bg {
    background: url(/img/bg/SunsetBeachCouple.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-1 {
    background: url(/img/bg/bg-1.jpg);
}

.bg-2 {
    /* Primary photo background */
    background: url(/img/bg/BWLandingV02a.JPG);
}

.bg-3 {
    /* photo background - transparent */
    background: url(/img/bg/BWLandingV02a-trans.jpg);
}

.bg-4 {
    /* Solid Background color*/
    background: rgba(0,0,0,0.05);
}

.bg-video {
    /* Primary photo background */
    background: url(/img/bg/video-logo-scene1.PNG);
}

.bg-1, .bg-2, .bg-3, .bg-4, .bg-5, .bg-video {
    background-clip: initial;
    //background-color: rgba(0, 0, 0, 0);
    background-origin: initial;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
}

.menu-item.active .disabled,
.account-container.active .disabled {
    color: #444;
}

.disabled {
    cursor: not-allowed;
    opacity: 0.5;
    text-decoration: none;
    opacity: 0;
}

.page-header {
    font-weight: bold;
    margin-bottom: 40px;
    text-align: center;
    border: none;
}

.tab-header {
    font-weight: bold;
    color: #999;
    margin-bottom: 5px;
}

.ui-tabs-tab {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.ui-tabs .ui-tabs-nav li {
    margin: 0;
    background: #fff;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 5px;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    width: 100%;
}

.ui-tabs .ui-tabs-nav {
    padding: 0;
    margin: 0;
}

.disabled:hover {
    color: #444;
}

.text-center {
    text-align: center !important;
}

.zero-opacity {
    opacity: 0 !important;
}

.panel {
    -webkit-box-shadow: 0 14px 40px -11px rgba(120,121,147,.55) !important;
    box-shadow: 0 14px 40px -11px rgba(120,121,147,.55) !important;
    border-radius: 20px;
    margin-bottom: 60px;
    padding: 20px 0;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.panel-heading,
.panel-heading p {
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
    font-size: 15px;
}

.panel-pagination {
    margin: 0 auto;
    margin-bottom: 20px;
    position: relative;
    z-index: 10;
}

    .panel-pagination:after {
        position: absolute;
        content: '';
        height: 2px;
        background: #00BABC;
        top: 15px;
        left: 0;
        width: 100%;
        z-index: -1;
    }

.pagination-dot {
    height: 30px;
    width: 30px;
    border: 2px solid #00BABC;
    border-radius: 50%;
    display: inline-block;
    background: #fff;
    transition: all 0.4s ease-in-out;
}

    .pagination-dot:not(:last-of-type) {
        margin-right: 30px;
    }

    .pagination-dot.active {
        background: #00babc;
    }

.context {
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

    .context:not(.active) {
        display: none;
    }

.panel .context-inner {
    text-align: center;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    opacity: 1;
}

    .panel .context-inner:not(.active) {
        opacity: 0;
        display: none;
    }

    .panel .context-inner .col-sm-6,
    .panel .context-inner .col-sm-12 {
        text-align: left;
    }

#home .hero-text {
    vertical-align: middle;
}

@media screen and (min-width: 1200px) {
    .container {
        width: 968px;
    }
}

/* File Upload */
.profile-pic-1,
.profile-pic-2,
.profile-pic-3 {
    max-width: 200px;
    max-height: 200px;
    display: block;
    position: relative;
    left: -37px;
}

.file-upload-1,
.file-upload-2,
.file-upload-3 {
    display: none !important;
}

.upload-container {
    position: relative;
}

.circle {
    overflow: hidden;
    width: 128px;
    height: 128px;
    border: 1px solid rgba(0, 0, 0, 0.7);
    position: relative;
    margin: 0 auto;
    background: rgba(0,0,0,0.1);
}

img {
    max-width: 100%;
    height: auto;
}

.p-image {
    position: absolute;
    top: 55px;
    left: 105px;
    color: #000088;
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
}

    .p-image:hover {
        transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
    }

.upload-button-1,
.upload-button-2,
.upload-button-3 {
    font-size: 1.2em;
}

    .upload-button-1:hover,
    .upload-button-2:hover,
    .upload-button-3:hover {
        transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
        color: #999;
    }


/* Default button style */

.blak-btn:hover {
    border: #000;
    color: #000;
}

.btn:not(.btn-social-icon, btn-social) {
    padding: 6px 25px;
    border-radius: 10px;
}

/*Main CSS Start From Here*/
/* 3. header area CSS */
header {
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 22;
}

.header-area {
    background: rgba(255,255,255,.50);
    border-bottom: 2px solid #00BABC;
}

.logo h4 {
    padding: 15px 0;
    transition: all 0.3s ease 0s;
    color: #fff;
    font-weight: 600;
    margin: 0;
}

.logo-black h4 {
    color: #000;
}

.sticky .logo h4 {
    color: #222;
    padding: 15px 0;
}

.menu-area {
    float: right;
}

    .menu-area ul {
    }

        .menu-area ul li {
            float: left;
            margin: 0 25px;
            position: relative;
        }

            .menu-area ul li a {
                //color: #fff;
                display: block;
                font-size: 12px;
                padding: 27px 0;
                text-transform: uppercase;
            }

    .menu-area.menu-black ul > li > a {
        color: #000;
    }

    .menu-area.menu-black ul li:hover > a::before {
        opacity: 1;
    }

    .menu-area.menu-black ul li > a::before {
        background: #000 none repeat scroll 0 0;
        bottom: 23px;
    }

.sticky .menu-area ul > li > a {
    padding: 23px 0;
    color: #222;
}

.menu-area ul li:hover > a::before {
    float: left;
    opacity: 1;
    width: 50%;
}

.menu-area ul li > a::before {
    background: #fff none repeat scroll 0 0;
    bottom: 23px;
    content: "";
    height: 1px;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    transition: all 0.3s ease 0s;
    width: 0;
}
/*EDITED*/
.menu-area ul li.active a {
    color: #143980;
}

.menu-item,
.account-container {
    display: inline-block;
    padding-top: 10px;
    margin-right: 12px;
    font-weight: bold;
}

    .account-container img {
        width: 40px;
        border-radius: 50%;
    }

.sticky .header-area .menu-area ul li.active a {
    color: #00BABC;
}

.sticky .header-area .menu-area nav ul li > a:before {
    background: #000 none repeat scroll 0 0;
    bottom: 23px;
}

.sticky {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 -1px 0 #f5f5f5 inset;
    left: 0;
    margin: auto;
    position: fixed;
    top: 0;
    transition: height 0.3s ease-out 0s, background 0.3s ease-out 0s, box-shadow 0.3s ease-out 0s;
    width: 100%;
    z-index: 1030;
}

.header-fixed {
    left: 0;
    position: absolute;
    right: 0;
    z-index: 1030;
}

.hamburger {
    float: right;
    margin-left: 20px;
    margin-top: 24px;
    padding: 0;
    transition: all 0.3s ease 0s;
}

.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
    height: 2px;
    width: 30px;
}

    .hamburger-inner::before {
        top: -8px;
    }

.hamburger--collapse .hamburger-inner::after {
    top: -16px;
}

.hamburger-menu {
    float: right;
    margin-right: -30px;
    opacity: 0;
    transition: all 0.3s ease 0s;
    visibility: hidden;
}

nav.nav-menu-show {
    margin-right: 0;
    opacity: 1;
    visibility: visible;
}

.sticky .hamburger {
    margin-top: 17px;
}

.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
    background-color: #ffffff;
}

.sticky .hamburger-inner, .sticky .hamburger-inner::after, .sticky .hamburger-inner::before {
    background-color: #222;
}

.notify-dot .n1[data-count]::after {
    position:absolute;
    right:10%;
    top:8%;
    content: attr(data-count);
    font-size:40%;
    padding:.2em;
    border-radius:25px;
    line-height:1em;
    color: white;
    background:rgba(255,0,0,.85);
    text-align:center;
    min-width: 2em;
    font-weight: normal;
}

/* 4. Slider area CSS */
.slider img {
    width: 100%;
    height: 100vh;
}

.slider-area {
}

.hero-caption {
    display: table;
    height: 100vh;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 100%;
}

.hero-text {
    display: table-cell;
    height: 100%;
    position: relative;
}

.slider-hero-text {
    font-family: sans-serif;
    padding: 10px 0;
    text-transform: none;
}

    .slider-hero-text b {
        color: #27ae60;
    }

.slider-content {
    text-align: center;
}

    .slider-content h2 {
        color: #fff;
        font-size: 40px;
        font-weight: 400;
        letter-spacing: 0;
        opacity: 0.9;
    }

    .slider-content > p {
        color: #fff;
        font-size: 16px;
        padding: 5px 0 15px;
    }

.slider-wrapper {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

    .slider-wrapper h4 {
        color: #ddd;
        font-size: 27px;
        font-weight: 500;
        margin-bottom: 15px;
    }

    .slider-wrapper span {
        font-size: 35px;
        font-weight: 400;
        letter-spacing: 3px;
    }

.main-slider {
    height: 100vh;
}

.main-slider-content {
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
}

    .main-slider-content h3 {
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 20px;
    }

    .main-slider-content h2 {
        font-size: 40px;
        font-weight: 500;
        letter-spacing: 5px;
        margin-top: 15px;
    }

    .main-slider-content p {
        width: 60%;
    }

.slider-active.owl-carousel {
    position: relative;
}

    .slider-active.owl-carousel .owl-nav div {
        background: #000 none repeat scroll 0 0;
        font-size: 15px;
        height: 40px;
        line-height: 39px;
        opacity: 0.4;
        position: absolute;
        text-align: center;
        top: 50%;
        transform: translateY(-50%);
        width: 40px;
        visibility: hidden;
        transition: .4s;
    }

.slider-active:hover.owl-carousel .owl-nav div {
    visibility: visible;
}

.slider-active.owl-carousel .owl-nav .owl-prev {
    left: 15px;
}

.slider-active.owl-carousel .owl-nav .owl-next {
    right: 15px;
}

.cd-headline.clip.is-full-width > span {
    font-family: open sans;
    font-size: 40px;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: none;
}

.cd-headline {
    color: #fff;
    padding: 10px 0;
}

.cd-words-wrapper > b {
    color: #27ae60;
    font-weight: 600;
}
/* 5. Download area CSS */
.call-to-action > h3 {
    font-weight: 500;
    letter-spacing: 1.5px;
}

.call-to-action > p {
    margin: 0;
}

.call-to-action a {
    margin-top: 15px;
}
/* 6. Feature area CSS */
.feature-area {
}

.feature-wrapper {
}

.feature-box {
}

    .feature-box:hover .feature-box-icon span {
        //color: #27ae60;
    }

    .feature-box:hover .feature-box-title h4 {
        //color: #27ae60;
    }

.feature-box-icon {
}

    .feature-box-icon span {
        //color: #444;
        color: #000088;
        font-size: 40px;
        font-weight: bold;
        padding-bottom: 15px;
        transition: all 0.4s ease 0s;
    }

.feature-box-title {
}

    .feature-box-title h4 {
        color: #000;
        font-family: sans-serif;
        padding: 10px 0;
        text-transform: none;
        transition: all 0.4s ease 0s;
    }

.feature-box-text {
}

    .feature-box-text p {
    }

/* 7. About Us */
.about-area h4 {
    //font-size: 12px;
    //font-weight: 500;
}

h4.about-title {
    //font-size: 21px;
    //font-weight: 500;
    //padding-bottom: 5px;
}

.about-area p {
    //font-size: 13px;
    //line-height: 25px;
}

.skill > h2 {
    padding-bottom: 15px;
    font-weight: 600;
}

.skill.upcase > h4 {
    font-size: 12px;
    font-weight: 400;
    padding-bottom: 2px;
}

.skill span {
    float: right;
}

.progress {
    background-color: #ddd;
    border-radius: 0;
    box-shadow: none;
    height: 3px;
    margin-bottom: 14px;
}

    .progress .progress-bar {
        background-color: #000;
        box-shadow: none;
        line-height: 4px;
    }
/* 8. Work area CSS */
.section-title {
}

    .section-title h2 {
        padding-bottom: 30px;
        text-transform: none;
        //letter-spacing: 2px;
        padding-bottom: 10px;
        font-size: 22px;
    }

    .section-title p {
    }

.single-work {
}

.work-icon {
}

    .work-icon i {
    }

.work-content {
}

.work-content-title {
    display: block;
    overflow: hidden;
}

    .work-content-title .bold-h1 {
        padding: 10px 13px;
    }

.work-content h1 {
    //background: #000 none repeat scroll 0 0;
    background: #000088 none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    float: left;
    font-size: 20px;
    line-height: 14px;
    margin-right: 10px;
    padding: 10px;
}

.work-content h3 {
    font-size: 20px;
    font-weight: 500;
    padding-top: 7px;
}

.work-content p {
    padding-left: 40px;
    margin-bottom: 30px;
}

#events .work-content p {
    padding-left: 0px;
    margin-bottom: 30px;
}
/* 9. Service area CSS */
.service-box {
    padding: 49px 40px 32px;
    text-align: center;
}

.service-icon {
}

    .service-icon span {
        background-color: #e6e6e6;
        border-radius: 50%;
        color: #3e3e3e;
        height: 46px;
        line-height: 46px;
        text-align: center;
        transition: all 0.4s ease 0s;
        width: 46px;
        display: inline-block;
        font-size: 18px;
        margin-bottom: 17px;
    }

.service-box:hover .service-icon span {
    background: #27ae60;
    color: #fff;
}

.service-content {
}

    .service-content h3 {
        font-size: 15px;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .service-content p {
        margin: 0;
    }
/* 10. Portfolio area CSS */
.home-portfolio-area {
    overflow: hidden;
}

.portfolio-menu {
    padding: 0 0 10px;
    text-align: center;
}

    .portfolio-menu button {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        border: medium none;
        color: #999;
        font-family: roboto;
        font-size: 15px;
        font-weight: 600;
        letter-spacing: 3px;
        padding: 0 15px;
        text-transform: uppercase;
        transition: .4s;
    }

        .portfolio-menu button:hover {
            color: #000;
        }

    .portfolio-menu .active {
        color: #000;
    }

.single-portfolio-box {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

    .single-portfolio-box a {
        display: block;
    }

.portfolio-content {
    background: #000 none repeat scroll 0 0;
    bottom: 0;
    color: #ffffff;
    padding: 30px 0 7px 30px;
    position: absolute;
    text-align: left;
    transform: translateY(100%);
    width: 100%;
}

    .portfolio-content h4 {
        color: #fff;
        font-weight: 600;
        padding-bottom: 10px;
        text-transform: capitalize;
    }

    .portfolio-content p {
        font-size: 14px;
        color: #aaaaaa;
    }

.single-portfolio-box:hover .portfolio-content {
    opacity: 0.7;
    top: 0;
    transform: translateY(0px);
    transition: all 0.5s ease 0s;
}

.portfolio-img {
    top: 0;
    overflow: hidden;
    transition: .3s;
}

    .portfolio-img > img {
        height: 100%;
        max-height: 100%;
        overflow: hidden;
        width: 100%;
    }

.single-portfolio-box:hover .portfolio-img {
    transform: scale(1.2);
    transition: .3s;
}

/* 10. Dashbaord area CSS */

.dashboard {
    margin-top: 78px;
    padding-top: 40px;
}

    @media (max-width: 480px)  {
        .dashboard {
            margin-top: 150px;
            padding-top: 40px;
        }
    }

    .dashboard h3 {
        font-weight: bold;
        margin-bottom: 40px;
    }

    .dashboard h4 {
        margin-bottom: 30px;
    }

    .dashboard .slider-button {
        padding-bottom: 30px;
    }

    .dashboard .info-panel .steps-to-complete p {
        margin-bottom: 0;
        font-weight: bold;
    }

    .dashboard .steps-to-complete {
        padding-top: 40px;
        position: relative;
    }

        .dashboard .steps-to-complete .col-sm-6 {
            position: relative;
        }

            .dashboard .steps-to-complete .col-sm-6:not(:last-child):before,
            .dashboard .steps-to-complete .col-sm-6:not(:last-child):after {
                position: absolute;
                right: 0;
                top: 50%;
                content: '';
                height: 30px;
                width: 4px;
                background: #999;
            }

            .dashboard .steps-to-complete .col-sm-6:not(:last-child):before {
                transform: rotate(315deg);
                -o-transform: rotate(315deg);
                -moz-transform: rotate(315deg);
                -webkit-transform: rotate(315deg);
                top: 20px;
            }

            .dashboard .steps-to-complete .col-sm-6:not(:last-child):after {
                transform: rotate(-315deg);
                -o-transform: rotate(-315deg);
                -moz-transform: rotate(-315deg);
                -webkit-transform: rotate(-315deg);
            }

/* 12. Delegate Intake area CSS */

.intake-heading {
    font-size: 1.1em;
    font-weight: bold;
    text-align: center;
    color: #888;
    margin-bottom: 5px;
}

.delegate-intake {
    margin-top: 78px;
}

    @media (max-width: 480px)  {
        .delegate-intake {
            margin-top: 150px;
            padding-top: 40px;
            margin-bottom: 200px;
        }
    }

    .delegate-intake .panel {
        padding: 15px;
    }

        .delegate-intake .panel .row {
            margin-left: 0;
            margin-right: 0;
        }

    .delegate-intake .form-item {
        margin-bottom: 25px;
    }

.delegate-intake .panel .panel-default {
    padding: 5px;
}

.approval-request {
    padding-top: 80px;
}

    .approval-request.delegate-request {
        padding-top: 80px;
    }

    .approval-request .approval-center .panel-info {
        width: 85%;
        margin: 0 auto;
    }

        .approval-request .approval-center .panel-info p {
            padding-top: 5px;
            padding-bottom: 5px;
        }

    .approval-request .approval-center .form-item {
        padding-top: 30px;
    }

    .approval-request .approval-center .panel-submit {
        text-align: center;
        margin: 0 auto;
    }



/* 12.5 Delegate Browse area CSS */


.browse {
    margin-top: 78px;
}

    .browse .tab-container .tab {
        display: inline-block;
        padding-left: 20px;
        padding-right: 20px;
        cursor: pointer;
    }

        .browse .tab-container .tab p {
            font-size: 17px;
            color: #333;
        }

        .browse .tab-container .tab.active p {
            font-weight: bold;
            text-decoration: underline;
        }

    .browse .card {
        width: 100%;
    }

    .browse .container-fluid {
        max-width: 1200px;
        margin: 0 auto;
    }

    .browse .panel.card {
        -webkit-box-shadow: 0 7px 20px -6px rgba(120,121,147,.55) !important;
        box-shadow: 0 7px 20px -6px rgba(120,121,147,.55) !important;
        border-radius: 20px;
        margin-bottom: 60px;
        transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        outline: none;
        padding: 0;
    }

    .browse .slick-cloned {
        -moz-transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
    }

    .browse .card .row:not(.info) {
        padding: 20px;
        padding-top: 10px;
    }

    .browse .card .info {
        padding: 20px;
        padding-bottom: 0;
    }

    .browse .card .col-sm-4 {
        margin: 0 auto;
        text-align: center;
    }

    .browse .card .btn {
        padding: 5px 15px;
        margin-top: 0;
    }

    .browse .card .card-image,
    .browse .card .card-image img {
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
    }

    .browse .active-card {
        transform: scale(1.15);
        -o-transform: scale(1.15);
        -moz-transform: scale(1.15);
        -webkit-transform: scale(1.15);
        position: relative;
        z-index: 10;
    }

    .browse .cards {
        margin: 60px 30px;
        position: relative;
        margin-top: 20px;
    }

.img-fluid {
    max-width: 100%;
    height: auto;
}

.browse .slick-track {
    margin: 40px 0 !important;
}

/* 13. Video area CSS */
.video-area {
    position: relative;
}

    .video-area:before {
        background: #000 none repeat scroll 0 0;
        content: "";
        height: 100%;
        left: 0;
        opacity: 0.5;
        position: absolute;
        top: 0;
        width: 100%;
    }

.video-icon-view.text-center {
    margin: 60px 0;
    text-align: center;
}

.play-btn {
    animation: 1.2s cubic-bezier(0.8, 0, 0, 1) 0s normal none infinite running pulse;
    background-color: transparent;
    border: 2px solid #000000;
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(194, 244, 246, 0.7);
    color: #000000;
    display: inline-block;
    font-size: 18px;
    height: 75px;
    line-height: 72px;
    margin: 0 20px;
    padding: 0 0 0 5px;
    position: relative;
    text-align: center;
    width: 75px;
    border-color: #ffffff;
    color: #ffffff;
}

@-webkit-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(194, 244, 246, 0);
    }
}

@keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(194, 244, 246, 0);
    }
}

/* 14. Team area CSS */
.team-member {
    position: relative;
}

    .team-member > img {
        filter: grayscale(100%);
        width: 100%;
    }

    .team-member::before {
        background: transparent none repeat scroll 0 0;
        content: " ";
        display: block;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
        width: 100%;
        z-index: 1;
    }

.team-wrapper:hover .team-member::before {
    background: rgba(33, 40, 45, 0.55);
}

.team-info {
    padding: 15px 0;
}

.team-text-icon {
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    opacity: 0;
    transition: all .3s ease 0s;
}

.team-info {
    padding: 15px 0;
}

.team-icon > a {
    border: 1px solid transparent;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    width: 40px;
    border-radius: 50%;
    margin: 0 10px;
}

    .team-icon > a:hover {
        background: #27ae60 none repeat scroll 0 0;
        color: #fff;
    }

.team-wrapper:hover .team-icon > a {
    margin: 0 5px;
}

.team-wrapper:hover .team-text-icon {
    opacity: 1;
}

.team-info h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
}

.team-info span {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
}

.team-member > img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}
/* 15. Counter area CSS */
.single-counter {
    padding-bottom: 20px;
}

    .single-counter span {
        color: #444;
        font-size: 40px;
        margin-bottom: 20px;
    }

    .single-counter h2 {
        font-weight: 400;
        letter-spacing: 5px;
    }

    .single-counter h5 {
        font-weight: 500;
        letter-spacing: 3px;
        padding-top: 10px;
    }
/* 16. Pricing Area CSS */

.pricing-table {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 1px 1px #eee;
    position: relative;
    text-align: center;
    margin: 10px 0 0;
}

.pricing-title, .pricing-action {
    padding: 25px 0;
}

    .pricing-title h6 {
        font-weight: 700;
        letter-spacing: 1px;
        margin: 0 0 10px;
        text-transform: uppercase;
    }

.pricing-price {
    border-bottom: 1px solid #f5f5f5;
    border-top: 1px solid #f5f5f5;
    padding: 20px 0;
}

    .pricing-price .price-unit {
        color: #222222;
        font-size: 54px;
        text-transform: uppercase;
    }

.price-unit > span {
    font-size: 22px;
    letter-spacing: 2px;
    line-height: 3.5;
    vertical-align: top;
}

.pricing-features ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

    .pricing-features ul li:nth-child(2n+1) {
        background: #f8f8f8 none repeat scroll 0 0;
    }

    .pricing-features ul li {
        border-bottom: 1px solid #f5f5f5;
        padding: 8px 0;
        font-size: 14px;
        color: #999;
    }

/* 17. Testimonial Area CSS */
.testimonial-section {
}

.testimonel-section .container {
    margin-top: -25px;
}

.testimonel-item {
    text-align: center;
}

    .testimonel-item h2 {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 5px;
        position: relative;
    }

    .testimonel-item h3 {
        font-size: 13px;
        margin-bottom: 15px;
        color: #888888;
        font-weight: 400;
        text-transform: uppercase;
        letter-spacing: 0.06em;
        position: relative;
    }

    .testimonel-item p {
        position: relative;
        padding: 20px 20px 0;
        margin-bottom: 0;
    }

        .testimonel-item p:after {
            position: absolute;
            content: "\f10d";
            font-family: 'FontAwesome';
            top: 18px;
            left: 0;
        }

        .testimonel-item p:before {
            position: absolute;
            content: "";
            width: 40px;
            height: 4px;
            top: 0;
            left: 50%;
            margin-left: -20px;
            background: #333;
            border-radius: 5px;
        }

.testimonel-img {
    border-radius: 50%;
    margin: 0 auto 15px;
    overflow: hidden;
    width: 120px;
}

    .testimonel-img img {
        border-radius: 50%;
    }

.owl-nav {
    text-align: center;
    margin-top: 20px;
}

    .owl-nav div {
        width: 40px;
        height: 40px;
        display: inline-table;
        text-align: center;
        margin: 0 5px;
        border-radius: 50%;
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
        transition: all 0.6s;
    }

        .owl-nav div i {
            display: table-cell;
            vertical-align: middle;
            font-size: 18px;
        }

        .owl-nav div:hover {
            background: #333;
            color: #fff;
        }
/*18. Clients area CSS */
.owl-carousel .owl-item .img-clients img {
    width: inherit;
}

.clients-active.owl-carousel {
    position: relative;
}

    .clients-active.owl-carousel .owl-nav div {
        background: #000 none repeat scroll 0 0;
        font-size: 15px;
        height: 40px;
        line-height: 39px;
        opacity: 0.4;
        position: absolute;
        text-align: center;
        top: 50%;
        transform: translateY(-50%);
        width: 40px;
        visibility: hidden;
        transition: .4s;
    }

.clients-active:hover.owl-carousel .owl-nav div {
    visibility: visible;
}

.clients-active.owl-carousel .owl-nav .owl-next {
    right: 0;
}
/* 19. Blog area CSS */
.readm-btn {
    position: absolute;
    width: 50px;
    height: 50px;
    display: table;
    background: #fff;
    right: 15px;
    bottom: -25px;
    text-align: center;
    color: #333 !important;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
    border-radius: 50%;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}

    .readm-btn i {
        vertical-align: middle;
        display: table-cell;
    }

    .readm-btn:hover {
        color: #fff !important;
        background: #333;
    }

.section-title h2 {
    font-weight: 500;
    //padding-bottom: 30px;
}

.single-blog-item {
    box-shadow: 0px 12px 30px rgba(0, 0, 0, 0.12);
    background: #fff;
    margin-bottom: 30px;
}

.blog-item-thumb {
    position: relative;
}

    .blog-item-thumb img {
        min-width: 100%;
    }

.blog-item-content {
    padding: 0 15px 5px;
}

    .blog-item-content h2 {
        font-size: 20px;
        margin: 30px 0 10px;
        font-weight: 600;
        transition: .4s;
    }

        .blog-item-content h2:hover {
            color: #888;
        }

    .blog-item-content h4 {
        font-size: 14px;
        margin-bottom: 10px;
        color: #7d7d7d;
        font-weight: 400;
        letter-spacing: 0.04em;
    }
/*Blog page CSS*/
.post {
    margin: 0 0 60px;
}

.post-meta {
    font-size: 15px;
    float: right;
}

.post-title, .post-title a {
    color: #111;
    font-size: 20px;
    font-weight: 400;
    margin: 10px 0 15px;
}

    .post-title a:hover {
        color: #999
    }

.post-thumbnail {
    margin: 0 0 25px;
}

.widget {
    margin: 0 0 40px;
}

    .widget form {
        position: relative
    }

.form-control {
    border: 2px solid #eee;
    border-radius: 2px;
    box-shadow: none;
    color: #999999;
    font-size: 14px;
    height: 39px;
}

    .form-control:focus {
        border-color: #444;
    }

.widget form input {
}

.widget form button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    color: #666;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
}

.widget-title {
    font-weight: 600;
    position: relative;
}

    .widget-title::before {
        border-bottom: 2px solid #eeeeee;
        bottom: 0;
        content: "";
        display: block;
        position: absolute;
        width: 100%;
    }

    .widget-title::after {
        border-bottom: 2px solid #666;
        content: "";
        display: block;
        margin: 20px auto 25px 0;
        position: relative;
        width: 35px;
        z-index: 1;
    }

.icons-list > li {
    border-top: 1px solid #eee;
    padding: 10px 0;
}

    .icons-list > li:first-child {
        border: 0 none;
        padding-top: 0;
    }

.icons-list a {
    color: #999999;
}

    .icons-list a:hover {
        color: #444;
    }

.widget-posts-image {
    float: left;
    width: 44px;
}

.widget-posts-body {
    margin-left: 58px;
}

.widget .recent-posts > li {
    border-top: 1px solid #eee;
    overflow: hidden;
    padding: 10px 0;
}

.widget-posts-image img {
    max-width: 100%;
}

.widget .recent-posts > li:first-child {
    border: 0 none;
    padding-top: 0;
}

.widget-posts-title {
    font-size: 12px;
    font-weight: 600;
    margin: 2px 0 3px;
}

.widget-posts-meta {
    font-size: 12px;
    opacity: 0.7;
}

ul.tags {
}

    ul.tags li {
        display: inline-block;
    }

        ul.tags li a {
            background: #f8f8f8 none repeat scroll 0 0;
            border-radius: 2px;
            color: #666;
            display: inline-block;
            font-size: 13px;
            margin: 0 0 6px;
            padding: 8px 12px;
            text-transform: capitalize;
        }

            ul.tags li a:hover {
                background: #000;
                color: #fff
            }

.post-content blockquote {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    padding: 30px 25px;
    border: 0;
}

    .post-content blockquote i {
        display: block;
        font-size: 24px;
        margin: 0 0 20px;
    }

.post.format-quote .post-content {
    background: #444 none repeat scroll 0 0;
    padding: 30px 25px;
}

.format-quote .post-content p {
    color: #fff;
    font-size: 18px;
    line-height: 34px;
}

.post-content footer {
    color: #fff;
}

blockquote.blockquote {
    background-color: #f6f6f6;
    border-left: 2px solid #464646;
    color: #666666;
    font-size: 14px;
    line-height: 26px;
    margin: 23px 0;
    padding: 14px 50px;
}

h3.leave-comment-text {
    border-bottom: 1px solid #5b5b5b;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 30px;
    padding-bottom: 10px;
}

.news-allreply {
    display: inline-block;
    float: left;
    text-align: center;
}

    .news-allreply img {
        border-radius: 100%;
        width: 100%;
    }

.nes-icon > a i {
    color: #666666;
    font-size: 14px;
    margin-top: 10px;
}

.blog-img-details {
    padding-left: 90px;
}

.blog-title > h3 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 6px;
    text-transform: capitalize;
}

.blog-title > span {
    color: #666666;
    display: block;
    margin-bottom: 7px;
}

.blog-middle-mrg {
    margin: 32px 0 33px 90px;
}

.leave-comment {
}

.leave-comment-text {
}

h3.leave-comment-text {
}

.leave-form {
}

    .leave-form input {
        background: transparent none repeat scroll 0 0;
        border: 1px solid #c1c1c1;
        color: #666666;
        font-family: "Lato",sans-serif;
        font-size: 14px;
        height: 35px;
        margin-bottom: 30px;
        padding: 0 20px;
        width: 100%;
    }

.text-leave textarea {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #c1c1c1;
    color: #666666;
    font-family: "Lato",sans-serif;
    font-size: 14px;
    height: 165px;
    margin-bottom: 30px;
    padding: 20px;
    width: 100%;
}
/* single posts */
blockquote.single-blockquote {
    background: #444;
}

    blockquote.single-blockquote p {
        color: #fff;
    }

.comments, .comment-form {
    margin-bottom: 70px;
}

.comment, .comment-content {
    position: relative;
}

.comment-avatar {
    float: left;
    margin: 5px 0 0;
    max-width: 70px;
    position: relative;
    z-index: 1;
}

    .comment-avatar::after {
        background: #f5f5f5 none repeat scroll 0 0;
        content: "";
        height: 2px;
        left: 70px;
        position: absolute;
        top: 34px;
        width: 20px;
        z-index: -1;
    }

    .comment-avatar img {
        border-radius: 50%;
        height: 70px;
        width: 70px;
    }

.comment-tools {
    padding: 0 30px;
    position: absolute;
    right: 0;
    top: 25px;
    z-index: 1;
}

    .comment-tools a {
        color: #666;
        margin: 0 0 0 15px;
    }

.comment-content {
    background: #f5f5f5 none repeat scroll 0 0;
    border-radius: 2px;
    margin: 0 0 35px 90px;
    padding: 30px;
    position: relative;
}

    .comment-content h5 {
        font-size: 16px;
        font-weight: 600;
    }

.comment-reply {
    margin-left: 90px;
}
/* Pagination */
.pagination > li {
    display: inline-block;
    margin-right: 2px;
}

    .pagination > li:first-child > a, .pagination > li:first-child > span {
        border-radius: 3px;
    }

    .pagination > li > a, .pagination > li > span {
        border: 2px solid #eeeeee;
        border-radius: 3px;
        color: #777777;
        display: block;
        float: none;
        padding: 8px 15px;
    }

.pagination > .active > a, .pagination > .active > span {
    background: #27cbc0 none repeat scroll 0 0;
    border-color: #27cbc0;
    color: #ffffff;
}

.pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > span:focus {
    background-color: #333;
    border-color: #333;
    color: #ffffff;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #333;
    border-color: #333;
    color: #fff;
    cursor: default;
    z-index: 3;
}
/* 20. contact */
.contact-form {
}

.contact-person > h4 {
    font-size: 19px;
    font-weight: 500;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.alt-content-box {
    margin: 25px 0;
    padding-left: 55px;
    position: relative;
}

.alt-content-box-icon {
    color: #111;
    font-size: 28px;
    height: 38px;
    left: 0;
    line-height: 38px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 38px;
}

.alt-content-box-title {
    margin-bottom: 18px;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 2px;
}

.input-lg {
    border-radius: 0;
    box-shadow: none;
    font-size: 12px;
    height: 35px;
    text-transform: uppercase;
}

.form-control:focus {
    box-shadow: none;
    border-color: #000;
}

.alt-content-box-icon i {
    font-size: 30px;
}

#map {
    height: 420px;
    width: 100%
}
/* 21. Footer */
.footer-area {
}

.footer-bg {
    background: #143980;
}

.footer-col-1 {
}

.footer-title {
}

    .footer-title h4 {
        color: #fff;
        font-weight: 500;
        letter-spacing: 5px;
        line-height: 20px;
        margin-bottom: 30px;
    }

.footer-content {
}

    .footer-content p {
        color: #888;
    }

    .footer-content span {
        color: #444;
        //font-size: 14px;
    }

    .footer-content a {
        color: #fff;
        //padding: 5px;
    }

.social-icon {
    //margin-bottom: 5px;
}

    .social-icon a {
        /* background: #fff none repeat scroll 0 0;
  color: #000;
  display: inline-block;
  font-size: 18px;
  height: 35px;
  line-height: 34px;
  margin: 0 10px 5px 0;
  text-align: center;
  transition: all 0.4s ease 0s;
  width: 35px;
*/
    }

        .social-icon a:hover {
            //background: #444 none repeat scroll 0 0;
            //color: #fff;
        }

.recent-posts {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

    .recent-posts > li {
        margin-bottom: 25px;
    }

    .recent-posts a {
        text-decoration: none;
    }

.footer-posts-body {
}

.footer-posts-title {
    color: #fff;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    margin: 2px 0 5px;
}

.recent-posts a {
    text-decoration: none;
}

.footer-posts-meta {
    color: #fff;
    font-size: 11px;
    opacity: 0.4;
}

.tagcloud > a {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 15px;
    color: #fff;
    display: inline-block;
    font-size: 10px;
    letter-spacing: 1px;
    line-height: 24px;
    margin: 10px 10px 5px 0;
    padding: 1px 15px;
    text-transform: uppercase;
}

.tagcloud a:hover {
    background: #fff none repeat scroll 0 0;
    color: #000;
}

.grey-bg {
    background: #00BABC;
}

.footer .copyright {
    font-size: 11px;
    font-weight: 700;
    margin: 0;
}

.copyright {
    color: #000;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.insta-image {
    float: left;
    margin-bottom: 15px;
    width: 33%;
}

    .insta-image img {
        width: 80%;
    }
/* scrollUp */
a#scrollUp {
    background: #444 none repeat scroll 0 0;
    bottom: 50px;
    color: #fff;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 50px;
    text-align: center;
    width: 40px;
}
/*---- [Preloader] */

.page-loader {
    background: #fff;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 9998;
}

.loader {
    background: #666;
    position: absolute;
    display: inline-block;
    height: 40px;
    width: 40px;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -20px;
    text-indent: -9999em;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: ball-scale 1s 0s ease-in-out infinite;
    animation: ball-scale 1s 0s ease-in-out infinite;
}

@-webkit-keyframes ball-scale {

    0% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes ball-scale {

    0% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

/* Errors & Validation */
.field-validation-error {
    color: #cb202a;
    font-weight: bold;
}


.environment-alert {
    font-weight: bold;
    font-size: 20px;
    color: black;
    background-color: red;
}


/* Facebook Login button on home page */
.slider-button .btn-facebook:hover {
    color: #fff;
    background-color: rgba(59,89,152,0.75);
    border-color: rgba(59,89,152,0.75);
}

.slider-button small {
    display: block;
    margin-top: 10px;
    font-size: 11px;
    font-weight: 300;
    color: #143980;
    //color: white;
}

.member-area small {
    display: block;
    margin-top: 10px;
    font-size: 11px;
    font-weight: 300;
    color: #143980;
}


/* Header area */
.menu-area .btn {
    background: rgba(255,255,255,0);
    border: none;
    font-size: 14px;
    font-weight: 400;
}

#menuBarAccountMenu img {
    padding: 0 5px;
    height: 50px;
}

#menuBarAccountMenuMobile ul li a {
    color: #555;
}

.menu-area .dropdown-menu > li > a {
    color: #143980;
    padding: 4px 0;
}

.sticky .menu-area .dropdown-menu > li > a {
    padding: 4px 0;
}

.bg-trans-20 > .container {
    //background: rgba(255,255,255,0.70);
}

.bg-3 p {
    color: #555;
}

.bg-4 .hero-text {
    padding-top: 80px;
}

.main-footer p {
    color: #555;
}


#friendsdisplay {
    text-align: center;
    padding: 10px 10px;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    //border: 2px solid blue;
    //border-radius: 25px;
    //background-color: rgba(255,255,255, 1);
    max-width: 800px;
}

    #friendsdisplay .bxslider {
        //text-align: center;
        display: inline-block;
    }

.bx-wrapper img {
    padding-bottom: 15px;
}

.bx-wrapper {
    margin-bottom: 0;
}

/* Center bxslider */
.bx-wrapper, .bx-window {
    margin-left: auto;
    margin-right: auto;
    border: none;
    box-shadow: none;
}
/* Center bxslider */
.pager {
    max-width: 720px !important;
}
/* Center bxslider */
#friendsdisplay .bxslider > li {
    margin-left: 0px !important;
}

.textcontent {
    color: #555;
    padding-top: 80px;
}

    .textcontent ul {
        margin-top: 0;
        margin-bottom: 10px;
        display: block;
        list-style-type: disc;
        -webkit-margin-before: 1em;
        -webkit-margin-after: 1em;
        -webkit-margin-start: 0px;
        -webkit-margin-end: 0px;
        -webkit-padding-start: 40px;
    }

    .textcontent li {
        list-style: disc;
    }

    .textcontent h1 {
        font-size: 2em;
    }

    .textcontent h2 {
        font-size: 1.5em;
    }




.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.text-align-center {
    text-align: center;
}


/* FAQ Accordian style */
.ui-accordion .ui-accordion-header {
    border: none;
    background: none;
}

.ui-accordion .ui-accordion-header-active {
    color: black;
}

.ui-state-active .ui-icon, .ui-button:active .ui-icon {
    color: black;
}

.ui-state-default {
    color: black;
}

.ui-accordion .ui-accordion-content {
    background: none;
    border: none;
}

.ui-accordion .ui-accordion-content-active {
    background: none;
    border: none;
}

.ui-accordion .ui-icon {
    background-image: url(/lib/jquery-ui/themes/base/images/ui-icons_444444_256x240.png);
    // color: black;
}

.ui-state-active .ui-icon, .ui-button:active .ui-icon {
    //background-image: url(/lib/jquery-ui/themes/base/images/ui-icons_444444_256x240.png);
}

.required::before {
    content: "* ";
    font-weight: bold;
    color: #333;
}


.scroll-down-note {
    width: 100%;
    background-color: rgba(255,255,255,0.50);
}

.btn {
    transition: all 0.4s ease-in-out;
}


.btn-orange {
    color: #fff;
    background-color: orange;
    border-color: orange;
}

.btn-cyan {
    color: #fff;
    border-color: #00BABC;
    background-color: #00BABC;
}

    .btn-cyan:hover {
        color: #00BABC;
        background-color: #fff;
    }

.btn-blue {
    color: #fff !important;
    border-color: #000088;
    background-color: #000088;
}

    .btn-blue:hover {
        color: #000088 !important;
        background-color: #fff;
    }

.btn-sub {
    padding: 20px 30px;
    border-radius: 10px;
}

.btn-cancel {
    border: 1px solid #999 !important;
    background: #fff;
    color: #999 !important;
    margin-top: 40px !important;
    padding: 10px 20px;
}

.btn-grey {
    background: #444;
    color: #ffffff;
    border: 1px solid #444;
}

    .btn-grey:hover {
        background: #fff;
        color: #444;
    }

.btn-light-gray {
    background: #ccc;
    color: #000;
    border: 1px solid #ccc;
}

    .btn-light-gray:hover {
        background: #fff;
        color: #000;
    }

.panel .btn {
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
}

.ui-tabs .ui-tabs-nav {
    margin: -26px;
    margin-top: -45px;
    background: transparent;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    border-bottom-color: transparent;
    border-top-color: transparent;
}

.ui-tabs .ui-tabs-panel {
    padding-top: 50px;
}

.bxslider {
    color: #fff;
    background-color: #00BABC;
}

.upcoming-events-content {
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    color: #555;
    //margin-bottom: 15px;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 1.25rem;
}

.card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
}

.header-area--managed-user {
    color: #003b46;
}
/* css end here */

