html, body {
    font-family: 'Open Sans', sans-serif;
    color: #555;
    font-size: 14px;
    line-height: 1.5;
}

p {
    margin-bottom: 20px;
}

h1, h2, h3, h4, h5, h6{
    margin-top: 0;
    font-weight: bold;
}

h1 {
    text-align: center;
    font-size: 60px;
}

h3 {
    text-align: center;
    text-transform: uppercase;

    font-size: 25px;
}

h4 {
    margin-top: 35px;
}
h5{
    font-size: 16px;
}

h6{
    font-size: 14px;

}
ul {
    padding-left: 0px;
    list-style: none;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
    color: #555;
}

a {
    text-decoration: none !important;
}

.text-primary {
    color: #0e558d;
}

table a {
    color: #5bc8ef;
}

a, .btn {
    outline: 0 !important;
    box-shadow: 0 0 0 transparent;
}

a {
    -webkit-transition: all 0.05s ease;
    -moz-transition: all 0.05s ease;
    -o-transition: all 0.05s ease;
    transition: all 0.5s ease;
}

.btn-primary {
    background-color: #5bc8ef;
    border-color: #44c0ed;
}

.btn-warning {
    background-color: #dab11b;
    border-color: #dab11b
}

.btn-info {
    background-color: #5bc8ef;
}

.btn {
    overflow: hidden;
    border-radius: 50px;
    box-shadow: 0 0 transparent;
    outline: 0 !important;
    position: relative;
    z-index: 1;
    -webkit-transition: border-color 0.5s, color 0.5s;
    transition: border-color 0.5s, color 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.btn:hover {
    -webkit-transition: 0s background-color 0.4s;
    -moz-transition: 0s background-color 0.4s;
    -o-transition: 0s background-color 0.4s;
    transition: 0s background-color 0.4s;
}

.btn:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 150%;
    height: 100%;
    z-index: -1;
    transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    transition: transform 0.5s, opacity 0.5s, background-color 0.5s;
    transform-origin: 0% 100%;
    -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    -webkit-transform-origin: 0% 100%;
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s, background-color 0.5s;
}

.btn-info:before {
    background-color: #31b0d5;
}

.btn-default:before {
    background-color: #f5f5f5;
}

.btn-warning:before {
    background-color: #ec971f;
}

.btn-danger:before {
    background-color: #c9302c;
}

.btn:hover:before {
    opacity: 1;
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: none;
}

