@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800&display=swap');
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:300,400,600,700|Muli:300,400,600,700,800,900|Source+Sans+Pro:300,400,600,700,900&display=swap');
/*

font-family: 'Poppins', sans-serif;

font-family: 'Source Sans Pro', sans-serif;
font-family: 'Muli', sans-serif;
font-family: 'Josefin Sans', sans-serif;

*/
body{
    
}
.btn.focus, .btn:focus, .btn:hover{
    outline: none;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Muli', sans-serif;
    color: #505050;
}
.mr-5{
    margin-right: 5px;
}
.mr-50{
    margin-right: 50px;
}
.mt-10{
    margin-top: 10px;
}
.mb-20{
    margin-bottom: 20px;
}
.mb-25{
    margin-bottom: 25px;
}
.mb-30{
    margin-bottom: 30px;
}
a, a:hover, a:focus{
    outline: none;
    text-decoration: none;
}

/*---------- Slider Area ----------*/
.slider_area{
    background: #0A0834;
    padding: 90px 0;
}
.slider_area .slider_inner .d2_item .item_caption2 .d2_btn1{
    background: #00BD13;
    color: #fff;
    line-height: 43px;
    display: inline-block;
    text-align: center;
    padding: 0 25px;
    border-radius: 4px;
    margin-top: 35px;
}
.slider_area .slider_inner .d2_item .item_caption2 .d2_btn1 + .d2_btn1 {
    margin-left: 10px;
}
.slider_area .slider_inner .d2_item .item_caption2 .d2_btn1:hover{
    background: #0f8e1c;
}
.slider_area .slider_inner .item .item_caption2 h2{
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 28px;
    animation-delay: .3s;
    text-transform: uppercase;
    line-height: 48px;
}
.slider_area .slider_inner .item .item_caption2 p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
    animation-delay: .6s;
}
.slider_area .slider_inner .item .item_caption2 a {
    animation-delay: .9s;
}
.slider_area .slider_inner .item .item_caption2 .btn_group {
    margin-top: 35px;
    display: block;
}
.slider_inner .owl-nav {
    position: absolute;
    top: 50%;
    left: -80px;
    right: -80px;
    transform: translateY(-50%);
    color: #fff;
}
.slider_inner .owl-nav .owl-next, .slider_inner .owl-nav .owl-prev{
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.25);
    text-align: center;
    border-radius: 50%;
    position: absolute;
    display: inline-block;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: linear;
    box-shadow: 0px 0 0 #fec107 inset;
    transition: all 0.3s ease 0s;
    opacity: 0;
    top: 50%;
    transform: translateY(-50%);
}
.slider_inner .owl-nav .owl-next:hover, 
.slider_inner .owl-nav .owl-prev:hover,
.slider_inner .owl-nav .owl-next:focus, 
.slider_inner .owl-nav .owl-prev:focus{
    background: rgba(0,0,0,1);
}
.slider_inner .owl-nav .owl-prev{
    left: 0;
}
.slider_inner .owl-nav .owl-next{
    right: 0;
}
.slider_inner:hover .owl-nav .owl-prev{
    left: 30px;
    opacity: 1;
}
.slider_inner:hover .owl-nav .owl-next{
    right: 30px;
    opacity: 1;
}
.slider_inner .owl-nav .owl-next i, .slider_inner .owl-nav .owl-prev i{
    display: block;
    line-height: 50px;
    font-size: 12px;
}
.slider_inner .owl-nav .owl-next:hover,
.slider_inner .owl-nav .owl-prev:hover{
    background: rgba(255, 255, 255, 0.5);
}

.wrap {
    width: 450px;
    margin: 0 auto;
}
#loading {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: fixed;
  display: block;
  opacity: 0.7;
  background-color: #fff;
  z-index: 99;
  text-align: center;
}

#loading-image {
  position: absolute;
  top: 25%;
  left: 48%;
  z-index: 100;
  width: 300px;
}
        
