/* Description: Master CSS file */

/*****************************************
Table Of Contents:
- General Styles
- Navigation
- Home
- Information
- Button
- Services
- Plans
- Testimonials
- Newsletter
- Back To Top Button
- Extra Pages
- Media Queries
******************************************/


/**************************/
/*     General Styles     */
/**************************/

/* *{
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
} */



:root {
	--primary: #1c262f;
	--primary-light: #212d37;
	--secondary: #fa8e30;
	--tertiary: #147ebf;
	--gradient: linear-gradient(to right, #147ebf, #fa8e30);
}

body {
	font-family: "Roboto Slab", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 14px;
	line-height: 24px;
	color: #666;
	overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Poppins", sans-serif;
}

h1 {
	font-size: 60px;
	font-weight: 500;
}

button {
	font-family: sans-serif;
}

p,
ul,
h4 {
	margin: 0;
	padding: 0;
}

a {
	color: white;
	text-decoration: none;
}

li {
	list-style-type: none;
}

/* Section Background */
.home,
.services,
.plans,
.work,
.contact {
	height: 110vh;
	position: relative;
}

.about {
	height: 90vh;
	position: relative;

}


.services,
.work,
.contact,
.testimonial {
	background-color: #1B4D83;
}


.about,
.plans,
.company,
.newsletter {
	background-color: #1B4D83;
}

.bottom {
	background-color: black;
}

/* Gradient Border And Background On Icons */

.plans .far,
.information .fas,
.work .fas {
	padding: 15px 0;
	background: linear-gradient(90deg, #147ebf, #147EBF);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.fa-mobile:before {
	color: #fa8e30;
}

.navbar-nav a:hover,
.footer a:hover,
.footer .fab:hover {
	cursor: pointer;
	color: #147ebf !important;
	background: #147ebf;
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	opacity: 1;
}


/**********************/
/*     Navigation     */
/**********************/
.navbar {
	color: #666 !important;
	font-weight: 500;
	font-size: 16px !important;
	padding: 12px 8px 12px 0;
	/* font-weight: 500; */
	/* font-size: 0.875rem; */
	line-height: 0.875rem;
	/* background-color: white !important; */
	/* box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.025); */
	text-transform: capitalize;
	/*position: relative;*/
	left: 0;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background-color: #fff;


}

.navbar .navbar-brand {

	padding-bottom: 0.25rem;
}

.navbar .logo-image img {
	width: 180px;
	height: 40px;
}

.navbar .logo-text {
	color: black;
	font-weight: 500;
	line-height: 1rem;
	font-size: 1.575rem;
	text-decoration: none;
}

#navbarsExampleDefault {
	color: black !important;
	margin-right: -2% !important;

}

.navbar-expand-lg .navbar-collapse {
	padding-left: 20% !important;
}

#header-home-para {
	padding-top: 15% !important;
}

.nav-link,
.navbar-email,
.navbar-phone {
	color: #666 !important;
}




/* Dropdown */
/* Ensure that the dropdown menu items are properly positioned */
.dropdown-menu {
	position: absolute;
	padding: 10px;
	border-radius: 5px;
}

/* Style for the main dropdown items */
.navbar-nav .dropdown-menu .dropdown-item {
	padding: 10px 20px;
	border-radius: 5px;
	min-width: 180px;
}

/* Ensure the submenu items are properly positioned */
.dropdown-menu .dropdown-submenu {
	position: relative;
}

.dropdown-menu .dropdown-submenu .dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -1px;
	padding: 10px;
	border-radius: 5px;
}

/* Enable the display of dropdowns on hover */
.dropdown-submenu:hover>.dropdown-menu {
	display: block;
}

/* Additional styling for the nested dropdown menus */
.dropdown-menu .dropdown-submenu>a::after {
	/* FontAwesome icon for the arrow */
	float: right;
	border: none;

	padding-left: 7px;
}

/* Styling for submenu items on hover */
.dropdown-submenu:hover>a {

	color: white;
}

/* Background and text color for dropdowns */
.navbar-nav .dropdown-menu {
	background-color: white;
	color: #666;
	border: 1px solid #ccc;
}

/* Text color for dropdown items */
.navbar-nav .dropdown-menu .dropdown-item {
	color: #666;

}

/* Background color for dropdown items on hover */
.navbar-nav .dropdown-menu .dropdown-item:hover {
	background-color: #2176c8;
	color: white;
}

/* Extra padding for dropdown items */
.navbar-nav .dropdown-menu .dropdown-item {
	padding: 10px 20px;
	border-radius: 5px;
}