.m-0 {
    margin: 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-25 {
    margin-top: 25px;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-0 {
    margin-bottom: 0;
}

.input-group-addon {
    border-radius: 0;
}

.datepicker.dropdown-menu {
    z-index: 9999 !important;
}

label {
    font-weight: normal;
}

/** header **/
.navbar {
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.nav.navbar-nav {
    margin-top: 10px;
    margin-left: 84px;
}

.navbar-right .btn,
.nav.navbar-nav {
    font-size: 18px;
    font-weight: 600
}

.navbar.navbar-default {
    background-color: #fff;
    width: 100%;
    -webkit-box-shadow: 0px -6px 14px #000;
    -moz-box-shadow: 0px -6px 14px #000;
    box-shadow: 0px -6px 14px #000;
    margin: 0;
    padding-bottom: 0;
    z-index: 999;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:active,
.navbar-default .navbar-nav > li > a:hover {
    color: #dab11b !important;
    background-color: transparent;
    border-bottom: 3px solid #dab11b;
}

.navbar-default .nav li a {
    padding: 15px 0 2px;
    margin: 0 15px;
    border-bottom: 3px solid transparent;
}

.navbar-default .nav li a.btn-global-enroll {
    padding: 5px 10px;
    margin-top: 10px;
    margin-left: 0;
    color: #fff;
    font-weight: 600;
    border: none;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;

}

.navbar-default .nav li a.btn-global-enroll:focus,
.navbar-default .nav li a.btn-global-enroll:active,
.navbar-default .nav li a.btn-global-enroll:hover {
    color: #fff !important;
}

.navbar-default .nav li a.btn-info:focus,
.navbar-default .nav li a.btn-info:active,
.navbar-default .nav li a.btn-info:hover {
    background-color: #31b0d5;
}

.navbar-default .nav li a.btn-warning:focus,
.navbar-default .nav li a.btn-warning:active,
.navbar-default .nav li a.btn-warning:hover {
    background-color: #ec971f;
}



.affix .brand-logo {
    height: 60px;  

}
.affix .brand-logo img{
    max-height: 50px
}

.affix .nav.navbar-nav {
    margin-top: 5px;
    margin-left: 20px;
}

.navbar-right {
    margin-top: 25px;
}

.affix .navbar-right {
    margin: 10px 0;
}
.brand-logo{
    display: table;
    height: 75px;
}
.brand-logo a{
    display: table-cell;
    vertical-align: middle;
}
.brand-logo img{
    max-height: 65px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.block{
    padding: 60px 0;
}
.what-we-do{
    text-align: center;
}

.what-we-do .col-sm-6{
    width: 25%;
}
.what-we-do .service-box .col-xs-6{
    width: 100%;
}
.what-we-do .service-box a{
   display: block;

}

.what-we-do .service-box .col-sm-5 a{
    border: 1px solid #eee;
    position: relative;
    height: 195px;
    margin-bottom: 20px;
    text-align: center;

}
.what-we-do .service-box img{
    max-height: 193px; 
    margin: 0 auto; 



}
.what-we-do .service-title h5 a{
       white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis;
    width: 200px;
    margin: 0 auto;
}
.what-we-do .service-box a.btn{
    display: inline-block;
}

.testimonial{
    text-align: center;    
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    color: #fff;
}
.testimonial:after{
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
.testimonial .container{
    position: relative;
    z-index: 3;
}

.dialog{
    max-width: 600px;
    margin: 0 auto;
}
.author-info .thumb-sm{
    width: 80px;
    height: 80px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0 auto 20px auto;
    overflow: hidden;

}
.testimonial .quote{
    display: none;
}
.testimonial-slider .slick-dots li{
    width: 10px;
}
.slick-dots li button:before{
    width: 10px;
    height: 10px;
    background-color: #ddd;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 0;
}
.slick-dots li.slick-active button:before{
    background-color: #5bc8ef;
}
h2.title{
    margin-bottom: 30px;
}
/* slider */

.bx-wrapper .bx-controls-direction a {
    display: none;
}

.slider-para,
.about-heading,
.about-para {
    text-align: center;
}

.button-login {
    border: 2px solid #ddd;
    padding: 9px 20px;
    color: #afafaf;
}

.button-enroll {
    padding: 9px 20px;
    border: 2px solid #5bc8ef;
}

.slider.slider-btn.button-learn {
    padding: 10px 30px;
}

.slider-underline {
    border-bottom: 3px solid #fff;
    margin: 15px 0;
}

.slider-heading {
    margin-top: 80px;
}

.slider-para {
    padding-top: 10px;
}

.slider-wrapper {
    position: relative;
}

.hero-content-wrap{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero-content {
    z-index: 1;
    position: inherit;
    height: 100%;
   
    width: 100%;
    top: inherit;
    color: #fff;
    text-align: center;
    display: table;
}
.hero-caption{
    display: table-cell;
    vertical-align: middle;
}
.hero-slider .container{
    height: inherit;
}
.hero-slider .hero-item{
    background-attachment: inherit;
}
.hero-slider .slick-dots{
    display: block !important;
    bottom: inherit;
    right: 15px;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 20px;

}
.hero-slider .slick-dots li{
    width: 15px;
    height: 15px;
    margin: 5px 0;
}
.hero-slider .slick-dots li button:before{
    width: 15px;
    height: 15px;
    font-size: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #ddd;
    opacity: 1;
}
.hero-slider .slick-dots li.slick-active button:before{
    background-color: #5bc8ef;
}

.heroslider .slider-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
}



/******* menu *****/
.navbar-nav .has_submenu{
    padding-right: 20px;
}

.navbar-nav .nav-arrow{
    color: #444;
    top: 10px;
}

.sub_menu{
    background-color: #fff;
    padding-left: 0;
    min-width: 240px;
    margin-top: 18px;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.navbar .nav-horizontal .sub_menu li a{
    padding: 10px 15px;
    display: block;
    color: #444 !important;
    font-size: 14px;
}

.slider-btn {
    margin-top: 50px;
}

.slider-wrapper .bx-wrapper .bx-viewport {
    background-color: #000;
    left: 0;
}

.slider-wrapper .bx-wrapper img {
    /* opacity: .5; */
}

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

.bx-wrapper .bx-viewport {
    border: 0;
}

.slider-wrapper .bx-wrapper .bx-pager {
    bottom: 2px;
}

.slider-wrapper .bx-wrapper .bx-pager a {
    background-color: #ddd;
}

.slider-wrapper .bx-wrapper .bx-pager a.active {
    background-color: #dab11b;
}

.slider-wrapper .slider-heading {
    margin-top: 23%;
}

.button-learn {
    padding: 10px 25px;
    color: #fff;
    background-color: #dab11b;
    border-color: #dab11b
}

.slider-para p {
    font-size: 23px;
    color: #fff;
    line-height: 30px;
}

/*About momentum css*/
.infographic h3,
.section h3 {
    margin-top: 0;
    margin-bottom: 40px;
}

.section.training-box {
    padding-top: 50px;
    padding-bottom: 40px;
}

.read-more-btn {
    font-weight: 600;
    text-transform: uppercase;
}

.vision-para {
    text-align: right;
}

.main-wrap {
    margin-top: 30px;
}

.wrap2 {
    padding-top: 25px;
}

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

.about-icon {
    margin-bottom: 33px;
    padding-right: 20px;
}

.about-item {
    clear: both;
    min-height: 150px;
}

.about-item .paragraph a {
    color: #5bc8ef;
}

.about-item .paragraph a:hover {
    text-decoration: none;
}

.about-item:hover a {
    color: #dab11b;
}

.about-item.text-center {
    margin-top: 0;
}

.about-item.text-center .about-icon {
    padding: 0;
    margin-bottom: 0;
}

.img-left {
    padding-left: 20px;
}

.about-heading .text-primary {
    margin-right: 10px;
}

.mission-vision{
    background-color: #5bc8ef;
}






/********* merchandise ***************/
.product-image-wrapper {
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #F7F7F5;
    overflow: hidden;
    margin-bottom: 30px;
}

.product-image-wrapper .single-products {
    border-radius: 5px;
    position: relative;
}

.product-image-wrapper .single-products .productinfo {
    border-radius: 5px;
    position: relative;
}

.product-image-wrapper .single-products .productinfo h2 {
    font-size: 16px;
}

.product-image-wrapper .single-products .productinfo h3 {
    margin-top: 0;
}

.product-image-wrapper .single-products .productinfo img {
    margin-bottom: 10px;
    padding: 5px;
}

.product-image-wrapper .single-products .product-overlay {
    border-radius: 5px;
    background: #0eb0e5;
    opacity: 0.95;
    top: 0;
    height: 0;
    position: absolute;
    transition: height 500ms ease 0s;
    width: 100%;
    display: block;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    z-index: 3;
}

.product-image-wrapper .single-products .product-overlay h2 {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 0 20px;
}

.product-image-wrapper .single-products .product-overlay .detail-link {
    border-radius: 0 0 4px 4px;
    display: block;
    padding: 10px;
    font-size: 16px;
    background-color: #000;
    border: 0;
    color: #fff !important;
}

.product-image-wrapper .single-products .product-overlay .detail-link:hover {
    background-color: #1a1a1a;
    color: #fff;
}

.product-image-wrapper .single-products .product-overlay .btn-default:before{
    background-color: transparent;
}

.product-image-wrapper .single-products .product-overlay .overlay-content {
    bottom: 0;
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
}

.product-image-wrapper .single-products .product-overlay .overlay-content h3 {
    margin-top: 0;
}

.product-image-wrapper .single-products .product-overlay .add-to-cart {
    background: #fff;
    border: 0 none;
    border-radius: 0;
    color: #00A99D;
    margin-bottom: 25px;
}

.product-image-wrapper .single-products .product-overlay .add-to-cart:hover {
    background: #f5f5f5;
    color: #00A99D;
}

.product-image-wrapper .single-products:hover .product-overlay {
    display: block;
    height: 100%;
}

.zoom-small-image img, .zoom-small-image, .box-info-product, .advanced-search, .category-products, .product-image-wrapper {
    border-radius: 5px;
}

.new, .sale {
    position: absolute;
    top: 0;
    right: 0;
}

.add-cart-lg {
    display: block;
    width: 100%;
}

.add-to {
    margin-bottom: 10px;
}

.add-to-cart i {
    margin-right: 5px;
}

.advanced-search {
    border: 1px solid #F7F7F5;
}

.advanced-search .form-control {
    background-color: #fff;
    border: 1px solid #dce4ec;
}

.card-section-wrap hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
    max-width: inherit;
}

.box-info-product {
    background: whitesmoke;
    border-width: 1px;
    border-style: solid;
    border-color: #efefef;
    border-image: initial;
    padding: 15px;
}

.product-color, .product-size, .product-quantity {
    margin-bottom: 15px;
}

.color-list {
    text-align: center;
    background: white;
    padding: 10px 10px 5px;
    margin: 0px;
}

.color-list li.selected {
    border-color: #00a99d;
}

.color-list li {
    display: inline-block;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    border-color: whitesmoke;
    border-image: initial;
    padding: 5px;
}

.color-pick {
    width: 20px;
    height: 20px;
    display: block;
}

.input-group-btn {
    padding: 0;
}

.input-group-btn .btn-default {
    height: 34px;
}

.btn-facebook {
    color: #fff;
    background-color: #3b5998;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-instagram {
    color: #fff;
    background-color: #3f729b;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-linkedin {
    color: #fff;
    background-color: #007bb6;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-facebook:hover,
.btn-instagram:hover,
.btn-linkedin:hover {
    opacity: 0.9;
    color: #fff;
}

.feature-thumb {
    margin-bottom: 30px;
}

.feature-thumb a {
    position: relative;
    display: block;
}

.feature-thumb a img {
    max-width: 100%;
    height: auto;
}

.feature-thumb a .feature-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    background: rgba(0, 0, 0, 0.23);
    padding: 8px 5px;
    text-align: center;
}

.feature-thumb a .feature-overlay span {
    font-size: 18px;
    display: block;
}

.feature-thumb a .feature-overlay .designation {
    font-size: 12px;
}

.feature-thumb a:hover .feature-overlay {
    bottom: 20px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.product-pic {
    text-align: center;
    position: relative;
    height: 250px;
}

.product-pic img {
    max-height: 250px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.zoom-small-image img {
    max-height: 246px;
}

.zoom-small-image {
    border: 1px solid #ccc;
    margin-bottom: 20px;
}

.input-group-btn .quantity-button {
    background-color: #fff;
    border: 1px solid #ccc;
    padding-left: 12px;
    padding-right: 12px;
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    border-left: none;
}

.workshop-image-item {
    height: 180px;
    line-height: 180px;
}

.workshop-image-item img {
    max-height: 178px;

}
.event-extra-detail li label{
  float: left;
  min-width: 80px;
}

.event-extra-detail li .txt-holder{
  display: inline-block;
  overflow: hidden;
}
.cart-list .button-box .btn.btn-primary{
    border-color: #eee !important;
}
























/*training section*/
.training-box .image-description {
    position: absolute;
    bottom: 60px;
    left: 0;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    right: 0;
    margin: auto;
    text-align: center;
    padding: 0 20px;
}

.training-box .workshop-img .workshop-image-item:hover .image-description {
    bottom: 90px;
}

.training-box .workshop-img .workshop-image-item {
    margin-bottom: 30px;
    border: 1px solid #ccc;
}

.training-box .workshop-image-item a {
    position: relative;
    display: block;
    background-color: #000;
}

.training-box .workshop-img .workshop-image-item img {
    width: 100%;
    opacity: 0.5;
}

.training-box .workshop-img .workshop-image-item:hover .image-description {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.training-box .workshop-img .workshop-image-item a:hover img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}


/******** service page css goes here *********/
.services-carousel .thumbnail{
    margin-bottom: 0;
    padding: 0;
}
.services-carousel .panel-footer{
    display: block;
}

.services-carousel .owl-nav{
    position: absolute;
    top: -40px;
    right: 0;
    width: 50px;
    font-size: 24px;
}
.services-carousel .owl-prev,
.services-carousel .owl-next{
    float: left;
    width: 20px;
    margin-left: 5px;
}
.border-left {
    border-left: 1px solid #dddddd;
}


.services-carousel.owl-drag .owl-item{
    width: 100%;
}


.service-box .service-title {
    margin-bottom: 10px;
}

.service-box .service-title h5 {
    margin-bottom: 5px;
}

.services-list-box .panel {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    overflow: hidden;
}

.services-list-box .panel .thumbnail {
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 0;
    border: none;
    height: 250px;
    display: table;
    width: 100%;
    border: 1px solid rgba(238, 238, 238, 0.5);
}
.services-list-box .panel .thumbnail a{
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.services-list-box .panel .thumbnail img {
    max-width: 100%;
    max-height: 250px;
    width: auto;
    height: auto;
}

.services-list-box .panel .panel-footer {
    background-color: #fff;
    text-align: left;
    position: relative;
}

.services-list-box .panel .panel-footer h4 {
    margin-bottom: 0;
    font-size: 17.9998px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 0;
    text-transform: capitalize;
}

.services-list-box .panel .panel-footer .hidden-link {
    position: absolute;
    top: 0;
    bottom: -142px;
    height: 100%;
    margin: auto;
    left: 0;
    right: 0;
    text-align: center;
    padding-top: 20px;
    font-size: 18px;
    font-weight: 400;
    background: #0eb0e5;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.services-list-box .panel a.panel-footer {
    /* color: #fff; */
    display: block;
}

.services-list-box .panel a.panel-footer span {
    font-size: 13px;
    color: #777;
}

.services-list-box .panel:hover .hidden-link {
    bottom: 0;
}
/* Newsletter css*/
.newsletter .form-control {
    border-radius: 30px;
    color: #fff;
}

.newsletter .form-group {
    width: 100%
}

.newsletter {
    background-color: #04314b;
}

.newsletter-heading {
    color: #fff;
    padding-top: 30px;
}

.newsletter-form {
    padding-bottom: 60px;
    padding-top: 20px;
}

.newsletter-form .form-control {
    height: 46px;
    background-color: #154f6c;
    border: 1px solid #04314b;
}

.newsletter-form .form-group .btn-lg {
    padding: 10px 40px;
}

/*infographics*/
.infographics-img {
    padding-top: 5px;
}

/*.infographic {
    background-color: #5bc8ef;

}*/

.infographic h3 {
    color: #fff;
    line-height: 32px;
}

.infographic .container {
    padding-left: 5px;
    padding-right: 5px;
}

.infographic .row {
    margin-left: -5px;
    margin-right: -5px;
}

.infographic [class*="col-"] {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.num-wrap {
    display: block;
    font-size: 22px;
    margin-bottom: 4px;
    color: #005284;
}

.infographic-title {
    font-size: 16px;
    display: block;
    font-weight: normal;
    height: 50px;
    overflow: hidden;
    color: #999;
}

.feature-box {
    background-color: #fff;
    color: #555;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
    cursor: pointer;
    position: relative;
    height: 170px;
    border-radius: 5px;
}

.verti-wrap {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

    /* display: table;
    height: 170px; */
}

.verti-content {
    /*   display: table-cell;
    vertical-align: middle; */
}

.all-box-wrapper .container {
    position: relative;
}

.all-box-wrapper [class*="col-"] {
    position: static;
    float: none;
    display: inline-block;
    width: 16.3%;

}

.feature-box-content {
    position: absolute;
    left: 0;
    overflow-y: hidden;
    width: 100%;

    padding: 0 !important;
    cursor: default;

    text-align: left;
    backface-visibility: hidden;

}

.feature-box-content-wrap {

    display: none;
    margin-bottom: 10px;

}

.show-content {
    display: block;

}

.inner-box-content {
    margin: 0 5px;
    background: #fff;
    padding: 20px;
    position: relative;
    margin-bottom: 2px;
    border-radius: 5px;

}

.inner-box-content p {
    margin-bottom: 0;
}

.inner-box-content a {
    color: #5bc8ef;
    font-weight: 600;
}

.feature-box-arrow {
    position: relative;
    background-color: #005284;
    color: #fff !important;
}

.feature-box:hover {
    background: #005284;
}

.feature-box-arrow span,
.feature-box:hover span {
    color: #fff !important;
}

.feature-box-arrow:active:after, .feature-box-arrow:before {
    bottom: -10px;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    z-index: 1;
    margin-left: -12px;

}

.feature-box-arrow:before {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #005284;

}

/* .feature-box-arrow:before {
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: #f5f5f5;
    border-width: 12px;
    margin-left: -12px;
    } */

    .download-app {
        padding-top: 70px;
    }

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

    .text-info {
        color: #5bc8ef;
    }

    .app-user {
        margin-top: 150px;
        font-size: 24px;
        text-align: center;

    }

    .app-user h3 {
        margin-bottom: 20px;
    }

    .app-user h4 {
        font-size: 24px;
        color: #000;
        margin-top: 0;
        margin-bottom: 60px;
    }

    /*footer css*/
    .copywrite p {
        text-align: center;
        color: #fff;
        border-top: 1px solid rgba(217, 237, 247, 0.1);
        font-size: 13px;
        padding: 12px 0;
        margin-top: 20px;
    }

    .footer {
        background-color: #151515 !important;
        border-color: #151515 !important;
    }

    .contact li a {
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .alert-success {
        border-color: #087a26;
        color: #09922d;
    }

    .success-message .alert p {
        color: #222;
    }

    .btn-group-lg > .btn, .btn-lg {
        border-radius: 50px;
        box-shadow: 0 0 transparent;
        outline: 0 !important;
    }

    .footer ul li i {
        color: #fff;
    }

    .footer ul li .fa-aw {
        padding-right: 24px;
    }

    .footer {
        color: #fff;
        padding: 20px 0;
    }

    .footer ul li a {
        color: #fff;
        padding: 2px 0px;
        display: block;
        word-break: break-all;
    }

    .footer ul li a:hover,
    .footer ul li a:active,
    .footer ul li a:focus {
        color: #dab11b;
        text-decoration: none;
    }

    .social ul li a span,
    .contact ul li a span {
        position: relative;
        display: inline-block;
        top: -5px;
    }

    .contact ul li span {
        position: relative;
        display: inline-block;
        top: -5px;
    }

    /* extra css*/
    .btn-lg {
        padding: 15px 30px;
    }

    .about-heading .text-info,
    .newsletter .text-info {
        color: #5bc8ef;
    }

    .head {
        font-size: 18px;
        text-transform: uppercase;
        color: #085989;
    }

    .section {
        padding: 70px 0;
    }

    .section.about-box {
        padding-bottom: 50px;
    }

    .background-btn {
        background-color: #F5EE07;
    }

    /* multilevel menu */
    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
        background-color: transparent;
    }

    .dropdown-menu {
        border: 0;
        border-radius: 0;
    }

    .navbar-default .nav li .dropdown-menu li a {
        margin: 0;
        padding: 5px 20px 5px 10px;
    }

    .dropdown-submenu {
        position: relative;
    }

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #fff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

    .dropdown-submenu.pull-left > .dropdown-menu {
        left: -100%;
        margin-left: 10px;
    }

    .navbar-default .navbar-toggle {
        border: 0;
        border-radius: 0;
    }

    .navbar-default .navbar-toggle:hover {
        background-color: #f5f5f5;
    }

    .navbar-toggle .icon-bar {
        width: 20px;
        height: 3px;
        border-radius: 0;
    }

    /** inner pages **/
    .inner-page-wrapper .page-header {
        padding: 30px 10px;
        margin: 0;
        background: url('../img/mea_wallpaper.jpg') no-repeat center center fixed;
    }

    .product-detail-wrapper h1{
    font-size: 26px;
    font-weight: 700;
    line-height: normal;
    margin: 0;
    padding: 0;
    text-align: left;
    color: #555;
    }

    .inner-page-wrapper .page-header h3 {
        margin: 0;
        color: #fff;
    }

    .inner-page-wrapper .inner-content {
        padding: 30px 0;
    }

    .inner-page-wrapper .inner-content h4 {
        color: #444;
        margin-top: 0;
    }

    .post-description ul li {
        list-style-type: disc;
    }

    .post-description ul {
        padding-left: 20px;
        margin-top: 10px;
    }

    .testimonial-wrapper .box-body {
        border-radius: 0;
        padding: 20px;
    }

    .bg-light-gray {
        background-color: #f5f5f5;
    }

    .box.box-border {
        border: 1px solid #d2d6de;
    }

    .box {
        position: relative;
        border-radius: 0;
        /*  background: #ffffff; */
        margin-bottom: 20px;
        width: 100%;
    }

    .box-footer {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
        border-top: 1px solid #eee;
        padding: 10px;
        background-color: #fff;
    }

    .testimonial-wrapper .box-footer .testimonail-img {
        margin-right: 5px;
    }

    .testimonial-wrapper .box-footer h4 {
        margin: 5px 0 0;
    }

    .scroller-content {
        overflow: auto;
        position: relative;
        margin-bottom: 15px;
        margin-right: 10px;
    /*   padding: 20px;
      background: #333;
      margin: 10px;
      width: 740px;
      max-width: 97%; */
      height: 550px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
  }

  .scroller-content .mCSB_outside + .mCSB_scrollTools {
    right: -17px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #5bc8ef;

}

.scroller-content.hidden {
    display: none;
}

.scroller-content.light {
    background-color: #ddd;
    color: #333;
}

.inner-page-wrapper .sidebar {
    margin-top: -30px;
    padding-top: 30px;
}

.modal-content {
    border-radius: 0;
}

#google-map .modal-body {
    padding: 0;
}

/* Custom Tab Navigation */
.nav-tabs-custom {
    margin-bottom: 20px;
    background: #fff;
    border-radius: 0px;
}

.nav-tabs-custom > .nav-tabs {
    margin: 0;
    border-bottom-color: #f4f4f4;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.nav-tabs-custom > .nav-tabs > li {
    border-top: 3px solid transparent;
    margin-bottom: -2px;
}

.nav-tabs-custom > .nav-tabs > li > a {
    color: #444;
    border-radius: 0;
    font-weight: 600;
}

.nav-tabs-custom > .nav-tabs > li > a.text-muted {
    color: #999;
}

.nav-tabs-custom > .nav-tabs > li > a,
.nav-tabs-custom > .nav-tabs > li > a:hover {
    background: transparent;
    margin: 0;
}

.nav-tabs-custom > .nav-tabs > li > a:hover {
    color: #999;
}

.nav-tabs-custom > .nav-tabs > li:not(.active) > a:hover,
.nav-tabs-custom > .nav-tabs > li:not(.active) > a:focus,
.nav-tabs-custom > .nav-tabs > li:not(.active) > a:active {
    border-color: transparent;
}

.nav-tabs-custom > .nav-tabs > li.active {
    border-top-color: #5bc8ef;
}

.nav-tabs-custom > .nav-tabs > li.active > a,
.nav-tabs-custom > .nav-tabs > li.active:hover > a {
    background-color: #fff;
    color: #444;
}

.nav-tabs-custom.bg-white > .nav-tabs > li.active > a,
.nav-tabs-custom.bg-white > .nav-tabs > li.active:hover > a {
    background-color: #fff;
}

.nav-tabs-custom > .nav-tabs > li.active > a {
    border-top-color: transparent;
    border-left-color: #f4f4f4;
    border-right-color: #f4f4f4;
}

.nav-tabs-custom > .nav-tabs > li:first-of-type {
    margin-left: 0;
}

.nav-tabs-custom > .nav-tabs > li:first-of-type.active > a {
    border-left-color: transparent;
}

.nav-tabs-custom > .nav-tabs.pull-right {
    float: none !important;
}

.nav-tabs-custom > .nav-tabs.pull-right > li {
    float: right;
}

.nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type {
    margin-right: 0;
}

.nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type > a {
    border-left-width: 1px;
}

.nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type.active > a {
    border-left-color: #f4f4f4;
    border-right-color: transparent;
}

.nav-tabs-custom > .nav-tabs > li.header {
    line-height: 35px;
    padding: 0 10px;
    font-size: 20px;
    color: #444;
}

.nav-tabs-custom > .nav-tabs > li.header > .fa,
.nav-tabs-custom > .nav-tabs > li.header > .glyphicon,
.nav-tabs-custom > .nav-tabs > li.header > .ion {
    margin-right: 5px;
}

.nav-tabs-custom > .tab-content {   
    padding: 20px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.nav-tabs-custom.bg-white > .tab-content {
    background-color: #fff;
}

.nav-tabs-custom .dropdown.open > a:active,
.nav-tabs-custom .dropdown.open > a:focus {
    background: transparent;
    color: #999;
}

.nav-tabs-custom.tab-primary > .nav-tabs > li.active {
    border-top-color: #5bc8ef;
}

.nav-tabs-custom.tab-info > .nav-tabs > li.active {
    border-top-color: #00c0ef;
}

.nav-tabs-custom.tab-default > .nav-tabs > li.active {
    border-top-color: #d2d6de;
}

.nav-tabs.centered > li, .nav-pills.centered > li {
    float: none;
    display: inline-block;
    *display: inline; /* ie7 fix */
    zoom: 1; /* hasLayout ie7 trigger */
}

.nav-tabs.centered, .nav-pills.centered {
    text-align: center;
}

/** Events **/
.image-description span {
    display: block;
    margin-bottom: 10px;
}

.image-description small.event-info {
    font-size: 12px;
    font-weight: 400;
    text-transform: none;
    display: block;
    line-height: 20px;
}

.post-banner {
    margin-bottom: 20px;
}

.event-list-hori ul {
    padding: 0;
}

.event-list-hori ul .eve-content-sm {
    padding: 10px 0px 5px;
}

.sidebar .event-list-hori .eve-content-sm h4 {
    margin-top: 0;
    margin-bottom: 5px;
    color: #5bc8ef;
    text-transform: none;
    font-size: 14px;
    font-weight: 600;
}

.sidebar .event-list-hori .eve-content-sm p {
    font-size: 12px;
    margin-bottom: 0;
    margin-top: 3px;
    color: #777;
}

.event-list-hori li {
    background-color: #f5f5f5;
    margin-bottom: 3px;
}

.event-list-hori li .img-box {
    margin-right: 15px;
}

.event-list-hori li .img-box img {
    width: 80px;
    height: 80px;
}

.sidebar a {
    color: #5bc8ef;
}

.stButton .stButton_gradient {
    height: 23px !important;
}

.stButton .stFb, .stButton .stTwbutton, .stButton .stMainServices {
    height: 25px !important;
}

/***  Enroll Users  ***/
/*
.skin-mea .nav-pills > li.active > a, .skin-mea .nav-pills > li.active > a:hover, .skin-mea .nav-pills > li.active > a:focus {
    border-top-color: transparent;
    background-color: #e3b81c;
}

.skin-mea .nav-pills > li > a {
    border-radius: 0;
    border: 1px solid #eee;
    color: #fff;
    background-color: #0e558d;
}

.bootstrap-wizard #wizard-bar {
    width: 100%;
    height: 5px;
}

.bootstrap-wizard .navbar ul li a {
    min-width: 137px;
    font-size: 12px;
    line-height: 1;
    font-weight: bold;
    min-height: 70px;
}

.bootstrap-wizard .navbar ul li {
    margin-right: 50px;
    position: relative;

}

.bootstrap-wizard .navbar ul li:after {
    content: "\f061";
    position: absolute;
    top: 50%;
    right: -34px;
    font-family: 'FontAwesome';
    font-size: 20px;
    margin-top: -12px;
}

.bootstrap-wizard .navbar ul li:last-child {
    margin-right: 0;
}

.bootstrap-wizard .navbar ul li:last-child:after {
    content: " ";
}

.bootstrap-wizard .level {
    font-size: 14px;
    margin-bottom: 5px;

}

.bootstrap-wizard .navbar ul li a span {
    display: block;
}

.bootstrap-wizard .pager {
    margin: 0;
}

.bootstrap-wizard .modal-footer {
    padding: 20px 0 10px;
    margin-top: 30px;
}

.bootstrap-wizard .label-container {
    background-color: #f5f5f5;
    padding: 15px 0 20px;
}
*/

/******** new enroll wizard *********/

.bootstrap-wizard-wrapper .navbar {
    background-color: transparent;
}

.bootstrap-wizard-wrapper .nav-pills > li.active > a, .bootstrap-wizard-wrapper .nav-pills > li.active > a:hover, .bootstrap-wizard-wrapper .nav-pills > li.active > a:focus {
    background-color: #FF5722;
    color: #fff !important;
}

.bootstrap-wizard-wrapper #wizard-bar {
    width: 100%;
    height: 5px;
}

.bootstrap-wizard-wrapper .navbar ul li a span {
    display: block;
}

.bootstrap-wizard-wrapper .pager {
    margin: 0;
}

.bootstrap-wizard-wrapper .modal-footer {
    padding: 20px 0 10px;
    margin-top: 30px;
}

.bootstrap-wizard-wrapper .label-container {
    background-color: #f5f5f5;
    padding: 15px 0 20px;
}

.bootstrap-wizard .navbar {
    min-height: inherit;
    margin-bottom: 0;
}

.bootstrap-wizard .navbar ul li {
    margin-right: 3px;
}

.bootstrap-wizard .navbar ul {
    margin-top: 8px;
}

.bootstrap-wizard .navbar ul li a {
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border-top: none;
    padding: 0;
    background-color: #eee;
}

.bootstrap-wizard .navbar ul li:last-child {
    margin-right: 0;
}

#enroll-user .modal-header h4.modal-title {
    margin-top: 0;
    display: inline-block;

}

.title-info {
    display: none;
    margin-right: 10px;
    font-weight: bold;
    font-size: 16px;
    color: #5bc8ef !important;
}

.minor-detail,
.community-detail,
.none-detail,
.iam-detail,
.community-mem-result {
    display: none;
}

/* .bootstrap-wizard-wrapper .nav-pills > li.active > a, 
.bootstrap-wizard-wrapper .nav-pills > li.active > a:hover, 
.bootstrap-wizard-wrapper .nav-pills > li.active > a:focus {
    background-color: #5bc8ef !important;
    } */

    .bootstrap-wizard .navbar ul li a:hover, 
    .bootstrap-wizard .navbar ul li.active a{
        background-color: #5bc8ef !important;
    }

    .title-list {
        padding-left: 1px;
        padding-right: 1px;
    }

    /******** end new enroll **********/

    .bootstrap-wizard h4 {
        color: #555;
        margin-top: 20px;
        font-weight: bold;
    }

    .form-horizontal .bootstrap-wizard label {
        text-align: left;
    }

    .form-horizontal .bootstrap-wizard .form-group {
        margin-right: 0;
        margin-left: 0;
    }

    .form-horizontal .bootstrap-wizard .checkbox-inline,
    .form-horizontal .bootstrap-wizard .radio-inline {
        padding-left: 0;
    }

    .tbl-payment {
        border: 1px solid #ddd;
    }

    .tbl-payment tbody tr td {
        border-top: none !important;
    }

    .bor-rt-verti {
        border-right: 1px solid #f1f1f1;
    }

    .payment-plan-options {
        display: none;
    }

    .payment-plan-options .button-checkbox .btn-default {
        min-width: 300px;

    }

    .payment-plan-options .btn-wrap-plan {
        max-width: 360px;
        margin: 0 auto;
    }

    .payment-details a.btn {
        width: 100%;
    }

    .support-doc {
        border: 1px solid #f1f1f1;
        margin-top: 10px;
        padding: 70px 10px 0 10px;
    }

    .support-doc #dZUpload .dz-message {
        margin-top: -52px;
        display: block;
    }

    .support-doc .dropzone .dz-preview {
        margin: 5px;
    }

    .support-doc .dropzone .dz-preview .dz-image {
        width: 100px;
        height: 100px;

    }

    .support-doc .dropzone {
        min-height: inherit;
        padding: 10px;
        border: none;

    }

    .support-doc .dropzone .dz-preview.dz-error .dz-error-message {
        display: none;
    }

    .supporting-documents li {
        margin-right: 10px;
        text-align: center;
        position: relative;
        border: 1px solid #ddd;
        display: block;
        width: 100px;
        height: 100px;
        float: left;
        display: table;
    }

    .supporting-documents li a {
        color: #555;

    }

    .supporting-documents li a .fa {
        line-height: 100px;
    }

    .supporting-documents li a img {
        max-height: 100px;
        width: auto;
        margin: 0 auto;
    }

    .support-content {
        display: table-cell;
        vertical-align: middle;

    }

    .supporting-documents li:last-child {
        margin-right: 0;
    }

    .terms-condi {
        height: 150px;
        overflow-y: scroll;
        margin-bottom: 20px;
        background-color: #fffbfb;
        padding: 10px;
        border: 1px solid #ddd;
    }

    .block-element {
        display: block;
    }

    .success-message .alert {
        padding: 20px;
    }

    .payment-plan-form .panel {
        border-radius: 0;
    }

    .payment-plan-form h4 {
        margin: 0;
        color: #333;
    }

    .payment-plan-form .panel-heading h5 {
        margin-bottom: 0;
        margin-top: 0;
        font-weight: bold;

    }

    .pay-with-card-form .form-group {
        margin-left: 0;
        margin-right: 0;
    }

    .pay-with-card-form h4 {
        margin-top: 0;
        color: #333;
    }

    .button-checkbox {
        text-align: center;
        margin: auto;
    }

    .btn-group-lg > .btn, .btn-lg {
        padding: 10px 16px;
        font-size: 18px;
    }

    .button-checkbox .btn-default:hover {
        background-color: #5bc8ef;
        border-color: #5bc8ef;
        color: #5bc8ef;
    }

    .button-checkbox .form-group input[type="radio"] {
        display: none;
    }

    .button-checkbox .form-group input[type="radio"] + .btn-group > label span:first-child {
        display: none;
    }

    .button-checkbox .form-group input[type="radio"] + .btn-group > label span:last-child {
        display: inline-block;
    }

    .button-checkbox .form-group input[type="radio"]:checked + .btn-group > label span:first-child {
        display: inline-block;
    }

    .button-checkbox .form-group input[type="radio"]:checked + .btn-group > label span:last-child {
        display: none;
    }

    .button-checkbox .btn-group > .btn:last-child:not(:first-child),
    .button-checkbox .btn-group > .dropdown-toggle:not(:first-child) {
        width: 251px;
        text-align: left;
    }

    .button-checkbox .btn-default {
        background-color: #eeeeee;
        border-color: #ddd;
        min-width: 280px;
    }

    .alert {
        border: 0;
        padding: 5px 10px;
        margin-bottom: 10px;
        border-radius: 0;
        font-weight: 600;
        font-size: 12px;
    }

    .alert-info {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1;
    }

    .select2-container--default.select2-container--focus,
    .select2-selection.select2-container--focus,
    .select2-container--default:focus,
    .select2-selection:focus,
    .select2-container--default:active,
    .select2-selection:active {
        outline: none;
    }

    .select2-container--default .select2-selection--single,
    .select2-selection .select2-selection--single {
        border: 1px solid #d2d6de;
        border-radius: 0;
        padding: 6px 12px;
        height: 34px;
    }

    .select2-container--default.select2-container--open {
        border-color: #5bc8ef;
    }

    .select2-dropdown {
        border: 1px solid #d2d6de;
        border-radius: 0;
    }

    .select2-container--default .select2-results__option--highlighted[aria-selected] {
        background-color: #5bc8ef;
        color: white;
    }

    .select2-results__option {
        padding: 6px 12px;
        user-select: none;
        -webkit-user-select: none;
    }

    .select2-container .select2-selection--single .select2-selection__rendered {
        padding-left: 0;
        padding-right: 0;
        height: auto;
        margin-top: -4px;
    }

    .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
        padding-right: 6px;
        padding-left: 20px;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 28px;
        right: 3px;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow b {
        margin-top: 0;
    }

    .select2-dropdown .select2-search__field,
    .select2-search--inline .select2-search__field {
        border: 1px solid #d2d6de;
    }

    .select2-dropdown .select2-search__field:focus,
    .select2-search--inline .select2-search__field:focus {
        outline: none;
        border: 1px solid #5bc8ef;
    }

    .select2-container--default .select2-results__option[aria-disabled=true] {
        color: #999;
    }

    .select2-container--default .select2-results__option[aria-selected=true] {
        background-color: #ddd;
    }

    .select2-container--default .select2-results__option[aria-selected=true],
    .select2-container--default .select2-results__option[aria-selected=true]:hover {
        color: #444;
    }

    .select2-container--default .select2-selection--multiple {
        border: 1px solid #d2d6de;
        border-radius: 0;
    }

    .select2-container--default .select2-selection--multiple:focus {
        border-color: #5bc8ef;
    }

    .select2-container--default.select2-container--focus .select2-selection--multiple {
        border-color: #d2d6de;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice {
        background-color: #5bc8ef;
        border-color: #44c0ed;
        padding: 1px 10px;
        color: #fff;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
        margin-right: 5px;
        color: rgba(255, 255, 255, 0.7);
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
        color: #fff;
    }

    .select2-container .select2-selection--single .select2-selection__rendered {
        padding-right: 10px;
    }

    .select2 {
        width: 100% !important;
    }

    .form-control {
        border-radius: 0;
        box-shadow: 0 0 0 transparent;
        outline: 0;
    }

    .form-control:active,
    .form-control:focus {
        outline: 0;
        box-shadow: 0 0 0 transparent;
    }

    .fa-asterisk {
        position: relative;
        top: -6px;
        font-size: 6px !important;
        color: #f57270;

    }

    .fa-times-circle-o {
        color: #f57270;
    }

    .form-group.has-error .form-control {
        border-color: #f57270;
        box-shadow: none;
        position: relative;
    }

    .form-group.has-error .help-block {
        color: #f57270;
    }

    .has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
        color: #f57270;
    }

    .form-group.has-error .help-block {
        position: absolute;
        top: 28px;
        font-size: 12px;
    }

    .form-group.has-error {
        margin-bottom: 25px;
    }

    /*** Organization Profile ***/
    .community-about-wrapper .community-mission-vision {
        background: #5bc8ef;
        padding: 40px;
        margin-bottom: 40px;

    }

    .community-about-wrapper h3 {
        margin-top: 0;
    }

    .community-about-wrapper .community-mission-vision p {
        font-weight: 600;
    }

    .community-about-wrapper .community-mission-vision .box {
        background: transparent;
        box-shadow: 0 0 0 transparent;
        border-radius: 0;
    }

    .community-about-wrapper .community-about .thumbnail {
        width: 200px;
        margin-right: 20px;
    }

    .community-about-wrapper .community-mission-vision .box.border-right {
        border-color: #44c0ed;
    }

    .community-about-wrapper .community-mission-vision .box .box-body {
        border-radius: 0;
        color: #fff;
    }

    .community-about-wrapper .what-we-do-box .box-body {
        padding: 40px;
        text-align: center;
        background: #f5f5f5;
        margin-top: 20px;
    }

    .thumbnail {
        border-radius: 0;
    }

    .community-about {
        margin-bottom: 30px;
    }

    /** social button **/
    .btn-facebook {
        color: #ffffff;
        background-color: #3b5998;
        border-color: rgba(0, 0, 0, 0.2);
    }

    .btn-facebook:focus,
    .btn-facebook.focus {
        color: #ffffff;
        background-color: #2d4373;
        border-color: rgba(0, 0, 0, 0.2);
    }

    .btn-facebook:hover {
        color: #ffffff;
        background-color: #2d4373;
        border-color: rgba(0, 0, 0, 0.2);
    }

    .btn-facebook:active,
    .btn-facebook.active,
    .open > .dropdown-toggle.btn-facebook {
        color: #ffffff;
        background-color: #2d4373;
        border-color: rgba(0, 0, 0, 0.2);
    }

    .btn-facebook:active,
    .btn-facebook.active,
    .open > .dropdown-toggle.btn-facebook {
        background-image: none;
    }

    .btn-facebook .badge {
        color: #3b5998;
        background-color: #ffffff;
    }

    .btn-instagram {
        color: #ffffff;
        background-color: #3f729b;
        border-color: rgba(0, 0, 0, 0.2);
    }

    .btn-instagram:focus,
    .btn-instagram.focus {
        color: #ffffff;
        background-color: #305777;
        border-color: rgba(0, 0, 0, 0.2);
    }

    .btn-instagram:hover {
        color: #ffffff;
        background-color: #305777;
        border-color: rgba(0, 0, 0, 0.2);
    }

    .btn-instagram:active,
    .btn-instagram.active,
    .open > .dropdown-toggle.btn-instagram {
        color: #ffffff;
        background-color: #305777;
        border-color: rgba(0, 0, 0, 0.2);
    }

    .btn-instagram:active,
    .btn-instagram.active,
    .open > .dropdown-toggle.btn-instagram {
        background-image: none;
    }

    .btn-instagram .badge {
        color: #3f729b;
        background-color: #ffffff;
    }

    .btn-linkedin {
        color: #ffffff;
        background-color: #007bb6;
        border-color: rgba(0, 0, 0, 0.2);
    }

    .btn-linkedin:focus,
    .btn-linkedin.focus {
        color: #ffffff;
        background-color: #005983;
        border-color: rgba(0, 0, 0, 0.2);
    }

    .btn-linkedin:hover {
        color: #ffffff;
        background-color: #005983;
        border-color: rgba(0, 0, 0, 0.2);
    }

    .btn-linkedin:active,
    .btn-linkedin.active,
    .open > .dropdown-toggle.btn-linkedin {
        color: #ffffff;
        background-color: #005983;
        border-color: rgba(0, 0, 0, 0.2);
    }

    .btn-linkedin:active,
    .btn-linkedin.active,
    .open > .dropdown-toggle.btn-linkedin {
        background-image: none;
    }

    .btn-linkedin .badge {
        color: #007bb6;
        background-color: #ffffff;
    }

    /** contact us **/
    .map-google {
        padding: 30px 0 50px;
    }

    .map-google iframe {
        width: 100%;
    }

    .contact-box {
        padding-bottom: 30px;
    }

    .map-google h4,
    .contact-box h4 {
        text-transform: uppercase;
        font-size: 20px;
    }

    .footer-contact ul li {
        margin-bottom: 10px;
    }

    .page-nav {
      padding-left: 0;
      list-style-type: none;
  }
  .page-nav li {
      margin-bottom: 2px;
  }
  .page-nav li.active a {
    background-color: #5bc8ef;
    color: #fff;
}
.page-nav li a {
  padding: 15px 20px 15px 35px;
  display: block;
  background-color: #f5f5f5;
  position: relative;
  color: #777777; 
}
.page-nav li a:after {
  content: "\f061";
  position: absolute;
  top: 15px;
  left: 20px;
  font-family: 'FontAwesome';
  font-size: 14px; 
}
.page-nav li a:hover {
    background-color: #5bc8ef;
    color: #fff;
}









/*** our team ***/

.our-team .member .member {
    margin-top: 150px;
}

.no-pad-hori {
    padding-right: 0;
    padding-left: 0;
}

.no-pad-hori .trainings-wrapper h4 {
    padding-left: 15px;
    padding-right: 15px;
}

.hide-one-item {
    display: none;
}

.our-clients {
    border-top: 5px solid #005690;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 5px solid #005690;
    margin-bottom: 50px;
}

.our-clients h4 {
    margin-bottom: 10px;
    font-size: 22px;
}

.our-clients .bx-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    text-align: center;

}

.our-clients .bx-wrapper img {
    margin: 0 auto;

}

.our-clients .bx-wrapper .bx-viewport {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}



.training-box h4 {
    margin-top: 10px !important;
    margin-bottom: 10px;
    font-weight: bold;
}

.professional-plan {
    word-wrap: break-word;
}

.professional-plan h4 {
    font-weight: bold;
}

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

.package-plan:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.plan-title {
    color: #fff !important;
    text-transform: uppercase;
    padding: 8px 10px;
    text-align: center;
    font-weight: normal;
    margin-top: 0;
}

.lowest .plan-pkg,
.lowest .plan-title {
    background-color: #edb529;
    color: #fff;
}

.plan-pkg {
    padding: 20px 0;
    margin-bottom: 0;
    color: #fff !important;
}

.plan-price {
    font-size: 30px;
    font-weight: bold;
    display: block;
    color: #0b5d91 !important;
}

.pkg-plan {
    font-size: 36px;
    font-weight: bold;
}

.lowest .pkg-plan {
    color: #edb529 !important;
}

.most-popular .plan-title {
    background-color: #0b5d91;
}

.most-popular .pkg-plan {
    color: #0b5d91 !important;

}

.best-vlu .plan-title {
    background-color: #23cbf8;

}

.best-vlu .pkg-plan {
    color: #23cbf8 !important;
}

/* restore your account page css goes here  */
.title-block {
    padding: 15px 0;
    background-color: #073d61;
    color: #fff;
    margin: 15px 0 30px 0;
}

.title-block h3 {
    font-size: 20px;
    font-family: Helvetica, arial, sans-serif;
    margin: 0;
    text-transform: inherit;
    font-weight: normal;
}

.step-block {
    border-bottom: 2px solid #f5f5f5;
    padding-bottom: 30px;
    margin-bottom: 30px;
    max-width: 320px;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.step-title p {
    font-size: 13px;
}

.step {
    font-size: 24px;
    display: inline-block;
    margin-bottom: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #dab11b;
    color: #fff;
    padding: 8px 25px;
}

.step-last {
    border-bottom: none;
    padding-bottom: 0;
}

.more-query {
    padding: 15px 0;
    background-color: #073d61;
    color: #fff;
}

.more-query .step-block {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

/* calendar page css goes here  */
.city-pic {
    display: block;
    position: relative;
    border: 0;
    margin-bottom: 20px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.city-caption {
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-backface-visibility: hidden;

}

.city-pic.active {
    padding: 10px;
    border: 3px solid transparent;

}

.city-pic:hover .city-caption {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.city-caption h3 {
    margin-top: 0;
    font-size: 20px;
}

.city-caption figcaption {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

}

.modal-title {
    color: #555;
}

#app-download-mob {
    text-align: center;
    /*  display: none; */
}

#app-download-mob a {
    display: inline-block;
}

/* Enroll form page css goes here */
.error-msg {
    display: block;
    font-size: 12px;
    margin-top: 5px;
    color: #d92b40;
}

/********** faq page css goes here ***********/
.policy-wrap {
    padding: 50px;
    background-color: #f5f5f5;
    margin-bottom: 20px;
}

/******* contact us page css goes here ******/
.volunteer-request {
    padding: 50px 0;
    background-color: #f1f1f1;
    margin-bottom: -30px;
}

.volunteer-request h4 {
    text-transform: uppercase;
}

/* .volunteer-request .form-control,
.volunteer-request .select2-container--default .select2-selection--single{
    background-color: transparent;
    } */

    @media (max-width: 991px) {
        .our-team .member + .member {
            margin-top: 0;
        }

    }

    .our-team .member .member-avatar {
        margin-bottom: 30px;
    }

    .our-team .member-position {
        color: #7a7a7a;
    }

    .our-team .member-name {
        font-size: 2em;
        margin: 10px 0 20px;
        text-align: left;
    }

    .our-team .member-social {
        margin-top: 20px;
        font-size: 1.286em;
    }

    .our-team .member-social li {
        padding: 0 10px;
    }

    .our-team .member-social li a {
        color: #222;
    }

    .our-team-box.training-box .workshop-img .workshop-image-item img {
        opacity: 1;
    }

    .our-team-box.training-box .image-description {
        text-shadow: 0 1px 0px #676565;
    }

    .our-team-box .image-description span {
        margin-bottom: 0;
    }

    .our-team-box.training-box .image-description {
        bottom: 0px;
        background: rgba(0, 0, 0, 0.23);
        padding: 8px 5px;
    }

    .our-team-box.training-box .workshop-img .workshop-image-item:hover .image-description {
        bottom: 30px;
    }

    .jumbotron.punch-line {
        background-color: #085989;
        text-align: center;
    }

    .jumbotron.punch-line p {
        argin-bottom: 15px;
        font-size: 17px;
        font-weight: 400;
        line-height: 25px;
        color: #fff;
    }

    ul.list-style li {
        list-style-type: disc;
        margin-left: 20px;
    }

    .training-custom-banner .workshop-img .workshop-image-item img {
        opacity: 1;
    }
    /********** misc *********/
    .mt-60{
        margin-top: 60px;
    }

    /********** bootstrap reset ********/
    .input-group .form-control:first-child, 
    .input-group-addon:first-child, 
    .input-group-btn:first-child>.btn, 
    .input-group-btn:first-child>.btn-group>.btn, 
    .input-group-btn:first-child>.dropdown-toggle, 
    .input-group-btn:last-child>.btn-group:not(:last-child)>.btn, 
    .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
    .form-control{
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
    .input-daterange .input-sm{
        height: 34px;
    }
    .tab-head-form .btn-submit{
        height: inherit;
    }





    /*media query*/

    @media (max-width: 480px) {
        .our-team .member-info {
            margin-top: 30px;
            padding-left: 9%;
        }
    }

    @media screen and (max-width: 1400px) {

        .slider-wrapper .slider-heading {
            margin-top: 12%;
        }

        .slider-wrapper .slider-heading h1 {
            font-size: 45px;
        }

        .nav.navbar-nav {
            margin-left: 15px;
        }

        .navbar-right .btn, .nav.navbar-nav {
            font-size: 17px;
        }

        .heroslider li img {
            max-height: 560px;
            width: 100%;
        }

    }

    @media (min-width: 1200px) and (max-width: 1365px) {
        .heroslider li img {
            max-height: 500px;
            width: 100%;
        }
    }

    @media screen and (max-width: 1200px) {
        .navbar.navbar-default {
            padding-bottom: 0;
        }


        .slider-wrapper .slider-heading {
            margin-top: 8%;
        }

        .affix .nav.navbar-nav,
        .nav.navbar-nav {
            margin-left: 15px;
            margin-top: 10px;
        }

        .navbar-right .btn,
        .nav.navbar-nav,
        .navbar-default .navbar-nav > li > a.cart-btn {
            font-size: 14px;
        }
      

        .navbar-default .nav li a {
            margin: 0 10px;
        }

    

        .navbar-right {
            margin: 10px 0;
        }

        .slider-wrapper .bx-wrapper .bx-pager {
            bottom: 10px;
        }

    }

    @media (min-width: 992px) and (max-width: 1199px) {
        .infographic .row {
            margin-left: -15px;
            margin-right: -15px;
        }

        .all-box-wrapper [class*="col-"] {
            width: 16.3%;
        }

        .inner-box-content {
            margin-right: 0;
            margin-left: 0;
        }

        .feature-box-content {
            left: -5px;
            width: 100.5%;
        }
        .navbar-default .nav li a.btn-global-enroll{
            padding: 6px 12px;
        }
    }

    @media screen and (max-width: 1024px) {
        .slider-wrapper .slider-heading h1 {
            font-size: 35px;
        }

        .slider-btn {
            margin-top: 20px;
        }

        .slider-para p {
            font-size: 18px;
            color: #fff;
            line-height: 20px;
        }

        .nav.navbar-nav {
            margin-left: 15px;
            margin-top: 15px;
        }

        .navbar-right .btn,
        .nav.navbar-nav {
            font-size: 13px !important;
        }

        .navbar-default ul.nav.navbar-nav li a {
            margin: 0 5px;
        }

        .navbar-default .nav li a.btn-global-enroll {
            margin-top: 5px !important;
        }

        .navbar-right .btn {
            padding: 5px 8px;
        }

        .navbar-default .nav li a {
            padding: 10px 0 2px;
        }

   

        .hero-content h1{
            font-size: 40px;
            margin-bottom: 20px;
        }
        .hero-content p{
            font-size: 16px;
        }

        .slider-wrapper .btn-lg {
            padding: 10px 20px;
        }

        .all-box-wrapper [class*="col-"] {
            width: 24.62%;
        }

        .app-user {
            margin-top: 70px;
        }

        .app-user h3,
        .app-user h4 {
            margin-bottom: 15px;
        }

        .training-box {
            padding: 15px;
        }

        .inner-page-wrapper .bg-light-gray.sidebar {
            margin-top: 0;
            margin-bottom: 30px;
        }
         .social-list li{
            margin-bottom: 5px;
         }
           .service-title h5 a{
            white-space: inherit;
        }

    }

    @media (min-width: 768px) and (max-width: 991px) {
        .nav.navbar-nav{
            margin-top: 18px;
        }

    }

    @media screen and (max-width: 768px) {
        .footer {
            text-align: center;
        }

        .community-about-wrapper .community-mission-vision {
            padding: 10px;
        }

        .community-about-wrapper .community-mission-vision .box.border-right {
            border: 0;
        }

        .about-item.text-center {
            margin-top: 30px;
            border-top: 1px solid #eee;
            border-bottom: 1px solid #eee;
            padding: 40px 0;
        }

        .about-item .paragraph a {
            text-align: center;
            display: block;
            clear: both;
        }

        .about-item {
            margin-bottom: 30px;
        }

        .inner-content .sidebar {
            margin-top: 20px;
        }

        .navbar-default ul.nav.navbar-nav li a,
        .navbar-default ul.nav.navbar-nav li a:hover {
            border: 0;
        }

        .nav.navbar-nav {
            margin-left: 0;
        }

        .slider-wrapper img {
            min-height: 300px;
        }

        .slider-underline {
            display: none;
        }

        .navbar-header .brand-logo {
            margin-left: 15px;
        }

        .navbar.navbar-default li a {
            margin-left: 0 !important;
            padding: 10px 3px;
            font-size: 14px;
        }

        .navbar-nav .open .dropdown-submenu .dropdown-menu {
            background-color: #f5f5f5;
            margin-left: 20px;
        }

       /*  .navbar-default .nav li a.btn-global-enroll {
            padding: 12px;
            margin-bottom: 20px !important;
        } */
    }

    @media screen and (max-width: 480px) {
        .slider-wrapper .slider-heading h1 {
            font-size: 20px;
        }

        .slider-wrapper img {
            min-height: 200px;
        }

        .slider-para p {
            font-size: 14px;
            line-height: 19px;
        }

        .slider-para {
            padding-top: 0;
        }

        .slider-wrapper .bx-wrapper .bx-pager {
            display: none;
        }

        .slider-btn {
            margin-top: 10px;
        }

        .slider-wrapper .btn-lg {
            padding: 7px 10px;
            font-size: 16px;
        }

    }

    @media (min-width: 768px) {
        .modal .modal-dialog.modal-md {
            width: 730px;
            margin: 30px auto;
        }

        .navbar-nav {
            float: right;
            margin: 0;
        }
    }

    /* to show google maps address search autocomplete */
    .pac-container {
        z-index: 10000 !important;
    }

    /* added loader for the page */

    /*loader*/
    .loading {
        position: fixed;
        z-index: 99999;
        height: 2em;
        width: 2em;
        overflow: visible;
        margin: auto;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }

    .loading:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.3);
    }

    .circular {
        content: '';
        position: absolute;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 36px;
        height: 36px;
        top: 50%;
        margin-top: -18px;
        left: 50%;
        margin-left: -18px;
        border-radius: 50%;
        border-width: 2px 1px;
        border-style: solid;
        border-color: #fff rgba(255, 255, 255, 0.3);
        -webkit-animation: spin 3s infinite;
        -moz-animation: spin 3s infinite;
        animation: spin 3s infinite;
    }

    .circular:after {
        content: '';
        position: absolute;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 6px;
        height: 6px;
        top: 50%;
        margin-top: -3px;
        left: 50%;
        margin-left: -3px;
        border-radius: 50%;
        background-color: #fff;
        -webkit-animation: pulse 6s infinite, borderPulse 6s infinite;
        -moz-animation: pulse 6s infinite, borderPulse 6s infinite;
        animation: pulse 6s infinite, borderPulse 6s infinite;
    }

    @-webkit-keyframes spin {
        0% {
            -webkit-transform: rotate(0deg);
        }
        50% {
            -webkit-transform: rotate(360deg);
        }
        100% {
            -webkit-transform: rotate(1080deg);
        }
    }

    @-moz-keyframes spin {
        0% {
            -moz-transform: rotate(0deg);
        }
        50% {
            -moz-transform: rotate(360deg);
        }
        100% {
            -moz-transform: rotate(1080deg);
        }
    }

    @media screen and (max-width: 767px) {
        .training-box,
        .package-plan {
            margin-bottom: 20px;
        }

        .package-plan img {
            width: 100%;
            height: auto;
        }

        .all-box-wrapper [class*="col-"] {
            width: 100%;
        }

        .app-user {
            margin-top: 30px;
            margin-bottom: 30px;
        }

        .city-pic img {
            width: 100%;
            height: auto;
        }

        .bootstrap-wizard .navbar ul li {
            width: 25%;
            margin: 0;
        }

        .bootstrap-wizard .navbar ul li a {
            min-width: inherit;
            margin: 2px;
        }

        .bootstrap-wizard .navbar ul li:after {
            content: " ";
        }
        .brand-logo{
            height: 50px;
        }
        .brand-logo img{
            max-height: 40px;
        }
        .hero-slider .slick-dots{
            right: 0;
        }
        
         .what-we-do .col-sm-6 {
            width: 50%;
            float: left;
        }
         .what-we-do .service-box .col-xs-6{
            width: 100%;
         }
        
         .sub_menu{
            margin-top: 0;
         }
         .widget .feature-thumb{
            margin-bottom: 10px;
         }
         .widget-recent-post{
            margin-top: 30px;
         }
          .cart-list .input-group .form-control,
         .tbl-cart img{
            min-width: 50px;
         }
      

    }

    @media screen and (max-width: 480px) {
        .bootstrap-wizard .navbar ul li {
           /*  width: 50%; */
            margin: 0;
        }
        #enroll-user .modal-header h4.modal-title,
        .enroll-rt-header{
            float: left !important;
        }
        .enroll-rt-header{
            width: 100%;

        }

        .bootstrap-wizard .navbar ul li a {
            min-width: inherit;
            margin: 2px;
        }

        .button-checkbox .btn-group {
            display: block;

        }

        .button-checkbox .btn-default {
            min-width: inherit;
            display: block;
            width: 100%;

        }
        .what-we-do .service-box .col-xs-6,
        .what-we-do .col-sm-6,
        .service-box .col-xs-6{
            width: 100%;
        }
        .service-box img{
            margin-bottom: 10px;
        }
        .service-title h5 a{
            white-space: inherit;
        }
        .ticket-listing .panel{
            width: auto;
            margin-left: 15px;
            margin-right: 15px !important;
            min-width: inherit;
            float: none !important;
        }
    }

    @keyframes spin {
        0% {
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg);
        }
        50% {
            -webkit-transform: rotate(360deg);
            -moz-transform: rotate(360deg);
            -ms-transform: rotate(360deg);
            -o-transform: rotate(360deg);
            transform: rotate(360deg);
        }
        100% {
            -webkit-transform: rotate(1080deg);
            -moz-transform: rotate(1080deg);
            -ms-transform: rotate(1080deg);
            -o-transform: rotate(1080deg);
            transform: rotate(1080deg);
        }
    }

    @-webkit-keyframes pulse {
        0% {
            background-color: rgba(204, 153, 0, 0.2);
        }
        13% {
            background-color: rgba(204, 153, 0, 0.2);
        }
        15% {
            background-color: rgba(255, 217, 102, 0.9);
        }
        28% {
            background-color: rgba(255, 217, 102, 0.9);
        }
        30% {
            background-color: rgba(204, 153, 0, 0.2);
        }
        43% {
            background-color: rgba(204, 153, 0, 0.2);
        }
        45% {
            background-color: rgba(255, 217, 102, 0.9);
        }
        70% {
            background-color: rgba(255, 217, 102, 0.9);
        }
        74% {
            background-color: rgba(204, 153, 0, 0.2);
        }
        100% {
            background-color: rgba(255, 217, 102, 0.9);
        }
    }

    @-moz-keyframes pulse {
        0% {
            background-color: rgba(204, 153, 0, 0.2);
        }
        13% {
            background-color: rgba(204, 153, 0, 0.2);
        }
        15% {
            background-color: rgba(255, 217, 102, 0.9);
        }
        28% {
            background-color: rgba(255, 217, 102, 0.9);
        }
        30% {
            background-color: rgba(204, 153, 0, 0.2);
        }
        43% {
            background-color: rgba(204, 153, 0, 0.2);
        }
        45% {
            background-color: rgba(255, 217, 102, 0.9);
        }
        70% {
            background-color: rgba(255, 217, 102, 0.9);
        }
        74% {
            background-color: rgba(204, 153, 0, 0.2);
        }
        100% {
            background-color: rgba(255, 217, 102, 0.9);
        }
    }

    @keyframes pulse {
        0% {
            background-color: rgba(204, 153, 0, 0.2);
        }
        13% {
            background-color: rgba(204, 153, 0, 0.2);
        }
        15% {
            background-color: rgba(255, 217, 102, 0.9);
        }
        28% {
            background-color: rgba(255, 217, 102, 0.9);
        }
        30% {
            background-color: rgba(204, 153, 0, 0.2);
        }
        43% {
            background-color: rgba(204, 153, 0, 0.2);
        }
        45% {
            background-color: rgba(255, 217, 102, 0.9);
        }
        70% {
            background-color: rgba(255, 217, 102, 0.9);
        }
        74% {
            background-color: rgba(204, 153, 0, 0.2);
        }
        100% {
            background-color: rgba(255, 217, 102, 0.9);
        }
    }

    @-webkit-keyframes borderPulse {
        0% {
            box-shadow: 0 0 0 0 #333, 0 0 0 1px rgba(204, 153, 0, 0.8);
        }
        40% {
            box-shadow: 0 0 0 1px #333, 0 0 0 2px rgba(204, 153, 0, 0.8);
        }
        80% {
            box-shadow: 0 0 0 3px #333, 0 0 1px 3px rgba(204, 153, 0, 0.8);
        }
    }

    @-moz-keyframes borderPulse {
        0% {
            box-shadow: 0 0 0 0 #333, 0 0 0 1px rgba(204, 153, 0, 0.8);
        }
        40% {
            box-shadow: 0 0 0 1px #333, 0 0 0 2px rgba(204, 153, 0, 0.8);
        }
        80% {
            box-shadow: 0 0 0 3px #333, 0 0 1px 3px rgba(204, 153, 0, 0.8);
        }
    }

    @keyframes borderPulse {
        0% {
            box-shadow: 0 0 0 0 #333, 0 0 0 1px rgba(204, 153, 0, 0.8);
        }
        40% {
            box-shadow: 0 0 0 1px #333, 0 0 0 2px rgba(204, 153, 0, 0.8);
        }
        80% {
            box-shadow: 0 0 0 3px #333, 0 0 1px 3px rgba(204, 153, 0, 0.8);
        }
    }

    .nav-pills > li + li {
        margin-left: 0;
    }

    .banner-custom {
        margin-bottom: 20px;
        background: #f5f5f5;
        text-align: center;
        max-height: 308px;
        overflow: hidden;
    }

    .banner-custom img {
        display: inline-block;
        text-align: center;
    }

    /* add inputerror class */
    .inputError {
        color: #EF8383 !important;
        font-weight: 400;
        font-size: 12px;
    }

    /* Event Module Styles */
    .album-wrap .thumbnail {
        margin-bottom: 0;
        border: 0;
    }

    .panel {
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.20);
        -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.20);
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.20);
    }



    .panel .panel-footer {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }



#fancybox-thumbs {
    height: 65px;
}



.bg-gray {
    background-color: #f5f5f5;
}

.bg-gray table tr td {
    border: 0;
}

.ticket-wrap {
    margin-top: 30px;
}

.ticket-wrap h3 {
    font-weight: 400;
    letter-spacing: normal;
    margin: 30px 0;
}

.member-ticket h4 {
    letter-spacing: normal;
}

.ticket-listing .panel {
    overflow: hidden;
    float: left;
    text-align: center;
    border-radius: 0;
    min-width: 180px;
    margin-right: 10px;
}

.ticket-listing .panel .panel-heading {
    border-radius: 0;
    color: #fff;
    border: 0;
    font-weight: 500;
    padding: 20px 10px;
}

.ticket-listing .panel small {
    font-size: 14px;
}

.ticket-listing .panel h3 {
    color: #5bc8ef;
    font-size: 30px;
}

.ticket-listing .panel .panel-footer {
    text-align: center;
    font-weight: 400;
    font-size: 15px;
    position: relative;
}

.ticket-listing .panel .panel-heading .label {
    display: block;
    background-color: #fff;
    font-size: 10px;
    color: #555;
    width: 53px;
    margin: 0 auto 5px;
}

.ticket-listing .panel-ticket .panel-heading {
    background-color: #5bc8ef;

}

.ticket-listing .panel-package .panel-heading {
    background-color: #085989;

}

.ticket-listing .panel-package h3 {
    margin-bottom: 0;
    margin-top: 5px;
}

.ticket-listing .panel-package{
    width: inherit;
}

.ticket-listing .panel-package span.text-success strong {
    font-weight: 400;
}

.ticket-item {
    margin-bottom: 15px;
}

.ticket-listing h4 {
    letter-spacing: normal;
    margin-bottom: 10px;
}

.btn-md {
    padding: 8px 12px;
}

.text-success {
    color: #10A924;
}

.ticket-item .label-default {
    background-color: #666;
    font-size: 12px;
    font-weight: 400;
    border-radius: 0;
}

.member-wrapper .form-control {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 10px;
    height: 38px;
}

.member-wrapper .form-control[disabled], .member-wrapper .form-control[readonly] {
    background-color: #f5f5f5;
    cursor: not-allowed;
}
.ticket-listing .panel-heading small a{
    display: block;
}

.ticket-listing .panel-footer .hidden-link {
    position: absolute;
    top: 0;
    bottom: -140px;
    height: 100%;
    margin: auto;
    left: 0;
    right: 0;
    text-align: center;
    padding: 19px;
    font-size: 18px;
    font-weight: 400;
}

.ticket-listing .panel:hover .hidden-link {
    bottom: 0;
    padding: 0;
}

.ticket-listing .panel:hover .panel-footer {
    background-color: #5bc8ef;
}

.ticket-listing .panel:hover .panel-footer .ticket-info {
    visibility: hidden;
}

.ticket-listing .panel .hidden-link a {
    color: #fff;
    display: block;
}

.navbar-default .navbar-nav > li > a.cart-btn {
    padding: 12px 0px;
  /*   font-size: 25px; */
}

.navbar-default .navbar-nav > li > a.cart-btn:hover,
.navbar-default .navbar-nav > li > a.cart-btn:focus,
.navbar-default .navbar-nav > li > a.cart-btn:active {
    border-bottom: 1px;
}

.navbar-default .navbar-nav > li > a.cart-btn label {
    padding: 0px 5px;
    font-size: 12px;
    position: relative;
    top: -15px;
}

/* cart items */
.cart-list table tr td h4 {
    font-weight: 600;
}

.cart-list table.table-align tr th,
.cart-list table.table-align tr td {
    vertical-align: middle;
    text-align: center;
}

.cart-list table.table-align tr th.text-left,
.cart-list table.table-align tr td.text-left {

}

.cart-list table.table-align tr td.text-right {
    text-align: right;
}

.tbl-cart tr th {
    background-color: #555;
    color: #fff;
}

.tbl-cart h4 {
    margin-bottom: 5px;

}

.tbl-cart h4 a {
    color: #555;
}

.tbl-primary thead > tr > th {
    background-color: #095a8a;
    color: #fff;
}

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

.table > tfoot > tr > td {
    background-color: #f5f5f5;
}

.panel-group .panel-heading {
    border: 1px solid #e8e6e6;
    background: #f1f1f1;
    padding: 15px 20px;
    border-radius: 0;
}

.panel-group .panel-heading.actives {
    background-color: #555;

}

.panel-group .panel-heading.actives h4 a {
    color: #fff;
}

.panel-group .panel .panel-heading .panel-title {
    font-size: 14px;
    text-transform: uppercase;
    color: #666;
    font-family: arial;
    font-weight: bold;
}

.panel-group .panel .panel-heading .panel-title {
    padding: 0;
}

.panel-group .panel {
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 5px;
    border: 0;
}

.panel-group .panel .panel-body {
    border: 1px solid #f2f2f2 !important;
    border-top: 0 !important;
}

.panel-group .panel .panel-heading .panel-title a {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none !important;
}

.panel-heading.active {
    background-color: #555;
}

.panel-heading.active a {
    color: #fff;
}

table.no-border td {
    border: 0 !important;
}

.button-box {
    text-align: right;
}

.crt-payment-plan-content {
    display: none;
}
.cart-list .input-group-btn .btn{
    height: 34px;

}
.input-group-btn:first-child>.btn{
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;

}

.input-group .form-control{
    border-color: #ccc;
}
/** payment success fail **/
.shadow-box {
    padding: 30px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.20);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.20);
}

