@font-face {
    font-family: 'icomoon';
    src: url("../fonts/icomoon/icomoon.eot?srf3rx");
    src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}


/* =======================================================
*
*   Template Style 
*
* ======================================================= */

body {
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    color: #444;
    background: #fff;
}

#page {
    position: relative;
    /*overflow-x: hidden;
*/    width: 100%;
    height: 100%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.offcanvas #page {
    overflow: hidden;
    position: absolute;
}

.offcanvas #page:after {
    -webkit-transition: 2s;
    -o-transition: 2s;
    transition: 2s;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 101;
    background: rgba(0, 0, 0, 0.7);
    content: "";
}

a {
    color: #2B5740;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

a:hover,
a:active,
a:focus {
    color: #2B5740;
    outline: none;
    text-decoration: none;
}

p {
    margin-bottom: 20px;
    text-align: justify;
}

li {
    text-align: justify;
}

h1,
h2,
h3,
h4,
h5,
h6,
figure {
    color: #000;
    font-family: "Playfair Display", Georgia, serif;
    font-weight: 400;
    margin: 0 0 20px 0;
    line-height: 1.5;
}

::-webkit-selection {
    color: #fff;
    background: #2B5740;
}

::-moz-selection {
    color: #fff;
    background: #2B5740;
}

::selection {
    color: #fff;
    background: #2B5740;
}

.event-img,
.trainer-img,
.classes-img,
.ueitcell-video,
.intro-img,
.subs-img,
.figure-img,
.user-img,
.blog-img,
.ueitcell-about-img,
.services-img {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

.ueitcell-nav {
    margin: 0;
    background: #fff;
    z-index: 9;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .ueitcell-nav {
        margin: 0;
    }
}

.ueitcell-nav .upper-menu {
    width: 100%;
    background: #2B5740;
    padding: 5px 0;
}

@media screen and (max-width: 768px) {
    .ueitcell-nav .upper-menu {
        display: none;
    }
}

.ueitcell-nav .upper-menu p {
    margin-bottom: 0;
    display: inline-block;
    font-size: 13px;
}

.ueitcell-nav .upper-menu .ueitcell-social-icons {
    display: inline-block;
    margin-right: 10px;
}

.ueitcell-nav .upper-menu .ueitcell-social-icons li {
    padding: 0;
    margin: 0;
}

.ueitcell-nav .upper-menu .ueitcell-social-icons li a {
    padding: 0;
}

.ueitcell-nav .upper-menu .ueitcell-social-icons li a i {
    font-size: 16px;
}

.ueitcell-nav .upper-menu .btn-apply {
    font-size: 13px;
    text-transform: uppercase;
}

.ueitcell-nav .upper-menu .btn-apply a {
    color: rgba(255, 255, 255, 1);
}

.ueitcell-nav .top-menu {
    padding: 10px 30px;
}

@media screen and (max-width: 768px) {
    .ueitcell-nav .top-menu {
        padding: 28px 1em;
    }
}

.ueitcell-nav #ueitcell-logo {
    font-size: 24px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: 800;
}

.ueitcell-nav #ueitcell-logo a {
    position: relative;
    color: #000;
}

.ueitcell-nav #ueitcell-logo a i {
    color: #2B5740;
}

@media screen and (max-width: 768px) {
    .ueitcell-nav .menu-1 {
        display: none;
    }
}

.ueitcell-nav ul {
    padding: 0;
    margin: 0;
}

.ueitcell-nav ul li {
    padding: 5px;
    margin: 0px;
    list-style: none;
    display: inline;
    font-weight: 400;
    /*text-transform: uppercase;*/
}

.ueitcell-nav ul li a {
    position: relative;
    font-size: 12px;
    padding: 30px 12px;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.8);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.ueitcell-nav ul li a:hover {
    color: #2B5740;
}

.ueitcell-nav ul li.has-dropdown {
    position: relative;
}

.ueitcell-nav ul li.has-dropdown .dropdown {
    width: 250px;
    -webkit-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
    z-index: 1002;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 40px;
    left: 0;
    text-align: left;
    background: #2B5740;
    color: #ffffff;
    padding: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
}

.ueitcell-nav ul li.has-dropdown .dropdown:before {
    bottom: 100%;
    left: 40px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #000;
    border-width: 8px;
    margin-left: -8px;
}

.ueitcell-nav ul li.has-dropdown .dropdown li {
    display: block;
    margin-bottom: 7px;
}

.ueitcell-nav ul li.has-dropdown .dropdown li:last-child {
    margin-bottom: 0;
}

.ueitcell-nav ul li.has-dropdown .dropdown li a {
    padding: 2px 0;
    display: block;
    color: #ffffff;
    line-height: 1.2;
    text-transform: none;
    font-size: 13px;
    letter-spacing: 0;
}

.ueitcell-nav ul li.has-dropdown .dropdown li a:hover {
    color: #fff;
}

.ueitcell-nav ul li.has-dropdown:hover a,
.ueitcell-nav ul li.has-dropdown:focus a {
    color: #2B5740;
}






/*.parent {display: block;position: relative;float: left;line-height: 30px;background-color: #4FA0D8;border-right:#CCC 1px solid;}*/


.parent {line-height: 30px;}