.subdropdown01 {
	padding: 2px;
}


.navbar .nav-item .nav-link {
	color: #666;
	text-decoration: none;
	padding-top: 0.625rem;
	padding-bottom: 0.625rem;
	transition: all 0.2s ease;
}

.navbar .fa-stack {
	width: 2em;
	font-size: 0.89rem;
	margin-right: 0.25rem;
}

.navbar .fa-stack-2x {
	background: -webkit-gradient(linear,
			left top,
			left bottom,
			from(#147ebf),
			to(#147ebf));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	transition: all 0.2s ease;
}

.fa-envelope,
.fa-phone {
	color: #fa8e30;
}

#down-navbar {
	padding-right: 0px !important;
}

.navbar .fa-stack-1x {
	color: white;
}


.navbar .navbar-toggler {
	padding: 0;
	border: none;
	font-size: 1.25rem;
	width: 35px;
	height: 29px;
	margin: 6px 0
}



/*** Carousel Start ***/


#main-heading-carousel {
	width: 140% !important;
	text-align: left !important;
	padding: 0px;


}

.carousel-item {
	position: relative;
	height: 450px !important;
}

#carousel-button {
	color: black !important;
}

.carousel-caption {
	height: 100%;
	display: flex;
	align-items: left;
	justify-content: left;
	z-index: 1;
}

.carousel-item p {
	max-width: 700px;
	margin: 0 auto 35px auto;
}

.carousel-control-prev {
	width: 90px;
	height: 60px;
	position: absolute;
	top: 50%;
	left: 0;
	background: var(--bs-primary);
	border-radius: 0 20px 20px 0;
	opacity: 1;
}

.carousel-control-prev:hover {

	transition: .3s;
}

.carousel-control-next {
	width: 90px;
	height: 60px;
	position: absolute;
	top: 50%;
	right: 0;
	background: #fa8e30;
	border-radius: 20px 0 0 20px;
	opacity: 1;
}

.carousel-control-next:hover {

	transition: .3s;
}

.carousel-caption .carousel-content a button.carousel-content-btn1 {
	background: #147ebf;
	color: white;
	opacity: 1;
	border: 0;
	border-radius: 20px;
}

.carousel-caption .carousel-content a button.carousel-content-btn1:hover {
	background: var(--bs-primary);
	color: #ffffff;
	border: 0;
	opacity: 1;
	transition: 0.3s;
	border-radius: 20px;
}

.carousel-caption .carousel-content a button.carousel-content-btn2 {
	background: #fa8e30;
	color: var(--bs-white);
	opacity: 1;
	border: 0;
	border-radius: 20px;
}

.carousel-caption .carousel-content a button.carousel-content-btn2:hover {
	background: #fa8e30;
	color: white;
	border: 0;
	opacity: 1;
	transition: 0.3s;
	border-radius: 20px;
}



#carouselId .carousel-indicators li:hover {
	background: #147ebf;
	opacity: 1;
}






.page-header {
	background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../img/carousel-1.jpg) center center no-repeat;
	background-size: cover;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
	color: var(--bs-white);
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
	font-size: 18px;
	color: var(--bs-white);
}

/*** Carousel End ***/


/***********************/
/*     Information     */
/***********************/
#box1-feature,
.box2-feature,
.box3-feature {
	color: black !important;
}

/* ABOUT */
#about-main {
	padding: 0px;
	height: 500px;

}





/******************/
/*     Button     */
/******************/
.btn {
	color: white !important;
	border-radius: 0;
	border-width: 2px;
	padding: 10px 30px;
	border-image-slice: 1;
	background-image: none;
	background: transparent;
	border-image-source: var(--gradient);
	box-shadow: 5px 5px 0px 0px #fa8e30;
}

.btn:hover {
	color: white;
	box-shadow: none;
	border-radius: 0;
	padding: 10px 30px;
	transform: translate(5px, 5px);
}

.btns {
	color: black !important;
	font-weight: 500 !important;
	border-radius: 0;
	border-width: 2px;
	padding: 10px 30px;
	border-image-slice: 1;
	background-image: none;
	background: transparent;
	border-image-source: var(--gradient);
	box-shadow: 5px 5px 0px 0px #fa8e30;
}

.btns:hover {
	color: white;
	box-shadow: none;
	border-radius: 0;
	padding: 10px 30px;
	transform: translate(5px, 5px);
}