.shadow-box p {
    color: #aaa !important;
}

.alert-success {
    color: #4caf50;
}

.alert-danger {
    color: #f33;
}

.alert h3 {
    margin-top: 95px;
    text-transform: none;
}

.alert.shadow-box {
    background-color: #fff;
    position: relative;
}

.emotion {
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    height: 43px;
    line-height: 30px;
    text-align: center;
    width: 43px;
    border: 3px solid #ffc107;
    color: #ffc107;
    padding: 0 0 8px;
    border-radius: 50%;
    margin: 100px auto;
    font-size: 24px;
    font-weight: bold;

    transition: color .25s linear;
    transition: border-color .25s linear;
    transform: rotate(90deg);
    animation: jump 0.5s infinite alternate;

    -o-transition: color .25s linear;
    -o-transition: border-color .25s linear;
    -o-transform: rotate(90deg);
    -o-animation: jump 0.5s infinite alternate;

    -ms-transition: color .25s linear;
    -ms-transition: border-color .25s linear;
    -ms-transform: rotate(90deg);
    -ms-animation: jump 0.5s infinite alternate;

    -moz-transition: color .25s linear;
    -moz-transition: border-color .25s linear;
    -moz-transform: rotate(90deg);
    -moz-animation: jump 0.5s infinite alternate;

    -webkit-transition: color .25s linear;
    -webkit-transition: border-color .25s linear;
    -webkit-transform: rotate(90deg);
    -webkit-animation: jump 0.5s infinite alternate;
}

