@charset "UTF-8";
div{
    display:block
}
.kc-elm{
    float:left;
    width:100%;
	box-sizing:border-box
}
.kc_col-sm-1{
    width:8.33333%
}
.kc_col-sm-2{
    width:16.6667%
}
div.kc_col-of-5{
    width:20%;
    float:left
}
.kc_col-sm-3{
    width:25%
}
.kc_col-sm-4{
    width:33.3333%
}
.kc_col-sm-5{
    width:41.6667%
}
.kc_col-sm-6{
    width:50%
}
.kc_col-sm-7{
    width:58.3333%
}
.kc_col-sm-8{
    width:66.6667%
}
.kc_col-sm-9{
    width:75%
}
.kc_col-sm-10{
    width:83.3333%
}
.kc_col-sm-11{
    width:91.6667%
}
.kc_col-sm-12{
    width:100%
}
.kc-container{
    width:100%;
    max-width:1170px;
    margin:0 auto;
    padding-left:15px;
    padding-right:15px;
    box-sizing:border-box
}
.kc-row-container:not(.kc-container){
    padding-left:0px;
    padding-right:0px;
    width:100%;
    max-width:100%
}
.kc_single_image img{
    max-width:100%;
    display:inline-block
}
.align-left{
    text-align:left
}
.align-center{
    text-align:center
}
.align-right{
    text-align:right
}
.kc_row:not(.kc_row_inner){
    clear:both;
    float:left;
    width:100%
}
.kc_row_inner,.kc-row-container.kc-container .kc-wrap-columns{
    margin-left:-15px;
    margin-right:-15px;
    clear:both
}
.kc_row.kc_row_inner{
    width:calc(100% + 30px)
}
.kc_tab_content>.kc_row_inner{
    width:100%;
    margin:0px
}
.kc_column,.kc_column_inner{
    min-height:1px;
    position:relative;
    padding-right:15px;
    padding-left:15px;
    float:left
}
.kc_column>.kc-col-container,.kc_column_inner>.kc-col-inner-container{
    height:100%
}
.kingcomposer div.kc_column_inner,.kingcomposer div.kc_column{
    clear:none
}
.kc_row_inner>div.kc_column_inner:only-child{
    width:100%
}
.kc_clfw{
    width:100% !important;
    clear:both !important;
    display:block !important;
    height:0px !important;
    padding:0px !important;
    margin:0px !important
}
.kc-col-container{
    clear:both;
	display:block;
    width:100%;
    box-sizing:border-box
}
section[data-kc-fullheight]{
    min-height:100vh
}
html body section[data-kc-parallax="true"]{
    background-position:50% 0px;
    background-repeat:no-repeat !important;
    background-attachment:fixed !important
}
section[data-kc-fullwidth]{
    margin-left:0px !important;
    margin-right:0px !important;
    position:relative;
    box-sizing:content-box
}
.kc_text_block{
    display:inline-block;
    clear:both;
    width:100%
}
body section[data-kc-equalheight="true"],body section[data-kc-equalheight="true"]>.kc-container,body section[data-kc-equalheight="true"]>.kc-container .kc-wrap-columns{
    display:-webkit-flex !important;
    display:-ms-flexbox !important;
    display:flex !important;
    width:100%
}
body div.kc_row_inner[data-kc-equalheight="true"]{
    width:calc(100% + 30px);
    flex-wrap:wrap
}
body section[data-kc-equalheight-align="middle"]>.kc-row-container>.kc-wrap-columns>.kc_column>.kc-col-container,
body section[data-kc-equalheight-align="middle"]>.kc-container>.kc-wrap-columns>.kc_column>.kc-col-container,
body section[data-kc-equalheight-align="bottom"]>.kc-container>.kc-wrap-columns>.kc_column>.kc-col-container,
body div[data-kc-equalheight-align="middle"]>.kc_column_inner>.kc_wrapper,
body div[data-kc-equalheight-align="bottom"]>.kc_column_inner>.kc_wrapper{
    display:-webkit-flex !important;
    display:-ms-flexbox !important;
    display:flex !important;
    flex-wrap:wrap;
    height:100%;
    width:100%
}
body div.kc_row_inner[data-kc-equalheight="true"]>.kc_column_inner>.kc_wrapper.kc_row_inner{
    height:100%
}
body section[data-kc-equalheight-align="middle"]>.kc-row-container>.kc-wrap-columns>.kc_column>.kc-col-container,body section[data-kc-equalheight-align="middle"]>.kc-container>.kc-wrap-columns>.kc_column>.kc-col-container,body div[data-kc-equalheight-align="middle"]>.kc_column_inner>.kc_wrapper{
    align-content:center;
    justify-content:center;
    align-items:center
}
body section[data-kc-equalheight-align="bottom"]>.kc-row-container>.kc-wrap-columns>.kc_column>.kc-col-container,body section[data-kc-equalheight-align="bottom"]>.kc-container>.kc-wrap-columns>.kc_column>.kc-col-container,body div[data-kc-equalheight-align="bottom"]>.kc_column_inner>.kc_wrapper{
    align-content:flex-end;
    align-items:flex-end
}
body section[data-kc-fullheight="middle-content"],body section[data-kc-fullheight="middle-content"]>.kc-row-container,body section[data-kc-fullheight="middle-content"]>.kc-container{
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    align-items:center;
    align-content:center
}
body section[data-kc-equalheight="true"]>.kc-container .kc-wrap-columns{
    flex-wrap:wrap;
    margin-left:initial;
    margin-right:initial
}
.kc-off-notice{
    width:100%;
    padding:10px;
    text-align:left;
    background-color:#e9e385;
    color:#333;
    font-size:14px
}
.kc-off-notice a{
    text-transform:capitalize;
    text-decoration:underline
}
@media screen and (min-width:999px){
    .kc_row_inner,.kc-row-container .kc-wrap-columns{
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        width:100%;
        flex-wrap:wrap;
    }
    .kc_row_inner,.kc-row-container.kc-container .kc-wrap-columns{
        width:calc(100% + 30px)
    }
}
@media screen and (max-width:767px){
    body.kc-css-system .kc_column,body.kc-css-system .kc_column_inner{
        width:100%
    }
    div.kc_row{
        display:block
    }
}
.kc_shortcode .kc_title,.kc_shortcode .kc-widget-title{
    margin-bottom:20px
}
.kc_shortcode ul{
    margin:0;
    padding:0
}
.kc_shortcode ul li{
    list-style:none
}
.kc_shortcode h3,.kc_shortcode h4,.kc_shortcode h5{
    font-size:18px;
    margin:0;
    padding:0;
    font-weight:600
}
.kc_shortcode h4{
    font-size:16px;
    line-height:26px;
    margin-bottom:15px
}
.kc_shortcode h5{
    font-size:16px
}
.kc_accordion_wrapper,.kc_tabs{
    margin-bottom:24px
}
.kc_tabs .kc_tabs{
    margin-bottom:0px
}
.kc_tabs{
    display:inline-block;
    width:100%
}
.kc_wrapper.ui-tabs{
    width:100%;
    display:inline-block
}
.kc_vertical_tabs>.kc_wrapper.ui-tabs{
    border:none
}
.kc_tabs.kc-tabs-slider ul.kc-tabs-slider-nav{
    margin:0px
}
ul.kc-tabs-slider-nav li{
    display:inline-block;
    cursor:pointer;
    padding:8px 15px
}
ul.kc-tabs-slider-nav li.kc-title-active{
    background:#ddd
}
.kc_tabs_nav,.nav-pills{
    *zoom:1;line-height:45px;
    margin:0;
    padding:0
}
.kc_tabs_nav:before,.nav-pills:before,.kc_tabs_nav:after,.nav-pills:after{
    display:table;
    line-height:0;
    content:""
}
.kc_tabs_nav:after,.nav-pills:after{
    clear:both
}
.kc_tabs_nav ~ .kc_tab{
    overflow:hidden;
    float:left;
    width:100%;
    height:0px
}
html body.kc-css-system .kc_tabs_nav ~ .kc_tab:not(.ui-tabs-body-active){
    margin:0px !important;
    padding:0px !important
}
.kc_tabs_nav ~ .kc_tab.ui-tabs-body-active{
    height:inherit !important;
    background:#ddd
}
.kc_tabs_nav ~ .kc_tab .kc_tab_content{
    padding:30px 30px 15px
}
.kc_tabs_nav>li,.nav-pills>li{
    float:left
}
.kc_tabs_nav>li>a,.nav-pills>li>a{
    padding:0 30px;
    text-decoration:none;
    outline:none;
    display:block;
    line-height:50px;
    color:#6b6b6b
}
.kc_tabs>.kc_wrapper>.kc_tabs_nav{
    background:#eee;
    float:left;
    min-height:50px;
    margin:0px;
    width:100%
}
.kc_tabs_nav{
    border-right:0 !important;
    border-bottom:0 !important;
    border-top:0 !important
}
.kc_tabs_nav>li{
    list-style:none;
    border-right:1px solid #fff;
    border-left:none!important;
    border-bottom:none!important
}
.kc_tabs_nav>li{
    margin:0px;
    float:left;
    color:#333;
    box-shadow:none;
    cursor:pointer
}
.kc_tabs_nav>li:hover,.kc_tabs_nav>li>a:hover,.kc_tabs_nav>.ui-tabs-active>a{
    background-color:#ddd;
    color:#333
}
.kc_tabs_nav>.ui-tabs-active,.kc_tabs_nav>.ui-tabs-active:hover,.kc_tabs_nav>.ui-tabs-active>a,.kc_tabs_nav>.ui-tabs-active>a:hover{
    color:#555555;
    display:block
}
.kc_vertical_tabs>.kc_wrapper>ul.ui-tabs-nav{
    float:left;
    margin:0;
    padding:0px;
    position:relative;
    width:25%;
    z-index:10;
    right:0px
}
.kc_vertical_tabs.tabs_right>.kc_wrapper>ul.ui-tabs-nav{
    border-right:none;
    right:0px;
    left:0px
}
.kc_vertical_tabs>.kc_wrapper>ul.ui-tabs-nav ~ div.kc_tab{
    float:left;
    width:75%;
    height:0px;
    overflow:hidden
}
.kc_vertical_tabs>.kc_wrapper>ul.ui-tabs-nav ~ div.kc_tab.ui-tabs-body-active{
    height:inherit;
    border:1px solid #ddd
}
.kc_vertical_tabs.tabs_right>.kc_wrapper>ul.ui-tabs-nav ~ div.kc_tab{
    list-style:outside none none
}
.kc_vertical_tabs>.kc_wrapper>ul.ui-tabs-nav>li{
    list-style:outside none none;
    border:1px solid #ddd
}
.kc_wrapper>ul.ui-tabs-nav>li{
    overflow:hidden
}
.kc_vertical_tabs:not(.tabs_right)>.kc_wrapper>ul.ui-tabs-nav>li{
    border-right:0 !important
}
.kc_vertical_tabs.tabs_right>.kc_wrapper>ul.ui-tabs-nav>li{
    border-left:0 !important
}
.kc_vertical_tabs>.kc_wrapper>ul.ui-tabs-nav>li:not(:last-child){
    border-bottom:0 !important
}
.kc_vertical_tabs>.kc_wrapper>ul.ui-tabs-nav>li>a:hover,.kc_vertical_tabs>.kc_wrapper>ul.ui-tabs-nav>li.ui-tabs-active>a,.kc_vertical_tabs>.kc_wrapper>ul.ui-tabs-nav>li.ui-tabs-active>a:hover{
    border:none;
    background:#f7f7f7;
    margin-left:0px;
    color:#333
}
.kc_vertical_tabs>.kc_wrapper>ul.ui-tabs-nav>li>a{
    display:block;
    padding:12px 0 12px 20px;
    outline:none;
    text-decoration:none
}
.kc_vertical_tabs.tabs_right>.kc_wrapper>ul.ui-tabs-nav{
    float:right
}
.kc_vertical_tabs.tabs_right>.kc_wrapper>ul.ui-tabs-nav>li{
}
.kc_image_gallery.kc-grid{
    width:100%
}
.kc_image_gallery.kc-grid .item-grid{
    float:left;
    position:relative
}
.kc_image_gallery.kc-grid .item-grid .kc-image-overlay{
    background:rgba(0,0,0,0.2)
}
.kc_image_gallery.kc-grid .item-grid:hover .kc-image-overlay{
    opacity:1
}
.kc_image_gallery.kc-grid .item-grid img{
    display:block
}
.kc_image_gallery.kc-grid .item-grid{
    width:25%
}
.kc_image_gallery.kc-grid .item-grid.grid-2{
    width:50%
}
.kc_image_gallery.kc-grid .item-grid.grid-3{
    width:32.7%
}
.kc_image_gallery.kc-grid .item-grid.grid-4{
    width:25%
}
.kc_image_gallery.kc-grid.masonry .item-grid.grid-4{
    width:24.8%
}
.kc_image_gallery.kc-grid .item-grid.grid-5{
    width:20%
}
.kc_image_gallery.kc-grid .item-grid.grid-6{
    width:16.66666666666666%
}
.kc_image_gallery.kc-grid .item-grid img{
    max-width:100%;
    border-image-width:0
}
.kc_image_gallery{
    clear:both
}
.kc_button{
    transition:background-color 0.3s ease 0s,color 0.3s ease 0s,border-radius 0.3s ease 0s;
    text-decoration:none;
    display:inline-block;
    padding:10px 20px;
    font-size:1em;
    color:#FFFFFF;
    background-color:#1E73BE
}
.kc_button:hover{
}
.kc-owl-post-carousel .owl-item{
    padding-right:20px
}
.kc-owl-post-carousel .owl-item .kc-read-more{
    font-size:13px;
    padding:9px 30px;
    border-radius:25px;
    white-space:nowrap;
    border:1px solid #e3e3e3;
    transition:all 0.3s ease
}
.kc-owl-post-carousel .owl-item .kc-read-more:hover{
    background:#ccc;
    border:0
}
.kc-owl-post-carousel .owl-item .footer-button{
    padding:15px 0;
    text-align:center
}
.kc-owl-post-carousel .owl-item .list-item{
    box-shadow:0px 0px 0px 1px rgba(224,224,224,0.5) inset;
    text-align:center;
    padding-bottom:25px
}
.kc-owl-post-carousel .in-post-content{
    text-align:justify
}
.kc-owl-post-carousel .owl-item .image{
    margin-bottom:20px;
    position:relative
}
.kc-owl-post-carousel .owl-item .title{
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden
}
.kc-owl-post-carousel .owl-item .image .caption{
    background:rgba(0,0,0,0.5);
    display:block;
    position:absolute;
    left:0;
    bottom:0;
    padding:5px 10px;
    margin:0;
    width:100%;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden
}
.kc-owl-post-carousel .owl-item .image .caption a{
    color:#FFFFFF;
    font-size:16px
}
.kc-owl-post-carousel .owl-item .title{
    padding:20px 12px 0
}
.kc-owl-post-carousel .owl-item .in-post-content{
    padding:0 15px
}
.kc-owl-post-carousel .owl-item .kc-entry_meta{
    margin-bottom:10px;
    font-size:80%
}
.list-post-type .list-item{
    margin-bottom:32px;
    padding-bottom:32px;
    border-bottom:1px solid #dbdbdb;
    float:left;
    width:100%
}
.list-post-type .list-item figure{
    float:left;
    width:100%;
    margin-bottom:25px
}
.list-post-type .list-item img{
    display:block;
    max-width:100%
}
.list-post-type .list-item h3{
    float:left;
    width:100%;
    margin-bottom:6px
}
.list-post-type .list-item h3 a{
    display:block;
    color:#272727;
    font-size:24px;
    transition:all 0.3s ease 0s
}
.list-post-type .list-item h3 a:hover{
    color:#42BCE2
}
.kc-read-more{
    float:left;
    padding:7px 30px;
    border:1px solid #e4e4e4;
    border-radius:30px;
    font-weight:600;
    color:#505050;
    transition:all 0.3s ease 0s
}
.kc-read-more:hover{
    background:#42BCE2;
    border-color:#42BCE2;
    color:#fff
}
.kc-carousel-images .progressBar{
    width:100%;
    background:#EDEDED
}
.kc-carousel-images .progressBar .bar{
    width:0%;
    max-width:100%;
    height:4px;
    background:#7fc242
}
.kc_accordion_section.group{
    padding-bottom:8px
}
.entry-content a{
    box-shadow:none
}
.kc_accordion_content{
    border-bottom:1px solid #eaeaea;
    border-top:none!important;
    float:left;
    width:100%
}
.kc_single_image{
    max-width:100%;
    width:100%;
    position:relative;
    line-height:0
}
.kc_single_image figure{
    position:relative
}
.kc_single_image>a{
    width:100%;
    float:left;
    position:relative
}
.kc_single_image p{
    margin:10px 0;
    float:left;
    width:100%
}
.kc_image_empty{
    max-width:100%
}
.kc-image-overlay:hover i{
    border-radius:10px
}
.kc_single_image:hover .kc-image-overlay{
    background:rgba(58,52,42,0.7);
    opacity:1
}
.list-post-type .kc-entry_meta span.tags-links{
    display:inline !important
}
.kc-entry_meta{
    float:left;
    width:100%;
    padding-bottom:15px
}
.list-post-type .text{
    float:left;
    width:100%;
    margin-bottom:20px
}
.kc-entry_meta i{
    margin-right:5px
}
.list-post-type .kc-read-more{
    display:inline-block
}
.kc-sync2.owl-carousel.owl-theme{
    margin-top:10px
}
.kc-sync2 .owl-item.synced .item img{
    border:1px solid #869791
}
.kc-carousel-no-images{
    padding:20px 0
}
.kc-title-wrap{
    width:100%
}
.kc-icon-wrapper i {
    color: #42BCE2;
    font-size: 16px;
    display: inline-block;
    text-align: center;
    line-height: 1em;
    transition: background-color 0.3s ease 0s, color 0.3s ease 0s, border-radius 0.3s ease 0s
}

.kc-multi-icons-wrapper i {
    text-align: center;
    width: 1em;
    height: 1em;
    text-align: center;
    color: #fff;
    font-size: 20px
}

.kc-multi-icons-wrapper a {
    padding: 10px;
    margin: 3px;
    background: #1E73BE;
    line-height: 1;
    display: inline-block;
    border-radius: 3px
}

.kc-multi-icons-wrapper a:last-child {
    margin-right: 0!important
}