

/* ##### GENERAL CLASS ##### */

@font-face {
    font-family: fonarto;
    src: url('../fonts/fonarto/Fonarto.ttf');
}

@font-face {
    font-family: ralewayL;
    src: url('../fonts/raleway/Raleway-Light.ttf');
}





*, *:after, *::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html, body {
    height: 100%;
    width: 100%;
}

body {
    color: #898989;
    line-height: 1.5em;
    overflow-x: hidden;
}
a:focus {
    outline: none;
    text-decoration: none;
    color: #222;
}
a:hover {
    text-decoration: none;
    color: #222;
}
iframe {
    border: 0;
}
p.lead {
    color: #7c7c7c;
}
.no-margin{ margin:0;}

h1, h2, h3, h4, h5, h6, .section-title, .form-group label {
    color: #222;
    font-family: 'Raleway', sans-serif;
}

blockquote {
    border-color: #dedede;
}

.mask {
    background-color: rgba(0,0,0, 0.8);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 100000;
}
#intro-loader {
    width: 65px;
    height: 65px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -33px 0 0 -33px;
    background: url("../img/intro-loader.gif");
}
.section-content {
    padding: 100px 0;
}
.bgdark {
    background: #F3F3F3;
}
.section-title div {
    font-size: 17px;
    letter-spacing: 1px;
}
.section-title div span {
    display: inline-block;
    color: #7C7C7C;
    text-transform: uppercase;
}
.intro-pattern
.section-title h1, .section-title h2, .section-title h3 {
    font-family: ralewayL;
    text-transform: uppercase;
    color: #002e5b;
    font-weight: 600;
    display: inline-block;
    margin: 12px 0;
}
.section-title h1 i {
    font-style: normal;
    display: block;
}
.section-title .line {
    width: 200px;
    background: #dedede;
    height: 1px;
    margin: 5px 15px;
}
.section-title .line.big {
    width: 170px;
}
.section-title .lead {
    margin: 20px 0 0 0;
}
.section-title .lead strong {
    color: #fff;
    font-weight: 200;
    padding: 0 6px;
}

.clear {
    clear: both;
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
}
.img-center {
    margin-left: auto;
    margin-right: auto;
}
.element-line {
    margin-top: 40px;
}

.panel-default > .panel-heading {
    background: none;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
    border: none;
}
.panel-group {
    border-top: 1px solid #dedede;
}
.panel-group .panel + .panel {
    margin: 0;
}
.panel-group .panel {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.panel-group .panel-default {
    border-bottom: 1px solid #dedede;
}
.panel-group .panel-heading {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0;
    text-transform: uppercase;
}
.panel-group .panel-heading .panel-title {
    font-weight: 600;
}
.panel-group .panel-heading a {
    display: block;
}
.panel-group .panel-heading a.collapsed {
    color: #222;
}
.panel-group .panel-body {
    padding-top: 0;
}

.media {
    border-top: 1px solid #dedede;
    padding-top: 25px;
    margin-top: 20px;
}
.media:first-child {
    padding-top: 0;
    border-top: 0;
}
.media > .pull-left {
    margin-right: 25px;
}
.media .media-body .lead {
    margin: 0 0 10px 0;
}

.progress {
    height: 30px;
}
.progress .progress-bar {
    text-align: left;
}
.progress .progress-bar span {
    display: block;
    font-weight: bold;
    line-height: 30px;
    padding: 0 0 0 15px;
}

.nav-tabs {
    overflow: hidden;
    margin: 0 0 -1px 0;
    padding: 0;
    list-style: none;
    border: 0;
}
.nav-tabs > li > a:hover {
    background: #222;
    border-color: #222;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border-color: #dedede;
}
.nav-tabs > li > a {
    font-size: 13px;
    padding: 12px 16px;
    display: block;
    text-transform: uppercase;
    color: #fff;
    border-radius: 0;
    border: 1px solid #DEDEDE;
}
.tab-content {
    padding: 15px;
    border: 1px solid #DEDEDE;
}

/* ##### NAV BAR ##### */

/*.navbar-brand {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-right: 0;
}*/


.navbar-brand .navbar-fixed-top{
    padding-bottom: 10px;
    padding-right: 0;
    padding-top: 10px;
    position: absolute;
    top: -10px;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
    color: #ffffff;
    background-color: #002e5b;
    border-color: #002e5b;
}
.btn-succes{
    color: #ffffff;
    background-color: #002e5b !important;
    border-color: #002e5b !important;
}

.navbar-brand > img {
    /*width: 200px;*/
}

/*.is-sticky .navbar-brand {
    padding-bottom: 10px;
    padding-right: 0;
    padding-top: 10px;
    position: absolute;
    top: -10px;
}*/
/*.is-sticky .navbar-brand > img {
    width: 150px;
    margin-top: 10px;
}*/

@media(max-width:950px){
    .navbar-brand {
        position: static;
    }
    /*.navbar-brand > img {
        width: 75px;
    }*/
    .is-sticky .navbar-brand {
        position: static;
    }
    .is-sticky .navbar-brand > img {
        width: 75px;
    }
}
#navigation-sticky-wrapper {
    height: 60px;
}
#navigation-sticky-wrapper is-sticky {
    position: fixed;
    top: 0;
}
.navbar-inner {
    background: #002e5b;
    border-bottom: medium none !important;
    box-shadow: 0 !important;
    transition: all 0.3s ease-out 0s;
    z-index: 10;
}
.navbar-collapse {
    min-height: 60px !important;
}
.navbar-collapse.in {
    overflow-y: visible !important;
}
.navbar-inner .container {
    padding: 20px 0;
}
.navbar {
    position: relative;
    border: 0;
}
.navbar .nav > li {
    display: block;
    float: left;
}
.navbar .nav > li > a {
    color: #002e5b;
    display: block;
    font-size: 14px;
    font-weight: 400;
    height: 100%;
    text-shadow: none;
    text-transform: uppercase;
    transition: all 0.3s ease-out 0s;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 60px;
}