.happy .emotion {
    border: 3px solid #4caf50;
    color: #4caf50;
}

div.container .emotion.two {
    animation-delay: 0.1s;
    -o-animation-delay: 0.1s;
    -ms-animation-delay: 0.1s;
    -moz-animation-delay: 0.1s;
    -webkit-animation-delay: 0.1s;
}

.sad .emotion {
    border: 3px solid #ff6d6d;
    color: #ff6d6d;
    animation: shake 1s ease-in-out infinite alternate;
    -o-animation: shake 1s ease-in-out infinite alternate;
    -ms-animation: shake 1s ease-in-out infinite alternate;
    -moz-animation: shake 1s ease-in-out infinite alternate;
    -webkit-animation: shake 1s ease-in-out infinite alternate;
}

@keyframes jump {
    0% {
        top: -40px;
        -moz-transform: scale(1, 0.7) rotate(90deg);
    }
    30% {
        -moz-transform: scale(1, 1) rotate(90deg);
    }
    100% {
        top: -70px;
    }
}

@-o-keyframes jump {
    0% {
        top: -40px;
        -moz-transform: scale(1, 0.7) rotate(90deg);
    }
    30% {
        -moz-transform: scale(1, 1) rotate(90deg);
    }
    100% {
        top: -70px;
    }
}