/* Email - Newsletter Button */
.btn-secondary {
	color: black;
	border-width: 2px;
	padding: 10px 30px;
	border-image-slice: 1;
	background-image: none;
	background: transparent;
	border-image-source: var(--gradient);
}

.btn-secondary:hover {
	color: black;
	padding: 10px 30px;
	background-image: var(--gradient);
}

/* Other Pages Button */
.btn-tertiary {
	color: black;
	border-radius: 0;
	border-width: 2px;
	padding: 10px 30px;
	border-image-slice: 1;
	background-image: none;
	background: transparent;
	border-image-source: var(--gradient);
	box-shadow: 5px 5px 0px 0px var(--secondary);
}

.btn-tertiary:hover {
	color: black;
	box-shadow: none;
	border-radius: 0;
	padding: 10px 30px;
	transform: translate(5px, 5px);
}


/* ******************
/*     Services     */
/********************/



.services .card {
	padding: 20px;
	border-radius: 0;
	color: black;
	border: 10px solid;
	transform: scale(1.01);
	border-image-slice: 1;
	border-width: 2px;
	border-image-source: var(--gradient);
	box-shadow: 3px 1px 0px 0px #fa8e30;

}

#services {
	color: black !important;
	background-color: white;
	height: 600px !important;

}

#service-cards {
	padding: 0px;
	margin-top: 10px;
}


.services .fas {
	padding: 15px 0;
	color: #fa8e30;
}




/*****************/
/*     Plans     */
/*****************/
.plans .card {
	padding: 20px;
	border: 2px solid white;
}

.card-span {
	transition: all 0.4s ease;
	border: 0;

	.card-span-img {
		position: absolute;
		left: 50%;
		transform: translate3d(-50%, -50%, 0);
	}
}



.border-primary {
	border-color: #fa8e30 !important;
}

#price {
	background-color: #1B4D83;

}

#my-3-h5 {
	padding-left: 10px !important;
	padding-right: 10px !important;
	text-align: left !important;
}

/* Courses */


/* #courses-cards{
	color:white !important;
}

#courses-cards:hover{
	color:black !important;
} */





.ag-format-container {
	max-width: 1440px;
	/* Max width for larger screens */
	width: 100%;
	/* Full width for responsiveness */
	margin: 0 auto;
	padding: 10px;
	/* Add padding to avoid content touching the edges */
	box-sizing: border-box;
	/* Ensure padding is included in the total width */


}

.ag-courses_box {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	padding: 10px 0;




}

.ag-courses_item {
	flex-basis: calc(25% - 30px);
	/* Adjusted for 4 items per row, considering margin */
	margin: 15px;
	/* Margin around each item */
	overflow: hidden;
	border-radius: 28px;

	box-sizing: border-box;
	/* Include padding and border in the element's total width and height */
}

.ag-courses-item_link {
	display: block;
	padding: 30px 20px;
	background-color: #1B4D83;
	overflow: hidden;
	position: relative;
	text-decoration: none;

	/* Added for consistency */
}

.ag-courses-item_link:hover .ag-courses-item_bg {
	transform: scale(1.3);
}

.ag-courses-item_bg {
	height: 128px;
	width: 128px;
	background-color: #fa8e30;
	z-index: 1;
	position: absolute;
	top: -75px;
	right: -75px;
	border-radius: 50%;
	transition: all 0.3s ease;
}

.ag-courses-item_title {
	min-height: 87px;
	margin: 0 0 10px;
	overflow: hidden;
	font-weight: bold;
	font-size: 28px;
	font-weight: 500;
	color: #fff;
	z-index: 2;
	position: relative;
	line-height: 30pt;
	transition: color 0.1s ease;
	/* Added transition for color change */
}






/* Additional styling for specific headings */
#course-name-heading::before,
#duration-heading::before,
#price-heading::before {
	content: attr(data-title);
	font-weight: 700;
	color: #fa8e30;
	/* Color for specific headings */
	display: block;
}

#course-name-heading::before {
	content: "Course Name:";
}

#duration-heading::before {
	content: "Duration:";
}

#price-heading::before {
	content: "Price:";
}


/* Clients */
.slider-container {
	width: 100%;
	overflow-x: hidden;
	position: relative;
}

.slider {
	display: flex;
	flex: 0 0 auto;
	scroll-snap-align: center;
	transition: transform 0.5s ease;
}

.slider img {
	width: 200px;
	/* Set a fixed width */
	height: 100px;
	/* Set a fixed height */
	margin: 0 50px;
	/* Equal margin between logos */
	box-sizing: border-box;
	object-fit: contain;
	/* Ensure the image fits within the container */
	flex: 0 0 calc(100% / 6 - 20px);
	/* Calculate the flex basis to fit 4 logos with margin */

}