.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
    background: #fff;
    box-shadow: none;
    color: #222;
    height: 100%;
    transition: all 0.3s ease-out 0s;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background: #fff;
}
.navbar .nav > li > a:focus, .navbar .nav > li > a:hover, .navbar .nav > li > a:active{
    color: #b3b3b3;
    height: 100%;
    text-decoration: none;
    transition: all 0.3s ease-out 0s;
    font-weight: bold;
}
.navbar-default .navbar-toggle {
    padding: 0;
    margin: 33px 15px 10px 0;
    border: 0;
    background: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #fff;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background: none;
    border: 0;
    outline: none;
}

.dropdown-menu {
    border-width: 0 0 1px 1px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.dropdown-menu > li > a {
    color: #999;
    font-size: 12px;
    text-transform: uppercase;
    padding-top: 8px;
    padding-bottom: 8px;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #222;
    background: none;
}

/* ##### HOME SECTION ##### */

.intro-video {
    background: url(	"../img/pattern.png");
    position: relative;
    width: 100%;
    height: 100%;
    color: #fff;
}
.intro-video .text-slider, .intro-video .text-home {
    width: 90%;
    height: 100%;
    margin: 0 5%;
    display: table;
}
.intro-video .intro-item {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.video-section {
    background: #000 url('../images/slider/slider4.jpg') no-repeat top center;
}
#video-volume {
    bottom: 45px;
    left: 50%;
    margin: 0 0 0 -15px;
    position: absolute;
    z-index: 10;
    width: 30px;
    height: 30px;
    line-height: 26px;
    font-size: 20px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #fff;
    color: #FFFFFF;
    cursor: pointer;
}

.intro-pattern .text-slider.new{
    width: 45%;
    height: 100%;
    margin: 0 auto;
}
.intro-pattern .text-slider.new .flex-active-slide{
    background-color: rgba(255,255,255,.7);
     padding: 20px;
}
#home .text-slider.new h1 {color: #002e5b;}
.text-slider.new .hi-fonarto > span {
    border-bottom: 2px solid #002e5b;
    padding: 0 30px;
}
.text-slider.new  .font-quote {
    font-size: 25px !important;
    line-height: 37px !important;
    font-style: normal !important;
    color: #002e5b;
    font-family: 'Raleway' !important;
}
.text-slider.new .arrow-down a{padding: 30px;}
.text-slider.new .arrow-down{margin-top: 50px;}
#becm-member{position: absolute;top: -10px;}

/*.intro-pattern {
    background: #000 url("../img/intro-pattern.jpg") no-repeat center;
}*/
.navbar-top {
    background-color: #fff;
    left: 0;
    margin: 0;
    /* position: absolute; */
    right: 0;
    top: 0;
    z-index: 1030;
    background-image: url(../images/top.png);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 58%;
}
.is-sticky.navbar-top{background-color: #002e5b;}
.navbar-top .social-icon {margin-left: 20px;}
.navbar-top .social-icon a {
    color: #002e5b;
    padding: 18px 8px;
    font-size: 16px;
    display: inline-block;
}
.navbar-top .social-icon a:hover i.fa,
.navbar-top .social-icon a:active i.fa,
.navbar-top .social-icon a:focus i.fa{
    color: #b3b3b3 ;
}

.tp-banner-container {
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.intro-pattern .text-slider, .intro-pattern .text-home {
    width: 90%;
    height: 100%;
    margin: 0 5%;
    display: table;
}
.intro-pattern .intro-item {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
#home {
    position: relative;
    width: 100%;
    height: 100%;
    color: #fff;
    padding-top: 60px;
    overflow: hidden;
}
#home h1 {
    color: inherit;
    margin: 25px 0;
    color: #fff;
}
#home p.lead {
    color: #ffffff;
    font-size: 18px;
    margin: 5px 0;
}

#home .section-title div span {color: #fff;}

#home .section-title .line {background: #7C7C7C;}

#home .mybutton{display: inline-block;}

.banner-overlay{background-color: rgba(0, 0, 0, 0.5);bottom: 0;left: 0;position: absolute;right: 0;top: 0;z-index: 2;}

#fullscreen-slider {display: none;}

#fullscreen-slider .pattern {
    background: url("../img/pattern.png") repeat;
    width: 100%;
    height: 100%;
}
#cycle-loader {
    height: 32px;
    left: 50%;
    margin: -8px 0 0 -8px;
    position: absolute;
    top: 50%;
    width: 32px;
    z-index: 999;
}
#slider_left {
    left: 50px;
}
#slider_right {
    right: 50px;
}
.fullscreen-slider-arrow {
    top: 50%;
    height: 60px;
    position: absolute;
    width: 32px;
    z-index: 15;
    margin-top: -30px;
    cursor: pointer;
}
.fullscreen-slider-arrow:hover {
    margin-top: -28px;
}
.fullscreen-slider-arrow img {
    max-width: 100%;
}
.slide-content {
    height: 100%;
    display: table;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
}
.slide-content .text-center {
    vertical-align: middle;
    display: table-cell;
}
div.mc-image {
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    overflow: hidden;
    width: 100%;
}

#text-slider {
    position: absolute;
    width: 100%;
    height: 100%;
    display: table;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: orange;
}

/* ##### PORTFOLIO ##### */
#filters {
    display: block;
    text-align: center;
    margin: 0 0 50px 0;
}
#filters a {
    margin: 10px 4px;
}
#filters a.active span {
    background: #222;
}

