:root {
	/* --color-primary: #fc0000;
	--color-primary-hover: #bf0000; */
}

body {
	padding: 0;
    font-family: "Montserrat", system-ui;
}

body[data-layout="horizontal"] .content-page {
	margin-left: 0 !important;
	margin-top: 0;
	padding: 0;
}

::selection {
	color: #fff;
	background-color: var(--color-primary);
}

a {
	text-decoration: none;
}

.btn.btn-primary {
	color: #fff !important;
}

body[data-layout="horizontal"] .navbar-custom {
	padding: 0px;
	background-color: transparent;
	position: relative;
	left: 0;
	right: 0;
	height: auto;
}

.header {
	position: relative;
	z-index: 1000;
	width: 100%;
	background: rgba(34, 34, 34, 0.25);
	-webkit-transition: all ease-out 0.5s;
	-moz-transition: all ease-out 0.5s;
	-o-transition: all ease-out 0.5s;
	transition: all ease-out 0.5s;
	box-shadow: 0 0 25px 0 rgb(73 80 87 / 10%);
}

header.header.active {
	position: fixed;
}

.navbar-nav .nav-link {
	color: #2b2b2b;
	font-weight: 400;
	padding-right: 0.7rem;
	padding-left: 0.7rem;
	line-height: 4;
	/* font-size: 17px; */
	position: relative;
}

.navbar-nav .nav-link::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: var(--color-primary);
}

.navbar-nav .nav-link {
	color: #2b2b2b;
	font-weight: 400;
	padding-right: 0.7rem;
	padding-left: 0.7rem;
	line-height: 4;
	/* font-size: 17px; */
	position: relative;
}

.navbar-nav .nav-link::before {
	content: "";
	width: 0;
	height: 4px;
	background-color: var(--color-primary);
	position: absolute;
	display: block;
	left: 50%;
	right: 50%;
	bottom: -9px;
	transition: all 0.5s;
}

.navbar-nav .nav-link:hover::before {
	left: 0;
	right: 0;
	width: 100%;
}

.navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {
	color: #2b2b2b;
	font-weight: 600;
}

.list-group-item.head {
	z-index: 2;
	color: #fff;
	background-color: var(--color-primary);
	border-color: var(--color-primary);
}

.list-group-item .list-link {
	color: #2b2b2b;
	font-weight: 500;
	text-decoration: none;
}

/* top Bar */

.topbar {
  box-shadow: 0 6px 13px #00000017;
  width: 100%;
  padding: 22px 0;
  position: relative;
  /* background-color: #f3f4f8; */
  background-color: var(--color-primary);
}

.topbar .topbar-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.topbar .topbar-inner .form-search {
	position: relative;
}

.topbar .topbar-inner .form-search .search-icon {
	position: absolute;
	top: 6px;
	right: 10px;
	background-color: transparent;
	border-color: transparent;
	color: #00000080;
}

.topbar .topbar-inner .nav-search {
	position: relative;
}

.topbar .topbar-inner .form-control {
	width: 100%;
	line-height: 20px;
	padding: 10px 45px 10px 20px;
	border: 1px solid rgba(0, 0, 0, 0.3);
	background: white;
	font-size: 16px;
	font-weight: 600;
	color: #777;
	position: relative;
	border-radius: 30px;
}

.navbar .nav-bar-logo img {
	width: 160px;
	height: 60px;
	object-fit: contain;
}

.form-control:focus {
	box-shadow: none;
}

.btn-primary {
	color: #fff;
	background-color: var(--color-primary);
	border-color: var(--color-primary);
}

.btn-primary:hover {
	color: #fff;
	background-color: var(--color-primary-hover);
	border-color: var(--color-primary-hover);
}

.btn-check:focus + .btn-primary,
.btn-primary:focus {
	color: #fff;
	background-color: var(--color-primary-hover);
	border-color: var(--color-primary-hover);
	box-shadow: none;
}

.navbar .navbar-nav .nav-item {
	padding: 0 10px;
}