/* after contact section */

#icon-after-contact {
	color: #fa8e30 !important;
}

/* #add-padding{
	margin-left: 1px !important;
} */




.carousel-indicators li {
	border-radius: 50%;
}

.carousel-indicators .active {
	opacity: 1;
	background-color: #EE4D47;
	width: 9px;
	height: 9px;
}

.carousel-icon {
	width: auto;
}

.carousel-icon .carousel-control-prev-icon {
	background-size: 100% 100%;
}

.carousel-icon .carousel-control-next-icon {
	background-size: 100% 100%;
}

.carousel-icon .carousel-control-prev-icon,
.carousel-icon .carousel-control-next-icon {
	width: 1.8rem;
	height: 1.8rem;
}

/* Why Us */
#card-feature-why-us {
	color: white !important;
	border-radius: 5px;
	box-shadow: 0 4px 2px rgba(250, 142, 48, 0.9), 0 0 0 2px white;
	padding: 20px;
}

/* Custom CSS for icon size increase */
#why-us-icons {
	font-size: 30px;
	/* Adjust as needed */
	border-radius: 50%;
	padding: 15px;

}


/* Testimonials */

#clients {
	background-color: #1B4D83;
}



/**********************/
/*     Newsletter     */
/**********************/
.form-control-input,
.form-control-textarea {
	width: 100%;
	appearance: none;
	border-radius: 4px;
	font-size: 0.875rem;
	line-height: 1.5rem;
	padding-left: 1.5rem;
	padding-top: 0.775rem;
	padding-bottom: 0.775rem;
}


/* Footer */
#footer-info {
	padding: 10px 0;

}

#footer-padding {
	padding: 30px;
}

#footer-info li {
	margin-bottom: 15px;
	/* Adjust this value as needed for spacing */
}

a:hover {
	color: white;
}

/* #margin-quick-links{
margin-left: 5%;
} */

/* #footer-address{
	width:10%;
} */

/* Testimonial */
/*** Testimonial Start ***/
.testimonial-carousel-container {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.testimonial-carousel {
	display: flex;
	transition: transform 0.5s ease-in-out;
	/* Apply sliding transition */
	position: relative;
}

.testimonial-item {
	margin-top: 3%;
	flex: 1 0 33.333%;
	/* Show 3 items at once */
	box-sizing: border-box;
	transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
	padding: 20px;
	max-width: 33.333%;
	/* Ensure items don't stretch beyond the container */
	height: auto !important;
	/* Common height for uniform look */
	background-color: #f8f9fa;
	/* Background color */
	border-radius: 10px;
	/* Rounded corners */
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	/* Box shadow */
	display: flex;
	flex-direction: column;
	padding-bottom: 0px !important;
	margin-bottom: 5%;
}

.testimonial-comment p {
	margin-top: -5%;

}

.testimonial-dots {
	display: flex;
	justify-content: center;
	margin-top: 10px;
}

.dot {
	height: 12px;
	width: 12px;
	margin: 0 5px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	cursor: pointer;
}

/* Active dot */
.dot.active {
	background-color: #1B4D83;
	/* Dark blue */
}


.testimonial-item.selected {
	background-color: #147EBF;
	/* Dark blue background */
	color: white;
	/* White text */
	transform: scale(1.05);
	/* Slightly larger */
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
	/* Stronger box shadow for selected item */
}

.testimonial-item.selected .testimonial-comment {
	background-color: transparent;

	color: white;
}

.testimonial-item:not(.selected) {
	background-color: #fa8e30;
	opacity: 0.9;
	/* Faded effect for non-selected items */
	transform: scale(0.9);
	/* Slightly smaller */
}





.testimonial-comment {
	padding: 20px;
	background-color: transparent;
	border-radius: 5px;
	margin-top: 20px;
}

#testimonial-prev,
#testimonial-next {
	cursor: pointer;
}

#testimonial-prev,
#testimonial-next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background-color: #147EBF;
	color: white !important;
	font-size: 24px;
	padding: 10px;
	border-radius: 10%;
	transition: background-color 0.3s ease;
}

#testimonial-prev:hover,
#testimonial-next:hover {
	background-color: #fa8e30;
	/* Darker blue on hover */
}

#testimonial-prev {
	left: 0px;
	width: 70px;
}

/* Next testimonial arrow */
#testimonial-next {
	right: 0px;
	width: 70px;

}