.parent a{color: #FFFFFF;}

.parent:hover > ul {display:block;}

.child {display: none;}

/*.child li {background-color: #E4EFF7;line-height: 30px;border-bottom:#CCC 1px solid;border-right:#CCC 1px solid; width:100%;}*/
/*#2B5740*/


.parent:hover > .child {
    margin-left: 200px;
    position: absolute;
    background: #2B5740;
    top: 5px;
    box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
    }


.child li {
    width: 250px;
    /*-webkit-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);*/
    z-index: 1002;
    opacity: 1;
    /*position: absolute;*/
    top: -5px;
    margin-left: 21%;
    text-align: left;
    background: #2B5740;
    color: #ffffff;
    padding: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
}

.child li a {
    padding: 2px 0;
    display: block;
    color: #ffffff;
    line-height: 1.2;
    text-transform: none;
    font-size: 13px;
    letter-spacing: 0;
}



/*.child li a{color: #000000;}*/


/*ul{list-style: none;margin: 0;padding: 0px; min-width:10em;}
ul ul ul{left: 100%;top: 0;margin-left:1px;}
li:hover {background-color: #95B4CA;}*/



.expand{font-size:12px;float:right;margin-right:5px;}









.ueitcell-nav ul li.has-dropdown .dropdownn {
    width: 250px;
    -webkit-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
    z-index: 1002;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0px;
    left: 210px !important;
    text-align: left;
    background: #2B5740;
    color: #ffffff;
    padding: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
}

.ueitcell-nav ul li.has-dropdown .dropdownn:before {
    bottom: 100%;
    left: 40px;
    border: none !important;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #000;
    border-width: 8px;
    margin-left: -8px;
}

.ueitcell-nav ul li.has-dropdown .dropdownn li {
    display: block;
    margin-bottom: 7px;
}

.ueitcell-nav ul li.has-dropdown .dropdownn li:last-child {
    margin-bottom: 0;
}

.ueitcell-nav ul li.has-dropdown .dropdownn li a {
    padding: 2px 0;
    display: block;
    color: #ffffff;
    line-height: 1.2;
    text-transform: none;
    font-size: 13px;
    letter-spacing: 0;
}

.ueitcell-nav ul li.has-dropdown .dropdownn li a:hover {
    color: #fff;
}

.ueitcell-nav ul li.has-dropdown:hover a,
.ueitcell-nav ul li.has-dropdown:focus a {
    color: #2B5740;
}






















.ueitcell-nav ul li.btn-cta a {
    padding: 30px 0px !important;
    color: #fff;
}

.ueitcell-nav ul li.btn-cta a span {
    background: #2B5740;
    padding: 8px 15px;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
}

.ueitcell-nav ul li.btn-cta a:hover span {
    -webkit-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
}

.ueitcell-nav ul li.active>a {
    color: #2B5740 !important;
    position: relative;
}

.ueitcell-nav ul li.active>a:after {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.ueitcell-video {
    overflow: hidden;
    position: relative;
    height: 400px;
}

.ueitcell-video a {
    z-index: 1001;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -45px;
    margin-left: -45px;
    width: 90px;
    height: 90px;
    display: table;
    text-align: center;
    background: #fff;
    -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    -ms-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    -o-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.ueitcell-video a i {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    font-size: 40px;
    color: #2B5740;
}

.ueitcell-video .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.ueitcell-video:hover .overlay {
    background: rgba(0, 0, 0, 0.7);
}

.ueitcell-video:hover a {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

#ueitcell-hero {
    min-height: 0px;
    background: #fff url(../images/loader.gif) no-repeat center center;
    width: 100%;
    float: left;
}

#ueitcell-hero .btn {
    font-size: 24px;
}

#ueitcell-hero .btn.btn-primary {
    padding: 14px 30px !important;
}

#ueitcell-hero .flexslider {
    border: none;
    z-index: 1;
    margin-bottom: 0;
}

#ueitcell-hero .flexslider .slides {
    position: relative;
    overflow: hidden;
}

#ueitcell-hero .flexslider .slides li {
    background-repeat: no-repeat;
    background-size: 100% 400px;
    background-position: center center;
    min-height: 400px;
    position: relative;
}

/* added by SE */
#ueitcell-hero .flexslider-internal .slides li {
    background-repeat: no-repeat;
    background-size: 100% 100px !important;
    background-position: center center;
    min-height: 100px !important;
    position: relative;
}
/* added by SE */



#ueitcell-hero .flexslider .slides li .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .2;
    background: #000;
}

#ueitcell-hero .flexslider .flex-control-nav {
    bottom: 2em;
    z-index: 1000;
    width: 0 auto;
}

#ueitcell-hero .flexslider .flex-control-nav li a {
    background: rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
}

#ueitcell-hero .flexslider .flex-control-nav li a.flex-active {
    cursor: pointer;
    background: transparent;
    background: #2B5740;
}

#ueitcell-hero .flexslider .flex-direction-nav {
    display: none;
}

#ueitcell-hero .flexslider .slider-text {
    max-width: 100%;
    display: table;
    opacity: 0;
    height: 400px;
    z-index: 9;
}

/* Added by SE */
#ueitcell-hero .flexslider-internal .slider-text {
    max-width: 100%;
    display: table;
    opacity: 0;
    height: 100px !important;
    z-index: 9;
}

#ueitcell-hero .flexslider-internal .slider-text>.slider-text-inner {
    display: table-cell;
    vertical-align: middle;
    height: 100px !important;
    padding: 2em;
}

/* Added by SE */

#ueitcell-hero .flexslider .slider-text>.slider-text-inner {
    display: table-cell;
    vertical-align: middle;
    height: 400px;
    padding: 2em;
}

@media screen and (max-width: 768px) {
    #ueitcell-hero .flexslider .slider-text>.slider-text-inner {
        text-align: center;
    }
}

#ueitcell-hero .flexslider .slider-text>.slider-text-inner span i {
    font-size: 24px;
    color: #F7AF1D;
}