.paths .section_heading{
    margin-bottom: 80px;
}
.align-center {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

.banner {
    padding: 10px 0 130px;
}

.main_slider .owl-dots{
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
}
.main_slider .owl-dot{
    width: 8px;
    height: 8px;
    display: inline-block;
    background: #ddd;
    border-radius: 50%;
    margin: 0 3px;
}
.main_slider .owl-dot.active{
    background: #00bd13;
}

.upsec{
    position: relative;
    top: -70px;
    margin: 0 auto;
    width: 70%;
    background: #00bd13;
    padding: 40px;
    border-radius: 7px;
    box-shadow: 0 0px 25px rgba(0,0,0,0.3);
    z-index: 1;
}
.upsec p{
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    color: #fff;
}

.upsec .btn{
    background: #0A0834;
    padding: 10px 25px;
    color: #fff;
    display: block;
    max-width: 172px;
    margin-left: auto;
    transition: all linear 200ms;
}
.upsec .btn:hover {
    transform: translateY(-5px);
}
@media (max-width: 991px){
    .slider_area .slider_inner .item .item_caption2 h2{
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 15px;
    }
    .slider_area .slider_inner .item .item_caption2 p{
        font-size: 14px;
    }
    .slider_area .slider_inner .d2_item .item_caption2 .d2_btn1{
        margin-top: 15px;
    }
    .upsec .btn{
        margin: 0 auto;
    }
}
@media(max-width: 991px){
    .upsec{
        top: 0;
        width: 100%;
        border-radius: 0;
        margin-bottom: 70px;
    }
}
@media (max-width: 767px){
    .slider_area .slider_inner .item .item_caption2{
        text-align: center;
        margin-bottom: 35px;
    }
    .slider_area .slider_inner .d2_item img{
        max-width: 450px;
        margin: 0 auto;
    }
    .slider_area{
        padding: 50px 0;
    }
}

.clipping_feature{
    padding: 80px 0 40px;
    background: #f9f9f9;
}
.clipping_feature_single .media-left img {
    width: 40px;
}
.clipping_feature_single {
    min-height: 245px;
    padding: 25px;
}
.clipping_feature_single:hover {
    background: #fff;
    box-shadow: 0 0 20px 3px rgba(0,0,0,0.05);
}
.clipping_feature_single .media-left{
    padding-right: 30px;
}
.clipping_feature_single .media-heading{
    font-size: 18px;
    margin-bottom: 15px;
    color: #4a4a4a;
}
@media (max-width: 767px){
    .clipping_feature_single{
        min-height: auto;
    }
}
.new_feature{
    padding: 80px 0;
    background: #F9F9F9;
}
.new_feature_content{
    text-align: center;
    background: #262629;
    padding: 25px;
    min-height: 190px;
    transition-duration: 300ms;
}
.new_feature_content:hover {
    transform: translateY(-12px);
}
.new_feature_inner .new_feature_single:first-child .new_feature_content{
    background: #002BFF;
}
.new_feature_inner .new_feature_single:last-child .new_feature_content{
    background: #00BD13;
}
.new_feature_content .img_area{
    width: 60px;
    height: 60px;
    margin: 0 auto;
    background: rgba(255,255,255,0.09);
    border-radius: 50%;
    transition-duration: 300ms; 
}
.new_feature_content:hover .img_area{
    background: rgba(255,255,255,0.25);
}
.new_feature_content img {
    margin-bottom: 10px;
}
.new_feature_content h4, 
.new_feature_content p {
    color: #fff;
}

@media (max-width: 767px){
    .new_feature_content{
        margin-bottom: 25px;
    }
}
.quotation_left p,
.quotation_left ul li{
    color: #b7b7b7;
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
}
.quotation_left ul{
    margin-bottom: 25px;
}
.quotation_right{
    background: #fff;
    padding: 30px;
    box-shadow: 0 2px 21px rgba(0, 189, 19, 0.15);
}
.quotation_right .trial_btn{
    border: 0;
}
.quotation_right .form-control{
    border: 1px solid #eaeaea;
}
.quotation_right label{
    font-weight: 600;
    color: #a0a0a0;
}

@media (max-width: 767px){
    .quotation_left{
        margin-bottom: 45px;
    }
}

.paths{
    padding: 80px 0;
}
.paths .paths_row{
    margin-bottom: 80px;
}
.paths_img .ba-slider{
    box-shadow: 0 2px 30px rgba(84, 84, 84, 0.15);
    border: 1px solid #e4e4e4;
}
.paths_content .big_title{
    font-size: 35px;
    font-weight: 800;
    color: #00bd13;
    margin-top: 0;
}
.paths_content .small_title{
    font-size: 22px;
    font-weight: 700;
    margin: 15px 0;
}
.paths_content p{
    font-size: 15px;
    color: #717171;
    font-family: 'Muli', sans-serif;
}
.paths_content .check_target li{
    font-size: 14px;
    color: #808080;
    font-weight: 600;
    line-height: 28px;
}
.paths_content .check_target li i{
    margin-right: 10px;
    font-size: 18px;
    color: #00bd13;
}
.paths_content .check_target li span {
    color: #00bd13;
    font-weight: 700;
}
.paths_content .order_btn {
    background: #00BD13;
    color: #fff;
    padding: 10px 25px;
    display: inline-block;
    margin-top: 25px;
    transition-duration: 400ms;
    border-radius: 4px;
}
.paths_content .order_btn:hover {
    background: #454545;
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0,0,0,0.25);
}
.paths .ba-slider .handle:after {
    left: 50%;
    width: 50px;
    height: 50px;
    content: '\e658';
    font-family: 'themify';
    color: #fff;
    font-size: 23px;
    font-weight: 400;
    line-height: 50px;
    background: #00bd13;
    transform: translate(-50%, -50%);
    box-shadow: none;
    border: 0;
    margin: 0;
}