@-ms-keyframes jump {
    0% {
        top: -40px;
        -moz-transform: scale(1, 0.7) rotate(90deg);
    }
    30% {
        -moz-transform: scale(1, 1) rotate(90deg);
    }
    100% {
        top: -70px;
    }
}

@-moz-keyframes jump {
    0% {
        top: -40px;
        -moz-transform: scale(1, 0.7) rotate(90deg);
    }
    30% {
        -moz-transform: scale(1, 1) rotate(90deg);
    }
    100% {
        top: -70px;
    }
}

@-webkit-keyframes jump {
    0% {
        top: -40px;
        -webkit-transform: scale(1, 0.7) rotate(90deg);
    }
    30% {
        -webkit-transform: scale(1, 1) rotate(90deg);
    }
    100% {
        top: -70px;
    }
}

@keyframes shake {
    0% {
        padding: 8px 0 0;
    }
    100% {
        padding: 0 0 8px;
        line-height: 14px;
    }
}

@-o-keyframes shake {
    0% {
        padding: 8px 0 0;
    }
    100% {
        padding: 0 0 8px;
        line-height: 14px;
    }
}

@-ms-keyframes shake {
    0% {
        padding: 8px 0 0;
    }
    100% {
        padding: 0 0 8px;
        line-height: 14px;
    }
}