#ueitcell-hero .flexslider .slider-text>.slider-text-inner h1,
#ueitcell-hero .flexslider .slider-text>.slider-text-inner h2 {
    margin: 0;
    padding: 0;
    color: white;
}

#ueitcell-hero .flexslider .slider-text>.slider-text-inner h1 {
    margin-bottom: 30px;
    font-size: 60px;
    font-weight: 900;
    opacity: 1;
    /*background-color: #2B5740;*/
}

@media screen and (max-width: 768px) {
    #ueitcell-hero .flexslider .slider-text>.slider-text-inner h1 {
        font-size: 28px;
    }
}

#ueitcell-hero .flexslider .slider-text>.slider-text-inner h2 {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 20px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
}



/* Added by SE */

#ueitcell-hero .flexslider-internal .slider-text>.slider-text-inner h1 {
    margin-bottom: 0px !important;
    font-size: 50px;
    font-weight: 800;
    opacity: 1;
}


#ueitcell-hero .flexslider-internal .slider-text>.slider-text-inner h2 {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 0px !important;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
}


#ueitcell-hero .flexslider .slider-text>.slider-text-inner {
    display: table-cell;
    vertical-align: middle;
    height: 400px;
    padding: 0em !important;
}

/* Added by SE */





#ueitcell-hero .flexslider .slider-text>.slider-text-inner h2 a {
    color: rgba(255, 255, 255, 0.8);
}

#ueitcell-hero .flexslider .slider-text>.slider-text-inner .btn {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
    padding: 20px 30px !important;
    border: none;
}

#ueitcell-hero .flexslider .slider-text>.slider-text-inner .btn.btn-learn {
    color: #fff;
}

#ueitcell-hero .flexslider .slider-text>.slider-text-inner .btn:hover {
    background: #000 !important;
}

@media screen and (max-width: 480px) {
    #ueitcell-hero .flexslider .slider-text>.slider-text-inner .btn {
        width: 100%;
    }
}

.ueitcell-light-grey {
    background: #f2f3f7;
}

.ueitcell-event,
.ueitcell-trainers,
.ueitcell-classes,
#ueitcell-about,
#ueitcell-services,
#ueitcell-contact,
#ueitcell-testimony,
.ueitcell-blog,
#ueitcell-project,
#ueitcell-subscribe {
    padding: 3em 0;
    clear: both;
}

#ueitcell-intro {
    clear: both;
}

.intro-wrap {
    z-index: 1;
    margin-top: 1em;
}

.intro-flex {
    width: 100%;
}

.intro-flex .one-third {
    width: 100%;
    padding: 1.5em;
    position: relative;
    z-index: 0;
    margin-bottom: 10px;
}

.intro-flex .one-third.color-1,
.intro-flex .one-third.color-2 {
    background: #FFC300;
}

.intro-flex .one-third.color-3 {
    background: #2B5740;
}

@media screen and (max-width: 480px) {
    .intro-flex .one-third {
        width: 100%;
    }
}

.intro-flex .one-third .icon {
    position: absolute;
    top: 1.5em;
    left: 1.5em;
}

.intro-flex .one-third .icon i {
    font-size: 40px;
    color: #000;
}

.intro-flex .one-third .desc {
    z-index: 1;
    padding-left: 60px;
}

.intro-flex .one-third h3 {
    font-weight: 400;
    color: #fff;
    font-family: "Open Sans", Arial, sans-serif;
    margin-bottom: 10px;
}

.intro-flex .one-third p {
    margin: 0;
}

.intro-flex .one-third p a.view-more {
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 2px 7px;
    border: 1px solid #000;
}

.about-desc {
    padding: 2em 2em 2em 2em;
}

.about-desc h2 {
    font-weight: 700;
}

.fancy-collapse-panel .panel-default>.panel-heading {
    padding: 0;
}

.panel-heading a {
    padding: 10px 25px;
    display: block;
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    background-color: #000;
    color: #fff;
    position: relative;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -ms-box-shadow: none !important;
    -o-box-shadow: none !important;
    box-shadow: none !important;
}

.panel-title {
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 400;
}

.panel {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -ms-box-shadow: none !important;
    -o-box-shadow: none !important;
    box-shadow: none !important;
    border: none;
}

.panel-heading a:after {
    font-family: "icomoon";
    content: "\e0c5";
    position: absolute;
    right: 20px;
    font-size: 16px;
    font-weight: 400;
    top: 50%;
    line-height: 1;
    margin-top: -10px;
}

.panel-heading a.collapsed:after {
    content: "\e0c4";
}

.panel-heading a.collapsed {
    background: #f2f3f7;
    border: 1px solid #e6e6e6 !important;
    color: #333333;
}

.panel-body {
    padding: 1.5em;
    margin-top: 5px;
    border: 1px solid #e6e6e6 !important;
}

.services-desc {
    padding: 0 1em;
}

@media screen and (max-width: 768px) {
    .services-desc {
        padding: 0;
    }
}

.services-desc ul li {
    list-style: none;
    margin-bottom: 10px;
}

.services {
    margin-bottom: 30px;
    position: relative;
    background: #f2f3f7;
    padding: 20px 10px;
    z-index: 0;
}

@media screen and (max-width: 768px) {
    .services {
        margin-bottom: 4em;
    }
}

.services .icon {
    position: absolute;
    top: -20px;
    left: 30%;
    right: 0;
    width: 100px;
    height: 50px;
    display: table;
    margin: 0 auto;
    background: #2B5740;
}

.services .icon:before,
.services .icon:after {
    position: absolute;
    left: 0;
    right: 0;
    content: '';
}

.services .icon:before {
    top: -30px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 50px 30px 50px;
    border-color: transparent transparent #2B5740 transparent;
}