@media (max-width: 1199px){
    .paths_img img {
        max-width: calc(100% - 30px);
    }
    .paths_content{
        padding-top: 0;
    }
    .paths .paths_row{
        margin-bottom: 50px;
    }
    .paths .paths_row:last-child{
        margin-bottom: 0;
    }
    .paths_content .big_title{
        margin-top: 0;
    }
}
@media (max-width: 767px){
    .paths_content{
        margin-top: 30px;
    }
    .paths_content.mr-50{
        margin-right: 0;
    }
    .paths .paths_row:nth-child(2n) {
        display: flex;
        flex-direction: column-reverse;
    }
}
.section_heading {
    text-align: center;
    margin-bottom: 50px;
}
.banner .big_title,
.section_heading .big_title {
    font-size: 35px;
    font-weight: 800;
    line-height: 45px;
    margin-top: 0;
    margin-bottom: 20px;
    text-transform: capitalize;
    text-shadow: 0 0 3px rgba(0,0,0,0.1);
}
.section_heading .small_title{
    font-size: 25px;
    font-weight: 700;
}
.section_heading .spin_title{
    margin-top: 0;
    font-size: 17px;
    font-weight: 400;
}
.pace_title{
    font-weight: 600;
    line-height: 36px;
    text-transform: capitalize;
    margin-top: 0;
}
@media(max-width: 560px){
    .pace_title,
    .section_heading .big_title{
        font-size: 24px;
        line-height: 30px;
    }
}
.heading_left{
    font-size: 22px;
    color: #00bd13;
    position: relative;
    padding-left: 80px;
}
.heading_left:before{
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    width: 65px;
    height: 4px;
    display: block;
    background: #00bd13;
}
.heading_both{
    font-size: 18px;
    color: #00bd13;
    position: relative;
    padding: 0 80px;
    display: inline-block;
    font-weight: 800;
}
.heading_both:before,
.heading_both:after{
    content: '';
    position: absolute;
    top: 10px;
    width: 65px;
    height: 2px;
    display: block;
    background: #00bd13;
}
.heading_both:before{
    left: 0;
}
.heading_both:after{
    right: 0;
}
.clipping_quotation{
    padding: 80px 0;
}
.counter_area{
    padding: 80px 0;
    background: #00bd13;
    text-align: center;
}
.counter_text .counter,
.counter_text span,
.counter_text h4{
    color: #fff;
}
.counter_text .counter{
    font-weight: 800;
}
.counter_text h2{
    margin-top: 0;
}