/*** Testimonial End ***/


/******************************/
/*     Back To Top Button     */
/******************************/
#myBtn {
	z-index: 99;
	right: 20px;
	width: 52px;
	height: 52px;
	bottom: 20px;
	border: none;
	outline: none;
	display: none;
	position: fixed;
	cursor: pointer;
	border-radius: 50%;
	background-color: #323137;
}

#myBtn:hover {
	background-color: #0f0f11;
}

#myBtn img {
	width: 18px;
	margin-left: 0.125rem;
	margin-bottom: 0.25rem;
}


/***********************/
/*     Extra Pages     */
/***********************/
.ex-header {
	padding-top: 8.5rem;
	padding-bottom: 4rem;
	background-color: var(--primary);
}

.ex-header h1 {
	color: #fff;
}

.ex-basic-1 .list-unstyled .fas {
	font-size: 0.375rem;
	line-height: 1.625rem;
}

.ex-basic-1 .list-unstyled .flex-grow-1 {
	margin-left: 0.5rem;
}

.ex-basic-1 .text-box {
	padding: 1.25rem 1.25rem 0.5rem 1.25rem;
	background-color: #f7f9fd;
}

.ex-cards-1 .card {
	border: none;
	background-color: transparent;
}

.ex-cards-1 .card .fa-stack {
	width: 2em;
	font-size: 1.125rem;
}

.ex-cards-1 .card .fa-stack-2x {
	color: var(--secondary);
}

.ex-cards-1 .card .fa-stack-1x {
	width: 2em;
	color: #ffffff;
	font-weight: 700;
	line-height: 2.125rem;
}

.ex-cards-1 .card .list-unstyled .flex-grow-1 {
	margin-left: 2.25rem;
}

.ex-cards-1 .card .list-unstyled .flex-grow-1 h5 {
	margin-top: 0.125rem;
	margin-bottom: 0.5rem;
}



/* MOBILE media query  */
/* @media only screen and (max-width: 767px) {
	#orange-block {
	  width: 390px !important;
	  margin-left:0px;
	}
	

  }

  @media (max-width: 767px) {
    .carousel-item {
        min-height: 400px;
    }
    
    .carousel-item img {
        min-height: 400px;
        object-fit: cover;
    }

    .carousel-item h1 {
        font-size: 28px !important;
    }

    .carousel-item p {
        font-size: 14px !important;
    }
}

@media (max-width: 767px) {
	.ag-courses_item {
	  flex-basis: 100%; /* 1 item per row */
/* margin: 0 0 30px; /* Adjust margin for single column layout */





/* MEDIA QUERIES */


