
/*Variable*/
--primary-color: #c6a84d;
--secondary-color: #ededed;
--bg-color: #b38808;
@import url('https://fonts.googleapis.com/css2?family=Markazi+Text:wght@400;700&display=swap');


html{height:100%;
    min-height:100%; }
body{
    /* background: linear-gradient(to right, #00994d 25%,#007a3d 48%,#007a3d 66%,#006332 100%) !important; */
    /*background-color: #b38808 !important;*/
    background: linear-gradient(to right, #b38808 25%,#ededed 25%) !important;
    font-family: 'Markazi Text', serif;
    /*font-family: 'Ubuntu', sans-serif !important;*/
    height:100%;
    min-height:100%;
    overflow-x: hidden;
    
    
}
h1,h2,h3,h4,h5,h6{
    font-weight:900;
}
body::before {
    content: "";
    background: url(../images/pattern.png);
    width: 18%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    display: inline-block;
    /*background-size: 260px;*/

}
.sidebar::before{
    content: "";
    background: url(../images/pattern.png);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    display: inline-block;
        background-size: 260px;
}
.logo-container{
    position: relative;
    z-index: 2;
}
.sidebar{
    background-color: #fff;
    /*background-image:url(../images/pattern.png);*/
    height: 100vh;  
    color:#c6a84d;
}
.sidebar ul li a:hover{
    color: white;
    background: none;
}
.sidebar ul li a:active{
    background: none;
}

.logo-container img {
    width: 220px;
    height: 220px;
    border-radius: 50%;
}
.logo-title {
    color: #b38808;
    font-size: 20px;
    font-weight: 700;
}

.logo-text{
    font-size: 12px !important;
    color: #b38808;
}
.icon-text{
    font-size: 12px;
}
.top-header{
    position: relative;
    z-index: 2;
}
.top-header ul li a i{
    font-size: 20px !important;
    color:#495057;
    opacity: 0.5;
    transition: .2s ease-in;
}
.top-header ul li a i:hover{
    color: #c6a84d;;
    opacity: 1;
}

.sector a:hover{text-decoration: none;}
.sector-heading{
    color: #b38808;
}
.sector ul li{
    font-size: 15px !important;
    padding: 3px 10px !important;
    border: none;
    background: none;
}
.sector ul li a {
    color: #000;
    font-weight: 600;
}
.sector ul li a:hover{
    color: #c6a84d;
}
.sector ul li a i{font-size: 17px;}

.page{
    color:#636365;
    height:100vh;
    overflow-y: scroll;
}
::-webkit-scrollbar {
    display: none;
    }
.slick-dots{
    position: absolute;
    bottom: -1%;
    right: 4%;
}
ul.slick-dots li {
    display: inline-block;
}
ul.slick-dots li button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 0;
    margin: 0 3px;
    font-size: 0px;
}
.carousel-inner img{
    width: 100%;
    height: 450px !important;
    object-fit: cover;
}
.inner{
    position: absolute;
    top: 65%;
    left: -10%;
}
.inner h2{
    margin-left: 20%;
    color:white;
    font-size: 40px;
}
.inner-link{
    margin-left: 21%;
    color: #c6a84d;
    font-style: italic;
    font-weight: 300;
}
.inner-link:hover{
    color: #c6a84d;
    text-decoration: underline;
}
.top-section{
    padding: 10px 15px;
    border-bottom: 1px solid white;
}
.footer{
    position: absolute;
    bottom: 6%;
    left: 50%;
    transform: translateX(-50%);
}
.footer ul li a i{
    font-size: 20px !important;
    opacity: 0.5;
    transition: .2s ease-in;
}
.footer ul li a i:hover{
    color: #c6a84d;
    opacity: 1;
}
.copyright{
    position: absolute;
    bottom: 0%;
    font-size: 12px;
    color: #b38808;
    font-weight: 700;
}
.news-section .top-section a{
    color: #c6a84d;
    font-weight: 300;
    font-size: 13px;
}
.news-div{
    min-width: 300px;
}
.date{
    padding:20px 10px; 
}
.date p{
    border-right: 1px solid;
    padding: 10px;
}
.news{padding: 10px 5px;}
.news p{
    padding: 5px;
    font-size: 14px;
}
.news-link{
    font-size: 12px;
    color:#c6a84d;
    font-style: italic;
    transform: translateY(-25px);
    display: inline-block;
}
.news-link:hover{
    color:#c6a84d;
}
.page-footer{display: none;}
.page-footer ul li a i{
    font-size: 20px !important;
    opacity: 0.5;
    transition: .2s ease-in;
}
.page-footer ul li a i:hover{
    color: #c6a84d;
    background: none;
    opacity: 1;
}
.page-copyright{
    font-size: 12px;
    color: #c6a84d;
}
.footer a.list-group-item-action.active i {
    color: #c6a84d;
    opacity: 1;
}
.page-footer a.list-group-item-action.active i {
    color: #c6a84d;
    opacity: 1;
}
.top-header a.list-group-item-action.active i {
    color: #c6a84d;
    opacity: 1;
}
.sector a.list-group-item-action.active i {
}
.sector a.list-group-item-action.active span {
    opacity: 1;
    color:#b38808;
}
.text-container h1 {
    color: white;
    margin-bottom: 0;
}