body,
html {
	overflow-x: hidden;
}

a {
	text-decoration: none !important;
	transition: 0.3s;
}

/*btn*/
.btn-area {
	border: 0 !important;
	padding: 15px 30px;
	background: #24366b;
	color: #fff;
	border-radius: 5px;
}

.btn-area:hover {
	background: #ed1d25;
	color: #fff;
}

.btn_area_1 i {
	color: white;
	font-size: 22px;
	margin-top: 35px;
}

@media (max-width: 768px) {
	.btn-area {
		padding: 10px 15px;
	}
}

@media (max-width: 500px) {
	.btn-area {
		padding: 4px 10px;
		margin-bottom: 9px;
	}
}

/*nav*/
header .navbar {
	background-color: #ed1d25 !important;
	border-radius: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

header .navbar-light a.navbar-brand {
	color: #fff;
	font-size: 28px;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
}

header .navbar-light .navbar-nav .nav-link {
	padding: 15px 0px;
	background: transparent;
	text-transform: uppercase;
	color: #fff;
	margin-left: 10px;
	font-size: 14px;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
}

@media (min-width: 991px) {
	/* header .navbar-light .navbar-nav .nav-link.active {
		background: #fff;
		color: rgb(237 29 37);
	} */
}

header .navbar-light .navbar-nav .nav-link:hover {
	color: #ed1d25 !important;
	background-color: white;
}

/* .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
	background-color: #fff;
} */
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
	background-color: white !important;
}

.dropdown-menu .dropdownLink a {
	margin-left: unset !important;
}

@media (max-width: 991px) {
	header .navbar-light a.navbar-brand {
		padding-left: 0;
		font-size: 22px;
	}

	.navbar-toggler {
		margin-left: auto;
	}

	header .navbar-light .navbar-nav .nav-link {
		padding-left: 0;
		margin-left: 0;
		padding: 10px 0px;
	}

	.navbar-nav {
		width: 100%;
	}

	header .navbar-light .navbar-nav .nav-link {
		color: #000;
	}
}

.navbar-brand img {
	margin-top: -13px;
}

/*banner*/
.banner {
	width: 100%;
	float: left;
	background: url(../images/banner.webp) no-repeat;
	height: 498px;
	background-position: center;
	background-size: cover;
	position: relative;
}

.banner .bnr-text h2 {
	color: #fff;
	font-size: 45px;
	font-weight: 700;
	margin-bottom: 15px;
}

.banner .bnr-text p {
	color: #fff;
}

.banner-inner {
	overflow: hidden;
	position: relative;
}

.banner-inner .text-bnr {
	position: absolute;
	left: 0;
	width: 100%;
	top: 0;
	bottom: 0;
	display: flex;
	align-items: center;
}

.banner-inner .text-bnr h1 {
	text-align: left;
	color: #ffffff;
	position: relative;
	z-index: 9;
	margin: 0;
}

.banner-inner .breadcrumb {
	background-color: transparent;
}

.banner-inner .breadcrumb li a {
	color: #fff;
}

@media (max-width: 900px) {
	.banner-inner .text-bnr h1 {
		font-size: 25px;
	}
}

@media (max-width: 768px) {
	.banner .bnr-text h2 {
		font-size: 31px;
	}

	.navbar-light .navbar-toggler {
		background: #fff;
	}

	.breadcrumb.pull-right {
		float: none !important;
	}
}

@media (max-width: 500px) {
	.banner-inner {
		height: auto;
	}

	.banner-inner .text-bnr h1 {
		font-size: 18px;
	}
}

/*item-im*/
.item-img .inner-item {
	overflow: hidden;
	position: relative;
	max-height: 300px;
	margin-bottom: 20px;
}

/* .item-img .inner-item .text-to {
	z-index: 9;
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	background: rgb(36 54 107 / 94%);
	padding: 4px 10px;
	width: 91%;
	margin: auto;
	text-align: center;
	height: 87%;
	border-radius: 10px;
	display: flex;
	flex-flow: wrap;
	align-items: center;
	justify-content: center;
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	top: 0;
	bottom: 0;
	opacity: 0;
	transition: 0.3s;
} */


