@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,300,500,700);

body {
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    /*background-color: #e5e5e5;*/
    background:#eee url('../images/bg.png');
    overflow-y: auto;
    zoom:1;
}

/*-----  MAIN CENTER SECTION START HERE -----*/

#main{
}

#main .lt-wrapper{
    position:relative;
    margin-bottom:20px;
    width:100%;
    zoom:1;
}

.lt-main .bx{
    background: #fff;
    border:0;
    border-radius:0;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.15),-1px 0 0 rgba(0,0,0,0.03),1px 0 0 rgba(0,0,0,0.03),0 1px 0 rgba(0,0,0,0.12);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.15),-1px 0 0 rgba(0,0,0,0.03),1px 0 0 rgba(0,0,0,0.03),0 1px 0 rgba(0,0,0,0.12);
    box-shadow: 0 1px 1px rgba(0,0,0,0.15),-1px 0 0 rgba(0,0,0,0.03),1px 0 0 rgba(0,0,0,0.03),0 1px 0 rgba(0,0,0,0.12);
}

.lt-main .title,
.lt-main .locality,
.lt-main .name{
    text-decoration: none;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    max-width: 100%;
}

.mask {
    position: fixed;
    background: #333;
    display:none;
    top: 0;
    left: 0;
    z-index:20;
    opacity: .5;
    filter: alpha(opacity=50);
    width: 100%;
    height: 100%;
}

/*------- Registration Page Header -----*/

.lt-header-reg{
    background:#fff;
    border: 0px;
    zoom:1;
    -moz-box-shadow:2px 2px 2px 0px rgba(5,5,5,0.06);
    -ms-box-shadow:2px 2px 2px 0px rgba(5,5,5,0.06);
    -webkit-box-shadow: 2px 2px 2px 0px rgba(5,5,5,0.06);
    box-shadow: 2px 2px 2px 0px rgba(5,5,5,0.06);
    border-radius:0px;
}

@media screen and (min-width:768px) {
    .lt-header-reg .navbar-brand {
        height: auto;
        padding: 20px 0;
        margin: 0;
        font-size:22px;
    }
}


.lt-header-reg .navbar-right li.button-nav a {
    padding: 5px 15px;
    margin-top:15px;
    font-size: 15px;
    font-weight: 400;
    color: white;
}

/*- end--*/

.profile-wrapper {
    width:100%;
    min-height:50px;
    position:relative;
    overflow:hidden;
    zoom:1;
}

.profile-wrapper .profile-activity{
    margin:1px;
}

.profile-activity .mlr10 {
    margin-right: -10px;
    margin-left: -10px;
}

.profile-activity .plr10{
    padding-right: 10px;
    padding-left: 10px;
}

.profile-activity .profile-element{
    position:relative;
    margin-bottom:20px;
}


.profile-element .panel-body {
    padding:10px;
}
.profile-element .panel-body .profile-add-link{
    display: block;
    font-size: 13px;
    margin-top: -1px;
    color: #4CAF50;
}
.profile-element .panel-body .media-heading{
    font-size: 14px;
    font-weight: 500;
    color: #000;
    display: block;
    margin: 0;
    text-transform: uppercase;
}

.profile-element .panel-body .media-title{
    font-size: 13px;
    color: #666;
    margin: 0;
    display: block !important;
    max-width: 250px !important;
}

.profile-element .panel-body .media-body .view-link{
    font-size: 13px;
    font-weight: 500;
    text-align: right;
    color: #666;
    display: block;
}

.profile-md-details .list-unstyled{
    margin:0;
    padding:0;
}
.profile-md-details .list-unstyled li{
    padding-left:0;
}

.profile-md-details .list-unstyled li h4{
    margin: 0;
    font-size: 12px;
    font-weight: 600;
    font-family: sans-serif;
    color: #FF5722;
    text-transform: uppercase;
}

.profile-md-details .list-unstyled li .lt_ModuleLink{
    text-transform: lowercase;
    font-size: 13px;
    font-weight: 500;
    display: block;
}

.profile-element .panel-footer{

}
.profile-element .profile-new-acc{
    font-size: 13px;
    text-shadow: 0 1px 0px #FFF;
    margin: 0;
    font-weight: 500;
    color: #666;
}
.profile-element .profile-new-acc a{
    font-size: 14px;
    font-weight: 500;
    padding: 0px 0px 0px 5px;
}

.lb-banner__wrapper{
    position:relative;
    zoom: 1;
}