header.header.active .topbar {
	display: none;
}

.navbar-custom .navbar .dropdown .dropdown-menu {
	width: 100%;
}

.dropdown-item:focus,
.dropdown-item:hover {
	color: #ffffff;
	background-color: var(--color-primary);
}

.subscibe {
	background-color: var(--color-primary-hover);
	position: relative;
	z-index: 1;
}

.subscibe:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 50%;
	background-color: #fff;
	top: 0;
	left: 0;
	z-index: -1;
}

.subscibe .subscribe-box-inner {
	position: relative;
	padding: 30px 0;
	border-radius: 10px;
	background-image: url("https://aidady.com/assets/images/bg-1.png");
	z-index: 1;
}

.subscibe .subscribe-box-inner:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #fff;
	border: 1px solid var(--color-primary-hover);
	z-index: -1;
	opacity: 0.9;
	border-radius: 10px;
}

.subscibe .subscribe-box-inner p {
	color: #000;
}

.subscibe .subscribe-box-inner h3 {
	color: #000;
	margin-bottom: 30px;
	font-weight: 400;
}

.subscibe .subscribe-box-inner .input-group .form-control {
	height: 55px;
	margin: 0px 20px;
	border-radius: 50px !important;
	padding: 12px 15px;
}

.subscibe .subscribe-box-inner .input-group .btn.btn-primary {
	border-radius: 50px !important;
	padding: 15px 45px;
	line-height: 23px;
	font-size: 16px;
	transition: all 0.5s;
	border: 2px solid var(--color-primary-hover);
}

.subscibe .subscribe-box-inner .input-group .btn.btn-primary:hover {
	background-color: #fff;
	color: var(--color-primary-hover);
}

footer.footer {
	position: relative;
	background-color: var(--color-primary-hover);
	padding: 50px 0;
	color: #fff;
	text-align: start !important;
}

footer.footer {
	position: relative;
	background-color: #f3f4f8;
	padding: 50px 0;
	color: #1e1e2f;
}

footer.footer .footer-logo img {
	width: 160px;
	height: 60px;
	object-fit: contain;
}

footer.footer .footer-content .title {
	margin-bottom: 30px;
}

footer.footer .footer-content .icon-social {
	display: flex;
	align-items: center;
}

footer.footer .footer-content .icon-social li {
	margin-bottom: 20px;

}

footer.footer .footer-content .icon-social li a {
	color: #fff;
	display: flex;
}

footer.footer .footer-content .icon-social li i {
	margin-right: 20px;
	width: 40px;
	height: 40px;
	background: #fffdfd;
	border: 1px solid #fcfcfc;
	box-shadow: 0px 1px 2px 0px rgba(3, 11, 30, 0.14);
	border-radius: 20%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.5s;
	color: var(--color-primary);
}

footer.footer .footer-content .icon-social li:hover i {
	background-color: var(--color-primary);
	color: #fffdfd;
	border: 1px solid #fcfcfc;
}

footer.footer .footer-content ul {
	padding: 0;
}

footer.footer .footer-content ul li {
	list-style: none;
	margin-bottom: 10px;
}

footer.footer .footer-content ul li a {
	list-style: none;
	color: #fff;
}

/* new css */








.footer-end {
	background-color: #f3f4f8;
	color: #1e1e2f;
	padding: 20px;
	border-top: 1px solid rgba(0, 31, 63, 0.08);
}

.footer ul {
	padding: 0;
}

.footer ul li {
	list-style-type: none;
	padding: 5px 0;
}

.footer ul li a {
	color: #1e1e2f;
	transition: all 0.5s;
}

.footer ul li a:hover {
	color: var(--color-primary);
}

.post-slide {
	margin: 10px;
	border-radius: 10px;
	transition: all 0.5s;
	box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1);
}

.post-slide:hover {
	box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.3);
}

.post-slide .post-img img {
	width: 100%;
	height: 250px;
	object-fit: cover;
	border-radius: 10px;
}

