body {
    letter-spacing: 0.3px !important;
    line-height: 1.5em
}

.box {
    background-color: #e3dfdf;
    padding: 1em 2em;
    min-height: 160px;
    float: left
}

#sb-bg ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: table;
    border-collapse: collapse;
    width: 100%;
    margin-left: 0px;
    position: relative;
}

#sb-bg li {
    display: table-cell;
    border: 4px solid #fff;
    position: relative;
}


/*li a{color:#666;}
ul li{color:#999;}*/

ul {
    list-style: circle;
    margin-left: 20px;
}

.icn-head {
    margin-left: 10px
}

.mar-top {
    margin-top: 30px;
}

.col-20 {
    width: 25%;
    float: left;
    margin-bottom: 20px;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.sub-col {
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    display: grid
}

.flexcontainer {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.navbar {
    margin-bottom: 0
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 5px 6px;
    padding-top: 9px;
}

.icon-bg {
    background-color: #d5a861;
    float: left;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.icon-bg:hover {
    background-color: #a17f4a;
}

.menu-icon {
    float: left;
    padding: 11px 8px;
}

.txt-icon {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 1.1em;
    color: #e07c0d;
    padding: 10px 0;
    font-family: 'Prata', serif;
}

.img {
    width: auto;
}

img {
    width: 100%
}

.icon {
    width: 24px;
    height: 21px;
    float: right;
}

.pad-non {
    padding: 0;
}

.pad-R {
    padding-right: 3%
}

.pad-L {
    padding-left: 3%
}

.brd {
    border-right: 8px solid #FFF;
    border-bottom: 8px solid #FFF
}

.br-botom {
    border-bottom: 1px solid #CCC;
    padding: 10px 0
}

.br-right {
    border-right: 1px solid #CCC;
}

.top {
    background-color: #342119;
}

.overlaytxt-top {
    position: absolute;
    text-align: center;
    font-size: 16px;
    top: 0%;
    color: #FFF;
    padding: 5px;
    opacity: 1;
}

.overlaytxt-top.red {
    background-color: #cc3300
}

.overlaytxt-top.green {
    background-color: #339900;
}

.overlaytxt-top.blue {
    background-color: #006699;
}

.overlaytxt {
    position: absolute;
    text-align: center;
    font-size: 18px;
    bottom: 0%;
    color: #aa6a00;
    padding: 10px;
    opacity: 1;
    font-family: 'Prata', serif;
}

.overlaytxt.red {
    background-color: #33240b
}

.overlaytxt.red:hover {
    background-color: #f0d4a7;
}

.dis-txt {
    color: #7d3f09;
    border: 1px solid #e0cbb2;
    font-size: 14px;
    padding: 5px;
    float: left;
    margin-right: 4px;
    background-color: #ffeec0;
    margin-bottom: 5px
}

.pb-list {
    color: #7d3f09;
    font-weight: bold;
    border: 1px dotted #d8d8d8;
    background-color: #fef7ee;
    padding: 1% 0;
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 15px;
    margin-right: 15px
}

h1 {
    color: #333;
    font-size: 1.6em;
    font-family: 'Prata', serif;
}

h2 {
    font-size: 1.6em !important;
    color: #e07c0d;
    font-family: 'Prata', serif;
}

h4 {
    font-size: 0.9em !important;
    color: #fff;
    font-family: 'Prata', serif;
}

h3 {
    font-size: 1.4em !important;
    color: #e07c0d;
    text-align: left;
    font-family: 'Prata', serif;
}

.in-txt {
    color: #f66;
}


/*a{color:#333;}
*/

.txt {
    color: #07bdab
}

.sb-txt {
    font-size: 1.2em !important;
    color: #4F999F;
    text-align: left;
}

.sub-head {
    font-size: 16px;
    color: #655A4B;
    font-family: 'Fira Sans Condensed', sans-serif;
    letter-spacing: 10px
}
.big_button {
    text-align: center;
    z-index: 998;
    width: 240px;
    height: 76px;
    float: right;
    margin-top: 22px;
    padding: 10px;
    margin-left: 15px;
}
.download_btn {
    background-image: -webkit-linear-gradient(#583626, #342119);
    background-image: -moz-linear-gradient(top, #583626, #342119);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#583626', endColorstr='#342119');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#583626', endColorstr='#342119')";
    background-image: -ms-linear-gradient(#583626, #342119);
    background-image: -o-linear-gradient(#583626, #342119);
    background-image: linear-gradient(#583626, #342119);
    border-radius: 0px;
    color: #fff;
}
.big_button span {
    line-height: 1em;
    display: inline-block;
    font-size: 14px;
}
.big_button img {
    padding: 5px 0;
    display: inline-block;
}
.logo {
    width: auto;
    left: 0;
    position: absolute;
    top: 22px;
}

.left-mar {
    margin-top: 10px;
    margin-left: 78px;
}

.clear {
    clear: both;
}

.pad {
    padding: 0 6%
}

.sec-box {
    width: 100%;
    float: left
}

.bg {
    float: left;
    background-color: none;
}

.hr-line {
    border-bottom: 1px dashed #c6c6c6;
    width: 100%;
    float: left;
    margin: 20px 0
}

.googleMap {
    width: 99%;
    float: left;
    height: 250px;
    border: 1px solid #CCC;
    margin-bottom: 1.2em;
}

.nav-custom li a {
    color: #9b7043 !important;
    font-size: 15px;
}

.nav-custom li a:hover {
    color: #fff !important
}

.custom-caption {
    left: 0;
    max-width: 500px;
    width: 100%;
    margin-left: 15px;
    bottom: 0;
    border-left: 5px solid #F60;
    color: #333
}

.custom-caption-1 {
    bottom: 0;
    max-width: 400px;
    width: 100%;
    margin-left: 0px;
    border-top: 5px solid #FC0;
    left: 0;
    color: #333
}

#video {
    padding-bottom: 53%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    position: relative;
    margin: 0 0 1.5em 0;
}

#video iframe,
#video object,
#video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 1140px
}

.footer {
    background-color: #F2F2F2;
    padding: 40px 0;
    color: #999;
    text-align: center
}

.sub-menu ul {
    display: block;
    width: 100%;
    list-style: none;
    margin: 0;
    font-size: 1em;
    font-weight: 600;
    margin-bottom: 20px
}

.sub-menu ul li {
    display: block;
    overflow: hidden;
    list-style: none;
    padding: 10px 0 10px 15px;
    margin: 0;
    background: url(../images/arrow.png)left center no-repeat;
    background-position: 0 16px;
    border-bottom: 1px dotted #CCC;
}

.sub-menu ul li a:hover {
    color: #a85901
}

.caption {
    font-size: 16px;
    color: #db8124;
    font-weight: bold
}

.sub-cap {
    font-size: 16px;
    color: #db8124;
}


/* .nav-mar {
    margin-top: 20px
} */
.btn-yellow {
    background-color: #eaab01;
    border-color: #e2a708;
    color: #fff
}

.btn-orange {
    background-color: #c56b01;
    border-color: #c56a01;
    color: #fff
}
@media (min-width:1280px) {
    .nav-mar {
        margin-top: 30px!important; 
        margin-right: 0;
    }
}

@media (max-width:767px) {
    .gal-bg-img1 {
        background: url(../images/archives-1.jpg) center no-repeat;
        height: 400px;
        width: 100%;
    }
    .gal-bg-img2 {
        background: url(../images/archives-1.jpg) center no-repeat;
        height: 200px;
        width: 100%;
        display: flex
    }
    .gal-bg-img3 {
        background: url(../images/archives-1.jpg) center no-repeat;
        height: 200px;
        width: 100%
    }
    .gal-bg-img4 {
        background: url(../images/archives-1.jpg) center no-repeat;
        height: 400px;
        width: 100%
    }
    .gal-bg-img5 {
        background: url(../images/archives-1.jpg) center no-repeat;
        height: 200px;
        width: 100%
    }
    .gal-bg-img6 {
        background: url(../images/archives-1.jpg) left no-repeat;
        height: 200px;
        width: 100%
    }
    .pad {
        padding: 0
    }
    .carousel-caption {
        display: none;
    }
    .sec-box {
        width: 50%;
        float: left;
        border-bottom: 1px solid #FFF
    }
    .box {
        background-color: #e3dfdf;
        float: left;
        padding: 10% 5%;
        width: 50%
    }
    .bg {
        float: left;
        background-color: #e3dfdf;
    }
    .news-bg1 {
        height: auto;
        padding-bottom: 5%;
    }
    .gal-txt {
        font-size: 14px;
    }
    .col-20 {
        width: 25%;
        float: left;
    }
    .logo {
        margin: 0 auto;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        margin-top: 10px;
        float: none;
        position: relative
    }
    .left-mar {
        margin-top: 10px;
        margin-left: 0px;
    }
    .sub-head {
        letter-spacing: 10px;
    }
    .brd {
        border-right: none;
        border-left: none
    }
}

@media (max-width:980px) {
    .pad-R {
        padding-right: 15px
    }
    .pad-L {
        padding-left: 0
    }
    .br-right {
        border-right: none;
    }
}

@media (max-width:480px) {
    .sec-box {
        width: 100%;
        float: left
    }
    .box {
        width: 100%;
        float: left
    }
    .col-20 {
        width: 50%;
        float: left;
    }
    .sub-head {
        letter-spacing: 3px;
    }
}

@media (max-width:320px) {
    .sec-box {
        width: 100%;
        float: left
    }
    .box {
        width: 100%;
        float: left
    }
    .col-20 {
        width: 100%;
        float: left;
    }
    .sub-head {
        letter-spacing: 3px;
    }
}

@media screen and (max-width:767px) { 
    .big_button {
        width: 100%;
        margin-left: 0;
    }
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
  }

.img100 {
    width: 100%;
}
      /* Make it a marquee */
.marquee {
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
}

.marquee span {
    display: inline-block;
    padding-left: 100%;
    text-indent: 0;
    animation: marquee 45s linear infinite;
}

.marquee span:hover {
    animation-play-state: paused
}

/* Make it move */
@keyframes marquee {
    0%   { transform: translate(0, 0); }
    100% { transform: translate(-100%, 0); }
}