
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap');
:root {
	--font-default: 'Roboto', sans-serif;
	--font-heading: 'Manrope', sans-serif;
	--fontawesome: "Font Awesome 5 Pro";
	--black: #000000;
	--dark: #040836;
	--dark-secondary: #202942;
	--white: #ffffff;
	--color-primary: #5138ee;
	--color-secondary: #02ebad;
	--color-heading: #202942;
	--color-paragraph: #666666;
	--box-shadow-primary: 1px 4px 20px -2px rgba(0, 0, 0, 0.1);
	--box-shadow-secondary: 0 20px 50px rgba(0, 0, 0, 0.1);
	--box-shadow-regular: 0px 2px 12px 0px #e7e7e7;
	--box-shadow-extra: 0 5px 50px 0 rgba(0, 0, 0, 0.15);
	--bg-gray: #edf5ff;
	--bg-gradient: linear-gradient(45deg, #02ebad 0%, #5a57fb 50%);
	--custom-blue:#1e417c;
}
.custom_blue{
	color: var(--custom-blue) !important;
}
.it-banner h2 strong {
    display: block;
    text-transform: uppercase;
    font-size: 85px;
}
.hero_bg_h{
	height: 90vh;
}
.separate_bg{
	background: linear-gradient(45deg, #dfffe4, transparent);
}
.blog_paragraph{
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.recent-post{
	max-height: 440px;
    overflow: scroll;
	overflow-x:hidden;
}
@media only screen and (min-width: 1024px) and (max-width: 1199px){
	.navbar.validnavs.navbar-default .navbar-nav li a {
		padding: 30px 8px !important;
		font-size: 12px;
	}
	.navbar .attr-right .attr-nav li .call p {
		margin-bottom: 5px;
		line-height: 1;
		font-size: 13px;
	}
	.navbar .attr-right .attr-nav li .call h5 a {
		font-size: 13px !important;
	}

}
@media (min-width:767px) {
	.home_blog_img{
		height: 245px;
	}
}
@media (min-width:992px){
	.hero_section .hero_bg_h{
		padding-top:200px !important;
	}
	.blog_img{
		height: 400px;
	}
}
@media (max-width:992px){
	.hero_bg_h{
		height: 300px;
	}
}
@media (min-width:600px){
	.mx-md-50{
		margin-left:50px !important;
		margin-right:50px !important;
	}
	
}
@media (max-width:600px) {
	.title-regular {
		margin: 0;
		font-size: 25px;
		font-weight: 700;
	}
	h2 {
		font-size: 25px !important;
	}
}
@media (max-width:1023px) {
	.logo_menu_Div{
		flex-direction: row-reverse;
	}
	a.navbar-brand {
		left: 30% !important;
	}
	ul.about-list {
		grid-template-columns: auto !important;
		position: relative !important;
		left: auto !important;
		top: 0 !important;
	}
	.hero_section .owl-stage {
		display: block !important;
		padding-top: 100px;
	}
	
	.column_reverse_md{
		flex-direction: column-reverse;
	}
	.services-more .item {
		padding: 0 30px;
		margin-top: 0;
	}
	.services-more .item {
		padding: 0px !important; 
	}
	.services-more .item .flip-card {
		width: auto !important;
	}
	.contact-form-box p {
		margin-right: 0px !important;
	}
	h2{
		text-align: center;
	}
	.about-style-four .nav-tabs button {
		margin: 0px !important;
	}

}
@media (min-width:1024px) {
	#Course_form{
		position:fixed; top:100px;
	}
}


.about-six-thumb img:nth-child(2) {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    width: 75%;
}

ul.about-list {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    position: absolute;
    left: 14%;
    top: 280px;
    bottom: auto;
    background: var(--bg-gradient);
    right: 0;
    padding: 20px 0;
    align-items: center;
    border-radius: 10px;
}

.services-style-six {
    position: relative;
    z-index: 1;
    border-radius: 0;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    overflow: hidden;
    padding: 20px;
    background: linear-gradient(45deg, #3e60c0, #1e417c);
    border: 9px double #fff;
}

.services-style-six h4 img {
    height: auto !important;
    width: 80px;
    float: right;
}

.services-style-six-height {
    height: 250px;
}

.provider {
    border: 5px solid #fff;
    padding: 20px;
    border-radius: 10px;
    background: linear-gradient(45deg, #13d0bc, #4e69f1);
}

.hero_sec_bg {
    background: url('assets/img/acs/recruitment.avif');
}

.owl-stage {
    display: flex;
    align-items: center;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: -25px;
    display: none;
}

.provider img {
    height: 100px;
}

.Client_logo .item img {
    width: 60%;
}

.accordion-button:not(.collapsed) {
    color: #202942;
    font-size: 19px;
    background-color: transparent;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

.accordion-button::after {
    background-image: none;
}

.accordion-button:not(.collapsed)::after {
    background-image: none;
    transform: rotate(-180deg);
}
.Large_height{
    height: 450px;
}
.small_height{
	height: 200px;
}
.border_right{
	border-right: 1px solid #009688;
}
.Privacy_intro_sec .about-six-thumb::after{
	position: absolute;
    right: 40%;
    top: 0;
    content: "";
    height: 250px;
    width: 350px;
    background: #00ff29;
    z-index: -1;
    border-radius: 50%;
    filter: blur(130px);
    opacity: 0.5;
}
.Privacy_quote_Sec{
	text-align: center;
    border-bottom: 1px solid green;
    margin: 50px 100px;
}
.Privacy_quote_Sec p{
	border-top: 1px solid green;
    width: fit-content;
    margin: auto;
    padding: 20px 15px;
    font-weight: bold;
    font-size: 18px;
}
.privacy_main_sec{
	padding-bottom: 100px;
    padding-top: 180px;
    text-align: center;
}
@media (max-width:767px) {
	.Large_height{
		height:auto;
	}
	.small_height{
		height:auto;
	}
	.border_right{
		border-right:none;
	}
}
.box_shadow{
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
/* Horizontal team scroll */
.team-scroll-wrapper {
    overflow-x: auto;
    padding-bottom: 15px;
}

.team-scroll {
    display: flex;
    gap: 30px;
    flex-wrap: nowrap;
    scroll-behavior: smooth;
}

.team-item {
    flex: 0 0 320px;
}

/* Optional: smooth scrollbar */
.team-scroll-wrapper::-webkit-scrollbar {
    height: 6px;
}

.team-scroll-wrapper::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 10px;
}

.team-scroll-wrapper::-webkit-scrollbar-track {
    background: transparent;
}