.post-slide .post-content {
	padding: 15px;
	position: relative;
}

.post-slide .post-content .post-title a {
	color: #2b2b2b;
}

.post-slide .post-content .post-content-hide {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 0;
	transform: scaleY(0);
	transition: all 0.5s;
}

.post-slide .post-content .post-content-hide a {
	color: #000;
}

.post-slide:hover .post-content .post-content-hide {
	transform: scaleY(1);
}

.category .post-slide .post-img {
	position: relative;
	overflow: hidden;
}

.category .post-slide .post-img:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #000;
	top: 0;
	left: 0;
	transition: all 0.5s;
	opacity: 0;
	border-radius: 10px;
}

.category .post-slide:hover .post-img:after {
	opacity: 0.2;
}

.category .post-slide .post-img a {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	opacity: 0;
	transition: all 0.5s linear;
	z-index: 999;
	transform: translate(-20px, -10px);
	color: #000;
}

.category .post-slide .post-img a i {
	background-color: var(--color-primary);
	color: #fff;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
}

.category .post-slide:hover .post-img a {
	opacity: 1;
}

.blog .post-slide .post-content .sub-title {
	font-weight: 400;
}

.blog .post-slide .post-content .post-title a {
	font-weight: 400;
	color: #000;
}

.blog .post-slide .post-content a {
	color: var(--color-primary);
}

.banner-one .banner-media img {
	width: 100%;
	height: 320px;
	object-fit: contain;
}

.banner-one {
	padding: 50px 0;
	background-image: url("../aidady/assets/images/bg-1.jpg");
	position: relative;
	z-index: 1;
	height: 450px;
}
/* .card-banner .view .card-img {
	width: 100%;
	height: 300px;
	object-fit: cover;
  } */


.banner-one:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: var(--color-primary);
	top: 0;
	left: 0;
	opacity: 0.7;
	z-index: -1;
}

.banner-wrapper .swiper .swiper-button-prev:after,
.swiper-button-next:after {
	font-size: 20px !important;
	background-color: var(--color-primary);
	width: 40px;
	height: 40px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10%;
}

.banner-wrapper .swiper .swiper-button-prev,
.swiper-button-next {
	width: calc(var(--swiper-navigation-size) / 25 * 27) !important;
}

.banner-wrapper .swiper span.swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	color: #000;
	opacity: 1;
}

.banner-wrapper
	.swiper
	span.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: var(--color-primary);
	width: 10px;
	height: 10px;
}

.book-banner-box {
	margin: 20px 0;
}

.book-banner-box .media a img {
	width: 100%;
	height: 250px;
	object-fit: cover;
}
.book-banner-card{
	display: flex;
	justify-content: center;
	align-items: center;
}
.banner-card-box{
	text-align: center;
}
@media (max-width: 991px) {
	.book-banner-card {
		margin-bottom: 10px;
	}
  }
@media  (min-width: 768px) {
	.book-banner-card {
		padding: 40px 0px 40px 0px;
		border-radius: 10px;
		width: 100%;
		height: 250px;
		border: 1px solid var(--color-primary);
		overflow: hidden;
	 
	}
	.book-banner-card-title{
		font-weight: 700;
		margin-bottom: 10px;
		color: #fff;
	}
  }
@media  (max-width: 767px) {
	.book-banner-card {
		padding: 40px 0px 40px 0px;
		border-radius: 10px;
		width: 100%;
		height: 250px;
		border: 1px solid var(--color-primary);
		overflow: hidden;
	}
  }



@media (min-width: 1200px) {
	body[data-layout="horizontal"] .container-fluid {
		max-width: 100% !important;
	}
}

.card-banner {
	border: none;
}

.card-banner .view .card-img {
	width: 100%;
	height: 300px;
	object-fit: cover;
}

#menuActive {
	background-color: transparent;
	color: #000000;
}

.btn-outline-primary {
	color: var(--color-primary);
	border-color: var(--color-primary);
}