#portfolio-wrap {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
#portfolio-wrap .portfolio-item {
    float: left;
    position: relative;
}
#portfolio-wrap .portfolio-item img {
    max-width: 100%;
}
#portfolio-wrap .portfolio-item a, #portfolio-wrap .portfolio-item a img {
    position: relative;
    overflow: hidden;
    display: block;
}
#portfolio-wrap .portfolio-item a .hover-items {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
}
#portfolio-wrap .portfolio-item a .hover-items span {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    height: 110px;
    margin: -55px 0 0 0;
    text-transform: uppercase;
}
#portfolio-wrap .portfolio-item a .hover-items span i {
    color: #fff;
}
#portfolio-wrap .portfolio-item a .hover-items span em.lead {
    margin: 10px 0 0 0;
    padding: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    display: block;
}
#portfolio-wrap .portfolio-item a .hover-items span em {
    color: #7C7C7C;
    font-style: normal;
    font-size: 12px;
}
#ajaxpage {
    padding: 100px 0;
}
#ajaxpage .section-title {
    margin: 0;
}
#ajaxpage .section-title h1 {
    font-size: 60px;
}
#ajax-section {
    position: relative;
    background: #f8f8f8;
    text-align: left;
}
#ajax-section #loader {
    width: 100%;
    height: 20px;
    padding: 40px 0 0 0;
    text-align: center;
    display: none;
    position: absolute;
    top: 47px;
    left: 0;
}
#ajax-section #loader.projectError {
    text-align: center;
    height: auto !important;
    background-position: top center;
}
#ajax-section #loader.projectError p {
    display: none;
    padding-top: 16px;
}
#ajax-section #loader {
    background: url("../img/loader.gif") center center no-repeat;
}
#ajax-section #loader.projectError p {
    color: #666 !important;
}
#ajax-content-outer {
    width: 100%;
    overflow: hidden;
    position: relative;
}
#ajax-content-inner {
    float: left;
    height: 0;
    opacity: 0;
    width: 100%;
}
#project-navigation {
    width: 100%;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    margin: 0;
    z-index: 1;
}
#project-navigation ul {
    margin: 0;
    list-style: none;
    display: none;
    padding: 0;
}
#project-navigation ul li {
    display: inline;
    padding: 0 3px;
}
.project-media, .project-description {
    margin: 70px 0 0 0;
    overflow: hidden;
    display: block;
}
.project-description h4 {
    display: inline-block;
    text-transform: uppercase;
    padding: 0px 0px 10px;
    font-weight: 600;
    border-bottom: 1px solid #DEDEDE;
    margin-top: 0;
}
.project-description .project-details {
    margin-bottom: 50px;
}
.project-description .list-info {
    margin: 0 0 10px 0;
    padding: 13px;
    background: #eaeaea;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.project-description .list-info i {
    color: #222;
}
.project-description .list-info span {
    font-weight: 600;
    color: #222;
}
.project-description .list-info em {
    font-size: 12px;
}

/* ##### TEAM ##### */
#team .team-element {
    position: relative;
    display: block;
    overflow: hidden;
}
#team .team-element:hover .team-inner {
    display: block;
}
#team .team-element .team-inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    display: none;
    background: rgba(0,0,0,0.8);
}
#team .team-element .team-inner .team-detail {
    text-align: center;
    display: table;
    width: 100%;
    height: 100%;
}
#team .team-element .team-inner .team-detail .team-content {
    display: table-cell;
    vertical-align: middle;
    padding: 0 15px;
    color: #fff;
}
#team .team-element .team-inner .team-detail .team-content h3 {
    margin: 0 0 8px 0;
    padding: 0 0 8px 0;
    border-bottom: 1px solid #666;
    text-transform: uppercase;
}
#team .team-element .team-inner .team-detail .team-content h3, #team .team-element .team-inner .team-detail .team-content a {
    color: #fff;
}
#team .team-element .team-inner .team-detail .team-content p {
    font-weight: 400;
    margin-bottom: 25px;
    font-size: 15px;
    line-height: 18px;
}
#team .team-element .team-inner .team-detail .team-content p, #team .team-element .team-inner .team-detail .team-content a {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
}
#team .team-element .team-inner .team-detail .team-content a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
#team .team-element .team-inner .team-detail .team-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#team .team-element .team-inner .team-detail .team-content ul li {
    display: inline;
    padding: 0 6px;
}

/* ##### PRICING ##### */
.pricing-5-col .pricing-box {
    width: 20%;
}
.pricing-box {
    float: left;
    text-align: center;
    margin: 0;
    padding: 0;
}
.pricing-box ul {
    margin: 0;
    padding: 0;
    border-left: solid 1px #eee;
    border-top: solid 1px #eee;
}
.pricing-box.last ul {
    border-right: 1px solid #EEE;
}
.pricing-box li {
    list-style: none;
    margin: 0;
    padding: 15px 0 15px 0;
    border-bottom: solid 1px #eee;
}
.pricing-box li h4 {
    font-size: 22px;
    margin: 0;
    padding: 0;
    font-weight: 400;
}
.pricing-box li h1 {
    font-size: 45px;
    margin: 0;
    font-weight: 600;
}
.pricing-box li.title-row {
    padding: 15px 0 15px 0;
}
.pricing-box li.price-row {
    background: #f5f5f5;
    padding: 15px 0 15px 0;
}
.pricing-box li.price-row span {
    display: block;
    font-weight: 600;
}
.pricing-box li.btn-row {
    background: #f5f5f5;
}
.pricing-featured {
    z-index: 5;
    -webkit-box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.5);
    position: relative;
    margin-top: -25px;
}
.pricing-box .pricing-featured li.price-row h1 {
    color: #fff;
}