.services .icon:after {
    bottom: -30px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 50px 0 50px;
    border-color: #2B5740 transparent transparent transparent;
}

.services .icon i {
    font-size: 30px;
    color: #fff;
    z-index: 1;
    display: table-cell;
    vertical-align: middle;
}

.services .desc {
    margin-top: 60px;
}

.services .desc h3 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

#ueitcell-counter {
    position: relative;
    z-index: -1;
    padding: 7em 0;
}

#ueitcell-counter .ueitcell-heading {
    margin-bottom: 30px;
}

#ueitcell-counter .ueitcell-heading h2 {
    color: #fff;
}

#ueitcell-counter .ueitcell-heading p {
    font-size: 22px;
    color: rgba(255, 255, 255, 0.8);
}

.counter-entry {
    padding: 0;
    position: relative;
}

@media screen and (max-width: 768px) {
    .counter-entry {
        margin-bottom: 20px;
    }
}

.ueitcell-counters {
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}

.ueitcell-counters .overlay {
    z-index: 0;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
}

.ueitcell-counters .icon {
    position: absolute;
    top: 0;
    left: 0;
    margin-bottom: 20px;
    width: 100px;
    z-index: 0;
}

.ueitcell-counters .icon i {
    font-size: 60px;
    color: rgba(255, 255, 255, 0.9);
    z-index: 1;
}

.ueitcell-counters .desc {
    padding-left: 80px;
}

.ueitcell-counters .ueitcell-counter {
    font-size: 40px;
    display: block;
    color: #2B5740;
    font-family: "Open Sans", Arial, sans-serif;
    width: 100%;
    font-weight: 700;
    margin-bottom: 0;
}

.ueitcell-counters .ueitcell-counter-label {
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 3px;
    display: block;
    font-weight: 400;
}

.trainers-entry {
    z-index: 0;
}

@media screen and (max-width: 768px) {
    .trainers-entry {
        margin-bottom: 30px;
    }
}

.trainers-entry .trainer-img {
    display: block;
    height: 300px;
    z-index: -1;
}

.trainers-entry .desc {
    background: #2B5740;
    padding: 1.2em;
    width: 100%;
    margin-top: -30px;
    margin-bottom: 20px;
}

.trainers-entry .desc h3 {
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
}

.trainers-entry .desc span {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
}

.trainers-entry .social {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
}

.trainers-entry .social a {
    margin-right: 10px;
}
.location p{
  margin-bottom: 0px;
}

.classes .classes-img {
    display: block;
    position: relative;
    height: 250px;
}

.classes .classes-img .price {
    position: absolute;
    bottom: -15px;
    right: 10px;
    display: table;
    font-weight: 700;
    color: #000;
    width: 60px;
    height: 30px;
    background: #FFC300;
}

.classes .classes-img .price:before,
.classes .classes-img .price:after {
    position: absolute;
    left: 0;
    right: 0;
    content: '';
}

.classes .classes-img .price:before {
    top: -18px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 30px 18px 30px;
    border-color: transparent transparent #FFC300 transparent;
}

.classes .classes-img .price:after {
    bottom: -18px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 30px 0 30px;
    border-color: #FFC300 transparent transparent transparent;
}

.classes .classes-img .price small {
    font-weight: 400;
    display: table-cell;
    vertical-align: middle;
}

.classes .desc {
    padding: 2em 1.5em 1.5em;
}

.classes .desc h3 {
    font-size: 20px;
    font-weight: 500;
}

.classes .desc h3 a {
    color: #000;
}

.classes .desc p a.btn-learn {
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
}

.desc2 h3 {
    font-size: 30px !important;
}

.class-single blockquote,
.class-single p {
    font-size: 20px;
    line-height: 1.8;
}

.review {
    width: 100%;
    float: left;
    margin-bottom: 30px;
    border-bottom: 1px solid #f0f0f0;
}

.review .user-img {
    width: 80px;
    height: 80px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    float: left;
}

.review .desc {
    width: calc(100% - 100px);
    float: right;
}

.review .desc h4 {
    width: 100%;
    margin-bottom: 10px;
}

.review .desc h4 span {
    width: 49%;
    display: inline-block;
}

.review .desc h4 span:first-child {
    font-size: 16px;
}

.review .desc h4 span:last-child {
    font-size: 14px;
    color: #b3b3b3;
}

.review .desc .star {
    width: 100%;
}

.review .desc .star span {
    width: 100%;
    display: inline-block;
}

.review .desc .star .reply {
    padding: 2px 10px;
    background: #f0f0f0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

.review .desc .star .reply i {
    color: gray;
    font-size: 12px;
}

.side {
    background: #1E2022;
    padding: 2em;
    margin-bottom: 3em;
}

.side h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
}

.side ul {
    padding: 0;
    margin-bottom: 40px;
}

.side ul li {
    font-size: 15px;
    list-style: none;
    margin-bottom: 10px;
}

.side ul li span:last-child {
    color: rgba(255, 255, 255, 0.8);
}

.side .trainers-entry .desc {
    padding: 10px 0 0 0;
    background: transparent;
}

.bg-primary-color {
    background: whitesmoke;
}

.aside-stretch {
    background: #2B5740;
}

.aside-stretch:after {
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 0;
    content: '';
    width: 360%;
    background: #2B5740;
}

@media screen and (max-width: 768px) {
    .aside-stretch {
        background: transparent;
    }
    .aside-stretch:after {
        background: transparent;
    }
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.testimony-img {
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    position: relative;
}

.testimony-img .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: #000;
    z-index: -1;
    opacity: .5;
}

