@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');

body,html{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: subpixel-antialiased;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background:#edecec;
}

#lb_header {
    -webkit-text-size-adjust: 100%!important;
    -moz-osx-font-smoothing: grayscale!important;
    -webkit-font-smoothing: antialiased!important;
    -ms-font-size-adjust: inherit!important;
    font-size-adjust: inherit!important
}

.lb_transparent_navbar {
    z-index: 3;
    margin: 0;
    border: 0;
    -webkit-border-radius: 0;
    border-radius: 0
}


.lb_transparent_navbar {
    width: 100%;
    z-index: 10;
    position: fixed;
    padding:15px 0px;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.lb_transparent_navbar.sticky {
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    background-color:#292c2f;
    padding:6px 0px;
    zoom: 1;
}

#lb_transparent_header_logo {
    -webkit-transition: margin-top ease-in-out .3s;
    transition: margin-top ease-in-out .3s
}

.lb_transparent_navbar_header .navbar-brand{
    float: left;
     height:auto;
    padding: 0px 15px;
    font-size: 18px;
    line-height: 20px;
}


.lb_transparent_navbar_toggle {
    border: 0
}

.lb_transparent_navbar_toggle .icon-bar {
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s
}

.lb_transparent_navbar_toggle .lb_transparent_top_icon_bar {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 10% 10%;
    transform-origin: 10% 10%
}

.lb_transparent_navbar_toggle .lb_transparent_middle_icon_bar {
    opacity: 0
}

.lb_transparent_navbar_toggle .lb_transparent_bottom_icon_bar {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 10% 90%;
    transform-origin: 10% 90%
}