/* ##### TIMELINE ##### */
.timeline-content #timeline {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    background: url("../img/timeline.png") repeat-y top center;
}
.timeline-content #timeline .timeline-item {
    clear: both;
    margin-bottom: 0;
    width: 50%;
    float: left;
}
.timeline-content #timeline .post {
    margin: 0 90px 0 0;
    position: relative;
    min-height: 100px;
    background: #fff;
    box-shadow: none;
    border: 0;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #e1e1e1;
}
.timeline-content #timeline .post-body {
    border-bottom: 0 none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.timeline-content #timeline .post-body .blog-title h1 {
    font-size: 21px;
}
.timeline-content #timeline .post-body .blog-title h1 a {
    color: #222;
}
.timeline-content #timeline .post-body .blog-title, .timeline-content #timeline .post-body .post-text {
    margin: 20px;
}
.timeline-content #timeline .post-body a {
    display: block;
    overflow: hidden;
}
.timeline-content #timeline .post-title {
    margin-bottom: 12px;
    text-transform: uppercase;
}
.timeline-content #timeline .post-info {
    left: 100%;
    margin: -100px 11px 0 11px;
    position: absolute;
    top: 50%;
    width: 160px;
    z-index: 1000;
}
.timeline-content #timeline .post-info .info-date {
    font-size: 17px;
}
.timeline-content #timeline .post-info .info-date small {
    display: block;
}
.timeline-content #timeline .post-info .box-inner {
    display: block;
    width: 113px;
    margin: 10px auto;
}
.timeline-content #timeline .post-info .box-inner img {
    border: 1px solid #e1e1e1;
    padding: 9px;
    background: #fff;
}
.timeline-content #timeline .post-arrow {
    background-image: url("../img/timeline-arrow-right.png");
    background-size: 11px 22px;
    height: 22px;
    left: 100%;
    margin-top: -11px;
    position: absolute;
    top: 50%;
    width: 11px;
}
.timeline-content #timeline .timeline-item:nth-child(2n) {
    float: right;
}
.timeline-content #timeline .timeline-item:nth-child(2n) .post {
    margin-left: 90px;
    margin-right: 0;
}
.timeline-content #timeline .timeline-item:nth-child(2n) .post-info {
    left: auto;
    right: 100%;
}
.timeline-content #timeline .timeline-item:nth-child(2n) .post-arrow {
    background-image: url("../img/timeline-arrow-left.png");
    left: auto;
    right: 100%;
}
.timeline-content .action {
    margin-top: 50px;
}

/* ##### PARALLAX AREA ##### */
.parallax {
    background-attachment: fixed !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.parallax #support{
    position: absolute;top: -30px;
}
.parallax h1 {
    color: #fff;
}
.parallax .social-link span {
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    display: block;
}
.parallax .social-link .lead {
    margin: 0;
}
.parallax .social-link .hi-icon-effect-1 .hi-icon {
    background: rgba(255,255,255,0.15);
}
.parallax-overlay {
    background-color: rgba(0, 0, 0, 0.8);
}
.parallax-box a {
    background: #fff;
    padding: 30px 20px;
    display: block;
    min-height: 282px;
    max-height: 282px;
}
.parallax-box a:hover i, .parallax-box a:hover h4 {
    color: #fff;
}
.parallax-box a i {
    color: #a4a4a4;
}
.parallax-box a p {
    color: #8d8d8d;
}
.parallax-box h4 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 12px 0;
}
.parallax-box p {
    margin: 0;
    font-size: 14px;
    line-height: 18px;
}

/* RADIAL PROGRESS BAR */
.circular-content {
    display: inline-block;
    height: auto;
    text-align: center;
}
.cart {
    position: relative;
    overflow: hidden;
    min-height: 388px;
}
.cart .hidden {
    display: none;
}
.easyPieChart {
    position: relative;
    text-align: center;
    margin: 0px auto;
}
.easyPieChart canvas {
    position: absolute;
    top: 0;
    left: 0;
}
.circular-pie {
    width: 310px;
    height: 310px;
}
.circular-pie span {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    height: 210px;
    width: 210px;
    z-index: 10;
    line-height: 210px;
    border-radius: 100%;
    text-align: center;
    font-size: 68px;
    letter-spacing: -3px;
    color: #FFFFFF;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4);
}

.circ_counter_desc {
    margin: 20px 0;
    font-size: 15px;
    text-align: center;
}
.circ_counter_desc .lead {
    color: #fff;
    font-size: 26px;
}

/* NUMBER COUNTER */
.number-counters {
    overflow: hidden;
}
.counters-item {
    overflow: hidden;
}
.number-counters strong {
    color: #FFFFFF;
    display: block;
    font-size: 60px;
    font-weight: 600;
    line-height: 60px;
}

