

@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,400i,500,600,700,900');

#home-page .table-cell > .container > .row.middle-row > .hidden-xs:nth-child(2){
    display: block !important;
}
@media (max-width: 767px){
     #home-page video{
      width:100%;
  }
}

hr.rounded {
    border-top: 4px solid #bbb;
    border-radius: 2px;
  }

/*-------------------
2. Theme Default CSS
--------------------*/
/*Cookie Consent Begin*/
#cookieConsent {
    background-color: rgba(20,20,20,0.8);
    min-height: 26px;
    font-size: 14px;
    color: #ccc;
    line-height: 26px;
    padding: 8px 0 8px 30px;
    font-family: "Trebuchet MS",Helvetica,sans-serif;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
}
#cookieConsent a {
    color: #4B8EE7;
    text-decoration: none;
}
#closeCookieConsent {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: -15px 0 0 0;
    font-weight: bold;
}
#closeCookieConsent:hover {
    color: #FFF;
}
#cookieConsent a.cookieConsentOK {
    background-color: #F1D600;
    color: #000;
    display: inline-block;
    border-radius: 5px;
    padding: 0 20px;
    cursor: pointer;
    float: right;
    margin: 0 60px 0 10px;
}
#cookieConsent a.cookieConsentOK:hover {
    background-color: #E0C91F;
}
/*Cookie Consent End*/

button,
a {
    text-decoration: none;
    outline: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    color: #333333;
}

input[type="submit"]:focus,
button:focus,
a:focus,
a:hover {
    text-decoration: none;
    outline: none;
    color: #0297f3;
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    line-height: 1.3em;
    font-weight: 500;
    color: #0297f3;
}

html,
body {
    height: 100%
}

body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 2em;
    color: #686b75;
    background-color: #0e0e0e;
}

/* Remove Chrome Input Field's Unwanted Yellow Background Color */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

/*-- 3. Helper-Class --*/

.heading-2 {
    font-size: 48px;
}

.heading-3 {
    font-size: 38px;
}

.heading-4 {
    font-size: 28px;
    color: #fc9331;
}

.text-white a,
.text-white {
    color: #ffffff;
}

.text-green a,
.text-green {
    color: #1cc9bd;
}

.text-blue a,
.text-blue {
    color: #1992ec;
}

.upper {
    text-transform: uppercase;
}

.middle-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.padding-left-50 {
    padding-left: 50px;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.section-padding {
    padding-top: 120px;
    padding-bottom: 120px;
    background-size: auto 100%;
    background-position: left center;
    background-repeat: no-repeat;
    background-color: #0e0e0e;
}

.section-padding-top {
    padding-top: 120px;
    background-size: auto 100%;
    background-position: left center;
    background-repeat: no-repeat;
    background-color: #0e0e0e;
}

.section-padding-bottom {
    padding-bottom: 120px;
    background-size: auto 100%;
    background-position: left center;
    background-repeat: no-repeat;
    background-color: #0e0e0e;
}
/* The Modal (background) */
.modal {
display: none; /* Hidden by default */
position: fixed; /* Stay in place */
z-index: 1; /* Sit on top */
left: 0;
top: 0;
width: 100%; /* Full width */
height: 100%; /* Full height */
overflow: auto; /* Enable scroll if needed */
background-color: rgb(0,0,0); /* Fallback color */
background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
background-color: #35424b;
margin: 15% auto; /* 15% from the top and centered */
padding: 20px;
max-width: 100%; /* Could be more or less, depending on screen size */
}


/* The Close Button */
.close {
color: #0297f3;
float: right;
font-size: 28px;
font-weight: bold;
}

.close:hover,
.close:focus {
color: #0297f3;
text-decoration: none;
cursor: pointer;
}

.modal-backdrop {
    /* bug fix - no overlay */    
    display: none;   
}
.table {
    font-family: 'Poppins', sans-serif;
    border-collapse: collapse;
    width: 100%;
    overflow-x: auto;
    overflow-y: scroll;
    height: 400px;
  }
  
.table td, .table th {
    border: 1px #cccccc;
    padding: 8px;
  }
  
/* .table tr:nth-child(even){
    background-color: #cccccc;
} */
  
.table tr:hover {background-color: #cccccc;}
  
.table th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #35424b;
    /* color: #cccccc; */
  }


/* begin articles styling */

.articles-container-fluid .intro-text {
    width: 80%;
    margin: 0 auto;
    text-align: justify;
    padding: 40px 0;
}

.articles-post-entry article {
    width: 50%; /* Set the width of the card */
    margin: 20px auto; /* Centers the card and provides some space between cards */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Gives a card-like feel with a shadow */
    transition: box-shadow 0.3s ease-in-out;
    border-radius: 8px; /* Rounded corners for the card */
    overflow: hidden; /* Ensures the card content doesn't overflow */
    padding: 20px;
}

.articles-post-entry article:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2); /* Shadow effect on hover */
}

.articles-post-entry articlecard img {
    max-height: 200px;
    width: auto;
    object-fit: contain;
    margin: 0 auto;
    display: block;
}

.articles-post-entry article .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 20px;
}

.articles--post-entry article:hover .overlay {
    opacity: 1;
}

.articles-meta, .articles-date {
    position: relative;
    z-index: 10;
}

.articles-container-fluid .row.articles-post-entry {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.article-content, 
.article-content .articles-meta, 
.article-content .articles-article-title, 
.article-content .articles-date {
    text-align: center;
}

/* end articles styling */