.lb_transparent_navbar_toggle.collapsed .lb_transparent_top_icon_bar {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.lb_transparent_navbar_toggle.collapsed .lb_transparent_middle_icon_bar {
    opacity: 1
}

.lb_transparent_navbar_toggle.collapsed .lb_transparent_bottom_icon_bar {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.lb_transparent_navbar_nav>li>a,
.lb_transparent_navbar_nav>li>a:visited {
    overflow: hidden;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.lb_transparent_navbar_nav>li>a:hover,
.lb_transparent_navbar_nav>li>a:active,
.lb_transparent_navbar_nav>li>a:focus {
    border: 0;
    outline: 0
}


.lb_transparent_carousel_wrapper {
    overflow: hidden;
    max-height: 650px;
    zoom:1;
}

.lb_transparent_carousel_wrapper>.carousel-inner>.item>img,
.lb_transparent_carousel_wrapper>.carousel-inner>.item>a>img {
    opacity: .6;
    margin: auto;
    width: 100%!important
}

.lb_transparent_carousel_control_left,
.lb_transparent_carousel_control_right {
    top: 50%;
    z-index: 2;
    width: 55px;
    height: 55px;
    border: 0;
    text-align: center;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s
}

.lb_transparent_carousel_control_icons {
    line-height: 50px !important;
    font-size: 34px!important;
    font-weight: normal!important
}

.lb_transparent_carousel_control_left {
    left: 1%!important
}

.lb_transparent_carousel_control_right {
    right: 1%!important
}

.lb_transparent_carousel_caption {
    left: 10%;
    z-index: 1;
    width: 35%;
    bottom: 45%;
    text-shadow: none;
    text-align: center;
    padding: 20px 20px 20px 20px;
    font-family: 'Raleway', sans-serif
}

.lb_transparent_carousel_caption_right {
    left: 56%
}

.lb_transparent_carousel_caption_center {
    left: 15%;
    width: 70%
}

.lb_transparent_carousel_caption h2 {
    font-size: 30px;
    margin: 0 0 15px 0;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-timing-function: cubic-bezier(.65, 1.95, .03, .32);
    animation-timing-function: cubic-bezier(.65, 1.95, .03, .32)
}

.lb_transparent_carousel_caption h1 {
    font-size: 45px;
    font-weight: 800;
    margin: 0 0 40px 0;
    text-transform: capitalize;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
    -webkit-animation-timing-function: cubic-bezier(.65, 1.95, .03, .32);
    animation-timing-function: cubic-bezier(.65, 1.95, .03, .32)
}

.lb_carousel_button,
.lb_carousel_button:visited {
    outline: 0;
    width: auto;
    height: 44px;
    border: 0;
    margin: 0 10px;
    padding: 0 23px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 700;
    text-align: left;
    text-shadow: none;
    line-height: 44px;
    position: relative;
    font-style: normal;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none!important;
    background: #f9bf36;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: color .3s ease-in-out 0s;
    transition: color .3s ease-in-out 0s;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-timing-function: cubic-bezier(.65,1.95,.03,.32);
    animation-timing-function: cubic-bezier(.65,1.95,.03,.32);
}


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

@media(max-width:991px) {
    #lb_transparent_header_logo {
        margin-top: 0
    }
    .lb_transparent_carousel_wrapper {
        top: 0;
        margin-bottom: 0
    }
}

@media only screen and (max-width:767px) {
    .lb_transparent_navbar_header {
        padding: 10px 0 10px 0
    }
    .lb_transparent_navbar_nav {
        float: initial!important
    }

    .lb_transparent_navbar_nav{
        text-align: left
    }
    .lb_transparent_carousel_caption{
        display:none;
    }
    .navbar-default .navbar-collapse{
        border-color: rgb(0, 0, 0);
        background: rgba(0, 0, 0, 0.97);
    }
}

@media only screen and (min-width:768px) and (max-width:5000px) {

}

@media only screen and (max-width:480px) {
    .lb_transparent_carousel_control_left,
    .lb_transparent_carousel_control_right {
        border: 0
    }
    .lb_transparent_carousel_control_icons {
        font-size: 18px!important
    }
    .lb_transparent_carousel_caption {
        left: 0;
        width: 100%;
        bottom: 5%;
        padding: 5px 5px 5px 5px;
        -webkit-border-radius: 0;
        border-radius: 0
    }
    .lb_transparent_carousel_caption h2 {
        font-size: 20px;
        margin: 0 0 10px 0
    }
    .lb_transparent_carousel_caption h1 {
        font-size: 25px;
        margin: 0 0 10px 0
    }
    .lb_carousel_button,
    .lb_carousel_button:visited {
        margin: 0;
        height: 34px;
        padding: 0 13px;
        line-height: 34px
    }
}

@media(min-width:481px) and (max-width:600px) {
    .lb_transparent_carousel_control_left,
    .lb_transparent_carousel_control_right {
        border: 0
    }
    .lb_transparent_carousel_caption {
        left: 0;
        bottom: 5%;
        width: 100%
    }
}

@media(min-width:601px) and (max-width:767px) {
    .lb_transparent_carousel_caption {
        left: 0;
        bottom: 15%;
        width: 100%
    }
}

@media(min-width:768px) and (max-width:991px) {

    .lb_transparent_carousel_caption {
        bottom: 20%
    }
}

@media(min-width:992px) and (max-width:1250px) {
    .lb_transparent_navbar_responsive {
        padding-left: 0;
        padding-right: 0
    }
    .lb_transparent_carousel_caption {
        bottom: 25%
    }
}

.lb_transparent_navbar {
    background: transparent
}


.lb_transparent_navbar_nav>li>a,
.lb_transparent_navbar_nav>li>a:visited {
    color: #ffffff!important
}

.lb_transparent_navbar_nav>li>a:hover,
.lb_transparent_navbar_nav>li>a:active,
.lb_transparent_navbar_nav>li>a.active,
.lb_transparent_navbar_nav>li>a:focus {
    color: #f9bf36!important
}

.lb_transparent_navbar_nav>li>a:before {
    background: #f9bf36
}

.lb_transparent_navbar_nav>li>a,
.lb_transparent_navbar_nav>li>a:visited,
.lb_transparent_navbar_nav>li>a:hover,
.lb_transparent_navbar_nav>li>a:active,
.lb_transparent_navbar_nav>li>a:focus {
    background: transparent!important
}

.lb_transparent_navbar_toggle .lb_transparent_top_icon_bar,
.lb_transparent_navbar_toggle .lb_transparent_bottom_icon_bar {
    background: #f9bf36!important
}

.lb_transparent_navbar_toggle.collapsed .lb_transparent_top_icon_bar,
.lb_transparent_navbar_toggle.collapsed .lb_transparent_middle_icon_bar,
.lb_transparent_navbar_toggle.collapsed .lb_transparent_bottom_icon_bar {
    background: #f9bf36!important
}

.lb_transparent_navbar_toggle,
.lb_transparent_navbar_toggle:hover,
.lb_transparent_navbar_toggle:active,
.lb_transparent_navbar_toggle:focus {
    background: transparent!important
}

@media(max-width:991px) {
    .lb_transparent_navbar {
        background:transparent;
    }
}



.lb_transparent_carousel_wrapper {
    background: #000
}

.lb_transparent_carousel_control_left,
.lb_transparent_carousel_control_left:hover,
.lb_transparent_carousel_control_left:active,
.lb_transparent_carousel_control_left:focus,
.lb_transparent_carousel_control_right,
.lb_transparent_carousel_control_right:hover,
.lb_transparent_carousel_control_right:active,
.lb_transparent_carousel_control_right:focus {
    color: #fff;
    background: #f9bf36!important
}

.lb_transparent_carousel_caption h2,
.lb_transparent_carousel_caption h1 {
    color: #fff
}

.lb_carousel_button,
.lb_carousel_button:visited {
    color: #fff
}

.lb_carousel_button:hover,
.lb_carousel_button:active,
.lb_carousel_button:focus {
    color: #ffffff!important
}


.lb_carousel_button:hover,
.lb_carousel_button:active,
.lb_carousel_button:focus {
    background: #282828!important
}

.lb_carousel_button:before {
    background: #f9bf36
}

@media only screen and (max-width:600px) {
    .lb_transparent_carousel_control_left,
    .lb_transparent_carousel_control_right,
    .lb_transparent_carousel_control_left:hover,
    .lb_transparent_carousel_control_left:active,
    .lb_transparent_carousel_control_left:focus,
    .lb_transparent_carousel_control_right:hover,
    .lb_transparent_carousel_control_right:active,
    .lb_transparent_carousel_control_right:focus {
        background: transparent!important
    }
}

/*=====  About Section Start  =====*/

.section-box {
    position:relative;
}

.lb-section__container{
    position: relative;
    z-index: 3;
}

.lb-section__container--custom{
    padding-bottom:93px;
    padding-top:93px;
}

.box-white{
    background-color:#fff;
}

.mbr-box--fixed {
    table-layout: fixed;
}

.mbr-box {
    display: table;
    width: 100%;
}

.mbr-box__magnet--top-right, .mbr-box__magnet--center-right, .mbr-box__magnet--bottom-right {
    text-align: right;
}
.mbr-box__magnet--top-left, .mbr-box__magnet--top-center, .mbr-box__magnet--top-right {
    vertical-align: top;
}
.mbr-box__magnet {
    display: table-cell;
    float: none;
    height: 100%;
    margin-bottom: 0;
    margin-top: 0;
    text-align: center;
    vertical-align: middle;
}

.mbr-section__left {
    padding-right: 40px;
}

.mbr-figure--full-width {
    display: block;
    width: 100%;
}
.mbr-figure {
    display: inline-block;
    line-height: 1px;
    margin: 0;
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

.mbr-figure--full-width iframe, .mbr-figure--full-width .mbr-figure__img, .mbr-figure--full-width .mbr-figure__map {
    width: 100%;
}

.mbr-figure iframe, .mbr-figure__img, .mbr-figure__map {
    max-width: 100%;
}

.mbr-box__magnet {
    display: table-cell;
    float: none;
    height: 100%;
    margin-bottom: 0;
    margin-top: 0;
    text-align: center;
    vertical-align: middle;
}

.mbr-section__right {
    padding-left: 15px;
}


.mbr-section__container {
    padding: 0;
    position: relative;
    z-index: 3;
}

.mbr-section__container--middle {
    padding-bottom: 41px;
}

.mbr-header {
    margin-top: -20px;
    padding: 0;
    position: relative;
    text-align: left;
    top: 10px;
}

#msg-box5-25 .mbr-header__text {
    color: #ffffff;
}
.mbr-header__text {
    display: block;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 6px;
    line-height: 1.5em;
    margin: 0;
}
#msg-box5-25 .mbr-article {
    color: #ffffff;
}
.mbr-article {
    color: #777;
    font-size: 17px;
    line-height: 27px;
    text-align: left;
    position: relative;
    margin-top: -21px;
    top: 14px;
}

.mbr-section__container--middle {
    padding-bottom: 41px;
}
.mbr-article--wysiwyg p, .mbr-article--wysiwyg ul, .mbr-article--wysiwyg ol, .mbr-article--wysiwyg blockquote {
    margin: 0 0 10px 0;
}

.mbr-buttons {
    margin: -26px 0 13px 0;
    position: relative;
    text-align: left;
    top: 26px;
}


section h2.section-heading {
    font-size:30px;
    margin-top: 0;
    margin-bottom:5px;
    text-transform: uppercase;
}

section p.section-sub-heading {
    font-size: 16px;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 30px;
    color: #888;
}

.lb-services .text-primary, a {
    color: #fed136;
}

.lb-services .fa-inverse {
    color: #333;
    font-size: smaller;
}

section .btn-more {
    background: #e6e6e6!important;
    color: #444;
    margin-bottom: 30px;
    font-family: sans-serif;
    font-size: 13px;
    font-weight: 700;
}

.lb-services-container .lb-section__container--custom{
    padding-top:70px;
    padding-bottom:40px;
}

.lb-testimonial {
    background: url(http://il5.picdn.net/shutterstock/videos/21436519/thumb/1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.lb-testimonial h2.section-heading{
    color:#fff;
}
.lb-testimonial p.section-sub-heading {
    color: #888;
}

.lb-testimonial .thumbnail{
    margin:0;
    padding: 30px 100px;
    background-color: rgba(0, 0, 0, 0.33);
    border:0;
    -webkit-border-radius:2px;
    border-radius:2px;
}

.lb-testimonial .carousel-indicators li {
    border: 1px solid #ffffff;
}
.lb-testimonial .carousel-indicators.active {
    background-color: #FFEB3B;
}

.lb-testimonial .lb-testimonial__p{
    font-size: 16px;
    color:#a2a2a2;
    font-weight: 200;
    text-indent: 60px;
    line-height: 28px;
}

.lb-testimonial .lb-testimonial__p:before {
    content: "\f10d";
    font-family: FontAwesome;
    font-size: 26px;
    line-height: 10px;
    color: #dcdcdc;
}

.lb-testimonial .lb-testimonial__p:after {
    content: "\f10e";
    font-family: FontAwesome;
    font-size: 26px;
    line-height: 10px;
    color: #dcdcdc;
    top: 11px;
    position: relative;
}

.lb-testimonial .lb-testimonial__name{
    font-weight: 500;
    color:#ffffff;
}

@media screen and (max-width:992px) {
    .lb-testimonial .thumbnail{
        padding: 30px 20px;
    }
}

@media screen and (max-width:767px) {
    .lb-testimonial .thumbnail{
        padding: 30px 10px;
    }
}