#ueitcell-testimony {
    z-index: 0;
}

#ueitcell-testimony .ueitcell-heading {
    margin-bottom: 3em;
}

#ueitcell-testimony .ueitcell-heading h2 {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
    #ueitcell-testimony .ueitcell-heading h2 {
        font-size: 30px;
    }
}

#ueitcell-testimony .owl-theme .owl-controls {
    z-index: 1;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
}

#ueitcell-testimony .owl-theme .owl-dots .owl-dot span {
    background: rgba(255, 255, 255, 0.5);
}

#ueitcell-testimony .owl-theme .owl-dots .owl-dot.active span,
#ueitcell-testimony .owl-theme .owl-dots .owl-dot:hover span {
    background: #2B5740;
}

#ueitcell-testimony .testimony-slide {
    display: block;
    position: relative;
    height: auto;
    width: 100%;
    float: left;
}

#ueitcell-testimony .testimony-slide span {
    font-size: 24px;
    font-weight: 700;
    display: block;
    color: #fff;
    margin-bottom: 20px;
    text-transform: uppercase;
}

#ueitcell-testimony .testimony-slide .figure-img {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    margin-bottom: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

#ueitcell-testimony .testimony-slide blockquote {
    border: none;
    margin: 0 auto;
    margin-bottom: 40px;
    width: 100%;
    position: relative;
    padding: 0;
    color: #fff;
}

#ueitcell-testimony .testimony-slide blockquote p {
    font-size: 20px;
    font-weight: 400;
    font-family: "Playfair Display", Georgia, serif;
}

#ueitcell-testimony .testimony-wrap {
    padding: 0 3em;
    width: 100%;
    float: left;
}

.event-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    width: 100%;
}

.event-flex .half {
    width: 50%;
}

.event-flex .half:last-child {
    padding-left: 1em;
}

.event-flex .half:first-child {
    padding-right: 1em;
}

@media screen and (max-width: 768px) {
    .event-flex .half {
        width: 100%;
    }
    .event-flex .half:last-child {
        padding-left: 0;
    }
}

.event-entry {
    padding: 1.3em;
    background: #ffffff;
    margin-bottom: 15px;
}

.event-entry .desc {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 0px;
    padding-left: 75px;
    position: relative;
}

.event-entry .desc .startenddate {
    font-size: 16px;
    margin-bottom: 10px;
}

.event-entry .desc .startenddate span:first-child {
    font-weight: 700;
    color: #2B5740;
}

.event-entry .desc .startenddate span:last-child {
    color: #000;
}

.event-entry .desc .meta {
    line-height: 1.3;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    left: 0;
}

.event-entry .desc .meta span {
    display: block;
    font-weight: 700;
    color: #2B5740;
}

.event-entry .desc .meta .day {
    font-size: 36px;
}

.event-entry .desc .meta .month {
    font-size: 20px;
    font-weight: 600;
}

.event-entry .desc .organizer span:last-child {
    color: #000;
}

.event-entry .location {
    position: relative;
    padding-left: 45px;
}

.event-entry .location .icon {
    position: absolute;
    top: 0;
    left: 0;
}

.event-entry .location .icon i {
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -ms-background-clip: text;
    -o-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -ms-text-fill-color: transparent;
    -o-text-fill-color: transparent;
    text-fill-color: transparent;
}

.event-entry h2 {
    font-size: 24px;
    line-height: 1.4;
}

.event-entry h2 a {
    color: #000;
}

.article-entry {
    background: #f2f3f7;
    margin-bottom: 2em;
}

.article-entry .blog-img {
    height: 270px;
    display: block;
    position: relative;
}

.article-entry .blog-img .meta {
    line-height: 1.4;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    left: 1em;
    text-align: center;
}

.article-entry .blog-img .meta span {
    display: block;
    color: #000;
    font-weight: 700;
}

.article-entry .blog-img .meta .day {
    font-size: 24px;
    position: relative;
    padding: 5px 10px;
    color: #fff;
    background: #2B5740;
}

.article-entry .blog-img .meta .month {
    font-size: 14px;
    font-weight: 400;
    padding: 5px 10px;
    color: #444;
    background: #fff;
}

@media screen and (max-width: 768px) {
    .article-entry .blog-img {
        height: 400px;
    }
}

@media screen and (max-width: 480px) {
    .article-entry .blog-img {
        height: 270px;
    }
}

.article-entry .desc {
    padding: 1.5em;
    margin-bottom: 20px;
    position: relative;
}

.article-entry .desc h2 {
    font-size: 22px;
}

.article-entry .desc h2 a {
    color: #000;
}

.article-entry .desc .admin {
    margin-bottom: 20px;
}

.article-entry .desc .admin span:last-child {
    color: #000;
}

.f-blog {
    position: relative;
    padding: 1em;
    padding-left: 140px;
    margin-bottom: 20px;
    background: #f2f3f7;
}

.f-blog .blog-img {
    position: absolute;
    top: 1em;
    left: 1em;
    display: block;
    width: 100px;
    height: 100px;
    float: left;
}

.f-blog .desc h2 {
    font-size: 22px;
    margin-bottom: 5px;
}

.f-blog .desc h2 a {
    color: #000;
}

.f-blog .desc .admin {
    font-size: 13px;
}

.ueitcell-heading-2 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 2em;
}

.heading-2 {
    display: block;
    margin-bottom: 3em;
}

.heading-2 h2 {
    font-weight: 900;
    text-transform: uppercase;
}

.contact-info-wrap-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    width: 100%;
    margin-bottom: 3em;
}

.contact-info-wrap-flex .con-info {
    width: 24%;
    background: #fff;
    padding: 1.5em;
    margin-left: 10px;
    background: #f2f3f7;
}