.client-list a img {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}
.client-list a:hover img {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
.service-items a, .service-items a h3 {
    color: #222;
}
.service-items h3 {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 10px 0;
}
.call-number {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    background-color: rgba(255,255,255,0.2);
    margin: 20px 0px;
    line-height: 120px;
    font-weight: 600;
    color: #fff;
    display: block;
    font-size: 84px;
}
.call-number a {
    color: #fff;
}
.service-items .service-block{border: 1px solid #e9e9e9;padding: 15px;}
.service-body{overflow-y: auto;max-height: 75px;min-height: 75px;}


/* ##### CONTACT ##### */
.form-group {
    position: relative;
}
.form-group label {
    text-transform: uppercase;
}
.form-group label.error {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    text-transform: none;
}
.form-group .form-control {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
    border-color: #DEDEDE;
}
.form-group .form-control:focus {
    border-color: #afafaf;
}
.form-group .form-control.input-lg {
    font-size: 14px;
}
.form-group .form-control.error, .form-group .form-control.error:focus {
    border: 1px solid #DEDEDE;
}
.form-group textarea {
    height: 219px;
    resize: vertical;
}
.form-button {
    margin-top: 50px;
}
.form-respond .content-message {
    margin: 0 0 50px 0;
    padding: 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #f5f5f5;
}
.form-respond .content-message i {
    color: #222;
}
.form-respond .content-message h2 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 10px 0px 0 0;
}
#map_canvas {
    width: 100%;
    height: 500px;
}
#map_canvas.map-bg-mobile{ background:url("../img/mobile-map-bg.jpg") no-repeat center;}
.contact-back{
    background:rgba(179,179,179,.2);position: relative;color: #002e5b !important;
}
.contact-back p, .contact-back #contactform1 label{
   color: #002e5b !important;
}
.bg-big.contact{
    background-image: url(../images/left.png);
    background-position: center left;
}
/*.contact-back::before {
    content: "";
    position: absolute;
    top: -195px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 195px 1800px;
    border-color: transparent transparent rgba(179,179,179,.2) transparent;
    z-index: 2;
}*/
.inner-banner.gallery{
    background-image: url(../images/banners/banner2.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    height: 300px !important;
}
.inner-banner.gallery .color-overlay{
    position: absolute;
    top: 0;right: 0;left: 0;bottom: 0;width: 100%;height: 100%;
    background:rgba(0,46,91,.5);
}



.team-block {
    text-align: center;
    margin: 10px auto;
    border: 3px solid #2a80b9;
    padding: 20px;
    min-height: 280px;
    color: #fff;
    max-width: 310px;
    transition: all ease-in-out .5s;
}
.team-block:hover img{
    transform: scale(1.2);
}
.team-block img {
    border-radius: 50%;
    max-height: 85px;
    min-height: 85px;
    max-width: 85px;
    min-width: 85px;
    margin-bottom: 15px;
    border: 3px solid #2a80b9;
    transition: all ease-in-out .5s;
}
.team-block h3{
font-size: 20px;
    color: #fff;
    font-weight: 600;   
}
.team-block h4{
    font-size: 16px;
    font-weight: 600;color: #fff;
}
.team-block h5 {
    font-size: 14px;
    font-family: inherit;
    color: #fff;
}
#owl-team.owl-theme .owl-controls .owl-buttons div {
    color: #fff;
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin: 5px;
    padding: 0;
    font-size: 26px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #2a80b9;
    opacity: 1;
    color: #fff;
    width: 30px;
    height: 29px;
}
#owl-team .owl-controls .owl-prev{
    position: absolute;
    bottom: -50px;
    left: initial;
    right: 40px;
    z-index: 10px;
}
#owl-team .owl-controls .owl-next {
    position: absolute;
    bottom: -50px;
    right: 0;
    z-index: 10px;
}
.sec-team {
    padding: 208px 0;
    position: relative;
    background-image: url(../images/banners/team-bg.png), url(../images/right.png), url(../images/left.png);
    background-position: center center, center right, center left;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: cover, 35%, 35%;
    margin: 0;
    background-color: rgba(179,179,179,.2);
    background-attachment: scroll, fixed, fixed;
}
.sec-team  #About-team{position: absolute;top: 90px;}
.sec-team .line.big {
    width: 170px;
}
.sec-team .line {
    width: 200px;
    background: #dedede;
    height: 1px;
    margin: 5px 15px;
}
.sec-team div span {
    display: inline-block;
    text-transform: uppercase;
    color: #002e5b;
    font-size: 25px;
    margin-bottom: 80px;
}
.sec-team .social-media a{
    color: #fff;
    font-size: 18px;
    margin: 5px;
    transition: all ease-in-out .5s;
}
.sec-team .social-media a:hover{
    color: #b3b3b3;
}