@media (max-width: 767px){
    .counter_text{
        margin: 0 0 25px;
    }
    .counter_area{
        padding: 50px 0 25px;
    }
}
.testimonial_area{
    padding: 80px 0;
    background: #f2f2f2;
}
.testimonial_slider .client_info{
    padding: 37px 50px;
    background: #00bd13;
}
.testimonial_slider .owl-nav{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.testimonial_slider .owl-nav .owl-next, 
.testimonial_slider .owl-nav .owl-prev{
    position: absolute;
    background: #00bd13;
    width: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    transform: translateY(-50%);
    transition-duration: 400ms;
    border-radius: 4px;
}
.testimonial_slider .owl-nav .owl-prev{
    left: -75px;
}
.testimonial_slider .owl-nav .owl-next{
    right: -75px;
}
.testimonial_slider .owl-nav .owl-next:hover, 
.testimonial_slider .owl-nav .owl-prev:hover{
    background: #079a16;
}

.testimonial_slider .owl-dots .owl-dot{
    display: inline-block;
}
@media (max-width: 991px){
    .testimonial_slider.owl-carousel .owl-item img{
        display: none;
    }
    .testimonial_slider .owl-nav .owl-prev {
        left: 0;
    }
    .testimonial_slider .owl-nav .owl-next{
        right: 0;
    }
    .testimonial_slider .owl-nav .owl-next, .testimonial_slider .owl-nav .owl-prev {
        position: absolute;
        background: #049e14;
    }
}
.client_info h4,
.client_info h5,
.client_info h6,
.client_info p{
    color: #fff;
}
.client_info h6 {
    color: #ffffff;
    font-weight: 700;
    font-size: 18px;
    text-shadow: 0px 0px 1px #fff;
}
.service{
    padding: 0 0 80px;
}
.service_inner .single_service{
    text-align: center;
    box-shadow: 0 15px 20px rgba(0,0,0,0.1);
    margin-bottom: 30px;
    position: relative;
    transition-duration: 400ms;
}
.service_inner .single_service:hover {
    transform: translateY(-10px);
}
.service_inner .single_service .hover_content{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background: #0A0834;
    padding: 35px;
    text-align: left;
    opacity: 0;
    transition-duration: 600ms;    
    transform: scale(0.5);
}
.service_inner .service_info{
    padding: 15px 25px;
}
.service_inner .service_info p{
    font-size: 14px;
    line-height: 20px;
}
.service_list{
    padding-left: 25px;
    margin-bottom: 18px;
    position: relative;
}
.service_list:before{
    content: '';
    position: absolute;
    left: 0;
    top: 17px;
    height: calc(100% - 33px);
    width: 1px;
    background: #fff;
}
.hover_content li,
.hover_content p{
    color: #fff;
}
.hover_content p{
    font-size: 13px;
}
.hover_content li{
    line-height: 40px;
    position: relative;
}
.hover_content li:before {
    content: '';
    position: absolute;
    left: -29px;
    top: 16px;
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
}
.service_inner .single_service:hover .hover_content{
    opacity: 1;
    transform: scale(1);
}
.service_inner .single_service:hover .hover_content i{
    color: #fff;
}
@media (max-width: 520px){
    .service_inner .single_service .img_part img {
        margin: 0 auto;
    }
}
.banner_left{
    padding-right: 40px;
}
.banner_left h1{
    color: #292929;
    font-size: 30px;
    font-weight: 700;
}
.banner_left p{
    margin: 25px 0;
    font-size: 16px;
}

@media (max-width: 991px){
    .banner_left{
        padding: 0 0 35px;
    }    
}

.trial_btn{
    background: #00BD13;
    color: #fff;
    padding: 12px 25px;
    display: inline-block;
    text-decoration: none;
    transition-duration: 400ms;
    border-radius: 4px;
}
.trial_btn:hover{
    background: #109c1e;
    box-shadow: 0 8px 16px rgba(0,0,0,0.25);
    color: #fff;
    transform: translateY(-5px);
}
.spin_btn{
    background: #353535;
    color: #fff;
    padding: 12px 25px;
    display: inline-block;
    text-decoration: none;
    transition-duration: 400ms;
    border-radius: 4px;
}
.spin_btn:hover{
    background: #555;
    box-shadow: 0 8px 16px rgba(0,0,0,0.25);
    color: #fff;
    transform: translateY(-5px);
}
.video_area {
    text-align: center; 
}
.video_area .video_area_content {
    position: relative;
}
.video_area .video_area_content:before {
    content: '';
    position: absolute;
    right: -71px;
    bottom: -71px;
    display: block;
    background: #00bd13;
    width: 90%;
    height: 90%;
    z-index: -1;
}
.video_area .video_area_content a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #ffffff;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    transition-duration: 400ms;
}
.video_area .video_area_content a i {
    color: #000;
    line-height: 70px;
    font-size: 18px;
    display: block; 
}
.video_area .video_area_content a:hover {
    background: #00BD13; 
}
.video_area .video_area_content img {
    max-width: 100%; 
}