.contact-info-wrap-flex .con-info:first-child {
    margin-left: 0;
}

@media screen and (max-width: 768px) {
    .contact-info-wrap-flex .con-info {
        width: 100%;
        margin: 4px !important;
    }
}

.contact-info-wrap-flex p {
    margin-bottom: 0;
    color: #000;
}

.contact-info-wrap-flex p span i {
    color: #2B5740;
}

.contact-info-wrap-flex p a {
    color: #000;
}

.form-control {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    border: 1px solid #f0f0f0;
    font-size: 16px !important;
    font-weight: 300;
    background: #f2f3f7;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
}

.form-control:focus,
.form-control:active {
    background: #f2f3f7;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #cccccc;
}

input[type="text"] {
    height: 50px;
}

.form-group {
    margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
    .form-group #fname {
        margin-bottom: 30px;
    }
}

.form-group label {
    font-weight: 400;
}

.form-group .btn-modify {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 13px;
    padding: 10px 15px;
}

.ueitcell-social-icons {
    margin: 0;
    padding: 0;
}

.ueitcell-social-icons li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.ueitcell-social-icons li a {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    padding-left: 10px;
    padding-right: 10px;
}

.ueitcell-social-icons li a i {
    font-size: 20px;
    color: #fff;
}

.ueitcell-heading {
    margin-bottom: 5em;
}

.ueitcell-heading h2 {
    font-size: 30px;
    font-weight: 900;
    text-transform: uppercase;
}

@media screen and (max-width: 768px) {
    .ueitcell-heading h2 {
        font-size: 30px;
    }
}

.subs-img {
    background-attachment: fixed;
}

#ueitcell-subscribe {
    padding: 5em 0;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

#ueitcell-subscribe:after {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    content: '';
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
}

#ueitcell-subscribe .ueitcell-heading {
    margin-bottom: 20px;
}

#ueitcell-subscribe .ueitcell-heading h2 {
    color: #fff;
}

#ueitcell-subscribe .ueitcell-heading p {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.6);
}

.qbstp-header-subscribe {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    width: 100%;
    padding: 0;
}

.qbstp-header-subscribe .col-three-forth {
    width: 70%;
}

.qbstp-header-subscribe .col-one-third {
    width: 30%;
}

.qbstp-header-subscribe .col-three-forth,
.qbstp-header-subscribe .col-one-third {
    display: table;
    height: 50px;
    float: left;
}

@media screen and (max-width: 768px) {
    .qbstp-header-subscribe .col-three-forth,
    .qbstp-header-subscribe .col-one-third {
        width: 50%;
    }
}

.qbstp-header-subscribe .form-control {
    background: transparent;
}

.qbstp-header-subscribe .form-group {
    position: relative;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

@media screen and (max-width: 480px) {
    .qbstp-header-subscribe .form-group {
        width: 100%;
    }
}

.qbstp-header-subscribe .form-group input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.qbstp-header-subscribe .form-group input::-moz-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.qbstp-header-subscribe .form-group input::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.qbstp-header-subscribe .form-group input::-o-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.qbstp-header-subscribe .form-group input::input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.qbstp-header-subscribe #email {
    font-size: 14px;
    width: 100%;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.6);
}

.qbstp-header-subscribe button {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    color: #fff;
    border: none;
    padding: 10px 20px;
    text-transform: uppercase;
    height: 50px;
    width: 100%;
    display: block;
}

#ueitcell-footer {
    padding-top: 2em;
    background: #2B5740;
    color: rgba(255, 255, 255, 0.6) !important;
}

#ueitcell-footer p {
    font-size: 14px;
    line-height: 1.8;
}

#ueitcell-footer .f-blog {
    position: relative;
    padding: 0;
    padding-left: 80px;
    margin-bottom: 40px;
    background: transparent;
}

#ueitcell-footer .f-blog .blog-img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 70px;
    height: 60px;
    float: left;
}

#ueitcell-footer .f-blog .desc {
    padding: 0;
}

#ueitcell-footer .f-blog .desc h2 {
    font-size: 16px;
    margin-bottom: 5px;
}

#ueitcell-footer .f-blog .desc h2 a {
    color: #cccccc;
}

#ueitcell-footer .f-blog .desc .admin {
    font-size: 13px;
}

@media screen and (max-width: 768px) {
    #ueitcell-footer .ueitcell-widget {
        margin-bottom: 40px;
        width: 100%;
        float: left;
    }
}

#ueitcell-footer .ueitcell-footer-links {
    padding: 0;
    margin: 0;
}

@media screen and (max-width: 768px) {
    #ueitcell-footer .ueitcell-footer-links {
        margin-bottom: 30px;
    }
}

#ueitcell-footer .ueitcell-footer-links li {
    padding: 0;
    margin: 0 0 10px 0;
    list-style: none;
    display: block;
    font-size: 14px;
}

#ueitcell-footer .ueitcell-footer-links li a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
}

#ueitcell-footer .ueitcell-footer-links li a i {
    padding-right: 10px;
}

#ueitcell-footer .ueitcell-social-icons li a {
    padding-left: 10px;
    padding-right: 10px;
}

#ueitcell-footer .ueitcell-social-icons li a:first-child {
    padding-left: 0;
}

#ueitcell-footer h4 {
    margin-bottom: 30px;
    font-size: 13px;
    color: #e6e6e6;
    text-transform: uppercase;
    font-weight: 700;
}

#ueitcell-footer .copy {
    padding: 1.2em 0;
}

#ueitcell-footer .copy p {
    margin-bottom: 0;
    color: #fff;
}