.section-program .line.big {
    width: 170px;
}
.section-program .line {
    width: 200px;
    background: #fff;
    height: 1px;
    margin: 5px 15px;
}
.section-program div span {
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    font-size: 25px;
    margin-bottom: 75px;
}
.section-program h2.wow.fadeIn{
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}
.section-program .pro-box {
    background-color: #EEEEEE;
    padding: 20px;
    position: relative;
    border-radius: 6px;
    height: 370px;
    margin: 0 auto 16px;
    width: 360px;
}
.section-program .pro-box.vip{
    background-image: url(../images/other/bg-light.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.section-program .pro-box.vip .gradient-box{
    color: #EFDAA2;
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #8E5323 0%, #AC802E 75%) repeat scroll 0 0;
}
.section-program .pro-box.excellence .gradient-box{
    color: #fff;
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #C74724 0%, #ECB01C 75%) repeat scroll 0 0;
}
.section-program .pro-box .gradient-box {
    position: absolute;
    left: 0;
    right: 0;
    top: 41%;
    padding: 17px 20px;
    text-align: center;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    min-height: 75px;
    max-height: 75px;
    overflow: hidden;
    font-weight: bold;
}
.section-program .pro-box .mybutton {
    width: 270px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -8px;
    padding: 8px;
    height: 40px;
    z-index: 100;
    display: block;
    margin: 0 auto;
}
.section-program .pro-box .white-box{background-color: #fff;padding: 20px;text-align: center;height: 100%;}
.section-program .pro-box .white-box .txt{min-height: 58px;max-height: 58px;text-overflow: ellipsis;overflow: hidden;margin-bottom: 5px;}
.section-program .pro-box .white-box a{color: #404041;}
.section-program .pro-box .white-box img {
    width: auto;
    height: 100px;
    display: block;
    margin: 0 auto 95px;
}
#owl-program .owl-controls .owl-buttons .owl-prev {
    left: -40px;
}
#owl-program .owl-controls .owl-buttons div {
    color: #fff;
    font-size: 65px;
    background-color: transparent;
    position: absolute;
    border-radius: 0;
    font-weight: bold;
    padding: 0;
    margin: 0;
    top: 36%;
    opacity: 1;
}
#owl-program .owl-controls .owl-buttons .owl-next {
    right: -40px !important;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar {border-radius: 0;}

.bg-big {
    background-image: url(../images/right.png);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 35%;
    background-attachment: fixed;
}
.heading-common {
    position: relative;
    font-family: 'Raleway';
    padding-bottom: 10px;
    text-transform: uppercase;
    color: #002e5b;
    font-size: 35px;
    margin: 0 0 50px;
    text-align: center;
    font-weight: bold;
}
.heading-common::before {
    background: #b3b3b3;
    bottom: 0;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    width: 110px;
}
.heading-common.white{color: #fff;}
.heading-common.white::before{background: #fff none repeat scroll 0 0;}
.tp-icon img{max-height: 50px;margin-bottom: 30px;}
.section-title.new p {
    margin: 30px 0;
    line-height: 12px !important;
    font-size: 20px;
    font-family: inherit !important;
}

/*section event css*/
.sec-event {
    padding:  100px 0;
    position: relative;
    background-color: rgba(179,179,179,.2);

}
/*.sec-event::before {
    content: "";
    position: absolute;
    top: -195px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 195px 1800px;
    border-color: transparent transparent rgba(179,179,179,.2) transparent;
    z-index: 2;
}*/
/*.sec-event::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -195px;
    right: 0;
    width: 0;
    height: 0;
    border-top: 195px solid rgba(179,179,179,.2);
    border-left: 1800px solid transparent;
    z-index: 2;
}*/

.sec-event #one-parallax{
    position: absolute;
    top: -30px;
}
.sec-event .heading-line{
    display: inline-block;
    text-transform: uppercase;
    color: #7C7C7C;
    font-size: 25px;
    margin-bottom: 75px;
    font-size: 17px;
    letter-spacing: 1px;
}
.sec-event .line.big{
    width: 170px;
    background: #dedede;
    height: 1px;
    margin: 5px 15px;
}
.sec-event .heading-line span{display: inline-block;color: #002e5b;text-transform: uppercase;font-size: 25px;}
#event-modal .heading-line{
    display: inline-block;
    text-transform: uppercase;
    color: #7C7C7C;
    font-size: 25px;
    margin-bottom: 30px;
    font-size: 17px;
    letter-spacing: 1px;
}
#event-modal .line.big {
    width: 80px;
    background: #dedede;
    height: 1px;
    margin: 5px 15px;
}
#event-modal .modal-header {
     border-bottom: none; 
}
#event-modal .heading-line span {display: inline-block;color: #002e5b;text-transform: uppercase;font-size: 25px;}
.sec-event .event-box {
    height: 430px;
    position: relative;
    /*margin: 50px auto 0;*/
    margin-bottom: 20px;
}
.sec-event .event-box img{min-width: 100%;max-width: 100%;min-height: 100%;max-height: 100%;}
.sec-event .event-box .event-hover {
    background: rgba(0,46,91,.9);
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 15px;
    opacity: 0;
    transition: all ease-in-out .5s;
}
.sec-event .event-box:hover .event-hover{opacity: 1;}
.sec-event .event-box .date-box {
    background: rgba(0,46,91,.9);
    width: 90px;
    height: 90px;
    color: #fff;
    /* border-radius: 0; */
    position: absolute;
    top: 15px;
    /* left: 20px; */
    text-align: center;
    padding: 19px 0;
    right: 15px;
}
.sec-event .event-box .date-box .dt {
    font-weight: bold;
    font-size: 35px;
    margin-bottom: 8px;
}
.sec-event .event-box .date-box .mth {
    font-size: 16px;
    text-transform: uppercase;
}
.sec-event .evnt-name {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}
.sec-event .evnt-des {
    margin: 15px 0 0;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    text-align: center;
    font-family: 'Raleway', sans-serif;
}
.logo-home {
    color: #002e5b !important;
    font-size: 23px;
    font-weight: bold;
    margin: 20px 0;
    padding: 0;
    /* line-height: 46px; */
    display: flex;
    justify-content: center;
    align-items: center;
}
.navbar-top.is-sticky .logo-home{color: #fff !important;}
.logo-home img{
    max-height: 40px;
    /*display: inline-block;*/
    /*float: left;*/
    margin-right: 10px;
}
.logo-home img.white-logo{display: none;}
.navbar-top.is-sticky .logo-home img.white-logo{display: block;}
.navbar-top.is-sticky .logo-home img.blue-logo{display: none;}
 .navbar.is-sticky .nav > li > a {color: #fff;}
 .navbar-top.is-sticky .social-icon a {color: #fff;}
  .navbar.is-sticky .nav > li > a:hover,
  .navbar.is-sticky .nav > li > a:active,
  .navbar.is-sticky .nav > li > a:focus{color: #b3b3b3;}

.btn-success {
    color: #ffffff;
    background-color: #002e5b;
    border-color: #002e5b;
}
button{text-transform: capitalize !important;}

/* ##### FOOTER ##### */
/*footer {
    font-size: 12px;
    padding: 30px 0;
    text-align: center;
    background: #002e5b;color: #fff;
}*/
footer {
    background-color: #002e5b;
    background-image: url(../images/left.png);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 35%;
    color: #fff;
    padding: 30px 0;
    font-size: 12px;
    background-attachment: fixed;
}
footer a:hover {
    text-decoration: none;
    color: #fff;
}
footer .social-icon a {
    color: #fff;
    padding: 0 8px 25px 8px;
    display: inline-block;
}
footer .social-icon a:hover {
    color: #b3b3b3;
}
footer a{color: #fff;}
footer a:hover, footer a:active, footer a:focus{color: #b3b3b3;}

#back-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #222;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    zoom: 1;
    filter: alpha(opacity=50);
    opacity: 0.5;
    z-index: 100;
    display: none;
}
#back-top:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

/* ##### BLOG PAGE ##### */
.blog-content a {
    color: #222;
}
.blog-text {
    margin: 50px 0 40px 0;
}
.blog-comments {
    margin: 0 0 60px 0;
}
.blog-comments .comment-item .thumb {
    width: 80px;
    height: 80px;
}
.blog-comments .comment-item .thumb-small {
    width: 50px;
    height: 50px;
}
.comment-formular form {
    border-top: 1px solid #DEDEDE;
    margin-top: 20px;
    padding-top: 25px;
}
.comment-formular form .form-group textarea {
    height: 132px;
}
.pager {
    border-top: 1px solid #DEDEDE;
    margin: 0;
    padding-top: 30px;
    font-size: 13px;
}
.pager .puls > a, .pager .pagination li a {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.pager .puls {
    display: inline;
}
.pager .puls > a {
    color: #fff;
    border: 0;
    background: #222;
    padding: 5px 10px;
}
.pager .puls > a:hover {
    color: #fff;
}
.pager .pagination {
    margin: 0;
}
.pager .pagination li {
    display: inline-block;
}
.pager .pagination li a {
    background: #DEDEDE;
    margin: 0;
    border: 0;
    padding: 7px 10px;
    margin: 0;
    color: #6e6e6e;
}
.pager .pagination li a:hover {
    color: #fff;
}
.pager .pagination li.active a {
    background: #222;
    color: #fff;
}
.widget {
    margin-bottom: 50px;
}
.widget .form-group {
    margin: 0;
}
.widget .widget-title {
    margin: 0 0 20px 0;
}
.widget .widget-title h4 {
    font-weight: 600;
    margin: 0;
    font-size: 18px;
    text-transform: uppercase;
}
.widget .widget-nav {
    list-style: none;
    margin: 0;
    padding: 0;
}
.widget .widget-nav li.first {
    padding-top: 0;
}
.widget .widget-nav li {
    padding: 12px 0;
    border-bottom: 1px solid #DEDEDE;
}
.widget .widget-nav li a i {
    padding: 0 10px;
}
.widget .widget-nav li a small {
    display: block;
}
.widget .widget-tag {
    list-style: none;
    padding: 0;
    margin: 0 0 -5px 0;
    overflow: hidden;
    clear: both;
}
.widget .widget-tag li {
    float: left;
    margin: 0 5px 5px 0;
    font-size: 12px;
}
.widget .widget-tag li a {
    display: block;
    padding: 5px 10px;
    background: #222;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
}
.widget .post-box.first {
    margin: 0;
    padding: 0;
    border: 0;
}
.widget .post-box {
    overflow: hidden;
    border-top: 1px solid #DEDEDE;
    padding-top: 15px;
    margin-top: 15px;
}
.widget .post-box img {
    float: left;
    margin: 0 8px 0 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.widget .post-box h5 {
    margin: 8px 0 0 0;
    font-size: 13px;
    font-weight: bold;
}

/* ##### EFFECT ##### */
.rotate {
    display: inline-block;
    max-width: 100%;
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
    overflow: hidden;
}
.rotate:hover {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
}
.zoom img {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.zoom:hover img {
    transform: scale(1.2);
    -ms-transform: scale(1.2); /* IE 9 */
    -moz-transform: scale(1.2); /* Firefox */
    -webkit-transform: scale(1.2); /* Safari and Chrome */
    -o-transform: scale(1.2); /* Opera */
}
.hi-icon {
    display: inline-block;
    /* cursor: pointer; */
    margin: 15px 0 30px;
    width: 105px;
    height: 105px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #fff;
}
.hi-icon:after {
    /*pointer-events: none;*/
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.hi-icon:before {
    speak: none;
    line-height: 105px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;
}
.hi-icon-effect-1 .hi-icon {
    -webkit-transition: background 0.2s, color 0.2s;
    -moz-transition: background 0.2s, color 0.2;
    transition: background 0.2s, color 0.2s;
}
.hi-icon-effect-1 .hi-icon:after {
    top: -7px;
    left: -7px;
    padding: 7px;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -webkit-transform: scale(.8);
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    transition: transform 0.2s, opacity 0.2s;
    transform: scale(.8);
    opacity: 0;
}
.no-touch .hi-icon-effect-1 .hi-icon:hover:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.item_top {
    top: -50px;
    padding-right: 0px;
    opacity: 0;
    position: relative;
}
.item_bottom {
    bottom: -50px;
    padding-left: 0px;
    opacity: 0;
    position: relative;
}
.item_left {
    left: -80px;
    padding-right: 0px;
    opacity: 0;
    position: relative;
}
.item_right {
    right: -80px;
    padding-left: 0px;
    opacity: 0;
    position: relative;
}
.item_fade_in {
    opacity: 0;
    position: relative;
    padding-left: 0px;
    right: 0px;
}

/* ##### CUSTOM BUTTON ##### */
.mybutton a:hover, .mybutton button:hover, .mybutton a:focus
.mybutton button:focus {
    outline: none;
}
.mybutton.ultra a, .mybutton.ultra button {
    font-size: 14px;
    line-height: 40px;
}
.mybutton.ultra a span, .mybutton.ultra button span {
    padding: 0 30px;
}
.mybutton.big a, .mybutton.big button {
    font-size: 17px;
    line-height: 50px;
}
.mybutton.big a span, .mybutton.big button span {
    padding: 0 20px;
}
.mybutton.medium a, .mybutton.medium button {
    font-size: 14px;
    line-height: 40px;
}
.mybutton.medium a span, .mybutton.medium button span {
    padding: 0 15px;
}
.mybutton.small a, .mybutton.small button {
    font-size: 12px;
    line-height: 35px;
}
.mybutton.small a span, .mybutton.small button span {
    padding: 0 10px;
}
.mybutton {
    display: inline;
}
.mybutton a, .mybutton button {
    text-transform: uppercase;
    border: 0;
    padding: 0;
    position: relative;
    display: inline-block;
    outline: none;
    text-decoration: none;
    font-weight: 400;
    text-shadow: 0 0 1px rgba(255,255,255,0.3);
    letter-spacing: 0;
}
.mybutton a span, .mybutton button span {
    color: #fff;
    text-align: center;
    position: relative;
    display: inline-block;
}
.mybutton2 a:hover, .mybutton2 button:hover, .mybutton2 a:focus
.mybutton2 button:focus {
    outline: none;
}
.mybutton2.ultra a, .mybutton2.ultra button {
    font-size: 20px;
    line-height: 60px;
}
.mybutton2.ultra a span, .mybutton2.ultra button span {
    padding: 0 30px;
}
.mybutton2.big a, .mybutton2.big button {
    font-size: 17px;
    line-height: 50px;
}
.mybutton2.big a span, .mybutton2.big button span {
    padding: 0 20px;
}
.mybutton2.medium a, .mybutton2.medium button {
    font-size: 14px;
    line-height: 40px;
}
.mybutton2.medium a span, .mybutton2.medium button span {
    padding: 0 15px;
}
.mybutton2.small a, .mybutton2.small button {
    font-size: 12px;
    line-height: 35px;
}
.mybutton2.small a span, .mybutton2.small button span {
    padding: 0 10px;
}
.mybutton2 {
    display:inline-block;
    position: relative;
    z-index: 1;
}
.mybutton2 a, .mybutton2 button {
    text-transform: uppercase;
    border: 0;
    padding: 0;
    position: relative;
    display: inline-block;
    outline: none;
    text-decoration: none;
    font-weight: 400;
    text-shadow: 0 0 1px rgba(255,255,255,0.3);
    letter-spacing: 1px;
}
.mybutton2 a span, .mybutton2 button span {
    color: #fff;
    text-align: center;
    position: relative;
    display: inline-block;
}
.lead {font-size: 14px;}
h1, h2, h3 {margin-bottom: 15px;margin-top: 15px;}
h1, .h1 {font-size: 28px;}
.parallax-content div span {color: #ffffff;}
.parallax-content p.lead{color: #ffffff;}
#two-parallax .parallax-overlay {background-color: rgba(50, 80, 200, 0.7);}
#accordion .panel{background: transparent;}
#accordion .panel .panel-title a{font-size: 14px;color: #fff;}
#accordion .panel .panel-title:hover a{color: #222;}
#accordion .panel .panel-body {font-size: 14px;padding: 15px;color: #fff;}

#accordion .panel-trans .panel-title a{font-size: 14px;color: #222;}
#accordion .panel-trans .panel-body {font-size: 14px;padding: 15px;color: #222;}

.font-quote{font-style: italic !important;font-family: fonarto !important;font-size:40px !important;}
.font-quote i{font-style: italic !important;}

.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-5 {width: 20%;float: left;}

.mb-0{margin-bottom: 0;}
.pt-70{padding-top: 70px;}
.hi-fonarto{font-family: fonarto !important;font-size: 40px !important;}
.hi-fonarto > span{border-bottom: 2px solid #ffffff;}
#contact{border-top: 1px solid #ddd;}
.panel-login{border-radius: 0;margin-top: 80px;}
.panel-login-foo{border-top: 1px solid #dddddd;margin-top: 25px;padding-top: 10px;}
.panel-login .form-group label {text-transform: none;}
.colorgraph {
  /*background: #c4e17f linear-gradient(to right, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4) repeat scroll 0 0;*/
  border-radius: 5px;
  background-color: #b3b3b3;
  border-top: 0 none;
  height: 5px;
}
.panel-login .panel-heading{padding-bottom: 30px;border-bottom: none;}
.panel-login .panel-heading .heading-common{margin-bottom: 0;}
.panel-login .panel-body {
    padding-top: 30px;
    min-height: 360px;
}
#seven-parallax .form-group label{color: #fff !important;}
.input-group-addon {background-color: #002e5b; color: #ffffff;}
.pt-26{padding-top: 26px;}



@media (min-width: 768px) {
.col-sm-5 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-5 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-5 {
        width: 20%;
        float: left;
    }
}
/* mahendra 15/04/2016 */
#program{position: relative;}
.news-ticker{position: absolute;left: 0;right: 0;top: 0px;}
p{margin: 0 0 10px;font-family: sans-serif !important;line-height: 23px !important;font-size: 14px;}
.section-register p{font-size: 16px;font-family: sans-serif;}
.section-register p strong{background: transparent !important;}
.icon-logo{max-width: 150px;}


.news-ticker .wbiscroller 
{
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    background: #222; 
    height:20px;
    width:100%;
    display:block;
    position:relative;
    overflow:hidden;
    line-height:normal;
}
.wbiscroller .changeup{
    background-image: url('http://widgets.freestockcharts.com/WidgetServer/images/greenGridBG.png');
    text-align:right;
    padding-left:3px;
    padding-right:3px;

}
.wbiscroller .changedown{
    background-image: url('http://widgets.freestockcharts.com/WidgetServer/images/redGridBG.png');
    text-align:right;
    padding-left:3px;
    padding-right:3px;
}
.wbiscroller .quotedown{
    text-align:center;
}
.wbiscroller .quoteup{
    text-align:center;
}
.wbiscroller .dirup{
    margin-right:4px;
}
.wbiscroller .dirdown{
    margin-right:4px;
}

.wbiscroller .sym
{
    padding-left:3px;
    text-align:left;
    text-transform: uppercase;
    color:white;
}
    div.scrollingtext{
        position:absolute;
        white-space:nowrap;
    }

.valueChanged
 {
     font-weight:bold;
 }
.wbiscroller a
{
     text-decoration:none;
 }
.wbiscroller a:hover 
{
     text-decoration:underline;
}
.WLSymbolItem 
{
    margin-right:5px;
    margin-left:10px;
}

/*DATE 22 APRIL*/
#navbar-top-collapse {
    padding: 9px 0 0;
    /* display: flex; */
}
.marquee {
    width: 100%;
    overflow: hidden;
    background:#002e5b;
    color: #fff;
    padding: 5px 0;
}
.marquee ul, .marquee ol{margin: 0;padding: 0;}
.marquee li{display: inline-block;margin-right: 100px;}
.addition_width{
    /*min-width: 100%;*/
    max-height: 450px !important;
    /*height: auto;*/
    width: 100% !important;
}
#eight-parallax{
    height: 183px;
}
.parallax-background-color {
    padding: 34px 0 !important;
}
#contactform1 label{
    color: #fff !important;
}


/*soniya 14 june new added css*/

.login-btn{
	background-color: #002e5b;
	border: 1px solid #002e5b;
    transform: all ease-in-out .5s;
}
.login-btn:hover {
    background-color: #b3b3b3;
    color: #002e5b;
    border: 1px solid #b3b3b3;
    font-weight: bold;
}
.personal-data-block{
	background-color: #fff;
}