.prominent{
    padding: 80px 0;
}

.prominent .tab-content > .tab-pane{
    padding: 25px 0 0;
}

.prominent .faq-cat-tabs{
    display: flex;
    justify-content: center;
}

.prominent .panel-group .panel+.panel{
    margin-top: 0;
}

.prominent .nav-pills > li > a{
    padding: 14px 25px;
    font-weight: 600;
    color: #717171;
}

.prominent .nav-pills > li.active > a {
    background-color: #00bd13;
    color: #fff;
}

.prominent .collapsed .panel-title i {
    transform: rotate(45deg);
}

@media (max-width: 420px){
    .prominent_inner .nav-pills{
        display: block;
    }
    .prominent_inner .nav-pills li{
        float: none;
    }
    .prominent .nav-pills > li > a {
        max-width: 180px;
        text-align: center;
        margin: 0 auto;
    }
    #accordion-cat-1 .panel-title a:before, 
    #accordion-cat-2 .panel-title a:before, 
    #accordion-cat-3 .panel-title a:before{
        top: 8px;
    }
}

#accordion-cat-1 .panel,
#accordion-cat-2 .panel,
#accordion-cat-3 .panel{
    border: none;
    border-radius: 3px;
    box-shadow: none;
    margin-bottom: 0;
}
#accordion-cat-1 .panel-heading,
#accordion-cat-2 .panel-heading,
#accordion-cat-3 .panel-heading{
    padding: 0;
    border: none;
    border-radius: 3px;
    background: transparent;
    color: #a7a7a7;
}
#accordion-cat-1 .panel-title a,
#accordion-cat-2 .panel-title a,
#accordion-cat-3 .panel-title a{
    display: block;
    padding: 12px 15px 12px 50px;
    border-radius: 3px;
    font-size: 18px;
    font-weight: 600;
    position: relative;
}
#accordion-cat-1 .panel-title a:before,
#accordion-cat-2 .panel-title a:before,
#accordion-cat-3 .panel-title a:before{
    content: "\f068";
    font-family: "FontAwesome";
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 4px;
    background: #00bd13;
    font-size: 10px;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    text-shadow: none;
    position: absolute;
    top: 5px;
    left: 0;
    box-shadow: 0 0 25px rgba(0, 189, 19, 0.15);
}
#accordion-cat-1 .panel-title a.collapsed:before,
#accordion-cat-2 .panel-title a.collapsed:before, 
#accordion-cat-3 .panel-title a.collapsed:before{ 
    content: "\f067";
}
#accordion-cat-1 .panel-body,
#accordion-cat-2 .panel-body,
#accordion-cat-3 .panel-body{
    padding: 3px 15px 15px 53px;
    font-size: 15px;
    line-height: 23px;
    border: none;
}
#accordion-cat-1 .panel-body p, 
#accordion-cat-2 .panel-body p,
#accordion-cat-3 .panel-body p{ 
    margin-bottom: 0;
    color: #8e8e8e;
    font-size: 15px;
}