#ueitcell-footer .copy p small a {
    color: rgba(255, 255, 255, 0.7);
}

#map {
    width: 100%;
    height: 500px;
    position: relative;
}

@media screen and (max-width: 768px) {
    #map {
        height: 200px;
    }
}

#ueitcell-offcanvas {
    position: absolute;
    z-index: 1901;
    width: 270px;
    background: #1a1a1a;
    top: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 75px 40px 40px 40px;
    overflow-y: auto;
    display: none;
    -moz-transform: translateX(270px);
    -webkit-transform: translateX(270px);
    -ms-transform: translateX(270px);
    -o-transform: translateX(270px);
    transform: translateX(270px);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

@media screen and (max-width: 768px) {
    #ueitcell-offcanvas {
        display: block;
    }
}

.offcanvas #ueitcell-offcanvas {
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}

#ueitcell-offcanvas a {
    color: rgba(255, 255, 255, 0.5);
}

#ueitcell-offcanvas a:hover {
    color: rgba(255, 255, 255, 0.8);
}

#ueitcell-offcanvas ul {
    padding: 0;
    margin: 0;
}

#ueitcell-offcanvas ul li {
    padding: 0;
    margin: 0;
    list-style: none;
}

#ueitcell-offcanvas ul li>ul {
    padding-left: 20px;
    display: none;
}

#ueitcell-offcanvas ul li.offcanvas-has-dropdown>a {
    display: block;
    position: relative;
}

#ueitcell-offcanvas ul li.offcanvas-has-dropdown>a:after {
    position: absolute;
    right: 0px;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e0c5";
    font-size: 20px;
    color: rgba(255, 255, 255, 0.2);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

#ueitcell-offcanvas ul li.offcanvas-has-dropdown.active a:after {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

#ueitcell-offcanvas ul li.btn-cta {
    margin-top: 5px;
}

#ueitcell-offcanvas ul li.btn-cta a {
    border-bottom: 1px solid #2B5740;
    padding-bottom: 5px;
}

.gototop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.gototop.active {
    opacity: 1;
    visibility: visible;
}