@media (max-width: 767px) {
	#orange-block {
		margin-left: 0px !important;
		width: 390px !important;
	}

	#top-navbar {
		flex-direction: column;
		align-items: flex-start;
	}

	#top-navbar-content {
		flex-direction: column;
		align-items: flex-start;
		background-color: #4a5568;
	}

	.navbar-contact,
	.navbar-social {
		width: 100%;
		text-align: right;
	}

	.navbar-contact a {
		display: flex;
		align-items: center;
		width: 100%;
		margin-bottom: 8px;
	}

	.navbar-phone a {
		text-align: right !important;
	}

	.navbar-contact a .fas {
		margin-right: 10px;
	}

	.navbar-social span {
		margin-top: -20%;
		margin-right: 1% !important;
		display: inline-block;
		margin-right: 10px;
		width: auto;
	}

	.navbar-contact {
		margin-bottom: 15px;
	}



	.navbar-brand {
		margin-bottom: 15px;
		margin-right: 0px !important;

	}



	.navbar-nav {
		flex-direction: column;
		width: 100%;
	}

	.nav-item {
		width: 100%;
		
	}

	.nav-link {
		text-align: left;
		padding: 10px 15px;
	}

	.navbar-toggler:focus {
		margin-left: auto;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.carousel-item {
		margin-top: 80% !important;
	}

	#main-heading-carousel {
		font-size: 28px !important;
		margin-top: -110% !important;
	}

	#carousel-text-h6 {
		font-size: 18px !important;
	}

	#next-h6-para {
		font-size: 14px !important;
	}

	#carousel-images {
		height: 290px;
	}

	#carousel-side-arrows {
		top: 60% !important;
		height: 50px;
		width: 60px;
	}

	.carousel-caption {
		top: 43% !important;
	}

	.carousel-item {
		height: 300px;
	}

	#box1-feature,
	#box2-feature,
	#box3-feature {
		padding: 10px !important;
	}

	.about {
		height: 125vh !important;

	}

	#about-content {
		margin-top: -50%;
		padding: 40px !important;
	}

	/* #about-main {
		margin-top: 10%;
		height: 400px !important;
	} */


	#image-about {
		margin-top: -10%;
	}

	#services {
		margin-top: 110% !important;
		margin-bottom: 100% !important;
	}

	#services-boxes {
		padding-right: 0px !important;

	}

	#service-card-h6 {
		text-align: center;
	}

	#section-best-fit {
		margin-top: 10% !important;
	}

	.ag-courses_box {
		display: flex;
		flex-direction: column;
		/* Stack the items vertically */
		align-items: center;
		/* Center items */
	}

	.ag-courses_item {
		width: 90%;
		/* Adjust the width to fit within the container */
		margin-bottom: 20px;
		/* Add spacing between cards */
	}

	.ag-courses-item_link {
		display: block;
		/* Ensure the links are block level for full width */
	}

	.testimonial-carousel-container {
		overflow-x: auto;
		/* Enable horizontal scrolling if necessary */
		white-space: nowrap;
		/* Prevent wrapping of items */
		-webkit-overflow-scrolling: touch;
		/* Smooth scrolling on iOS */
	}

	.testimonial-item {
		width: 100%;
		/* Full width of the viewport */
		max-width: 100%;
		/* Maximum width to prevent overflow */
		margin-bottom: 20px;
		/* Add margin between items */
		padding: 15px;
		/* Adjust padding for better spacing */
		height: 500px !important;
	}

	.testimonial-comment {
		height: 900px;
		/* Limit max height of the comment */
		overflow: hidden;
		/* Hide overflowing content */
		text-overflow: ellipsis;
		/* Add ellipsis for overflow text */
		white-space: normal;
		/* Allow normal white space handling */
		padding: 10px;
	}

	.testimonial-comment p {
		margin-bottom: 0;
		/* Remove bottom margin from paragraphs */
		padding: 0px;
		/* Optional: add padding inside the comment */
	}

	.testimonial-item.selected {
		width: 700% !important;
	}

	.btn {
		margin-top: 5%;
		margin-left: 22% !important;
	}

	.slider {

		justify-content: space-between;
		/* Adjust as needed */
	}

	.slider img {
		width: 45%;
		/* Adjust width to fit two images per row */
		margin-right: 35px;
		/* Optional: Adjust spacing between logos */
	}

	#footer-image {
		margin-top: -85px !important;
	}

	#copyright-line {
		margin-top: 5%;
		margin-left: -10%;
	}

	.contact {
		height: 115vh !important;
	}
}

#nav-list {
	padding: 5px;
	border-radius: 55px;
	border: 1px solid #FFF;
	color: #d1570d;
	font-size: 16px;
	width: 30px;
	height: 30px;
	line-height: 20px;
	text-align: center;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;


}



.social-icon-round {
	margin-top: 0;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.social-icon-round ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
}


.social-icon-round ul li {
	display: inline-block;
	margin: 0 8px;
}

.social-icon-round ul li:first-child {
	margin-left: 0;
}

.social-icon-round ul li:last-child {
	margin-right: 0;
}

.social-icon-round ul li a {
	display: block;
	color: #d1570d;
	font-size: 16px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #d1570d;
	border-radius: 50px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.social-icon-round ul li a:hover {
	color: #fff;
	background: #2176c8;
}

.social-icon-round.icon-sm ul li a {
	font-size: 14px;
	width: 30px;
	height: 30px;
	line-height: 30px;
}

@media (max-width: 991px) {

	.social-icon-round ul li {
		margin: 0 5px;
		display: none;
	}

	#nav-contact {
		font-size: 13px;
	}

	#services {

		height: 850px !important;
		margin-top: 120% !important;

	}
}



@media (max-width: 767px) {
	.social-icon-round ul li {
		margin: 0 5px;
		display: none;
	}

	#nav-contact {
		font-size: 13px !important;
	}

}

@media (max-width: 360px) {
	.social-icon-round ul li {
		margin: 0 5px;
		display: none;
	}

	#nav-contact {
		font-size: 12px;
	}

	


}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.container {
		max-width: 96%;
	}

	




}

@media only screen and (max-width: 891px) {

	.edu {
		height: 135vh !important;
	}




	#edu-content {
		margin-top: -10% !important;
		padding: 30px !important;
		/* height: 90vh !important; */
	}

	


	



}