/* CSS Document */
body {
    font-family: 'Lato';
    font-size: 14px;
}

.carousel-control.left,
.carousel-control.right {
    background-image: none !important;
    filter: none !important;
}

.navbar-default {
    background: #000000;
    border: #2a2828 solid 1px;
    border-bottom: none;
    border-radius: 0;
    margin-bottom: 0;
    padding-top: 0px;
    padding-bottom: 0px;
    box-shadow: 0 8px 6px -6px rgb(0, 0, 0, 0.3);
}

.navbar-default .navbar-brand,
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #ffffff;
}

.navbar-default .navbar-nav>li>a {
    color: #6b6b6b;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 5px;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    background-color: #000000;
    color: #ffffff;

}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #f90707;
    background-color: #110e0e;

}

.navbar-default .navbar-text {
    color: #222;
}

.navbar-default .navbar-toggle {
    border-color: #fcff02;
    background-color: #ff6002;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #ffaf02;
    border-color: #fcff02;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #000000;
}

li.dropdown:hover>.dropdown-menu {
    display: block;
    font-size: 20px;
}

.dropdown-menu li a {
    color: #ffffff;
    background: #df193a;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: #ee7186 solid 1px;
}

.dropdown-menu li a:hover {
    color: #ffffff;
    background: #14284b;
}

.dropdown-menu {
    background: none;
    border: none;
}


/*sssssssssssssssssssssssssss */

.icon-bar2 {
    width: 100%;
    background-color: #c41c1b;
    overflow: auto;
    position: fixed;
    bottom: 0;
    z-index: 1200;
    border-top: #FFF solid 1px;
}

.icon-bar2 a {
    float: left;
    width: 20%;
    text-align: center;
    padding: 10px 0;
    transition: all 0.3s ease;
    border-right: #e82b2a solid 1px;
    color: white;
    font-size: 16px;
}

.icon-bar2 a:hover {
    background-color: #000000;
}

.icon-bar2 a:active {
    background-color: #000000;
}

.tt {
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
}

.fa_custom {
    color: #ffffff;
}

.call {
    padding-top: 10px;
}

.call2 {
    padding-top: 10px;
    padding-bottom: 3px;
}

.logo {
    margin-top: 20px;
    max-width: 160px;
    position: relative;
    z-index: 20;
}

.ex1 {
    background: #FFF;
    padding-bottom: 10px;
    padding-top: 10px;
    box-shadow: -3px 6px 10px -5px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: -3px 6px 10px -5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -3px 6px 10px -5px rgba(0, 0, 0, 0.75);
    z-index: 2;
    position: relative;
}

.ex2 {
    margin-right: 15px;
}

.ex3 {
    width: 50%;
    height: auto;
    margin-top: 15px;
}

.ex4 {
    background: #ededed url(../images/background.jpg) no-repeat right center fixed;
    background-size: 100% 100%;
}

.ex5 {
    background: #FFF;
    border-color: #999;
}

.ex5 p {
    font-size: 20px;
}

.ex6 {
    width: 70px;
    height: 70px;
    margin-right: 15px;
    margin-top: 5px;
}

.ex7 {
    background: url(../images/bg.jpg) repeat top fixed;
    padding-bottom: 35px;
    padding-top: 35px;
    border-bottom: #d8d8d8 solid 1px;
    border-top: #d8d8d8 solid 1px;
    box-shadow: -20px 31px 25px -31px rgba(0, 0, 0, 0.25) inset;
    -webkit-box-shadow: -20px 31px 25px -31px rgba(0, 0, 0, 0.25) inset;
    -moz-box-shadow: -20px 31px 25px -31px rgba(0, 0, 0, 0.25) inset;
}

.ex8 {
    width: 200px;
    height: auto;
    float: right;
    margin-bottom: 20px;
    margin-left: 20px;
    border-radius: 5px;
}

.ex9 {
    background: url(../images/red-bg.jpg) repeat top fixed #bb0000;
    padding-bottom: 35px;
    padding-top: 35px;
    border-bottom: #aa0000 solid 1px;
    border-top: #aa0000 solid 1px;
    box-shadow: -20px 31px 25px -31px rgba(0, 0, 0, 0.25) inset;
    -webkit-box-shadow: -20px 31px 25px -31px rgba(0, 0, 0, 0.25) inset;
    -moz-box-shadow: -20px 31px 25px -31px rgba(0, 0, 0, 0.25) inset;
}

.ex10 {
    margin-top: 20px;
    margin-bottom: 40px;
    margin-right: 20px;
}

.ex11 {
    margin-top: 50px;
}

.tel2 {
    color: #292021;
}

.tel3 {
    font-size: 18px;
    line-height: 20px;
    color: #292021;
    font-weight: bold;
}

.tel3:hover {
    text-decoration: none;
    color: #bd0303;
}

.plt {
    margin-top: 20px;
}

.plt2 {
    margin-top: 80px;
}

.btn-waring {
    background: #ff7c0a;
    color: #ffffff;
}

.btn-waring:hover {
    background: #292021;
    color: #FFF;
}