.lb-banner__box{
    text-align: center;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    border: 1px solid #fff;
    background-color:#fff;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.15),-1px 0 0 rgba(0,0,0,0.03),1px 0 0 rgba(0,0,0,0.03),0 1px 0 rgba(0,0,0,0.12);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.15),-1px 0 0 rgba(0,0,0,0.03),1px 0 0 rgba(0,0,0,0.03),0 1px 0 rgba(0,0,0,0.12);
    box-shadow: 0 1px 1px rgba(0,0,0,0.15),-1px 0 0 rgba(0,0,0,0.03),1px 0 0 rgba(0,0,0,0.03),0 1px 0 rgba(0,0,0,0.12);
}

.lb-banner__box .lb-banner__link{
    background-color: #000;
    display: block;
    position: relative;
}

.lb-banner__box .lb-banner__link:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.46) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.46) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.46) 0%, rgba(0, 0, 0, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
}

.lb-banner__box  .lb-banner__thumbnail {
    height:120px;
    overflow: hidden;
    position: relative;
    padding: 0;
}

.lb-banner__box .lb-banner__thumbnail img{

    width: 100%;
    height: auto;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    will-change: transform;
}

.lb-banner__box .lb-banner__desc{
    position: absolute;
    top: 50%;
    margin-top: -25px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

.lb-banner__box .lb-banner__desc .lb-banner__desc__inner{
    padding: 0 12px;
}

.lb-banner__box .lb-banner__desc .lb-banner__desc__inner h5 {
    font-size:24px;
    color: #fff;
    line-height: 37px;
    margin-bottom: 3px;
}

.lb-banner__box .lb-banner__desc .lb-banner__desc__inner p {
    color: #FFEB3B;
}

.lb-banner__ul{
    margin:0;
}

.lb-banner__ul li{
    padding:8px;
}

.lb-banner__ul li a:not(.btn-xs){
    color:#333;
    font-weight:500;
}

.Bwrap {
    padding: 20px;
    margin-bottom: 20px;
    margin-top: 32px;
    padding-top: 50px;
    background-color: #fff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15),0 1px 1px 0 rgba(0,0,0,.14),0 2px 1px -1px rgba(0,0,0,.12);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15),0 1px 1px 0 rgba(0,0,0,.14),0 2px 1px -1px rgba(0,0,0,.12);
    -ms-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15),0 1px 1px 0 rgba(0,0,0,.14),0 2px 1px -1px rgba(0,0,0,.12);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15),0 1px 1px 0 rgba(0,0,0,.14),0 2px 1px -1px rgba(0,0,0,.12);
    -o-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15),0 1px 1px 0 rgba(0,0,0,.14),0 2px 1px -1px rgba(0,0,0,.12);
}
.Bwrap .Bhead {
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    padding-bottom: 10px;
    border-bottom: 1px solid #E1E1E1;
}

.Bwrap .Bhead h2 {
    font-size: 14px;
    margin: 0;
    margin-top: 10px;
}


.Bwrap .Bcontent {
    padding: 15px 0px;
    font-weight: 400;
    color: #777;
    font-size: 14px;
    text-align: center;
    line-height: 25px;
    height: 70px;
    text-transform: capitalize;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.Bwrap .Bfooter {
    text-align: center;
}

.Bwrap .Bfooter a {
    display: inline-block;
    padding: 6px 10px;
    text-decoration: none;
    background-color: #E4E4E4;
    font-weight: 400;
    border: 1px solid #E0E0E0;
    color: #333;
    text-transform: capitalize;
    border-radius: 2px;
    font-size: 14px;
    transition: 200ms all;
    -ms-transition: 200ms all;
    -moz-transition: 200ms all;
    -webkit-transition: 200ms all;
    -o-transition: 200ms all;
}

.Bwrap:hover .Bfooter a {
    background-color: #6d8e66;
    border-color: #567150;
    color: #fff;
    text-shadow: 0px 0px 1px #6B6B6B;
    transition: 200ms all;
    -ms-transition: 200ms all;
    -moz-transition: 200ms all;
    -webkit-transition: 200ms all;
    -o-transition: 200ms all;
}

.Bwrap .Bwrap-img{
    position: absolute;
    top: 1px;
    left: 50%;
    margin-left: -40px;
    -webkit-border-radius:50%;
    border-radius:50%;
    border: 8px solid rgb(255, 255, 255);
}

/*-- News--*/
.lt-news__wrapper .mtb0{
    margin-top:0;
    margin-bottom:0;
}

.lt-news__wrapper .thumbnail .caption {
    padding: 9px;
    padding-top:5px;
    color: #333;
}

.lt-news__wrapper .list-group .list-group-item {
    border-radius:0;
    border:0;
}
.lt-news__wrapper .list-group .list-group-item + .list-group-item {
    border-top: 1px solid #efefef;
}


/*--- Back To Top -----*/
#back-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
}
#back-top a {
    width: 51px;
    display: block;
    -webkit-transition: 0.1s;
    -moz-transition: 0.1s;
    transition: 0.1s;
    color: #666666;
    background: #fff;
    text-align: center;
    border: 1px solid #dfdfdf;
    height: 51px;
}