/** Portfolio Area
=================================================*/

.portfolio {
    padding: 80px 0 0;
}
.portfolio .container-fluid{
    padding-left: 0;
    padding-right: 0;
}
.portfolio .portfolio_heading {
    text-align: center;
    padding: 60px 0; 
}
.portfolio .portfolio_heading h2 {
    font-size: 40px;
    font-weight: 800;
    color: #000;
    padding-bottom: 65px;
    position: relative; 
}
.portfolio .portfolio_heading h2:before {
    content: '';
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 105px;
    height: 2px;
    background: #00b4e7; 
}
.portfolio .portfolio_heading p {
    font-size: 15px;
    font-weight: 400;
    max-width: 800px;
    margin: 0 auto; 
}

.portfolio .portfolio_inner .portfolio_btn {
    text-align: center; 
}
.portfolio .portfolio_inner .portfolio_btn img {
    margin-right: 5px; 
}

.portfolio_area {
    margin-top: 50px;
}
.portfolio_area .tile {
    width: 25%;
    float: left;
}
.portfolio_area a {
    position: relative;
    display: block; 
}
.portfolio_area a img{
    max-width: 100%;
}
.portfolio_area a:before {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    transition: all 400ms linear 0s; 
}
.portfolio_area a i {
    position: absolute;
    top: calc(50% - 15px);
    left: 0;
    right: 0;
    text-align: center;
    opacity: 0;
    z-index: 2;
    font-size: 30px;
    color: #fff;
    transition: all 400ms linear 0s; 
}
.portfolio_area a:hover:before, .portfolio_area a:focus:before ,
.portfolio_area a:hover i, .portfolio_area a:focus i {
    opacity: 1; 
}
.portfolio_btn .btn{
    background: transparent;
    min-width: 100px;
    border: 1px solid #ddd;
    padding: 0 22px;
    line-height: 43px;
    color: #9c9c9c;
}
.portfolio_btn .btn:focus,
.portfolio_btn .btn:hover{
    background: #00bd13;
    border-color: #00bd13;
    color: #fff;
}
@media(max-width: 650px){
    .portfolio_btn .btn{
        margin: 0 5px 10px;
    }
}
.try_us{
    background: #0A0834;
}
.try_us_inner{
    padding: 35px 0;
}
.try_us_inner h3,
.try_us_inner p{
    color: #fff;
    font-weight: 600;
}
.try_us_inner h3{
    margin-top: 0;
}
.try_us_inner p{
    margin-bottom: 0;
}

@media (max-width: 991px){
    .portfolio_area .tile {
        width: 33.33333333%;
    }
}
@media (max-width: 767px){
    .portfolio_area .tile {
        width: 50%;
    }
    .try_us_inner {
        padding: 30px;
    }
}
@media (max-width: 420px){
    .portfolio_area .tile {
        width: 100%;
    }
}

/** Prominent Area
=================================================*/

.prominent_img_part{
    position: relative;
    margin-top: 80px;
}

.prominent_img_part:before{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 105%;
    height: 100%;
    display: block;
    background: #00bd13;
    border-radius: 50%;
    border: 0;
    z-index: -1;
}

.prominent .nav > li > a:hover {
    background-color: #ada;
    color: #000;
}

.t-pane-top{
    margin-bottom: 35px;
}

.t-pane-top .neo_title{
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 600;
}

.prominent .panel-title{
    color: #505050;
}

@media (max-width: 520px){
    .col-vxs-12{
        width: 100%;
    }
}