
:root {
    --thm-gray: #777777;
    --thm-gray-rgb: 119, 119, 119;
    --thm-black: #121212;
    --thm-black-rgb: 18, 18, 18;
    --thm-base: #243d80;
    --thm-base-rgb: 38, 61, 128;
    --thm-primary: #323d6e;
    --thm-primary-rgb: 50, 61, 110;
}
.single-news-box {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom:  1px dashed rgb(var(--thm-base-rgb),.30);
}
.single-news-box:hover{border-bottom:  1px dashed rgb(var(--thm-base-rgb),1)}
.single-news-box:last-child{ border: none}
.single-news-box .date {
    width:75px; 
	height: 75px; 
	border: 1px dashed var(--thm-base); 
	padding: 5px;
	border-radius: 6px;
	align-items: center;
    justify-content: center; text-align: center;
}
.single-news-box .date h3{ 
	color: #fff; 
	font-size: 18px; 
	margin: 5px 0 0;
}
.single-news-box .date p{ 
	margin-bottom: 0; 
	font-size: 12px; 
	color:#fff; 
	line-height: 15px;
}

.single-news-box .date:before {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 65px;
    height: 65px;
    border: 1px solid #e7ece9;
    border-radius: 6px;
    background: #243d80;
    font-size: 30px;
    line-height: 30px;
    content: '';
    z-index: -1;
}

.single-news-box .text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 20px;
}

.single-news-box .text a {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    margin: 0 0 9px; color: #333;
}

.single-news-box .text p {
    margin: 0;
    line-height: 20px; margin-bottom: 0
}



.custom-modal {
			max-width: 90%;
			/* Ensures modal is not too wide */
			border-radius: 10px;
			box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.3);
			overflow: hidden;
			animation: fadeIn 0.5s ease-in-out;
		}
		
		.custom-modal .modal-header {
			background: #222a68;
			color: #fff;
			text-align: center;
			border-top-left-radius: 10px;
			border-top-right-radius: 10px;
		}
		
		.custom-modal .modal-body {
			padding: 20px;
			max-height: 80vh;
			/* Prevents content from making modal too tall */
			overflow-y: auto;
			/* Enables scrolling only if needed */
		}
		
		.modal {
			overflow-y: hidden !important;
			/* Prevents unnecessary scrollbar on body */
		}
		
		.custom-img {
			border-radius: 5px;
			width: 100%;
			transition: transform 0.3s ease-in-out;
		}
		
		body.modal-open {
			padding-right: 0px !important;
			/* Removes unwanted scrollbar shift */
		}
		
		.custom-img:hover {
			transform: scale(1.05);
		}
		
		.custom-close {
			color: #fff;
			opacity: 0.8;
			font-size: 22px;
		}
		
		.custom-close:hover {
			opacity: 1;
		}
		
		.custom-btn {
			background: #222a68;
			color: #fff;
			border-radius: 5px;
			padding: 8px 20px;
			transition: background 0.3s ease-in-out;
		}
		
		.custom-btn:hover {
			background: #1a2156;
		}
		
		@keyframes fadeIn {
			from {
				opacity: 0;
				transform: scale(0.9);
			}
			to {
				opacity: 1;
				transform: scale(1);
			}
		}

.slider-controls-top{
    position: relative;
}
.slider-controls-top .owl-nav{
    position: absolute;
    top: -105px;
    right: 0;
}
.slider-controls-top .owl-next,
.slider-controls-top .owl-prev{
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-color: #182f57 !important;
    border-radius: 2px;
    color: #fff !important;
    font-size: 18px;
}
.slider-controls-top .owl-prev{
    margin-right: 10px; background: #f00;
}

.placement-part{ margin-top: 50px;}
.placement-part h4{ margin-bottom: 0;}
.placement-part small{ padding: 0 10px; color: #333; line-height: 14px;}



.placement-arro{
    position: relative;
}
.placement-arro .owl-nav{
    position: absolute;
    top: -35px;
    right: 0;
}
.placement-arro .owl-next,
.placement-arro .owl-prev{
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background-color: #182f57 !important;
    border-radius: 2px;
    color: #fff !important;
    font-size: 18px;
}
.placement-arro .owl-prev{
    margin-right: 10px; background: #f00;
}

.recruiters-part{}
.recruiters-part img{ border: 1px dashed #cacaca;}
.placement-arro{
    position: relative;
}
.recruiters-part .owl-nav{
    position: absolute;
    top: -65px;
    right: 0;
}
.recruiters-part .owl-next,
.recruiters-part .owl-prev{
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-color: #182f57 !important;
    border-radius: 2px;
    color: #fff !important;
    font-size: 18px;
}
.recruiters-part .owl-prev{
    margin-right: 10px; background: #f00;
}

.countTo .boxed{
	width: 100%;
    background-color: #ffffff;
    height: auto;
    padding: 0px 20px 30px 20px;
    box-shadow: 0px 0px 50px 0px #ebebeb;
    position: relative; 
	border: none;
}
.h-100 {
  height: 100%;
}