.item-img .inner-item .text-to {
	z-index: 9;
	position: absolute;
	right: 0;
	left: 0;
	background: #272a38de;
	padding: 4px 10px;
	width: 100%;
	margin: auto;
	height: 50%;
	display: flex;
	flex-flow: wrap;
	overflow: hidden;
	top: 150px;
	bottom: 0;
	opacity: 4;
	transition: 0.3s;
}

.inner-item img {
	filter: grayscale(100%);

}

.inner-item img:hover {
	filter: unset !important;
}

.item-img .inner-item .text-to h3 {
	color: #ed1d25;
	font-size: 28px;
	margin-bottom: 0;
	text-transform: uppercase;
	font-weight: 600;
}

.item-img .inner-item .text-to p {
	color: #fff;
	padding-right: 88px;
	font-size: 13px;
}

.t_hrader ul li {
	margin: 7px;
	font-weight: 600;
}

.support::after {
	content: '';
	background-color: #000;
	position: absolute;
	width: 1px;
	height: 15px;
	top: 5px;
	left: 108px;
}

.talk::after {
	content: '';
	background-color: #000;
	position: absolute;
	width: 1px;
	height: 15px;
	top: 5px;
	right: 134px;
}

.t_hrader ul {
	list-style: none;
	position: absolute;
	right: 46px;
	display: flex;
	margin-top: -25px;

}

.t_hrader ul li {
	margin-top: 4px;
}

.social {
	padding-top: 5px;
	padding-left: 25px;
}

.social a {
	margin-left: 15px;
}

.social a i {
	font-size: 19px;
	color: #ed1d25;
}

.social a i:hover {
	transition: all 500ms ease;
	transform: rotate(360deg)
}

#mytab-2 {
	margin-bottom: 63px;
}

.t_hrader ul li a {
	color: #ed1d25;
}

.item-img .inner-item:hover .text-to {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	transition: 0.3s;
}

.fex_box {
	display: inline-flex;
}

.item-img .inner-item .btn-area {
	background: #ed1d25;
	color: #fff;
}

.item-img .inner-item .btn-area:hover {
	background: #24366b;
}

.item-img .inner-item:after {
	position: absolute;
	/* border: 1px solid rgb(255 255 255 / 56%); */
	top: 10px;
	bottom: 10px;
	right: 10px;
	left: 10px;
	content: "";
	border-radius: 5px;
}

.item-img .inner-item .btn-area {
	padding: 7px 17px;
}

.home-itm {
	background: #f9f9f9;
}

@media (max-width: 768px) {
	.item-img .inner-item .text-to {
		padding: 0;
	}

	.item-img .inner-item .text-to h3 {
		font-size: 18px;
		font-weight: bold;
	}

	.item-img .inner-item .text-to p {
		color: #fff;
		font-size: 12px;
		padding: 0px 5px;
	}
}

/*contact*/
.contact-page .c-in-box {
	padding: 45px 25px;
	border-radius: 5px;
	background: #24366b;
	box-shadow: 0px 5px 15px rgb(204 204 204 / 42%);
	float: left;
}

.contact-page textarea {
	resize: none;
	height: 80px;
}

span.icon-area {
	width: 75px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	font-size: 45px;
	float: none;
	color: #24366b;
}

.c-area1 {
	text-align: center;
	padding: 0px 25px;
	border: 1px solid rgb(204 204 204 / 45%);
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 17px;
}

.c-area1 p {
	width: 80%;
	text-align: left;
	padding-left: 15px;
	font-size: 18px;
	margin-bottom: 0;
}

.c-in-box .form-control {
	border: 0;
	border-bottom: 1px solid #fff;
	height: 56px;
	box-shadow: none;
	border-radius: 0;
	background: transparent;
	color: #fff;
}

.c-in-box .form-control:focus {
	box-shadow: none;
}

.c-in-box .btn-area {
	background: #ed1d25;
}

.c-in-box .btn-area:hover {
	background: #fff;
	color: #000;
}

.c-in-box .left-c8 {
	position: absolute;
	left: 0;
	top: 20px;
	font-size: 45px;
	color: #24366b;
}

@media (max-width: 900px) {
	.c-area1 p {
		font-size: 14px;
	}

	span.icon-area {
		width: 48px;
		height: 80px;
		font-size: 34px;
	}
}