#back-top a i {
    line-height: 51px;
    font-size: 27px;
}


/*custom css for checkbox and radio button*/

.checkbox-custom, .radio-custom { opacity: 0; position: absolute;}
.checkbox-custom, .checkbox-custom-label, .radio-custom, .radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    margin: 0px;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
}

.checkbox-custom-label, .radio-custom-label { position: relative;}

.checkbox-custom + .checkbox-custom-label:before,
.radio-custom + .radio-custom-label:before {
    content: '';
    background: #fff;
    border: 1px solid #4CAF50;
    display: inline-block;
    vertical-align:text-top;
    width: 17px;
    height: 17px;
    padding: 0px;
    margin-right: 8px;
    text-align: center;
    border-radius: 2px;
}

.checkbox-custom:checked + .checkbox-custom-label:before {
    content: "\f00c" !important;
    font-family: 'FontAwesome';
    background: #FFFFFF !important;
    color: #4CAF50 !important;
    border: 1px solid #4CAF50;
    font-size: 12px;
    border-radius: 2px;
    padding: 0px 0 0 0px;
    vertical-align: baseline;
    font-weight: 400;
}

.radio-custom + .radio-custom-label:before {
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.radio-custom:checked + .radio-custom-label:before {
    content: "";
    font-family: 'FontAwesome';
    color: #BDBDBD;
    background-color: #4CAF50;
    border: 1px solid #4CAF50;
    box-shadow: inset 0px 0px 0px 2px #FFFFFF;
}

.radio-custom + .radio-custom-label:before {
    content: '';
    background: transparent;
    border: 1px solid #BBBBBB;
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    padding: 0px;
    margin-right:6px;
    text-align: center;
    vertical-align: middle;
    margin-top: -1px;
}


.radio-custom + .radio-custom-label span {
    width: 94%;
    display: inline-block;
    vertical-align: top;
    text-align: justify;
}

/*---- lt button Green --*/

.lt-btn {
    -moz-box-shadow:inset 0px 1px 0px 0px #9acc85;
    -webkit-box-shadow:inset 0px 1px 0px 0px #9acc85;
    box-shadow:inset 0px 1px 0px 0px #9acc85;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #74ad5a), color-stop(1, #4CAF50));
    background:-moz-linear-gradient(top, #74ad5a 5%, #4CAF50 100%);
    background:-webkit-linear-gradient(top, #74ad5a 5%, #4CAF50 100%);
    background:-o-linear-gradient(top, #74ad5a 5%, #4CAF50 100%);
    background:-ms-linear-gradient(top, #74ad5a 5%, #4CAF50 100%);
    background:linear-gradient(to bottom, #74ad5a 5%, #4CAF50 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#74ad5a', endColorstr='#4CAF50',GradientType=0);
    background-color:#74ad5a;
    border:1px solid #3b6e22;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    font-size:15px;
    font-weight: 400;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    padding:5px 15px;
    text-decoration:none;
    zoom: 1;
    outline:0 !important;
}
.lt-btn:hover {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #4CAF50), color-stop(1, #74ad5a));
    background:-moz-linear-gradient(top, #4CAF50 5%, #74ad5a 100%);
    background:-webkit-linear-gradient(top, #4CAF50 5%, #74ad5a 100%);
    background:-o-linear-gradient(top, #4CAF50 5%, #74ad5a 100%);
    background:-ms-linear-gradient(top, #4CAF50 5%, #74ad5a 100%);
    background:linear-gradient(to bottom, #4CAF50 5%, #74ad5a 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4CAF50', endColorstr='#74ad5a',GradientType=0);
    background-color:#4CAF50;
    color:#fff;
}
.lt-btn:active {
    position:relative;
}

/*--- Media Query  ---*/

@media (min-width: 992px) and (max-width: 1199px) {
    .profile-element .panel-body .media-title {
        max-width: 190px !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .profile-element .panel-body .media-title {
        max-width: 190px !important;
    }
}
@media screen and  (max-width: 411px) {
    .profile-element .panel-body .media-title {
        max-width: 190px !important;
    }
}
@media screen and  (max-width:360px) {
    .profile-element .panel-body .media-title {
        max-width: inherit !important;
        width: auto !important;
        overflow: visible;
        white-space: normal;
    }
    .profile-element .panel-body .media-heading,
    .profile-element .panel-body .profile-add-link{
        margin-top:5px;
    }
    .profile-element .panel-body .profile-block a.media-left {
        display: block;
        padding: 0;
    }
    .profile-element .panel-body .profile-block a.media-left img {
        width: auto;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
    }
}


/*------ LALLABI MODUAL LIST ON TOPBAR IN HEADER FILE  -----*/

.modual_list {
    background: #4c8f3e;
    height:32px;
    position: relative;
    width: 100%;
    zoom: 1;
}

.modual_list .lt1M_menu {
    float: left;
    margin: 0;
}
.modual_list .lt1M_menu .lt1m_menu_link:not(:last-child):before {
    position: absolute;
    display: block;
    border-color: transparent;
    top: 34%;
    right: 0;
    content: " ";
    box-sizing: border-box;
    z-index: 2;
    height: 12px;
    background: #567150;
    width: 1px;
}

.modual_list .lt1M_menu .item{
    float:left;
}

.modual_list .lt1M_menu .lt1m_menu_link{
    padding:0;
    position:relative;
}

.modual_list .lt1M_menu .lt1m_menu_link>a {
    color: #E3EDE0;
    display: block;
    padding:7px 9px;
    position:relative;
    font-size:13px;
    zoom:1;
    text-decoration:none;
    /*border-right: 1px solid;*/
}

.modual_list .lt1M_menu .lt1m_menu_link>a:hover,
.modual_list .lt1M_menu .lt1m_menu_link>a:focus{
    color:#fff;
}

.modual_list .lt1M_menu .lt1m_menu_link.hover>a,
.modual_list .lt1M_menu .lt1m_menu_link.selected>a{
    background-color: #64b653;
    color:#fff;
}


.modual_list .lt1M_menu .lt1m_menu_link .lt1M_subMenu{
    position:absolute;
    min-width:250px;
    display:none;
    opacity:0;
    top:100%;
    left:0;
    text-align: left;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    z-index: 1000;
}

.modual_list .lt1M_menu .lt1m_menu_link.right .lt1M_subMenu{
    left:auto;
    right:0;
}

.modual_list .lt1M_menu .lt1m_menu_link.hover .lt1M_subMenu{
    display:block;
    opacity:1;
}

.modual_list .lt1M_menu .lt1m_menu_link .lt1M_subMenu::before {
    content: "";
    border-bottom:8px solid #fff;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    position: absolute;
    top: -7px;
    left: 30px;
    z-index: 10;
}

.modual_list .lt1M_menu .lt1m_menu_link.right .lt1M_subMenu::before {
    left:auto;
    right:16px;
}


.modual_list .lt1M_menu .lt1m_menu_link .lt1M_subMenu .thumbnail {
    -moz-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.25);
    border-radius: 0px;
    border: 0;
    text-decoration:none;
}

.modual_list .lt1M_menu .lt1m_menu_link .lt1M_subMenu .thumbnail .caption h5.desc{
    line-height: 1.3;
    color: #555;
    margin-top:0;
    font-weight: 500;
}
.modual_list .lt1M_menu .lt1m_menu_link .lt1M_subMenu .thumbnail .caption .lt-btn {
    padding:3px 13px;
    font-weight: 500;
    font-size:14px;
}

@media screen and (max-width: 1200px) {
    .modual_list .lt1M_subMenu {
        display: none !important;
    }
    .modual_list {
        overflow:hidden;
    }
    .modual_list .lt1M_menu .lt1m_menu_link>a {
        font-size:14px;
    }
    .modual_list {
        height:34px;
    }
}
@media screen and (min-width: 1200px) {
    .modual_list .owl-carousel {
        display:block;
    }
}

/*------ END LALLABI MODUAL LIST ON TOPBAR IN HEADER FILE  -----*/