.mtb2 {
    margin-top: 12px;
    margin-bottom: 12px;
}

.mtb3 {
    margin-bottom: 0px;
    margin-top: 10px;
}

.mb {
    margin-bottom: 35px;
}

.mb2 {
    margin-bottom: 20px;
}

.mt {
    margin-top: 35px;
}

.mt2 {
    margin-top: 20px;
}

.mt3 {
    margin-top: 10px;
}

.mtb {
    margin-top: 35px;
    margin-bottom: 35px;
}

.mtb4 {
    margin-top: 35px;
    margin-bottom: 35px;
}

.mtb5 {
    margin-bottom: 8px;
    margin-top: 8px;
}

.ptb {
    padding-top: 35px;
    padding-bottom: 35px;
}

.pt {
    padding-top: 35px;
}

.pb {
    padding-bottom: 35px;
}

.carousel-inner.onebyone-carosel {
    margin: auto;
    width: 90%;
}

.onebyone-carosel .active.left {
    left: -33.33%;
}

.onebyone-carosel .active.right {
    left: 33.33%;
}

.onebyone-carosel .next {
    left: 33.33%;
}

.onebyone-carosel .prev {
    left: -33.33%;
}

/*Panel tabs*/
.panel-tabs {
    position: relative;
    bottom: 30px;
    clear: both;
    border-bottom: 1px solid transparent;
}

.panel-tabs>li {
    float: left;
    margin-bottom: -1px;
}

.panel-tabs>li>a {
    margin-right: 2px;
    margin-top: 4px;
    line-height: .85;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    color: #ffffff;
}

.panel-tabs>li>a:hover {
    border-color: transparent;
    color: #ffffff;
    background-color: transparent;
}

.panel-tabs>li.active>a,
.panel-tabs>li.active>a:hover,
.panel-tabs>li.active>a:focus {
    color: #fff;
    cursor: default;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: rgba(255, 255, 255, .23);
    border-bottom-color: transparent;
}

.example {
    margin: 0 0;

}

.example img {
    width: 100%;
    height: 100px;
}

.example-cover img {
    object-fit: 100%;
}

.example-contain img {
    object-fit: contain;
}

.thumbnails .fff .caption {
    background: none !important;
    padding: 10px;
    border: #bdbdbd solid 1px;

}



ul.thumbnails {
    margin-bottom: 0px;
}



/* Thumbnail Box */
.caption h4 {
    color: #292021;
}

.caption p {
    color: #787878;
}






/* Mobile Only */
@media (max-width: 767px) {

    .page-header,
    .control-box {
        text-align: center;
    }
}

@media (max-width: 479px) {
    .caption {
        word-break: break-all;
    }
}

.hr {
    height: 1px;
    color: #b4b4b4;
    background-color: #b4b4b4;
    border: none;
}

h1 {
    font-family: 'Lato', sans-serif;
    font-size: 30px;
    font-weight: 600;
    margin: 10px 0 10px 0;
}

h2 {
    font-family: 'Lato', sans-serif;
    font-size: 25px;
    font-weight: 600;
    margin: 10px 0 10px 0;
}

h3 {
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0 10px 0;
}

h4 {
    font-family: 'Lato', sans-serif;
    font-size: 17px;
    font-weight: 600;
    margin: 10px 0 10px 0;
}

h5 {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-weight: 600;
    margin: 10px 0 10px 0;
}

h6 {
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-weight: 600;
    margin: 10px 0 10px 0;
}

p {
    margin: 10px 0px 10px 0px;
    color: #313233;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0.3px;
    line-height: 1.3;
}

#backToTop {
    position: fixed;
    bottom: 80px;
    right: 10px;
    cursor: pointer;
    display: none;
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
    border: none;
}

.formwidth {
    width: 35px;
    border: #CCC solid 1px;
}

.footerbg2 {
    background: #1e1e1e;
    padding-bottom: 5px;
    padding-top: 5px;
    color: #999;
}

.footerbg3 {
    background: #fdd30f;
    border-top: #05080b solid 1px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #FFF;
}

.footerbg {
    background: #000000;
    padding-top: 40px;
    padding-bottom: 40px;
}

.footermenu {
    list-style: url(../images/arrow.png);
}

.footermenu2 {
    color: #797979;
    text-decoration: none;
    line-height: 25px;
    font-size: 15px;
}

.footermenu2:hover {
    color: #ffffff;
    text-decoration: none;
}

.submenu {
    color: #000000;
    text-decoration: none;
    line-height: 20px;
    padding-left: 8px;
    padding-right: 8px;
    font-weight: bold;
}

.submenu:hover {
    color: #dc0000;
    text-decoration: none;
}

.submenu2 {
    color: #000000;
    text-decoration: none;
    line-height: 20px;
    padding-left: 8px;
    padding-right: 8px;
}

.submenu2:hover {
    color: #ce0000;
    text-decoration: none;
}

.readmore {
    color: #797979;
    text-decoration: none;
}

.readmore:hover {
    color: #ffffff;
    text-decoration: none;
}

.readmore5 {
    color: #ff9900;
    text-decoration: underline;
}