@media (max-width: 768px) {
	.c-in-box .left-c8 {
		position: absolute;
		left: 50%;
		top: -39px;
		font-size: 45px;
		color: #24366b;
		transform: rotate(90deg);
	}
}

/*about*/
.about-area-v .nav.nav-tabs {
	float: left;
	display: block;
	margin-right: 20px;
	border-bottom: 0;
	padding-right: 15px;
	width: 256px;
	padding: 25px 0;
	border-radius: 5px;
	overflow: hidden;
	background: #f7f7f7;
}

.about-area-v .nav-tabs .nav-link {
	border: 1px solid transparent;
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
	color: #000;
}

.about-area-v .nav-tabs li {
	float: none;
}

.about-area-v .nav-tabs .nav-link.active {
	color: #000;
	border-color: transparent !important;
	margin: 0;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
	background-color: #ed1d25 !important;
	color: #fff !important;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active {
	background-color: #ed1d25 !important;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active>a:focus {
	background-color: #ed1d25 !important;
}

.about-area-v .nav-tabs .nav-link {
	border-top-left-radius: 0rem !important;
	border-top-right-radius: 0rem !important;
}

.about-area-v .nav-tabs li .fa {
	position: absolute;
	right: -3px;
	font-size: 25px;
	top: 8px;
	color: #f7f7f7;
}

.about-area-v .tab-content>.active {
	display: block;
	min-height: 165px;
}

.about-area-v .row {
	align-items: flex-start;
}

.about-area-v .tab-content {
	min-height: 341px;
}

.tab-content p {
	line-height: 26px;
}

.tab-content h3 {
	font-weight: bold;
	position: relative;
	margin-bottom: 28px;
}

.tab-content h3:after {
	content: "";
	position: absolute;
	width: 70px;
	height: 5px;
	bottom: -16px;
	left: 0;
	background: #ed1d25;
}

.about-area-v .nav-tabs .nav-link.active .fa {
	color: #fff;
}

.about-img img {
	border-radius: 10px;
}

.many-major li a {
	color: #000;
}

@media (max-width: 768px) {
	.about-area-v .nav.nav-tabs {
		width: 100%;
		padding: 0px 0;
		margin-bottom: 16px;
		margin-left: 10px;
		margin-right: 10px;
	}

	.about-area-v .nav-tabs li .fa {
		display: none;
	}

	.banner-inner img {
		object-fit: cover;
		height: 140px;
	}
}

@media (max-width: 600px) {
	.tab-content h3 {
		font-size: 20px;
	}
}

/*footer*/
footer {
	background-color: #252525;
}

footer p {
	color: #fff;
	padding: 16px 0;
	margin: 0;
}

footer p a {
	color: #ed1d25;
}

@media (max-width: 768px) {
	footer p {
		padding: 12px 10px;
	}
}

.courses_in {
	width: 100% !important;
}

.contact_form .form-control {
	padding: 10px;
}

.breadcrumb-item.active {
	color: #ed1d25 !important;
}
.custom a{
	width: -webkit-fill-available;
}
@media(max-width : 767px) {
	.about-text p {
		text-align: justify;
	}

	.bnr-text p {
		text-align: justify;
	}

	.tab-content p {
		text-align: justify;
	}

	.support {
		display: none;
	}

	.talk {
		display: none;
	}

	.dropdownLink {
		margin-left: 30px;
	}

	#target {
		background: #0099cc;
		width: 300px;
		height: 300px;
		height: 160px;
		padding: 5px;
		display: none;
	}
}

.t_hrader {
	height: 30px;
	background-color: #f1f1f1;
	position: relative;
}

header .navbar-light .navbar-nav li {
	margin-left: 15px;
}

header .navbar-light .navbar-nav li:hover .dropdown-menu {
	display: block !important;
}

.dropdown-menu .dropdownLink a {
	color: #ffffff !important;
	font-size: 14px !important;
}

.dropdown-menu {
	background: #ed1d25 !important;
	box-shadow: none !important;
	border: none !important;
	left: unset !important;
	top: 52px;
}

.navbar-nav {
	position: relative;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	background-color: #ed1d25 !important;
}

.about-area-v {
	height: 550px;
}