@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&display=swap');
/*@import url('stylesheet.css');*/
body {
    color: #333; 
    font-family: 'Inter', sans-serif;
    padding-top: 20px;
    padding-bottom: 50px;
    font-size: 14px;
    font-weight: 400;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}
.small-image{
    WIDTH: 100%;
    height: 150px;
    OBJECT-FIT: COVER;
    MARGIN: 0 AUTO;
    border-radius: 5px;
}
.navbar{
    min-height: 50px;
}
#carouselExampleCaptions a, #carouselExampleCaptions1 a{
    color: white;
}
.owl-carousel .owl-item img{
	height: 130px;
    object-fit: cover;
}
.owl-carousel .owl-item h4{
	height: 50px;
	overflow: hidden;
}
.side-carousel .owl-item img{
	max-height: 205px;
	height: auto;
}
.search-icon{
    font-size: 20px;
    color: #8a8a8a;
    font-weight: 300;
}
.search-icons{
    font-size: 20px;
    color: #8a8a8a; 
    right: 10px;
    top: 8px;
    position: absolute;
}

a {
    color: #8a8a8a;
}
.credit{
    font-size: 10px;
}
.login-or {
    position: relative;
    font-size: 18px;
    color: #aaa;
    margin-top: 10px;
            margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .span-or {
    display: block;
    position: absolute;
    left: 50%;
    top: -2px;
    margin-left: -25px;
    background-color: #fff;
    width: 50px;
    text-align: center;
  }
  .hr-or {
    background-color: #cdcdcd;
    /*height: 1px;*/
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

.content h4 a {
    font-size: 12px;
    line-height: 1;
    color: black
}

.content a {
  
    color: black
}
.content p{
    font-family: 'Inter', sans-serif !important;
/*    font-family: 'Merriweather', serif;*/
}

.content h4 {
    font-size: 12px;
    line-height: 1.3;

}

.news-section [class*="col"] {
    padding: 0px;
}

.time-stamp a {
    font-size: 9px;
    color: red;
}

.time-stamp a,
.time-stamp {
    font-size: 9px;
}

.news-section h4 a {
    font-size: 14px;
    text-decoration: none;
    line-height: 1.3;
}

.news-section h4 {
    font-size: 12px;
    text-decoration: none;
    margin: 0;
}

.news-headings {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
}
.news-headings .more{
	text-transform: none !important; color:red;
    font-weight: 700;
}
.content {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    padding: 5px 0;
}

.p {
    font-size: 11px;
    line-height: 1;
    margin-bottom: 0;
    margin-top: 5px;
}

.news-headings:before {
    position: absolute;
    left: -10px;
    right: 0;
    content: '';
    height: 100%;
    width: 2px;
    background: red;
}

.video {
    top: 27%;
    left: 44%;
    right: 44%;
    color: white;
    text-align: center;
    border-radius: 5px;
    height: 40px;
    width: 50px;
    line-height: 40px;
    background: rgba(0, 0, 0, 0.6);
    z-index: 99;
    cursor: pointer;
}
.video-small{
    display: flex;
top: 0;
left: 0;
right: 0;
bottom: 27%;
justify-content: center;
align-items: center;
z-index: 999;
}
.video-small .fas{
    background: red;
padding: 10px 18px;
border-radius: 10px;
color: white;
}
.owl-nav .owl-prev {
    position: absolute;
    left: 1px;
    top: 26%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(0, 0, 0, 0.5) !important;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
}

.owl-nav .owl-prev span {
    font-size: 1.6875rem;
    color: #fff;
}

.owl-nav .owl-prev:focus {
    outline: 0;
}

.owl-nav .owl-prev:hover {
    background: #000 !important;
}

.owl-nav .owl-next {
    position: absolute;
    right: 1px;
    top: 26%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(0, 0, 0, 0.5) !important;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
}

.owl-nav .owl-next span {
    font-size: 1.6875rem;
    color: #fff;
}

.owl-nav .owl-next:focus {
    outline: 0;
}

.owl-nav .owl-next:hover {
    background: #000 !important;
}

/*.owl-item:hover .owl-prev {
     left: 0px;
     opacity: 1;
 }

 .owl-item:hover .owl-next {
     right: 0px;
     opacity: 1;
 }*/

.profile-menu .list-group-item:not(.active) {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    color: #069;
    font-weight: bold;
}

.profile-menu .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #f51c2d;
    border-color: #f51c2d;
    border-radius: 0;
    font-weight: 700;
}

.offcanvas-collapse h4 {
    font-size: 14px;
    color: black;
    font-style: italic;
    font-weight: 800;
    text-transform: uppercase;
    font-family: 'Merriweather', serif;

}

.offcanvas-collapse a {
    font-size: 12px;
    padding-bottom: 5px;
    color: black;
    font-weight: 400;
    transition: all ease-in-out 0.2s;
    font-family: 'Merriweather', serif;

}

.offcanvas-collapse a:hover {
    color: red;
    padding-left: 20px;
    font-weight: 500;
    transition: all ease-in-out 0.2s;

}
.form-control {
    font-size: 13px;
}

.offcanvas-collapse {
    padding-top: 10px;
    position: fixed;
    top: 0;
    bottom: 0;
    max-width: 300px;
    right: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    transform: translateX(-300px);
    background-color: #ededed;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: right, transform;
    z-index: 9999;

}

.logo img {
    max-width: 100px;
}

.overlay {
    position: fixed;
    left: 0;
    right: 0;
    height: 100vh;
    display: none;
    z-index: 9;
    background: #00000057;
}

.offcanvas-collapse.open {
    right: auto;
    /*visibility: visible;*/
    transform: translateX(0px);
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: right, transform;
}

.card {
    transition: all linear 0.2s;
    margin-bottom: 4px !important;
}

.card:hover {
    box-shadow: 0 0 10px 10px #cccccc40;
    transition: all linear 0.2s;
}

.footer {
    font-size: 8px;
    text-transform: uppercase;
    font-family: 'Merriweather', serif;

}

.footer .fa,
.footer .fas {
    font-size: 20px;
    color:red;
}