.btn-outline-primary:hover {
	color: #fff;
	background-color: var(--color-primary);
	border-color: var(--color-primary);
}

.contact-card {
	display: flex;
}

.icon-c i {
	background: #24201c;
	color: #ffffff;
	display: inline-block;
	font-size: 20px;
	height: 50px;
	line-height: 50px;
	position: relative;
	text-align: center;
	width: 50px;
	border-radius: 10px;
	transition: all 0.5s;
}

.contact-card:hover .icon-c i {
	background: var(--color-primary);
}

.owl-controls .owl-buttons {
	text-align: center;
	margin-top: 20px;
}

.owl-controls .owl-buttons .owl-prev {
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: -20px;
	padding: 0 18px 0 15px;
	border-radius: 50px;
	box-shadow: 3px 14px 25px -10px #92b4d0;
	transition: all 0.5s;
	transform: translate(0, -50%);
}

.owl-controls .owl-buttons .owl-prev:hover {
	color: #fff;
	background-color: var(--color-primary);
}

.owl-controls .owl-buttons .owl-next {
	background-color: #fff;
	position: absolute;
	top: 50%;
	right: -20px;
	padding: 0 15px 0 18px;
	border-radius: 50px;
	box-shadow: -3px 14px 25px -10px #92b4d0;
	transition: all 0.5s;
	transform: translate(0, -50%);
}

.owl-controls .owl-buttons .owl-next:hover {
	color: #fff;
	background-color: var(--color-primary);
}

.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after {
	content: "\f104";
	font-family: FontAwesome;
	color: #333;
	font-size: 30px;
	transition: all;
}

.owl-controls .owl-buttons .owl-prev:hover:after {
	color: #fff;
}

.owl-controls .owl-buttons .owl-next:hover:after {
	color: #fff;
}

.owl-controls .owl-buttons .owl-next:after {
	content: "\f105";
}

.card .card-media img {
	width: 100%;
	height: 100%;
}

.footer .footer-content a {
	margin-top: 10px;
}

.navbar .navbar-collapse .navbar-nav .nav-item.active .nav-link {
	color: rgba(0, 0, 0);
	
}

.navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
	font-weight: 600;
}
.navbar-custom .navbar .navbar-collapse .navbar-nav{
	margin: 0 0 0 auto !important;
}
/* .navbar-custom {
	box-shadow: 0 0 25px 0 rgba(218, 2, 2, 0.38);
  } */