.readmore5:hover {
    color: #000000;
    text-decoration: none;
}

.readmore6 {
    color: #ff5707;
}

.readmore6:hover {
    color: #000000;
    text-decoration: none;
}

.readmore2 {
    color: #000000;
    text-decoration: none;
    font-size: 16px;
}

.readmore2:hover {
    color: #ff6002;
    text-decoration: none;
}

.readmore4 {
    color: #ffffff;
    font-size: 25px;
    font-weight: bold;
    line-height: 26px;
}

.readmore4:hover {
    color: #000000;
    text-decoration: none;
}

.more {
    background: #fed200;
    color: #d10a11;
    text-decoration: none;
    padding: 5px;
    line-height: 10px;
    border-radius: 0px;
    cursor: pointer;
}

.more:hover {
    background: #d10a11;
    text-decoration: none;
    color: #FFF;
}

.txts {
    font-size: 16px;
}

.txtb {
    font-size: 20px;
}

.txtb2 {
    font-size: 30px;
}

.readmore3 {
    color: #ffffff;
    font-size: 14px;
}

.readmore3:hover {
    color: #fcaf3e;
}

.plr {
    padding-left: 5px;
    padding-right: 5px;
}

.con_txt {
    width: 100%;
    margin-bottom: 5px;
    margin-top: 5px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 8px;
    font-size: 14px;
    color: #19507c;
    background: #ffffff;
    border: #d1cfcc solid 1px;
}

.con_txt2 {
    width: 100%;
    margin-bottom: 3px;
    padding-top: 6px;
    padding-bottom: 6px;
    border: #d1cfcc solid 1px;
    padding-left: 8px;
    font-size: 14px;
    background: #ffffff;
}

.ccc {
    color: #CCC;
    font-size: 13px;
}

.clrw {
    color: #FFF;
}

.clrg3 {
    color: #a9cb37;
}

.clrb {
    color: #292021;
}

.clrb2 {
    color: #333333;
}

.clro {
    color: #ff7c0a;
}

.clrr {
    color: #bd0303;
}

.clrbl {
    color: #00aff0;
}

.clrbl2 {
    color: #2d3a43;
}

.clrg {
    color: #5cd300;
}

.clra {
    color: #a7a8a8;
}

.clrm {
    color: #222222;
}

.netbg {
    /* background: #f2eee9 url(../images/location.jpg) no-repeat center center fixed; */
    padding-top: 25px;
    padding-bottom: 30px;
    border-top: #d7d7d7 solid 1px;
}

.navbg2 {
    background: #none;
    border-radius: 0;
    width: 100%;
    height: 340px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 2px;
    display: inline-block;
}

.navbg4 {
    background: #none;
    border: #7cd0ec solid 1px;
    border-radius: 0;
    width: 100%;
    height: 300px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 20px;
    display: inline-block;
}

.nav-list li {
    border-bottom: #dadada dashed 1px;
    font-size: 14px;
    color: #fff;
    background-color: crimson;
    margin:10px 0;
    /* background: url(../images/arrow3.png) no-repeat left; */
}

.nav-list li a {
    color: #FFFFFF;
    padding-top: 4px;
    padding-bottom: 4px;
    line-height: 19px;
}

.nav-list li a:hover {
    color: #bb0000;
    background: url(../images/arrow2.png) no-repeat left #ffffff;
}

#imagelightbox {

    position: fixed;

    z-index: 9999;



    -ms-touch-action: none;

    touch-action: none;

}

.jumbotron {
    background: #be0000 url(../images/red-bg.jpg) repeat top left fixed;
    border-top: #000000 solid 1px;
    padding-bottom: 20px;
    padding-top: 20px;
    margin-bottom: 0px;
}

.jumbotron h3 {
    color: #ffffff;
    font-size: 30px;
}

.jumbotron p {
    font-size: 17px;
    color: #ffffff;
    font-weight: bold;
    margin-top: 0px;
}

@media (max-width: 768px) {
    .call {
        padding-top: 15px;
        padding-bottom: 15px;
        border-top: #ffffff dashed 1px;
    }

    .call2 {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .logo {
        margin-top: 15px;
        max-width: 200px;
    }

    .mtb {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .mtb4 {
        padding-bottom: 5px;
        padding-top: 5px;
    }

    .ex3 {
        width: 100%;
        height: auto;
        margin-top: 15px;
        border-top: #999 solid 1px;
        padding-top: 15px;
        padding-bottom: 5px;
    }

    .ex11 {
        margin-top: 15px;
    }

    .tel2 {
        color: #000;
    }

    .tel3 {
        font-size: 29px;
        line-height: 29px;
    }

    .tel3:hover {
        text-decoration: none;
        color: #000000;
    }

    .navbar-brand {
        margin-bottom: 0px;
    }

    .sl2 {
        font-size: 18px;
        line-height: 18px;
        color: #ffffff;
        font-weight: bold;
    }

    .plt {
        margin-top: 0px;
    }

    .plt2 {
        margin-top: 0px;
    }

    .jumbotron {
        padding-bottom: 10px;
        padding-top: 10px;
        margin-bottom: 0px;
    }
}