body {
    background: #ffc40d;
    font-family: "Roboto", sans-serif;
}
.bottom-vector {
    background: url("../images/bottom-vector.png") repeat-x center bottom;
    height: 100vh;
    width: 100%;
}
.content-area {
    width: 876px;
    height: 380px;
}
.logo {
    background-image: url(../images/logo02.png);
    width: 264px;
    height: 86px;
    margin-top: 120px;
}
@media (max-width:998px) {
    .logo {
        background-image: url(../images/logo02.png);
    width: 264px;
    height: 86px;
    margin-top:30px;
        margin-right: auto;
        margin-left: auto;
}
}
    
.right-ctnt {
    border-left: 1px solid #e3ad05;
    padding: 0 0 0 30px;
    height: 380px;
}
@media (max-width:998px) {
    .right-ctnt {
    border-left: none;
    padding: 0;
    text-align: center;
}
}

.tbl {
    display: table;
}

.tbl-row {
    display: table-row;
}

.tbl-col {
    display: table-cell;
    vertical-align: middle;
}
.coming-soon {
    font-size: 48px;
    font-weight: 200;
    color: #896800;
    margin: 50px 0 25px 0;
}
@media (max-width:998px) {
    .coming-soon {
    margin: 40px 0 40px 0;
        font-size: 34px;
}
}
.subscribe-head {
    font-size: 18px;
    font-weight: 600;
    color: #373737;
    display: block;
    padding-bottom: 5px;
}
.txtbox-style {
    background: none;
    border: 1px solid #896800;
    width: 250px;
    padding: 10px;
    height: 40px;
    color: #373737;
}


::-webkit-input-placeholder {
   color: #896800;
}

:-moz-placeholder { /* Firefox 18- */
   color: #896800;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #896800;  
}

:-ms-input-placeholder {  
   color: #896800;  
}
.bttn-style {
    background: #896800;
    color: #fff;
    height: 40px;
    font-weight: 900;
    border: 0;
    margin-left: 3px;
    padding: 0 20px;
}

.social {
    margin: 40px 0 2px 0;
    
}
.fa {
    font-size: 22px;
    color: #373737;
    padding-right: 10px;
    }
.copyright {
    color: #bc8e00;
	font-size: 12px
}
.quick-links ul{margin:30px 0 0 0;padding: 0}
.quick-links ul li{list-style: none; display: inline-block;}
.quick-links ul li a{color: #bc8e00;text-decoration: none;font-size: 12px}
.quick-links ul li a:hover{color:#7b5f08 }
.quick-links ul li a:focus{outline: none}
.quick-links ul li span{color: #bc8e00;padding: 0 4px}

.popup-blk .modal-content{background:none; border: none; box-shadow: none}
.modal-backdrop.in{opacity: 0.85}
.popup-blk h2{font-size: 30px; color: #e1e1e1;margin-bottom: 20px}
.popup-blk h3{font-size: 22px; color: #e1e1e1;margin-bottom: 10px;margin-top: 0}
.popup-blk li{font-size: 14px; color: #e1e1e1;line-height: 24px}
.popup-blk h4{font-size: 18px; color: #e1e1e1;margin-bottom: 10px}
.popup-blk p{font-size: 14px; color: #e1e1e1;margin-bottom: 30px}
.popup-blk h6{font-size: 14px; color: #e1e1e1;margin-bottom: 10px;font-weight: 600}
.popup-blk p a{color: #ffc40d}
.popup-blk .close{opacity: 1;position: absolute;top: 30px;right: 30px;z-index: 9999}
.popup-blk .modal-header{border: none;padding: 0 15px}
.popup-blk .modal-dialog{width: 80% !important}
.num-list li{list-style: decimal}
.alpha-list li{list-style:lower-alpha}
.main-clr{color: #ffc40d}
.mrg-b-5{margin-bottom: 5px !important} 

@media (max-width:426px){
    .bttn-style {
    width: 250px;
        margin-top: 10px;
        margin-left: 0;
            
}
.popup-blk .modal-dialog{width: 93% !important}
}
a:focus{outline: none}