@-moz-keyframes shake {
    0% {
        padding: 8px 0 0;
    }
    100% {
        padding: 0 0 8px;
        line-height: 14px;
    }
}

@-webkit-keyframes shake {
    0% {
        padding: 8px 0 0;
    }
    100% {
        padding: 0 0 8px;
        line-height: 14px;
    }
}

/* Blog pages */
.feature-thumb {
    margin-top: 20px;
    margin-bottom: 15px;
}

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

.blog-wrapper a {
    color: #085989;
}

.blog-wrapper a.btn {
    color: #fff;
}

.blog-wrapper article.post {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 30px;
}
.widget h3{
    text-align: left;
}
.widget .feature-thumb {
       /*  float: left;
        margin-right: 15px;
        width: 80px;
        height: 80px; */
        overflow: hidden;
        margin-top: 0;
    }
    .widget .feature-thumb img{
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
    .widget .feature-thumb img:hover {
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    .widget-sidebar h3 {
        text-align: left;
        font-size: 20px;
    }

    .widget-sidebar h5 a {
        font-weight: 600;
    }

    .widget-sidebar .text-warning {
        color: #dab11b;
    }

    .widget-sidebar article.post {
        padding-bottom: 0;
        margin-bottom: 17px;
    }

    .select2-container--default .select2-selection--single, .select2-selection .select2-selection--single {
        min-width: 200px;
    }
    .post-title a,
    .widget h5 a{
        color: #555;
    }

    /* 404 Error Page */

    @media (min-width: 768px) {
        .error-wrap {
            margin-top: 100px;
            margin-bottom: 150px;
        }
    }

    /*chapter calendar*/
    .chapter-list-vertical .active .panel-front-card {
        border: 2px solid #e9c133;
    }

    .chapter-list-vertical li:hover .panel-front-card .panel-footer,
    .chapter-list-vertical .active .panel-front-card .panel-footer {
        background-color: #e9c133;
    }

    .chapter-list-vertical li:hover .panel-front-card .panel-footer h4,
    .chapter-list-vertical .active .panel-front-card .panel-footer h4 {
        color: #fff;
    }

    .panel.panel-front-card {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        overflow: hidden;
        margin-bottom: 30px;
    }

    .panel.panel-front-card .thumbnail {
        padding: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        margin: 0;
        border: none;
        height: 165px;
    }

    .panel.panel-front-card .panel-footer h4 {
        margin-bottom: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-top: 0;
        text-transform: capitalize;
    }

    .panel.panel-front-card a.panel-footer {
        color: #444;
        display: block;
    }

    .panel.panel-front-card .panel-footer {
        background-color: #fff;
        text-align: left;
        position: relative;
    }

    .chapter-calendar-wrap h3 {
        font-size: 20px;
        margin-bottom: 20px;
        margin-top: 0;
    }

    .chapter-calendar-wrap .fc-button {
        background: #fff;
        box-shadow: 0 0 0 transparent;
        text-shadow: 0 0 0 transparent;
        outline: 0;
    }

    .chapter-calendar-wrap .fc-button-group button.fc-state-active {
        background-color: #e9c133;
        color: #fff;
    }

    .chapter-calendar-wrap h2 {
        font-size: 20px;
    }

    .chapter-calendar-wrap ul {
        padding-left: 0;
    }

    .page-header{
        background-repeat:repeat !important;
        background-size:cover !important;
    }

/*
.donate-icon {
    color: #fff;
    font-size: 24px;
    width: 55px;
    height: 55px;
    text-align: center;
    line-height: 43px;
    border-radius: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 25%;
    z-index: 11;
}

.donate-icon small {
    font-size: 9px;
    position: absolute;
    top: 19px;
    left: 0;
    width: 55px;
}*/

.user-avatar img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

.user-avatar .feature-overlay span {
    text-transform: uppercase;
    font-weight : bold;
}

.navbar-default .navbar-toggle {
    right: 0;
    position: absolute;
}
.page-title {
    background: red;
    padding: 20px 15px 15px 20px;
}
.page-title h1 {
    position: relative;
    z-index: 9;
    font-size: 25px;
    text-align: left;
    color: #fff;
}
.homepage-view {
    min-height: calc(100vh - 106px);
}
.hudson-footer-copyright a {
    color: #333;
}