.gototop a {
    width: 50px;
    height: 50px;
    display: table;
    background: black;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.gototop a i {
    height: 50px;
    display: table-cell;
    vertical-align: middle;
}

.gototop a:hover,
.gototop a:active,
.gototop a:focus {
    text-decoration: none;
    outline: none;
}

.ueitcell-nav-toggle {
    width: 25px;
    height: 25px;
    cursor: pointer;
    text-decoration: none;
    top: 1.5em !important;
}

.ueitcell-nav-toggle.active i::before,
.ueitcell-nav-toggle.active i::after {
    background: #444;
}

.ueitcell-nav-toggle:hover,
.ueitcell-nav-toggle:focus,
.ueitcell-nav-toggle:active {
    outline: none;
    border-bottom: none !important;
}

.ueitcell-nav-toggle i {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 2px;
    color: #252525;
    font: bold 14px/.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: #252525;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.ueitcell-nav-toggle i::before,
.ueitcell-nav-toggle i::after {
    content: '';
    width: 25px;
    height: 2px;
    background: #252525;
    position: absolute;
    left: 0;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.ueitcell-nav-toggle.ueitcell-nav-white>i {
    color: #fff;
    background: #000;
}

.ueitcell-nav-toggle.ueitcell-nav-white>i::before,
.ueitcell-nav-toggle.ueitcell-nav-white>i::after {
    background: #000;
}

.ueitcell-nav-toggle i::before {
    top: -7px;
}

.ueitcell-nav-toggle i::after {
    bottom: -7px;
}

.ueitcell-nav-toggle:hover i::before {
    top: -10px;
}

.ueitcell-nav-toggle:hover i::after {
    bottom: -10px;
}

.ueitcell-nav-toggle.active i {
    background: transparent;
}

.ueitcell-nav-toggle.active i::before {
    top: 0;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    background: #fff;
}

.ueitcell-nav-toggle.active i::after {
    bottom: 0;
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
    background: #fff;
}

.ueitcell-nav-toggle {
    position: absolute;
    right: 0px;
    top: 65px;
    z-index: 21;
    padding: 6px 0 0 0;
    display: block;
    margin: 0 auto;
    display: none;
    height: 44px;
    width: 44px;
    z-index: 2001;
    border-bottom: none !important;
}

@media screen and (max-width: 768px) {
    .ueitcell-nav-toggle {
        display: block;
    }
}

.btn {
    margin-right: 4px;
    margin-bottom: 4px;
    font-size: 15px;
    font-weight: 400;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    padding: 8px 20px;
}

.btn.btn-md {
    padding: 8px 20px !important;
}

.btn.btn-lg {
    padding: 18px 36px !important;
}

.btn:hover,
.btn:active,
.btn:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.btn-primary {
    background: #2B5740;
    color: #fff;
    border: 2px solid #2B5740;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background: #5bacfd !important;
    border-color: #5bacfd !important;
}

.btn-primary.btn-outline {
    background: transparent;
    color: #2B5740;
    border: 2px solid #2B5740;
}

.btn-primary.btn-outline:hover,
.btn-primary.btn-outline:focus,
.btn-primary.btn-outline:active {
    background: #2B5740;
    color: #fff;
}

.btn-success {
    background: #5cb85c;
    color: #fff;
    border: 2px solid #5cb85c;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active {
    background: #4cae4c !important;
    border-color: #4cae4c !important;
}

.btn-success.btn-outline {
    background: transparent;
    color: #5cb85c;
    border: 2px solid #5cb85c;
}

.btn-success.btn-outline:hover,
.btn-success.btn-outline:focus,
.btn-success.btn-outline:active {
    background: #5cb85c;
    color: #fff;
}

.btn-info {
    background: #5bc0de;
    color: #fff;
    border: 2px solid #5bc0de;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active {
    background: #46b8da !important;
    border-color: #46b8da !important;
}

.btn-info.btn-outline {
    background: transparent;
    color: #5bc0de;
    border: 2px solid #5bc0de;
}

.btn-info.btn-outline:hover,
.btn-info.btn-outline:focus,
.btn-info.btn-outline:active {
    background: #5bc0de;
    color: #fff;
}

.btn-warning {
    background: #f0ad4e;
    color: #fff;
    border: 2px solid #f0ad4e;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active {
    background: #eea236 !important;
    border-color: #eea236 !important;
}

.btn-warning.btn-outline {
    background: transparent;
    color: #f0ad4e;
    border: 2px solid #f0ad4e;
}

.btn-warning.btn-outline:hover,
.btn-warning.btn-outline:focus,
.btn-warning.btn-outline:active {
    background: #f0ad4e;
    color: #fff;
}

.btn-danger {
    background: #d9534f;
    color: #fff;
    border: 2px solid #d9534f;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active {
    background: #d43f3a !important;
    border-color: #d43f3a !important;
}

.btn-danger.btn-outline {
    background: transparent;
    color: #d9534f;
    border: 2px solid #d9534f;
}

.btn-danger.btn-outline:hover,
.btn-danger.btn-outline:focus,
.btn-danger.btn-outline:active {
    background: #d9534f;
    color: #fff;
}

.btn-outline {
    background: none;
    border: 2px solid gray;
    font-size: 16px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn.with-arrow {
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn.with-arrow i {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -8px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.btn.with-arrow:hover {
    padding-right: 50px;
}

.btn.with-arrow:hover i {
    color: #fff;
    right: 18px;
    visibility: visible;
    opacity: 1;
}

.row-pb-lg {
    padding-bottom: 7em !important;
}

.row-pb-md {
    padding-bottom: 1em !important;
}

.row-pb-sm {
    padding-bottom: 3em !important;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.ueitcell-loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/loader.gif) center no-repeat #fff;
}

.js .animate-box {
    opacity: 0;
}

 nav.sidebar, .main{
    -webkit-transition: margin 200ms ease-out;
      -moz-transition: margin 200ms ease-out;
      -o-transition: margin 200ms ease-out;
      transition: margin 200ms ease-out;
  }

  .main{
    padding: 10px 10px 0 10px;
  }

 @media (min-width: 765px) {

    .main{
      position: absolute;
      width: calc(100% - 40px); 
      margin-left: 40px;
      float: right;
    }

    nav.sidebar:hover + .main{
      margin-left: 200px;
    }

    nav.sidebar.navbar.sidebar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
      margin-left: 0px;
    }

    nav.sidebar .navbar-brand, nav.sidebar .navbar-header{
      text-align: center;
      width: 100%;
      margin-left: 0px;
    }
    
    nav.sidebar a{
      padding-right: 13px;
    }

    nav.sidebar .navbar-nav > li:first-child{
      border-top: 1px #e5e5e5 solid;
    }

    nav.sidebar .navbar-nav > li{
      border-bottom: 1px #e5e5e5 solid;
    }

    nav.sidebar .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      -webkit-box-shadow: none;
      box-shadow: none;
    }

    nav.sidebar .navbar-collapse, nav.sidebar .container-fluid{
      padding: 0 0px 0 0px;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
      color: #777;
    }

    nav.sidebar{
      width: 100%;
      height: 100%;
      /*margin-left: -160px;*/
      float: left;
      margin-bottom: 0px;
    }

    nav.sidebar li {
      width: 100%;
    }

    nav.sidebar:hover{
      margin-left: 0px;
    }

    .forAnimate{
      opacity: 0;
    }
  }
   
  @media (min-width: 1330px) {

    .main{
      width: calc(100% - 200px);
      margin-left: 200px;
    }

    nav.sidebar{
      margin-left: 0px;
      float: left;
    }

    nav.sidebar .forAnimate{
      opacity: 1;
    }
  }

  nav.sidebar .navbar-nav .open .dropdown-menu>li>a:hover, nav.sidebar .navbar-nav .open .dropdown-menu>li>a:focus {
    color: #CCC;
    background-color: transparent;
  }

  nav:hover .forAnimate{
    opacity: 1;
  }
  section{
    padding-left: 15px;
  }
  


@media screen and (max-width: 1024px) {
    .ueitcell-nav ul li a {
        position: relative;
        font-size: 12px;
        padding: 30px 0px !important;
        font-weight: 700;
        color: rgba(0, 0, 0, 0.8);
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
    }
}

@media screen and (max-width: 425px) {
    #ueitcell-logo a img {
        width: 90%;
    }
}

.logoimg{
    width: 40%;
}


#vcimg {
    margin-left: 15px;
}

.padd{
    padding: 20px;
}

.radd {
    border-radius: 5px;
}

.center{
    text-align: center;
}

.back-black{
    background: #000000;
}
.padding-5{
    padding: 5px;
}
.text-white{
    color: #ffffff;
}

.curvebox{
        width: 100%;
    padding: 10px;
    background-color: #F0F0F0;
    color: #33527B;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    margin-top: 15px;
}

.curvebox ul li{
    list-style: none;
}

/*.curvebox table tbody tr th:First{
    width: 50%;
}*/

.curvebox table tbody tr td ul{
    padding-inline-start: 0px !important;
}

.nav li{
    border-left: 10px solid #2B5740;
}