.topbar .topbar-inner .nav-search {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.topbar .topbar-inner .nav-search .top-select {
	display: flex;
	align-items: center;
	width: 100%;
	margin-bottom: 10px;
}

.topbar .topbar-inner .nav-search .top-select .form-select {
	width: 100%;
	margin-right: 10px;
}

.form-select {
	box-shadow: 0px 1px 2px 0px rgba(3, 11, 30, 0.14);
	border: none;
  }
  .form-select:focus {
	outline: 0;
	box-shadow: 0px 1px 2px 0px rgba(3, 11, 30, 0.14);
	border: none;
  }

.subscribe-form .form-group {
	position: relative;
}

.subscribe-form .form-group .email {
	position: relative;
	display: block;
	height: 64px;
	width: 100%;
	font-size: 14px;
	line-height: 30px;
	/* color: #797f7d; */
	color: #575b5e;
	padding: 17px 30px;
	padding-right: 60px;

	border-radius: 5px;
	transition: all 300ms ease;
	border: none;
	/* box-shadow: none; */

	background: #fff;
	box-shadow: 0px 1px 2px 0px rgba(3, 11, 30, 0.14);
}

.subscribe-form .form-group .theme-btn {
	position: absolute;
	right: 10px;
	top: 7px;
	display: block;
	text-align: center;
	height: 50px;
	width: 100px;
	padding: 0;
	color: #ffffff;
	background-color: var(--color-primary);
	border-radius: 5%;
	border: none;
	box-shadow: none;
}

.banner-wrapper .banner-one .title {
	font-size: 2.53rem;
	font-weight: 700;
	color: #fff;
}

.banner-wrapper .banner-one .sub-title {
	font-weight: 700;
	color: #fff;
}

.banner-wrapper .banner-one p {
	color: #fff;
}

.course-block .inner-box {
	position: relative;
	background-color: #ffffff;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	-webkit-box-shadow: 0 0px 15px rgb(0 0 0 / 7%);
	box-shadow: 0 0px 15px rgb(0 0 0 / 7%);
}

.course-block {
	position: relative;
	margin-bottom: 0px;
	z-index: 1;
	height: 100%;
}

/* .course-block .inner-box {
	position: relative;
	background-color: #ffffff;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	-webkit-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.07);
	box-shadow: 0 0px 15px rgba(0, 0, 0, 0.07);
	height: 100%;
} */
 .course-block .inner-box {
	position: relative;
	background-color: #ffffff;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	-webkit-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.07);
	box-shadow: 0 0px 15px rgba(0, 0, 0, 0.07);
	height: 100%;
  border-radius: 20px;
  border: 1px solid rgba(3, 31, 66, 0.08);
  padding: 15px 15px 0px 15px;
  background-color: #fff;
  transition: all 0.3s 0s ease-out;
}

.course-block .inner-box:hover .image-box img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.course-block .inner-box:hover .image-box .image:after {
	left: 0;
	right: 0;
	opacity: 0;
}

.course-block .image-box {
	position: relative;
}

.course-block .image-box .image {
	overflow: hidden;
	margin-bottom: 0;
	border-radius: 10px 10px 10px 10px;
}

.course-block .image-box .image img {
	width: 100%;
	transition: all 300ms ease;
	height: 250px;
	object-fit: cover;
}

.course-block .image-box .image:after {
	/* background: rgba(255, 255, 255, 0.3); */
	bottom: 0;
	content: "";
	left: 50%;
	position: absolute;
	right: 51%;
	top: 0;
	opacity: 1;
	pointer-events: none;
	-webkit-transition: all 400ms linear;
	transition: all 400ms linear;
}

.course-block .image-box .price {
	position: absolute;
	right: 0;
	top: 0px;
	height: 30px;
	width: 100px;
	background: var(--color-primary);
	color: #ffffff;
	font-size: 14px;
	text-align: center;
	border-radius: 0 0 0 15px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* .course-block .image-box .value {
	position: absolute;
	left: 30px;
	bottom: -15px;
	height: 30px;
	background: var(--color-primary);
	padding: 5px 20px;
	font-size: 11px;
	line-height: 20px;
	color: #ffffff;
	text-align: center;
	border-radius: 20px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: 700;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
} */
.course-block .content-box .value {
	/* position: absolute; */
	left: 30px;
	bottom: -15px;
	height: 30px;
	background: var(--color-primary);
	padding: 5px 20px;
	font-size: 11px;
	line-height: 20px;
	color: #ffffff;
	text-align: center;
	border-radius: 20px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: 700;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	display: inline-block;
	margin-bottom: 10px;
}




.course-block .content-box {
	position: relative;
	padding: 10px;
}

.course-block .content-box .course-info {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 5px;
	padding: 0;
}

.course-block .content-box .course-info li {
	position: relative;
	font-size: 14px;
	line-height: 25px;
	color: #767676;
	font-weight: 400;
	margin-right: 14px;
	list-style: none;
}

.course-block .content-box .course-info li i {
	margin-right: 2px;
	color: var(--color-primary);
	font-size: 14px;
}

.course-block .content-box .title {
	margin-bottom: 15px;
	
}
.course-block .inner-box .content-box .title{
	font-weight: 800;
}

.course-block .content-box .title a {
	color: #212529;
}

.course-block .content-box .title:hover {
	color: var(--color-primary);
}

.course-block .content-box .other-info {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-top: 1px solid #dae6e6;
	padding-top: 10px;
}


.course-block .content-box .rating-box {
	position: relative;
}

.course-block .content-box .rating-box .text {
	font-size: 14px;
	color: #7d8185;
	margin-bottom: 0;
	line-height: 24px;
	margin-bottom: 8px;
	display: block;
}

.course-block .content-box .rating-box .rating {
	font-size: 12px;
	line-height: 1em;
	letter-spacing: 1px;
	color: #f89321;
}

.course-block .duration {
	position: relative;
	font-size: 14px;
	line-height: 25px;
	color: #767676;
	font-weight: 400;
}

.course-block .duration i {
	margin-right: 2px;
	color: var(--color-primary);
	font-size: 14px;
}

.card-banner {
	width: 100%;
	height: 300px;
}

.card-banner {
	text-align: center;
}

.card-banner h1 {
	font-weight: 700;
	padding: 0px 1px;
	display: inline-block;
	margin: 0 auto;
	text-align: center;
	color: #ffffff;
	font-size: 70px;
	position: relative;
	z-index: 5;
	/* margin-top: 106px; */
}

/* contactpage */
.content-data {
	margin-top: 50px;
	margin-bottom: 0px;
}

.content-data .sub-title {
	font-weight: 600;
	text-transform: uppercase;
}

.content-data h3 {
	font-size: 30px;
	color: #070707;
	font-weight: 700;
}

.input-group .form-control {
	border-radius: 4px;
	width: 100%;
	font-size: 14px;
	padding: 10px 18px;
	background: #f2f3f5;
	border: 2px solid #f2f3f5;
}

.form-group textarea.form-control {
	background: #f2f3f5;
	border: 2px solid #f2f3f5;
}

.elementor-widget-wrap {
	/* padding: 40px 40px 40px 40px; */
	padding: 20px 20px 20px 20px;
}

.elementor-widget-wrap {
	position: relative;
	width: 100%;
}

.elementor-widget-wrap > .elementor-element {
	width: 100%;
}

.elementor-widget:not(:last-child) {
	margin-bottom: 20px;
}

.elementor-widget {
	position: relative;
}

.elementor-clearfix p {
	color: #646464;
}

.elementor-icon .elementor-icon-list-item {
	padding: 0 0 12px 0;
}

.elementor-icon li {
	list-style: none;
	color: #646464;
}

.elementor-icon li span {
	color: #646464;
	display: block;
}

.elementor-widget .elementor-icon-list-icon i {
	width: 2.25em;
	font-size: 30px;
}

.elementor-icon li span i {
	color: #646464;
}

.elementor-heading-title {
	font-size: 44px;
	font-weight: 600;
}

.elementor-icon {
	padding-left: 0rem;
}

.elementor-widget .elementor-icon-list-icon i {

	background: #24201c;
	display: flex;
	height: 50px;
	width: 50px;
	justify-content: center;
	align-items: center;
	border-radius: 20%;
	font-size: 20px;
	color: #fff;
	margin: 10px 10px 0px 0;
	transition: all 0.5s;
}


.elementor-icon-list-item:hover .elementor-icon-list-icon i {
    color: var(--color-primary);
}
.elementor-widget .elementor-icon-list-icon i:hover {
	background: var(--color-primary);
}

.h-banner2 {
	width: 100%;
	height: 450px;
	object-fit: cover;
}

.custom-card {
	color: #000;
	border-radius: 10px;
	box-shadow: 0 0 10px 4px #bf010133;
}
.card.styles {
	border: 0px;
	box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1);
  }
  .card.styles .card-body{
	padding: 0;
  }
  .card.styles .content-data {
	margin-top: 0;
	margin-bottom: 0px;
  }
  .card.styles .title{
	font-weight: 700;
  }
  .card-text
.about-card {
	color: #000;
	border-radius: 10px;
	box-shadow: 0 0 10px 4px #bf010133;
}
.about-card .card-box .title{
	font-weight: 800;
}
.card-image {
	text-align: center;
}

.terms-conditions-card {
	color: #000;
	border-radius: 10px;
	box-shadow: 0 0 10px 4px #bf010133;
}

.terms-conditions-card p {
	margin-bottom: 50px;
}

.terms-conditions-card h2 {
	font-weight: 600;
}

.btn-dark {
	color: #fff;
	background-color: #212529;
	border-color: #212529;

	width: 115px;
}

.blog-details h3 {
	font-weight: 600;
}

.card-recent {
	background-color: rgba(0, 0, 0, 0.1);
	border: 1px solid rgba(0, 0, 0, 0.1);
}

.card-inner-box {
	/* background-color: rgba(0, 0, 0, 0.1); */
	background-color: var(--color-primary);
	border: 1px solid rgba(0, 0, 0, 0.1);
}

.card-inner-box {
	padding: 20px;
	border-radius: 0.25rem;
}

.card-inner-box.card-media img {
	height: 480px;
	width: 100%;
	object-fit: contain;
}

/* scrollUp */
.scroll-top {
	width: 50px;
	height: 50px;
	line-height: 50px;
	position: fixed;
	bottom: 105%;
	right: 50px;
	font-size: 16px;
	border-radius: 50%;
	z-index: 99;
	color: #fff;
	text-align: center;
	cursor: pointer;
	transition: 1s ease;
	border: none;
	opacity: 0;
	background: #00e676;
	display: flex;
	align-items: center;
	justify-content: center;
}
.scroll-top.open {
	bottom: 30px;
	opacity: 1;
}
.scroll-top:hover {
	background: #5ab185;
	color: #fff;
}
.scroll-top i {
	font-size: 20px;
}

@media (max-width: 768px) {
	.card-banner h1 {
		font-size: 40px;
	}
}
@media (max-width: 767px) {
	.banner-one .banner-media img {
		display: none;
	}
	.banner-one {
		padding: 50px 0;
		text-align: center;
	}
}

.input-group .form-control {
	border-radius: 4px;
	width: 100%;
	font-size: 14px;
	padding: 10px 18px;
	background: #f2f3f5;
	border: 1px solid #dee2e6;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border-radius: 0.2rem !important;
}

.modal-header button {
	background: none;
	border: none;
	font-size: 29px;
	position: absolute;
	top: 5px;
	right: 20px;
}
.modal-header {
	background-color: var(--color-primary);
}


/* new css */


  .rating-box {
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	margin: 0 34px;
	text-align: center;
	transform: translateY(50px);
	transition: all 0.3s 0s ease-out;
  }
 .inner-box .content-box{

  } 

  .inner-box:hover .content-box {
	transform: translateY(-60px);
  }
  .content-box {
	position: relative;
	overflow: hidden;
	padding: 20px 15px 0;
	background-color: #fff;
	transition: all 0.3s 0s ease-out;
  }
  .course-inner-block{
	position: relative;
}


.inner-box:hover .rating-box {
	/* transform: translateY(-15px); */
	transform: translateY(5px);
  }
  .rating-box {
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	margin: 0 34px;
	text-align: center;
	transform: translateY(50px);
	transition: all 0.3s 0s ease-out;
  }

  .content-page  .card.card-banner::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: var(--color-primary);
  /* border: 1px solid var(--color-primary); */
	top: 0;
	left: 0;
	opacity: 0.7;
	z-index: 1;
  }
  .card-text{
	position: relative;
	z-index: 5;
  }
  .pagination .btn.btn-primary a{
	color: #fff;
  }
  .pagination .btn-primary.active{
	color: var(--color-primary);
	background-color: #fff;
	border-color: var(--color-primary);
  }
  .pagination .btn-primary.active a{
	color: var(--color-primary);
  }
  .pagination .btn.btn-primary:hover {
	color:  var(--color-primary);
	background-color: #fff;
	border-color: var(--color-primary);
  }
  .pagination .btn.btn-primary:hover a{
	color:  var(--color-primary);
  }
  