/* =======================================
Theme Name: Edulife
Author: Youtoview
Description: Education & Courses Bootstrap 5 HTML5 Template
Version: 1.2
====================================== */


/*===============================
	Header CSS 
=================================*/
.header{
	background-color:#fff;
}
.header .navbar-collapse{
	padding:0;
}
/* Topbar */
.header .topbar {
	background-color: #252525;
	padding: 12px 0px;
}
.header .content {
	float: left;
}
.header .content li {
	display: inline-block;
	color: #ccc;
	margin-right: 10px;
	font-weight:500;
}
.header .content li:last-child{
	margin-right: 0px;
	padding-right:0px;
	border-right:0px;
}
.header .content li i {
	margin-right: 5px;
	color: #1e3a8a;
}
.header .content li a {
	color: #ccc;
}
.header .social{
	margin-right: 30px;
}
.header .topbar-right{
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
}
.header .search i{
	color: #ccc;
	transition: all .5s ease-in-out;
}

.header .search i:hover{
	color: #0ea5e9;
}

.header_search_content button.close-search {
    position: absolute;
    right: 15px;
    padding: 0;
    font-size: 21px;
    border-radius: 0;
    box-shadow: unset;
}

.header_search_content button.close-search i{
    color: #fff;
}

.header_search_content{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    background: rgba(6, 21, 5,0.9);
    height: 100%;
    width: 100%;
    z-index: 12;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    -moz-transition: all 300ms;
    transition: all 300ms;
    -webkit-transform: translateY(-30%);
    -moz-transform: translateY(-30%);
    -ms-transform: translateY(-30%);
    -o-transform: translateY(-30%);
    transform: translateY(-30%);
}
.header_search_content.on{
    visibility: visible;
    opacity: 1;
    display: block;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.header_search_content #searchbox{
    position: absolute;
    left: 0;
    right: 0;
    width: 620px;
    max-width: 100%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.header_search_content #search_query_top {
    background: none;
    border: 0;
    border-bottom: 2px solid #fff;
    height: 70px;
    padding: 0 60px 0 15px;
    font-weight: 400;
    font-size: 25px;
    width: 100%;
    color: #fff;
    letter-spacing: 0;
	border-radius: 0px;
    text-overflow: ellipsis;
    overflow: hidden;
    outline: none;
    background-color: transparent;
}
.header_search_content input::placeholder{
    color: #fff;
}
.header_search_content_inner .close_btn {
    position: absolute;
    right: 60px;
    left: auto;
    top: 60px;
    color: #fff;
    cursor: pointer;
    text-align: center;
    border-radius: 50%;
    border: 1px solid;
	z-index: 13;
}
.header_search_content .close_btn i {
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    height: 35px;
    width: 35px;
    display: block;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
}
.header_search_content .close_btn:hover i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}


.header .social li {
	display: inline-block;
	margin: 0;
	margin-right: 15px;
}
.header .social li:last-child{
	margin-right:0px;
}
.header .social li a {
	color: #ccc;
}
.header .social li a:hover {
	color: #1e3a8a;
}

/* Logo */
.header .logo {
	float: left;
	margin-top: 16px;
}
.header .header-inner3 .logo{
	margin-top: 5px;
}
.header .logo img{
	width: 500px;
}
.header .header-widget {
	float: right;
	padding: 30px 0;
}
.header .single-widget {
	position: relative;
	display: inline-block;
	padding-left: 60px;
	margin-right: 20px;
}
.header .single-widget:last-child {
	margin-right: 0px;
	border-right: 0px;
	padding-right: 0px;
}
.header .single-widget i {
	position: absolute;
	text-align: center;
	font-size: 18px;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	line-height: 36px;
	color: #1e3a8a;
	border: 2px solid #1e3a8a;
	border-radius: 100%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.header .single-widget:hover i{
	border-color:transparent;
}
.header .single-widget h4 {
	font-weight: 500;
	font-size: 16px;
}
.header .single-widget h4 span {
	color: #666;
	font-weight: 400;
	display: block;
	margin-top: 5px;
	font-size: 14px;
}
.header .single-widget h4 a{
	color:#000;
}
.header .header-menu {
	background: #1e3a8a;
	z-index: 10;
}
.header .header-menu2 {
	background: transparent;
}
.header .header-menu2 .menu-2{
	background: #1e3a8a;
	border-radius: 10px;
	margin-bottom: 30px;
}
.header .header-inner3 {
	padding: 10px 0;
	z-index: 3334;
}

.header .header-menu3 {
	background: #fff;
}

.header .navbar {
	background: none;
	box-shadow: none;
	border: none;
	position: relative;
	padding: 0;
}
.navbar-nav {
	display: block;
}
.header .nav li {
	float: left;
	position: relative;
	margin-right: 5px;
}
.header .nav li:last-child{
	margin-right:0px;
}
.header .nav li a {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	padding:10px 20px;
	margin: 10px 0;
	display: block;
	position: relative;
	text-shadow: none;
	border-radius: 10px;
}
.header .header-menu3 .nav li a {
	color: #252525;
}
.header .nav li:hover a, 
.header .nav li.active a {
	color: #fff;
	background: #252525;
}
.header .nav li a i {
	margin-left: 5px;
}
.header .nav li .dropdown {
	background: #252525;
	width: 220px;
	border-radius: 10px;
	position: absolute;
	left: 0;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	-webkit-transform:scale(0.5);
	-moz-transform:scale(0.5);
	transform:scale(0.5);
	-webkit-box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.2);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin: 0;
}
.header .nav li:hover .dropdown{
	transform:scale(1.0);
	opacity:1;
	visibility:visible;
}
.header .nav li .dropdown li{
	float:none;
	margin:0;
}
.header .nav li .dropdown li a {
	margin:0px;
	padding: 8px 22px;
	color: #fff;
	border-bottom: 1px solid #3a3939;
	display: block;
	font-weight: 400;
	text-transform: none;
	background: transparent;
}
.header .nav li .dropdown li i{
	float:right;
	margin-top: 5px;
}
.header .nav li .dropdown li:hover a{
	color:#1e3a8a;
	padding-left: 30px;
}
.header .nav li .dropdown.submenu{
	left:100%;
	top:0;
	opacity:0;
	visibility:hidden;
	-webkit-transform:scale(0.5);
	-moz-transform:scale(0.5);
	transform:scale(0.5);
}
.header .nav li .dropdown li:hover .dropdown.submenu{
	opacity:1;
	visibility:visible;
	transform:scale(1.0);
}
.header .nav li .dropdown li .dropdown.submenu li a {
	color: #fff;
	padding: 8px 22px;
	background: transparent;
}
.header .nav li .dropdown li .dropdown.submenu li:hover a{
	color:#1e3a8a;
	padding-left: 30px;
}
.header .button {
	position: absolute;
	top: 0;
	right: 0;
}
.header .button .btn {
	margin-top: 8px;
	color: #fff;
	border-radius: 50px;
	box-shadow:none;
	border:1px solid transparent;
}
.header .button .btn:hover{
	color:#252525;
	background:transparent;
	border-color:#e6e6e6;
}
.header .button .btn i{
	margin-right:5px;
}

.header .header-menu3 .button .btn {
	background: #1e3a8a;
	color: #fff;
}
.header .header-menu3 .button .btn::before{
	background: #252525;
}

/* Header Sticky */
.header.sticky .header-menu{
	position:fixed;
	width:100%;
	top:0;
	left:0;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	background:#1e3a8a;
	transition:all 0.4s ease;
	animation: fadeInDown 1s both 0.2s;
	-webkit-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.30);
	-moz-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.30);
	box-shadow:0px 0px 10px rgba(0, 0, 0, 0.30);
}
.header.sticky .header-menu2 .menu-2{
	margin-bottom: 0px;
}
.header.sticky .header-inner3{
	position:fixed;
	width:100%;
	top:0;
	left:0;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	background:#fff;
	transition:all 0.4s ease;
	animation: fadeInDown 1s both 0.2s;
	-webkit-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.30);
	-moz-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.30);
	box-shadow:0px 0px 10px rgba(0, 0, 0, 0.30);
}


/*===============================
	End Header CSS 
=================================*/

/*===============================
	Slider CSS 
=================================*/
.home-slider{
	height: 650px;
}
.home-slider .single-slider {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 650px;
	border: none;
}
.home-slider .single-slider:before{
	opacity:0.7;
}
.home-slider .single-slider .slider-text {
	margin: 171px 0 0;
}
.home-slider .single-slider h1 {
	font-size: 55px;
	line-height: 70px;
	text-transform: none;
	color: #fff;
	font-weight: 800;
	margin-bottom: 20px;
}
.home-slider .single-slider h1 span{
	color: #1e3a8a; 
}
.home-slider .single-slider p {
	font-size: 20px;
	color: #ccc;
}
.home-slider .single-slider .text-center p {
	font-size: 20px;
	color: #ccc;
	padding:0 100px;
}
.home-slider .single-slider .text-right p {
	font-size: 20px;
	color: #ccc;
	padding:0 0 0 100px;
}
.home-slider .single-slider .button{
	margin-top:50px;
}
.home-slider .single-slider .btn {
	margin-right: 15px;
	color: #252525;
	background: #fff;
	position: relative;
	z-index: 3;
	text-transform: uppercase;
	border-radius: 50px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.home-slider .single-slider .btn:hover{
	background:transparent;
	color:#fff;
}
.home-slider .single-slider .btn.primary{
	color:#fff;
	background: #1e3a8a;
}
.home-slider .single-slider .btn.primary:before{
	background:#fff;
}
.home-slider .single-slider .btn.primary:hover{
	color:#252525;
	background:transparent;
}
.home-slider .single-slider .btn:last-child{
	margin-right:0px;
}
/* Slider Meta */
.home-slider .owl-carousel .owl-nav button {
	height: 55px;
	width: 55px;
	line-height: 55px;
	top: 50%;
	background: rgba(0, 0, 0, 0.3);
	color: #fff;
	font-size: 25px;
	position: absolute;
	border: none;
	margin: 0;
	padding: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 100%;
	margin: -30px 0 0 0;
}
.home-slider .owl-carousel .owl-nav button:hover{
	background:#1e3a8a;
}
.home-slider .owl-carousel .owl-nav .owl-prev{
	left:15px;
}
.home-slider .owl-carousel .owl-nav .owl-prev:hover{
	left:25px;
}
.home-slider .owl-carousel .owl-nav .owl-next{
	right:15px;
}
.home-slider .owl-carousel .owl-nav .owl-next:hover{
	right:25px;
}

/* Slider Animation */
.home-slider .owl-item.active .slider-text h1{
	animation: fadeInUp 1s both 0.8s;
}
.home-slider .owl-item.active .slider-text p{
	animation: fadeInUp 1s  both 1s;
}
.home-slider .owl-item.active .slider-text .button{
	animation: fadeInUp 1s  both 1.2s;
}
/*===============================
	End Slider CSS 
=================================*/

/*===============================
	Features CSS
=================================*/
.our-features{
	background-color:#fff;
}
.our-features .single-feature{
	background:#fff;
	margin-top:30px;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
}
.our-features .feature-head{
	position:relative;
	overflow:hidden;
	border-radius: 10px;
}
.our-features .single-feature img{
	width:100%;
	border-radius: 10px;
}
.our-features .single-feature img:hover{
	transform:scale(1.2) rotate(5deg);
}
.our-features .single-feature h2 {
	font-size: 20px;
	margin: 15px 0;
}
/*===============================
	End Features CSS
=================================*/

/*===============================
	Enroll CSS
=================================*/
.enroll {
	background-image: url('../img/enroll-bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	padding: 60px 0 90px;
}
.enroll .container{
	position: relative;
}
.enroll .enroll-form {
	margin-top: 30px;
	text-align: left;
	background: #fff;
	border-radius: 10px;
}
.enroll .form-title {
	padding: 20px 35px;
	border-radius: 10px 10px 0px 0px;
	background: #1e3a8a;
	border-bottom: 6px solid #252525;
}
.enroll .form-title h2 {
	padding: 0;
	font-size: 25px;
	margin-bottom: 5px;
	font-weight: 700;
	color: #fff;
}
.enroll .form-title p {
	color: #fff;
}
.enroll .form {
	padding: 35px;
}
.enroll .form-group {
	margin-bottom: 30px;
}
.enroll .form-group:last-child{
	margin-bottom:0px;
}
.enroll .form-group label {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 5px;
}
.enroll .form-group input {
	width: 100%;
	height: 40px;
	color: #999999;
	box-shadow: none;
	text-shadow: none;
	border: none;
	border-bottom: 1px solid #999999;
	font-weight: 500;
	border-radius: 0px;
	padding: 0;
	outline: none;
}
.enroll .form-group input:hover,
.enroll .form-group textarea:hover{
	padding-left:15px;
}
.enroll .form-group textarea {
	height: 120px;
	color: #999999;
	box-shadow: none;
	text-shadow: none;
	border: none;
	resize: none;
	border-bottom: 1px solid #999999;
	font-weight: 400;
	margin-bottom: 0px;
	padding: 0;
	border-radius: 0px;
	outline: none;
}
.enroll .form-group .btn {
	width: 100%;
	background: #252525;
	color: #fff;
	text-align: center;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	display: block;
	padding: 18px 0;
	border-radius: 10px;
	border: none;
}
.enroll .form-group .btn:before{
	display:none;
}
.enroll .section-title {
	text-align: left;
	padding: 0;
}
.enroll .section-title h2 {
	color: #fff;
	margin-bottom: 30px;
	padding: 0;
	font-size: 32px;
}
.enroll .section-title h2:before,
.enroll .section-title h2:after{
	display:none;
}
.enroll .section-title p {
	color: #fff;
	padding: 0;
}
.enroll .enroll-right{
	margin-top:30px;
}
.enroll .single-skill{
	text-align:center;
	margin-top:30px;
}
.enroll .single-skill .circle {
	position: relative;
}
.enroll .single-skill .circle strong {
	position: absolute;
	font-size: 25px;
	font-weight: 700;
	color: #fff;
	left: 50%;
	top: 50%;
	margin: -21px 0 0 -21px;
}
.enroll .single-skill h4 {
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	margin-top: 10px;
	font-weight: 400;
}
.enroll .single-skill h4 span {
	display: block;
}
/*===============================
	End Enroll CSS
=================================*/

/*===============================
	Courses CSS
=================================*/
.courses .course-slider {
	margin-top: 30px;
}
.courses .single-course {
	margin: 5px 0 20px 0;
	background: #fff;
	border-radius: 10px;
	padding: 20px;
	-webkit-box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
	-moz-box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
	box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.courses .single-course:hover{
	box-shadow: 0 0 40px 5px rgb(0 0 0 / 10%);
}
.courses .single-content {
	padding:25px 0;
}
.courses .course-head{
	position:relative;
	overflow:hidden;
	border-radius: 10px;
}
.courses .course-head::before {
	opacity:0;
	visibility: hidden;
	background:#252525;
	z-index: 5;
}
.courses .single-course:hover .course-head:before{
	opacity:0.5;
	visibility:visible;
}
.courses .course-head a {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 100%;
	line-height: 50px;
	padding: 0;
	margin: -25px 0 0 -25px;
	color: #fff;
	background: #1e3a8a;
	-webkit-transform: scale(3);
	-moz-transform: scale(3);
	transform: scale(3);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 10;
}
.courses .single-course:hover .btn{
	transform: scale(1);
	opacity: 1;
	visibility: visible;
}
.courses .single-course .btn:hover{
	background:#fff;
	color: #1e3a8a;
}
.courses .single-course img{
	height:100%;
	width:100%;
	border-radius: 10px;
}
.courses .single-course h4 {
	font-size: 20px;
	margin-bottom: 15px;
}
.courses .single-course h4 a{
	color:#252525;
}
.courses .single-course h4 span {
	display: block;
	margin-bottom: 5px;
	font-size: 14px;
}
.courses .single-course p {
	color: #666;
}
.courses .course-meta {
	background: #fff;
    overflow: hidden;
    padding-top: 10px;
    border-top: 1px solid #e7e7e7;
}
.courses .course-meta .meta-left {
	float: left;
	margin-top: 4px;
}
.courses .meta-left span {
	display: inline-block;
	color: #252525;
	font-size: 16px;
	margin-right: 15px;
}
.courses .meta-left span:last-child{
	margin-right:0px;
}
.courses .course-meta .meta-left i{
	color:#1e3a8a;
	margin-right:10px;
}
.courses .course-rating{
	color: #1e3a8a;
}
.courses .course-meta .price {
	display: block;
	float: right;
	line-height: 30px;
	text-align: center;
	color: #fff;
	background: #1e3a8a;
	border-radius: 6px;
	padding: 0 15px;
	font-weight: 700;
}
/* Slider Meta */
.course-slider .single-course{
	box-shadow: 0 3px 15px rgb(0 0 0 / 5%);
	margin: 14px;
}
.course-slider .single-course:hover{
	box-shadow: 0 3px 20px rgb(0 0 0 / 7%);
}
.courses .owl-nav {
	width: 100%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin: 0;
}
.courses:hover .owl-nav{
	opacity:1;
	visibility:visible;
}
.courses .owl-carousel .owl-nav button {
	height: 48px;
	width: 48px;
	line-height: 48px;
	top: 50%;
	background: #666;
	color: #fff;
	font-size: 25px;
	position: absolute;
	border: none;
	margin: 0;
	padding: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 100%;
	margin-top: -24px;
}
.courses .owl-carousel .owl-nav button:hover{
	color:#fff;
    background: #1e3a8a;
}
.courses .owl-carousel .owl-nav .owl-prev{
	left:-75px;
}
.courses .owl-carousel .owl-nav .owl-prev:hover{
	left:-65px;
}
.courses .owl-carousel .owl-nav .owl-next{
	right:-75px;
}
.courses .owl-carousel .owl-nav .owl-next:hover{
	right:-65px;
}
/* Course Archives */
.courses.archives .single-course{
	margin-top:30px;
}
/* Pagination */
.courses.archives .pagination-main {
	text-align: center;
}
.courses.archives .pagination {
	display: block;
	padding-left: 0;
	margin: 50px 0 0;
	border-radius: 4px;
	text-align: center;
	display:inline-block;
}
.courses.archives .pagination li {
	float: left;
	margin-right: 5px;
}
.courses.archives .pagination li a {
	padding: 12px 25px;
	border: none;
	display: block;
	background: #252525;
	color: #fff;
	border-radius: 10px;
}
.courses.archives .pagination li:hover a, 
.courses.archives .pagination li.active a {
	color: #fff;
	background: #1e3a8a;
}
/* Course Single */
.courses.single{
	background:#f6f6f6;
}
.courses.single .single-main{
	background:#fff;
	padding:30px;
	border-radius: 10px;
}
.courses.single .single-course {
	margin: 0;
	box-shadow: none;
	padding: 0px;
}
.courses.single .course-meta {
	background: #fff;
	padding: 0;
	margin: 0;
	border: none;
	padding: 20px;
}
.courses.single .course-info {
	overflow: hidden;
	float: left;
}
.courses.single .single-info {
	float: left;
	margin-right: 20px;
	text-align: center;
	overflow: hidden;
}
.courses.single .single-info:last-child{
	margin-right: 0px;
}
.courses.single .single-info img {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	float: left;
	margin-right: 12px;
}
.courses.single .single-info i {
	float: left;
	width: 30px;
	height: 30px;
	line-height: 28px;
	border-radius: 100%;
	margin-right: 15px;
	font-size: 29px;
	color: #1e3a8a;
	border: 2px solid #1e3a8a;
	font-size: 15px;
}
.courses.single .single-info h4 {
	font-size: 14px;
	float: left;
	margin: 0;
	text-align: left;
	text-transform: uppercase;
}
.courses.single .single-info h4 span {
	display: block;
	color: #777;
	font-weight: 400;
	text-transform: none;
	font-size: 14px;
	margin-top: 5px;
}
.courses.single .single-info h4 span:hover{
	color:#1e3a8a;
}
.courses.single .single-info h4 a{
	color: #777;
	font-weight:400;
}
.courses.single .course-price {
	float: right;
	text-align: center;
}
.courses.single .course-price p {
	font-size: 28px;
	float: left;
	margin-top: 10px;
	margin-right: 20px;
}
.courses.single .course-price p a{}
.courses.single .course-price .btn {
	color: #fff;
	padding: 10px 20px;
	background: #1e3a8a;
	float: left;
	border-radius: 50px;
}
.courses.single .course-price .btn i {
	margin-right:10px;
}
.courses.single .course-price .btn:hover{
	background:#252525;
	color:#fff;
	border-color:#ffff;
}
.courses.single .course-feature {
	background: #252525;
	width: 100%;
	border-radius: 10px;
}
.courses.single .course-feature h4 {
	width: 100%;
	margin-bottom: 15px;
	padding-bottom: 15px;
	font-size: 20px;
	position:relative;
}
.courses.single .course-feature h4:before{
	position:absolute;
	left:0;
	width:50px;
	height:2px;
	content:"";
	bottom:-1px;
}
.courses.single .feature-main {
	padding: 20px;
	color: #fff;
}
.courses.single .single-feature {
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom:1px solid rgba(238, 238, 238, 0.22);
}
.courses.single .single-feature:last-child{
	border:none;
	margin:0;
	padding:0;
}
.courses.single .single-feature i {
	width: 10px;
	margin-right: 15px;
}
.courses.single .single-feature .label{}
.courses.single .single-feature .value {
	float: right;
	font-weight:600;
}
.courses.single .content h2{
	margin-bottom:15px;
	font-size:30px;
}
.courses.single .content h2 a{
	color:#252525;
}
.courses.single .content h2:hover a{
	color:#1e3a8a;
}
.courses.single .content p{
	margin-bottom:20px;
}
.courses.single .content p:last-child{
	margin:0;
}
.courses.single .course-required {
	margin-top: 30px;
}
.courses.single .course-required h4 {
	margin-bottom: 15px;
	font-size: 20px;
}
.courses.single .course-required ul {}
.courses.single .course-required ul li {
	position: relative;
	padding-left: 40px;
	margin-bottom: 15px;
}
.courses.single .course-required ul li span {
	position: absolute;
	left: 0;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #1e3a8a;
	line-height: 30px;
	text-align: center;
}

.courses.single .course-video{
	position: relative;
}

.courses.single .course-video .btn {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 70px;
	height: 70px;
	line-height: 70px;
	background: #fff;
	z-index: 9;
	color: #252525;
	padding: 0;
	font-size: 26px;
	border-radius: 100%;
	margin: -35px 0 0 -35px;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.courses.single .course-video .btn:hover{
	color: #1e3a8a;
}

.courses.single .course-video .btn::before {
	content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 80px;
    width: 80px;
    background: rgb(255, 255, 255);
    z-index: -1;
    border-radius: 50%;
    transform: translate(-50%,-50%);
    animation: course-pulse-border 1500ms ease-out infinite;
}

@keyframes course-pulse-border {
	0% {
	  transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
	  opacity: 1;
	  }
	100% {
	  transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
	  opacity: 0;
	  }
}



/*===============================
	End Courses CSS
=================================*/

/*===============================
    Call To Action CSS
=================================*/
.cta{
	background-image:url('../img/cta-bg.jpg');
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
}
.cta .cta-inner {
	padding: 60px;
	width: 100%;
}
.cta .cta-inner:before{
	opacity:0.9;
	background: #1e3a8a;
}
.cta .text-content{
	z-index:3;
	position:relative;
}
.cta .cta-inner h2 {
	font-size: 30px;
	margin-bottom: 45px;
	color: #fff;
}
.cta .cta-inner p{
	font-size:16px;
	color:#fff;
}
.cta .cta-inner .button {
	margin-top: 45px;
}
.cta .cta-inner .btn{
	background:#fff;
	color:#252525;
	border-radius: 10px;
	border:2px solid transparent;
}
.cta .cta-inner .btn:before{
	display:none;
}
.cta .cta-inner .btn:hover{
	border-color:#fff;
	background:transparent;
	color:#fff;
}
/*=============================
	End Call To Action CSS
===============================*/

/*=============================
	Teachers CSS
===============================*/
.team {
	padding:60px 0 90px;
}
.team .team-button{
	padding-left: 20px;
	margin-top:45px;
}
.team .button .btn{
	color:#fff;
}
.team .button .btn:before{
	background:#252525;
}
.team .button .btn:hover{
	background:transparent;
	color:#fff;
}
.team .single-team {
	position: relative;
	margin-top: 30px;
}
.team .single-team img{
	height:100%;
	width:100%;
	border-radius: 10px;
	text-align:center;
}
.team .team-hover {
	position: absolute;
	padding: 20px;
	text-align: center;
	background: #1e3a8a;
	opacity: 0;
	border-radius: 10px;
	visibility: hidden;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	transform: scale(0.5);
	left: 10px;
	bottom: 10px;
	right: 10px;
}
.team .single-team:hover .team-hover,
.team .single-team.active .team-hover{
	transform:scale(1.0);
	opacity:1;
	visibility:visible;
}
.team .team-hover h4 {
	color: #fff;
	font-size: 20px;
}
.team .team-hover h4 span {
	display: block;
	color: #fff;
	font-weight: 400;
	font-size: 14px;
	margin-top: 5px;
}
.team .team-hover .social{
	margin-top: 10px;
}
.team .team-hover .social li {
	display: inline-block;
	margin-right: 10px;
}
.team .team-hover .social li:last-child{
	margin:0;
}
.team .team-hover .social li a{
	color:#fff;
	font-size:14px;
}
.team .team-hover .social li a:hover{
	opacity:0.6;
}
/* Teachers 2 */
.team-style2 .single-team {
	text-align: center;
	margin-top: 30px;
}
.team-style2 .single-team .image{
	position:relative;
}
.team-style2 .single-team .image:before{
	position:absolute;
	content:"";
	left:0;
	top:0;
	height:100%;
	width:100%;
	opacity:0;
	visibility:hidden;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.team-style2 .single-team:hover .image:before{
	opacity:0.8;
	visibility:visible;
}
.team-style2 .single-team.active .image:before{
	opacity:0.8;
	visibility:visible;
}
.team-style2 .single-team .image a {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	background: rgba(0, 0, 0, 0.3);
	color: #fff;
	border-radius: 100%;
	margin: -25px 0 0 -25px;
	opacity:0;
	visibility:hidden;
	-webkit-transform:scale(3);
	-moz-transform:scale(3);
	transform:scale(3);
}
.team-style2 .single-team .image a:hover{
	background:#fff;
	color:#252525;
}
.team-style2 .single-team:hover .image a{
	opacity:1;
	visibility:visible;
	transform:scale(1);
}
.team-style2 .single-team.active .image i{
	opacity:1;
	visibility:visible;
}
.team-style2 .single-team img{
	height:100%;
	width:100%;
	border-radius: 10px;
}
.team-style2 .team-content .name {
	font-size: 20px;
	margin-top: 12px;
}
.team-style2 .team-content .name span {
	display: block;
	font-size: 14px;
	color: #666;
	margin-top: 5px;
	font-weight: 500;
}
.team-style2 .team-content p {
	margin-top: 12px;
}
.team-style2 .team-content .social {
	margin-top: 12px;
}
.team-style2 .team-content .social li{
	display:inline-block;
	margin-right:10px;
	color:#262b38;
	transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
}
.team-style2 .team-content .social li:last-child{
	margin-right:0px;
}
.team-style2 .team-content .social li a {
	font-size: 16px;
	color: #252525;
}
.team-style2 .team-content .social li a:hover{
	color: #1e3a8a;
}
/* Teacher Single */
.team-details{
	padding: 60px 0 90px;
}
.team-details .member-detail,
.team-details .detail-content{
	margin-top:30px;
}
.team-details .member-detail{
	text-align:center;
}
.team-details .member-detail img{
	width:100%;
	border-radius: 10px;
}
.team-details .member-detail .social {
	margin-top: 20px;
}
.team-details .member-detail .social li{
	display:inline-block;
}
.team-details .member-detail .social li:last-child{
	margin-right:0px;
}
.team-details .member-detail .social li a {
	height: 35px;
	width: 35px;
	line-height: 35px;
	text-align: center;
	background: #1e3a8a;
	color: #fff;
	display: block;
	border-radius: 100%;
	margin-right: 8px;
}
.team-details .member-detail .social li a:hover{
	background: #252525;
}
.team-details .address {
	margin-top: 10px;
}
.team-details .address li{}
.team-details .address li a {
	color: #252525;
}
.team-details .address li i {
	margin-right:10px;
	color: #1e3a8a;
}
.team-details .detail-content h2{
	font-size:32px;
}
.team-details .detail-content .title {
	font-size: 16px;
	margin: 0;
}
.team-details .detail-content p {
	margin-top: 30px;
}
.team-details .detail-content .signature{
	margin-top:20px;
	width: 50%;
}
/* Skill */
.team-details .single-progress {
	margin-top: 15px;
}
.team-details .single-progress h4 {
	color: #252525;
	font-size: 15px;
	margin-bottom: 15px;
}
.team-details .single-progress p{
	margin-bottom:0px;
}

.team-details .progress {
	overflow: visible;
	margin-bottom: 26px;
	height: 8px;
	position: relative;
}

.team-details .progress-bar {
	background-color: #1e3a8a;
	position: relative;
	border-radius: 4px;
	overflow: visible;
}

.team-details .progress span {
	background-color: #1e3a8a;
	position: absolute;
	bottom: -20px;
	font-size: 10px;
	line-height: 10px;
	padding: 2px 3px 2px 4px;
	right: -1.4em;
	border-radius: 2px;
}

.team-details .progress span:after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #1e3a8a;
	border-width: 5px;
	margin-left: -5px;
}

  
/*=============================
	End Teachers CSS
===============================*/

/*=============================
	Testimonials CSS
===============================*/
.testimonials {
	background-image:url('../img/testimonial/testi-bg.jpg');
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
}
.testimonials .section-title h2,
.testimonials .section-title p{
	color:#fff;
}
.testimonials .single-testimonial {
	text-align: left;
	background: #fff;
	border-radius: 10px;
	padding: 30px;
	position: relative;
	margin-top: 37px;
	box-shadow: inherit;
}
.testimonials .single-testimonial img{
	position:absolute;
	left:50%;
	margin-left:-37px;
	top:-37px;
	height:80px;
	width:80px;
	border-radius:100%;
	border:5px solid #1e3a8a;
	-webkit-box-shadow:0px 0px 20px rgba(0, 0, 0, 0.12);
	-moz-box-shadow:0px 0px 20px rgba(0, 0, 0, 0.12);
	box-shadow:0px 0px 20px rgba(0, 0, 0, 0.12);
}
.testimonials .single-testimonial:hover img{
	-webkit-transform:rotate(360deg);
	-moz-transform:rotate(360deg);
	transform:rotate(360deg);
}
.testimonials .single-testimonial p {
	font-size: 20px;
	position: relative;
	z-index: 4;
	text-align: left;
}
.testimonials .main-content {
	position: relative;
	z-index: 4;
	margin: 35px 0;
}
.testimonials .main-content:before,
.testimonials .main-content:after{
	position: absolute;
	font-family: 'Font Awesome 5 Pro';
	font-size: 45px;
	z-index: -4;
	color: #1e3a8a;
}
.testimonials .main-content::before {
	left: 0;
	top: -33px;
	content: "\f10d";
}
.testimonials .main-content::after {
	right: 0;
	bottom: -33px;
	content: "\f10e";
}
.testimonials .single-testimonial h4 {
	font-weight: 700;
	font-size: 20px;
	position: relative;
}

.testimonials .testi-rating{
	margin-bottom: 15px;
	color: #1e3a8a;
}

.testimonials .owl-nav{
	top:50%;
	margin-top:-20px;
    position:absolute;
    width: 100%;
}
.testimonials .owl-carousel .owl-nav button {
	height: 48px;
	width: 48px;
	line-height: 48px;
	top: 50%;
	margin-top: -24px;
	background: rgba(0, 0, 0, 0.3);
	color: #fff;
	font-size: 25px;
	position: absolute;
	border: none;
	margin: 0;
	padding: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 100%;
}
.testimonials .owl-carousel .owl-nav button:hover{
	background:#0ea5e9;
}
.testimonials .owl-carousel .owl-nav .owl-prev{
	left:-75px;
}
.testimonials .owl-carousel .owl-nav .owl-next{
	right:-75px;
}
.testimonials.no-bg{
	background:#f6f6f6;
}
.testimonials.no-bg:before{
	display:none;
}
.testimonials.no-bg .single-testimonial img{
	box-shadow:none;
}
/*=============================
	End Testimonials CSS
===============================*/

/*=============================
	Events CSS
===============================*/
.events .single-event {
	margin-top: 30px;
	margin: 5px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.events .single-event .head{
	position:relative;
}
.events .single-event .head img{
	border-radius: 10px;
}
.events .single-event .head .btn {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 100%;
	line-height: 50px;
	padding: 0;
	margin: -25px 0 0 -25px;
	color: #fff;
	background: #0ea5e9;
	-webkit-transform: scale(3);
	-moz-transform: scale(3);
	transform: scale(3);
	opacity:0;
	visibility:hidden;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
	z-index:35;
}
.events .single-event:hover .head .btn{
	transform:scale(1);
	opacity:1;
	visibility:visible
}
.events .single-event .head .btn:hover{
	background:#fff;
	color:#252525;
}
.events .single-event .head.overlay:before{
	opacity:0;
	visibility:hidden;
	z-index:34;
	border-radius: 10px;
}
.events .single-event:hover .head.overlay:before{
	opacity:0.5;
	visibility:visible;
}
.events .event-content {
	margin-top: 10px;
	padding: 20px 0;
}
.events .event-content .meta{}
.events .event-content .meta span {
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #e6e6e6;
	font-weight: 500;
	display: inline-block;
}
.events .event-content .meta span:last-child{
	margin:0;
	padding:0;
	border:none;
}
.events .event-content .meta span i{
	margin-right:5px;
	color: #0ea5e9;
}
.events .event-content h4 {
	font-size: 18px;
	margin: 10px 0;
}
.events .event-content h4 a{
	color:#252525;
	font-weight:700;
}
.events .event-content p{}
.events .event-content .btn {
	margin-top: 20px;
	border: 2px solid;
	padding: 11px 32px;
	border-radius: 10px;
	color: #fff;
}

.events .event-content .btn::before{
	background:#0ea5e9;
}
.events .event-content .btn:hover{
	background-color:#0ea5e9;
	color:#fff;
}

.events .event-content .btn i{
	margin-left: 5px;
}

/* Event Nav */
.events .owl-nav {
	width: 100%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin: 0;
}
.events:hover .owl-nav{
	display: block;
	opacity:1;
	visibility:visible;
}
.events .owl-carousel .owl-nav button {
	height: 48px;
	width: 48px;
	line-height: 48px;
	top: 50%;
	background: #666;
	color: #fff;
	font-size: 25px;
	position: absolute;
	border: none;
	margin: 0;
	padding: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 100%;
	margin-top: -24px;
}
.events .owl-carousel .owl-nav button:hover{
	color:#fff;
	background: #0ea5e9;
}
.events .owl-carousel .owl-nav .owl-prev{
	left:-75px;
}
.events .owl-carousel .owl-nav .owl-prev:hover{
	left:-65px;
}
.events .owl-carousel .owl-nav .owl-next{
	right:-75px;
}
.events .owl-carousel .owl-nav .owl-next:hover{
	right:-65px;
}
/* Events Archive */
.events.archives .single-event{
	margin-top:30px;
}
/* Pagination */
.events.archives .pagination-main {
	text-align: center;
}
.events.archives .pagination {
	display: block;
	padding-left: 0;
	margin: 50px 0 0;
	border-radius: 4px;
	text-align: center;
	display:inline-block;
}
.events.archives .pagination li {
	float: left;
	margin-right: 5px;
}
.events.archives .pagination li a {
	padding: 12px 25px;
	border: none;
	display: block;
	background: #252525;
	color: #fff;
	border-radius: 10px;
}
.events.archives .pagination li:hover a, 
.events.archives .pagination li.active a {
	color: #fff;
	background: #1e3a8a;
}
/* Event Single */
.events.single{
	padding:60px 0 90px;
}
.events.single .single-event{
	-webkit-box-shadow: 0 0 30px 15px rgb(0 0 0 / 5%);
	-moz-box-shadow: 0 0 30px 15px rgb(0 0 0 / 5%);
	box-shadow: 0 0 30px 15px rgb(0 0 0 / 5%);
	margin-top:30px;
	padding: 30px;
	border-radius: 10px;
} 
.events.single .event-content h2 {
	font-size: 30px;
	margin: 5px 0 20px;
}
.events.single .single-event-img img{
	border-radius: 10px;
	width: 100%;
}
.events.single .event-inner-img img{
	border-radius: 10px;
	width: 100%;
}
.events.single .event-content h2 a{
	color:#252525;
} 
.events.single .event-content p{
	margin-bottom:30px;
} 
.events.single .event-content img{
	margin-bottom:30px;
}
/* Events Meta */
.events.single .book-now {
	overflow: hidden;
}
.events.single .book-now .button {
	float: left;
}
.events.single .book-now .button .btn{
	margin-top:0px;
} 
.events.single .social{
	float:right;
} 
.events.single .social li {
	display: inline-block;
	margin-right: 5px;
}
.events.single .social li:last-child{
	margin:0;
}
.events.single .social li a {
	width: 32px;
	height: 32px;
	line-height: 32px;
	display: block;
	border: 1px solid #e6e6e6;
	text-align: center;
	color: #252525;
	border-radius: 100%;
}
.events.single .social li:hover a {
	color:#0ea5e9;
	border-color:#0ea5e9;
}
/* Slider Meta */
.events.single .owl-carousel .owl-nav div{
	background:#fff;
	color:#252525;
}
.events.single .owl-carousel .owl-nav div:hover{
	color:#fff;
}
.events.single .owl-carousel .owl-nav .owl-prev {
	left: 10px;
}
.events.single .owl-carousel .owl-nav .owl-next {
	right: 10px;
}
/*=============================
	End Events CSS
===============================*/

/*=============================
	Fun Facts CSS
===============================*/
.fun-facts{
	background:url('../img/cta-bg.jpg');
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	position:relative;
	padding:100px 0 130px
}
.fun-facts .container{
	position: relative;
}
.fun-facts::before {
	background: #0ea5e9;
	opacity: 0.5;
}
.fun-facts .single-fact {
	text-align: center;
	margin-top: 30px;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.fun-facts .single-fact:hover{
	-webkit-transform:translateY(-15px);
	-moz-transform:translateY(-15px);
	transform:translateY(-15px);
}
.fun-facts .single-fact i {
	font-size: 40px;
	color: #fff;
	margin-bottom: 30px;
}
.fun-facts .single-fact .number {
	color: #fff;
	font-weight: 700;
	font-size: 40px;
	margin-bottom: 15px;
	position: relative;
	display: block;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s eas;
}
.fun-facts .single-fact p {
	color: #eee;
	font-size: 20px;
}
/*=============================
	End Fun Facts CSS
===============================*/

/*=============================
	Blogs CSS
===============================*/
.blog {
	background: #fff;
}
.blog .blog-slider{
	margin-top: 30px;
}
.blog .single-blog {
	position: relative;
	margin: 30px 0 0;
	background: #fff;
	border-radius: 10px;
	-webkit-box-shadow:0 0 40px 5px rgb(0 0 0 / 7%);
	-moz-box-shadow:0 0 40px 5px rgb(0 0 0 / 7%);
	box-shadow:0 0 40px 5px rgb(0 0 0 / 7%);
	margin:5px;
}
.blog .blog-head{
	overflow:hidden;
	border-radius: 10px;
}
.blog .blog-head:before{
	z-index:35;
	opacity:0;
	visibility:hidden;
}
.blog .single-blog:hover .blog-head:before{
	opacity:0.5;
	visibility:visible;
}
.blog .single-blog img{
	width:100%;
	border-radius: 10px;
}
.blog .single-blog:hover img{
	transform:scale(1.2) rotate(5deg);
}
.blog .blog-head .date {
	position: absolute;
	left: 12px;
	top: 12px;
	text-align: center;
	border-radius: 100%;
	background: #0ea5e9;
	width: 70px;
	height: 70px;
	line-height: 70px;
	z-index: 33;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	transform: scale(0);
	opacity:0;
	visibility:hidden;
	z-index:36;
}
.blog .single-blog:hover .date{
	transform: scale(1);
	opacity:1;
	visibility:visible
}
.blog .blog-head .date h4 {
	font-size: 25px;
	font-weight: 600;
	color: #fff;
	padding-top: 10px;
}
.blog .blog-head .date h4 span {
	font-size: 15px;
	font-weight: 600;
	color: #fff;
	display: block;
}
.blog .blog-main {
	margin-top: 50px;
	background: #f6f6f6;
	position: relative;
}
.blog .blog-content {
	padding: 20px;
}
.blog .blog-content .blog-title {
	font-size: 18px;
	margin-bottom: 5px;
}
.blog .blog-content .blog-title a{
	color:#252525;
}
.blog .blog-content .btn {
	color: #fff;
	margin-top: 20px;
	padding: 12px 30px;
	background: #0ea5e9;
	border-radius: 10px;
}
.blog .blog-content .btn:before{
	background:#252525;
}
.blog .blog-content .btn i{
	margin-left:5px;
}
.blog .blog-info{
	margin-bottom:5px;
}
.blog .blog-info a {
	color: #777;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #e7e7e7;
	font-weight: 500;
}
.blog .blog-info a:last-child{
	border-right:0px;
	margin-right:0px;
	padding-right:0px;
}
.blog .blog-info a i {
	margin-right: 5px;
	text-align: center;
	border-radius: 100%;
	font-size: 13px;
	color: #0ea5e9;
}

.blog-slider .single-blog{
	box-shadow: 0 3px 15px rgb(0 0 0 / 5%);
	margin: 14px;
}
.blog-slider .single-blog:hover{
	box-shadow: 0 3px 20px rgb(0 0 0 / 7%);
}

.blog .owl-nav{
width: 100%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin: 0;
}
.blog:hover .owl-nav{
	opacity:1;
	visibility:visible;
}
.blog .owl-carousel .owl-nav button {
	height: 48px;
	width: 48px;
	line-height: 48px;
	top: 50%;
	background: #666;
	color: #fff;
	font-size: 25px;
	position: absolute;
	border: none;
	margin: 0;
	padding: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 100%;
	margin-top: -24px;
}
.blog .owl-carousel .owl-nav button:hover{
	color:#fff;
	background: #1e3a8a;
}
.blog .owl-carousel .owl-nav .owl-prev{
	left:-75px;
}
.blog .owl-carousel .owl-nav .owl-prev:hover{
	left:-65px;
}
.blog .owl-carousel .owl-nav .owl-next{
	right:-75px;
}
.blog .owl-carousel .owl-nav .owl-next:hover{
	right:-65px;
}
.blog .owl-dots{
	margin-top:50px;
	text-align: center;
}
.blog .owl-dots .owl-dot{
	margin-right:5px;
}
.blog .owl-dots .owl-dot:last-child{
	margin-right:0px;
}
.blog .owl-dots .owl-dot span{
	width: 8px;
	height: 8px;
	background: #1e3a8a;
	display: block;
	line-height: 12px;
	border-radius: 50px;
	margin:0;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.blog .owl-dots .owl-dot.active span {
	border-color: transparent;
	width: 30px;
	height: 8px;
}
/* Bogs Archives */
.blog.b-archives{
	padding: 60px 0 90px;
}
.blog.b-archives .single-blog{
	margin:30px 0 0;
}
/* Pagination */
.blog.b-archives .pagination-main{
	text-align:center;
}
.blog.b-archives .pagination {
	display: block;
	padding-left: 0;
	margin: 50px 0 0;
	border-radius: 4px;
	text-align: center;
	display:inline-block;
}
.blog.b-archives .pagination li {
	float: left;
	margin-right: 5px;
}
.blog.b-archives .pagination li a {
	padding: 12px 25px;
	border: none;
	display: block;
	background: #252525;
	color: #fff;
    border-radius: 10px;
}
.blog.b-archives .pagination li:hover a, 
.blog.b-archives .pagination li.active a {
	color: #fff;
	background: #0ea5e9;
}
/* Blog Single CSS */
.blog.b-archives.single .blog-detail{
	-webkit-box-shadow: 0 0 30px 15px rgb(0 0 0 / 5%);
    -moz-box-shadow: 0 0 30px 15px rgb(0 0 0 / 5%);
    box-shadow: 0 0 30px 15px rgb(0 0 0 / 5%);
    margin-top: 30px;
    padding: 30px;
    border-radius: 10px;
}

.blog .single-blog-image img{
    border-radius: 10px;
}

.blog .single-blog-inner-img img{
	border-radius: 10px;
}

.blog.b-archives.single .blog-info {
	margin: 0;
}
.blog.b-archives.single .blog-info a {
	margin-right: 10px;
	color: #666;
	font-size: 14px;
}
.blog.b-archives.single .blog-info a:last-child{
	margin:0;
}
.blog.b-archives.single .blog-info a i {
	margin-right: 10px;
}
.blog.b-archives.single .detail-content .blog-title {
	font-size: 30px;
	margin-bottom: 20px;
}
.blog.b-archives.single .blog-title a{
	color:#252525;
}
.blog.b-archives.single .detail-content p{
	margin-bottom:20px;
}
.blog.b-archives.single .detail-content p:last-child{
	margin:0;
}
.blog.b-archives.single .detail-content{
	margin-top:20px;
}
.blog.b-archives.single .blockquote {
	padding-left: 20px;
	margin-left: 20px;
	border-left: 3px solid #0ea5e9;
	background: #f6f6f6;
	padding: 21px;
}
.blog.b-archives.single .blockquote p{
	color:#252525;
	font-size:15px;
}
/* Blog Bottom */
.blog.b-archives.single .blog-bottom {
	overflow: hidden;
	margin-top: 30px;
}
.blog.b-archives.single .blog-bottom li:before{
	display:none;
}
.blog.b-archives.single .blog-bottom .share  li {
	position: relative;
	padding-left: 0px;
	margin-right:5px;
	display: inline-block;
}
.blog.b-archives.single .blog-bottom .share{
	float:left;
}
.blog.b-archives.single .blog-bottom .share li a {
	color: #0ea5e9;
	position: relative;
	display: block;
	width: 30px;
	height: 30px;
	line-height: 26px;
	text-align: center;
	border-radius: 100%;
	border:2px solid #0ea5e9;
}
.blog.b-archives.single .blog-bottom .share li a:hover{
	background: #0ea5e9;
	color: #fff;
}
.blog.b-archives.single .blog-bottom  .prev-next{
	float:right;
}
.blog.b-archives.single .blog-bottom .prev-next li {
	display: inline-block;
	padding: 0;
}
.blog.b-archives.single .blog-bottom .prev-next li a {
	display: block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 17px;
	color: #fff;
	background: #0ea5e9;
	border-radius: 8px;
}
.blog.b-archives.single .blog-bottom .prev-next li a:hover{
	background:#252525;
}
/* Blog Comments*/
.blog.b-archives.single .comment-main {
	margin-top: 25px;
	padding-top: 25px;
	border-top: 1px solid #e6e6e6;
}
.blog.b-archives.single .comment-title{
	margin-bottom:20px;
}
.blog.b-archives.single .comment-title h2 {
	font-size: 22px;
	color: #252525;
}
.blog.b-archives.single .comment-title p {
	font-size: 20px;
	color: #666;
	margin-top:5px;
}

.blog .comment-single{
	margin-top:30px
}

.blog .comment-single img{
    width: 80px;
	height: 80px;
	border-radius: 50px;
}

.blog .comment-single .comment-link{
    color: #0ea5e9;
}

.blog .comment-single .comment-link:hover{
    color: #252525;
}

.blog .comment-single-reply{
	margin-left: 30px;
}

.blog.b-archives.single .form-group{
	margin-bottom:20px;
}
.blog.b-archives.single .form-group input{
	box-shadow:none;
	text-shadow:none;
	border:none;
	font-size:15px;
	color:#666666;
	border-radius: 8px;
	outline: none;
	width:100%;
	padding-left:15px;
	text-transform:capitalize;
	height:50px;
	border:1px solid #eeeeee;
}
.blog.b-archives.single .form-group input:focus,.blog.b-archives.single .form-group textarea:focus{
	border-color: #0ea5e9;
}
.blog.b-archives.single .form-group textarea{
	box-shadow:none;
	text-shadow:none;
	border:none;
	font-size:15px;
	padding:15px;
	resize:none;
	color:#666666;
	border-radius: 8px;
	outline: none;
	text-transform:capitalize;
	width:100%;
	border:1px solid #e7e7e7;
}
.blog.b-archives.single .form-group input:hover,
.blog.b-archives.single .form-group textarea:hover{
	padding-left:25px;
}
.blog.b-archives.single .form-group button {
	color: #fff;
	background: #0ea5e9;
	border-radius: 10px;
	font-family: 16px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.blog.b-archives.single .form-group button:hover{
	background:transparent;
}
.blog.b-archives.single .form-group button:before{
	background:#252525;
}
/*=============================
	End Blogs CSS
===============================*/

/*=============================
   Sidebar
===============================*/
/* Blog Sidebar */
.blog-sidebar {
	margin-top: 30px;
}
.blog-sidebar.left{
	border-left:0px;
}
.blog-sidebar .search{
	position:relative;
}
.blog-sidebar .search input {
	width: 100%;
	height: 52px;
	box-shadow: none;
	text-shadow: none;
	border: none;
	border: 1px solid #e7e7e7;
	font-size: 16px;
	border-radius: 10px;
	color: #6c6c6c;
	padding: 0 48px 0 20px;
}
.blog-sidebar .search .button {
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 52px;
	line-height: 52px;
	box-shadow: none;
	text-shadow: none;
	text-align: center;
	border: none;
	font-size: 15px;
	color: #fff;
	background: #0ea5e9;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 10px;
}
.blog-sidebar .search .button:hover{
	background:#00000b;
	color:#fff;
}
.blog-sidebar .single-widget {
	margin-top: 30px;
	-webkit-box-shadow: 0 0 30px 15px rgb(0 0 0 / 5%);
	-moz-box-shadow: 0 0 30px 15px rgb(0 0 0 / 5%);
	box-shadow: 0 0 30px 15px rgb(0 0 0 / 5%);
	background: #F6F9FF;
	padding: 30px;
	border-radius: 10px;
}
.blog-sidebar .single-widget h3 {
	font-size: 20px;
	margin-bottom: 20px;
}

.blog-sidebar .single-widget.categories ul{}
.blog-sidebar .single-widget.categories ul li {
	margin-bottom: 15px;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 15px;
}
.blog-sidebar .single-widget.categories ul li:last-child{
	margin:0;
	padding:0;
	border:none;
	border:none;
}
.blog-sidebar .single-widget.categories ul li a{
	color:#252525;
}
.blog-sidebar .single-widget.categories ul li a:hover{
	color:#0ea5e9;
}
.blog-sidebar .single-widget.categories ul li a span {
	float: right;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #0ea5e9;
	color: #0ea5e9;
	border-radius: 100%;
	text-align: center;
	font-size: 13px;
}
.blog-sidebar .single-widget.categories ul li i{
	margin-right:5px;
}
.blog-sidebar .single-post {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e6e6e6;
	overflow: hidden;
}
.blog-sidebar .single-post:last-child{
	border:none;
	margin-bottom:0px;
	padding-bottom:0px;
}
.blog-sidebar .post-img {
	float: left;
	width: 70px;
	margin-right: 10px;
}
.blog-sidebar .post-img img {
	width: 64px;
	height: 64px;
	border-radius: 10px;
}
.blog-sidebar .post-info h4 {
	color: #252525;
	font-size: 15px;
	margin-bottom: 5px;
}
.blog-sidebar .post-info h4 a {
	color: #252525;
}
.blog-sidebar .post-info h4 a:hover {
	color: #0ea5e9;
}
.blog-sidebar .post-info span{
	color:#666;
}
.blog-sidebar .post-info span i{
	margin-right:5px;
	color: #0ea5e9;
}
.blog-sidebar .single-course {
	overflow: hidden;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e6e6e6;
}
.blog-sidebar .single-course:last-child{
	padding:0;
	margin:0;
	border:none;
}
.blog-sidebar .single-course img {
	width: 64px;
	height: 64px;
	border-radius: 10px;
	float: left;
	margin:0 15px 0 0 !important;
}
.blog-sidebar .course-content h4{
	font-size:15px;
}
.blog-sidebar .course-content a {
	color: #252525;
}
.blog-sidebar .course-content a:hover {
	color: #0ea5e9;
}
.blog-sidebar .course-content .meta {
	color: #666;
	font-size: 14px;
	font-weight: 500;
}
.blog-sidebar .course-content .meta span{
	margin-left:10px;
}
.blog-sidebar .course-content .meta span i{
	margin-right:5px;
	color: #0ea5e9;
}
.blog-sidebar .calendar li{
	margin-bottom:12px;
	padding-bottom:12px;
	border-bottom:1px solid #e7e7e7;
}
.blog-sidebar .calendar li:last-child{
	margin:0;
	padding:0;
	border:none;
}
.blog-sidebar .calendar li a{
	color:#252525;
	font-size:15px;
}
.blog-sidebar .calendar li a i{
	margin-right:10px;
	color:#777;
}

.blog-sidebar .social a i{
	margin-right: 5px;
	color: #0ea5e9;
	font-size: 16px;
	width: 35px;
	height: 35px;
	line-height: 30px;
	border:2px solid #0ea5e9;
	border-radius: 50px; 
	text-align: center;
}

.blog-sidebar .social a i:hover{
	background: #0ea5e9;
	color: #fff;
}
.blog-sidebar .tags h3{
	margin-bottom:10px;
}
.blog-sidebar .tags ul{
	margin-left:-10px;
}
.blog-sidebar .tags ul li {
	display: inline-block;
	margin-top: 10px;
	padding-left:10px;
}
.blog-sidebar .tags ul li a {
	border: 1px solid #e7e7e7;
	display: block;
	padding: 5px 10px;
	border-radius: 10px;
	color: #777;
}
.blog-sidebar .tags ul li a:hover {
	background: #0ea5e9;
	color: #fff;
	border: 1px solid #0ea5e9;
}
/*=============================
	End blog Sidebar
===============================*/

/*=============================
	About US CSS
===============================*/
.about-us {
	background: #fff;
	padding: 60px 0 90px;
}
.about-us .single-image,
.about-us .about-text{
	margin-top:30px;
}
.about-us .single-image{
	position:relative;
}
.about-us .single-image:before{
	opacity:0;
	visibility:hidden;
	border-radius: 15px;
}
.about-us .single-image:hover:before{
	opacity:0.6;
	visibility:visible;
}
.about-us .single-image img {
	width: 100%;
	border-radius: 15px;
	position: relative;
}
.about-us .single-image .btn {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 70px;
	height: 70px;
	line-height: 70px;
	background: #fff;
	z-index: 9;
	color: #252525;
	padding: 0;
	font-size: 26px;
	border-radius: 100%;
	margin: -35px 0 0 -35px;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.about-us .single-image .btn:hover{
	color: #1e3a8a;
}

.about-us .single-image .btn::before {
	content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 80px;
    width: 80px;
    background: rgb(255, 255, 255);
    z-index: -1;
    border-radius: 50%;
    transform: translate(-50%,-50%);
    animation: pulse-border 1500ms ease-out infinite;
}

@keyframes pulse-border {
	0% {
	  transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
	  opacity: 1;
	  }
	100% {
	  transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
	  opacity: 0;
	  }
}


.about-us .about-text h2 {
	font-size:30px;
	margin-bottom:20px;
	position:relative;
}
.about-us .about-text h2:before{
	position:absolute;
	left:0;
	bottom:-1px;
	width:60px;
	height:2px;
	content:"";
}
.about-us .about-text p{
	margin-bottom:15px;
}
.about-us .about-text p:last-child{
	margin:0;
}
.about-us .about-text .button{
	margin-top:30px;
}
.about-us .about-text .btn{
	color:#fff;
	background: #1e3a8a;
	border-radius: 10px;
}
.about-us .about-text .btn:before{
	background:#252525;
}

.about-us .signature{
	margin-top:35px;
}
.about-us .signature .name {
	font-size: 20px;
	font-weight: 600;
	margin-top: 20px;
	text-transform: uppercase;
}
.about-us .signature .name span {
	display: block;
	color: #777;
	margin-top: 5px;
	font-size: 15px;
}
/*=============================
	End About US CSS
===============================*/

/*=============================
	Faqs CSS
===============================*/
.faq .faq-content{
	margin-top:30px;
}
.faq .text-content {
	text-align: left;
	padding: 0 60px 0 0;
	margin-bottom:30px;
}
.faq .text-content h2 {
	font-size: 38px;
	margin-bottom: 25px;
}
.faq .text-content p{
	font-size:16px;
}
.faq .panel-group{
	margin: 0;
	text-align:left;
}
.faq .panel {
	background:#fff;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	margin: 0 0 2px;
}
.faq .panel-heading{
	background:none;
}
.faq .faq-title a {
	padding: 20px;
	font-size: 16px;
	position: relative;
	color: #5e5e5e;
	background: #f6f7f8;
	width: 100%;
	display: block;
	margin-top: 20px;
	border-radius: 10px;
}
.faq .faq-title a::after {
	content:"\f068";
	font-family: 'Font Awesome 5 Pro';
	top: 50%;
	margin-top:-5px;
	right: 24px;
	position: absolute;
	background:transparent;
	width: 10px;
	height: 10px;
	line-height: 10px;
	color: #fff;
	border-radius: 0px;
	text-align: center;
	font-size: 17px;
}
.faq .panel.active .faq-title a{
	color:#fff;
	background: #1e3a8a;
	text-decoration:none;
}
.faq .faq-title a.collapsed::after {
	content:"\f067";
	color: #191919;
	background:transparent;
}
.faq .faq-body {
	padding: 20px;
	color: #464646;
	font-size: 14px;
	box-shadow: none;
	text-shadow: none;
}
.faq .panel-default {
	border:none;
	box-shadow:none;
	text-shadow:none;
}
.faq .faq-img img{
	width:100%;
}
/*=============================
	End Faqs CSS
===============================*/

/*=============================
	404 CSS
===============================*/
.error-page {
	padding: 90px 0;
}
.error-page .error-inner {
	text-align: center;
	flex-direction: initial;
	height: auto;
	text-align: center;
	z-index:10;
	position:relative;
}
.error-page .error-inner h2 {
	color: #1e3a8a;
	font-size: 120px;
}
.error-page .error-inner h2 span {
	display: inline-block;
	font-size: 150px;
	color: #252525;
}
.error-page .error-inner p {
	color: #252525;
	font-weight: 400;
	line-height: 24px;
	font-size: 20px;
	padding: 0 50px;
}
.error-page .search-form {
	width: 100%;
	position: relative;
	margin-top: 25px;
}
.error-page .search-form input {
	width: 100%;
	height: 55px;
	padding: 0px 78px 0 30px;
	border: none;
	outline: none;
	background: #f6f6f6;
	text-transform: none;
	border-radius:50px;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
	box-shadow:none;
}
.error-page .search-form input:hover{
	padding-left:40px;
}
.error-page .search-form .btn {
	position: absolute;
	right: -1px;
	top: 0;
	padding: 0;
	width: 80px;
	height: 55px;
	cursor: pointer;
	color: #fff;
	background: #1e3a8a;
	cursor:pointer;
	border-radius:50px;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
	border:none;
	box-shadow:none;
}
.error-page .search-form .btn:hover{
	background:#252525;
	color:#fff;
}

.error-page .error-inner .button .btn{
	background: #1e3a8a;
	color: #fff;
	border-radius: 10px;
	margin-top: 30px;
}

.error-page .error-inner .button .btn::before{
    background: #252525;
}


/*=============================
	End 404 CSS
===============================*/

/*=============================
	Contact CSS
===============================*/
.contact .contact-bottom{
	margin-top:30px;
}
.contact .contact-info {
	text-align: left;
	margin-top: 30px;
	position: relative;
	padding-left: 100px;
}
.contact .contact-info .icon {
	position: absolute;
	left: 0;
}
.contact .contact-info .icon i {
	width: 70px;
	height: 70px;
	line-height: 64px;
	border: 2px solid #1e3a8a;
	color: #1e3a8a;
	font-size: 25px;
	border-radius: 100%;
	text-align: center;
}
.contact .contact-info h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 5px;
}
.contact .contact-info a {
	color: #777;
}
.contact .contact-info p {
	color: #777;
	font-size: 20px;
}
.contact .contact-map{
	margin-top:20px;
}

.contact .contact-map iframe{
	border-radius: 10px;
}

.contact .contact-head {
	overflow: hidden;
}
.contact .form-head{
	margin:20px;
	box-shadow: 0 0 20px 2px rgb(0 0 0 / 5%);
	border-radius: 10px;
	padding: 30px;
}
.contact .form-head .form-group{
	margin-bottom: 15px;
}
.contact .form-head .form-group label{
	margin-bottom: 5px;
}
.contact .form-head .form-group input {
	height: 50px;
	width: 100%;
	padding-left: 15px;
	box-shadow: none;
	text-shadow: none;
	border: none;
	border: 1px solid #eeeeee;
	border-radius: 8px;
	outline: none;
	color: #666666;
	font-size: 15px;
}
.contact .form-head .form-group input:focus,.contact .form-head .form-group textarea:focus{
	border-color: #1e3a8a;
}
.contact .form-head .form-group input:hover,
.contact .form-head .form-group textarea:hover{
	padding-left:25px;
}
.contact .form-head .form-group textarea {
	height: 192px;
	width: 100%;
	font-size: 15px;
	padding-left: 15px;
	padding-top: 18px;
	box-shadow: none;
	text-shadow: none;
	border-radius: 8px;
	border: none;
	border: 1px solid #eeeeee;
	color: #666666;
	outline: none;
	resize: none;
}
.contact .form-head .form-group .button{
	margin-top:20px;
}
.contact .form-head .form-group .btn{
	border-radius: 10px;
	background: #1e3a8a;
}
.contact .form-head .form-group button {
	color: #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.contact .form-head .form-group button:before{
	background:#252525;
}
.contact .form-head .form-group button:hover{
	background:transparent;
}
/*=============================
	End Contact CSS
===============================*/



/*=============================
	gallery css
===============================*/
.gallery{
	background: #F6F9FF;
	padding: 90px 0;
}

.gallery-single{
	margin-bottom: 25px;
	position: relative;
}

.gallery-single img{
    border-radius: 10px;
}

.gallery-single .btn {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 100%;
	line-height: 50px;
	padding: 0;
	margin: -25px 0 0 -25px;
	color: #fff;
	background: #0ea5e9;
	-webkit-transform: scale(3);
	-moz-transform: scale(3);
	transform: scale(3);
	opacity:0;
	visibility:hidden;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
	z-index:35;
}
.gallery-single:hover .btn{
	transform:scale(1);
	opacity:1;
	visibility:visible
}
.gallery-single .overlay::before{
	opacity:0;
	visibility:hidden;
	z-index:34;
	border-radius: 10px;
}
.gallery-single:hover .overlay::before{
	opacity:0.5 !important;
	visibility:visible !important;
}

/*=============================
	clients css
===============================*/
.clients{
	padding: 30px 0;
	background: #F6F9FF;
}

.clients .owl-item{
	padding: 20px;
}

/*=============================
	Footer CSS
===============================*/
.footer {
	background: #3B3944 !important;
	background-image: none !important;
}
.footer .container{
	position: relative;
}
.footer::before {
	opacity: 0.9;
}

.footer .logo img{
    width: 220px;
}

.footer a,
.footer p{
	color:#eee;
	font-weight:400;
}
.footer .footer-top {
	padding: 60px 0 90px;
}
.footer .single-widget{
	margin-top:30px;
}
.footer .single-widget h2 {
	font-size: 20px;
	margin-bottom: 20px;
	padding-bottom: 16px;
	color: #fff;
	position: relative;
}
.footer .single-widget h2:before{
	position:absolute;
	bottom:-1px;
	left:0;
	content:"";
	width:50px;
	height:2px;
}
.footer .about p {
	margin-top: 20px;
}
.footer .list{
	margin-top:20px;
}
.footer .list li {
	line-height: 30px;
	color: #fff;
}
.footer .list li a{
	color:#fff;
}
.footer .list li i {
	color: #0ea5e9;
	margin-right: 15px;
}
.footer .useful-links ul li {
	position: relative;
	line-height: 36px;
}
.footer .useful-links ul li a {
	color: #fff;
	font-size: 15px;
}
.footer .useful-links ul li a:hover{
	color: #0ea5e9;
	padding-left:10px;
}
.footer .useful-links ul li i{
	margin-right:10px;
}
.footer .single-news {
	position: relative;
	padding-left: 85px;
	margin-bottom: 15px;
}
.footer .single-news:last-child{
	margin:0;
}
.footer .single-news img {
	width: 70px;
	position: absolute;
	left: 0;
	border-radius: 10px;
	top: 10px;
}
.footer .single-news h4 a {
	color: #fff;
	font-size: 15px;
	font-weight: bold;
}
.footer .single-news h4 a:hover{
	color: #0ea5e9;
}
.footer .single-news p{
	padding-right:50px;
}
.footer .newsletter .title{
	font-size:26px;
	font-weight:600;
	color:#fff;
}
.footer .newsletter .form{
	position:relative;
	margin-top:20px;
}
.footer .newsletter .form input {
	width: 100%;
	height: 50px;
	line-height: 50px;
	color: #2c2c2c;
	box-shadow: none;
	text-shadow: none;
	border: none;
	padding: 0px 50px 0px 20px;
	font-size: 16px;
	border-radius: 8px;
	outline: none;
}
.footer .newsletter .button {
	position: absolute;
	right:4px;
	top: 4px;
	width: 60px;
	height: 42px;
	color: #fff;
	background: #0ea5e9;
	border-radius: 8px;
	box-shadow: none;
	font-size: 20px;
	text-shadow: none;
	border: none;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.footer .newsletter .button:hover{
	background:#252525;
	color:#fff;
}
.footer .bottom-head {
	padding: 6px 0 20px 0;
	border-top: 1px solid rgba(231, 231, 231, 0.25);
}
.footer .bottom-head a{
	color: #0ea5e9;
}
.footer .social {
	margin-top: 50px;
}
.footer .social li {
	display: inline-block;
	margin-right: 5px;
}
.footer .social li:last-child{
	margin:0;
}
.footer .social li a {
	display: block;
	height: 42px;
	width: 42px;
	font-size: 16px;
	line-height: 42px;
	background: rgba(69, 69, 69, 0.5);
	text-align: center;
	margin: 0;
	padding: 0;
	border-radius: 100%;
	color: #0ea5e9;
}
.footer .social li a:hover{
	background:#fff;
}
.footer .copyright {
	text-align: center;
	margin-top: 15px;
}
.footer .copyright p {
	font-size: 20px;
	color: #fff;
	text-transform: none;
}
.footer .copyright a:hover{
	color:#fff;
}
/*=============================
	End Footer CSS
===============================*/

/* ===== BOSCO THEME ===== */

/* Navbar */
.header .header-menu {
    background: linear-gradient(90deg, #0ea5e9, #1e3a8a) !important;
}

/* Topbar iconos */
.header .content li i,
.header .single-widget i {
    color: #0ea5e9 !important;
    border-color: #0ea5e9 !important;
}

/* Botones */
.btn,
.btn.primary,
.header .button .btn {
    background: linear-gradient(90deg, #0ea5e9, #1e3a8a) !important;
    color: #fff !important;
}

/* Hover */
.btn:hover {
    background: #1e3a8a !important;
}

/* Texto resaltado */
.section-title h2 span,
.home-slider h1 span {
    color: #0ea5e9 !important;
}

/* Slider botón principal */
.home-slider .btn.primary {
    background: #0ea5e9 !important;
}

/* Cards hover */
.courses .course-meta .price,
.courses .course-rating,
.courses .meta-left i {
    color: #0ea5e9 !important;
}

/* CTA */
.cta .cta-inner:before {
    background: linear-gradient(90deg, #0ea5e9, #1e3a8a) !important;
}

/* Enroll */
.enroll .form-title {
    background: #0ea5e9 !important;
}

/* Footer */
.footer {
    background: #3B3944 !important;
}

/* BOTÓN FLOTANTE */
.btn-aula-float {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 9999;

    display: flex;
    align-items: center;
    gap: 15px;

    background: linear-gradient(90deg, #0ea5e9, #1e3a8a);
    color: #fff;

    padding: 15px 25px;
    border-radius: 10px;

    font-weight: 600;
    text-decoration: none;

    box-shadow: 0 10px 25px rgba(0,0,0,0.3);

    transition: 0.3s;
}

/* ICONO */
.btn-aula-float .icono {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 3px solid #fff;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 18px;
}

/* TEXTO */
.btn-aula-float .texto {
    line-height: 1.2;
    font-size: 16px;
}

/* HOVER */
.btn-aula-float:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.4);
}

/* BOTÓN */
.wa-container {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99999; /* 🔥 más alto que todo */
}
.wa-button {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 9999;

    width: 70px;
    height: 70px;
    background: #25D366;

    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 38px;
    color: #fff;
    cursor: pointer;

    box-shadow: 0 10px 25px rgba(0,0,0,0.3);
}

/* POPUP */
.wa-popup {
    position: fixed;
    bottom: 90px;
    right: 20px;
    width: 280px;

    background: #fff;
    border-radius: 12px;
    overflow: hidden;

    box-shadow: 0 10px 30px rgba(0,0,0,0.3);

    display: none;
}

/* HEADER */
.wa-header {
    background: #128C7E;
    color: #fff;
    padding: 12px 15px;
    font-weight: bold;

    display: flex;
    justify-content: space-between;
}

.wa-header .close {
    cursor: pointer;
}

/* BODY */
.wa-body {
    padding: 15px;
}

.wa-option {
    display: block;
    background: #f5f5f5;
    padding: 12px;
    margin-top: 10px;
    border-radius: 8px;
    text-decoration: none;
    color: #333;
    font-weight: 500;

    transition: 0.3s;
}

.wa-option:hover {
    background: #0ea5e9;
    color: #fff;
}

.slider-form {
	background: rgba(10, 25, 70, 0.15); /* azul oscuro transparente */
	backdrop-filter: blur(10px); /* efecto glass (clave 🔥) */
	-webkit-backdrop-filter: blur(10px);
	padding: 25px;
	border-radius: 10px;
	box-shadow: 0 10px 30px rgba(0,0,0,0.3);
	max-width: 420px;
	margin-left: auto;
	color: #fff;
	border: 1px solid rgba(255,255,255,0.2);
	margin-top: 60px; /* ajusta: 40px, 80px según te guste */
}

/* título */
.slider-form h3 {
	font-size: 22px;
	margin-bottom: 15px;
	color: #fff;
}

/* inputs */
.slider-form input {
	width: 100%;
	margin-bottom: 12px;
	padding: 12px;
	border: none;
	border-radius: 6px;
	font-size: 14px;
	background: rgba(255,255,255,0.1);
	color: #fff;
}

/* placeholder blanco suave */
.slider-form input::placeholder {
	color: rgba(255,255,255,0.7);
}

/* botón */
.slider-form button {
	background: #ff2d2d; /* rojo tipo EAE */
	color: #fff;
	border: none;
	padding: 12px;
	font-weight: bold;
	border-radius: 6px;
	transition: 0.3s;
}

.slider-form button:hover {
	background: #cc0000;
}

.single-slider.overlay::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(to right, rgba(0,0,0,0.7), rgba(0,0,0,0.3));
	top: 0;
	left: 0;
}

.form-left {
	margin-right: auto;
	margin-left: 0;
}

.slider-text.text-end {
	padding-left: 40px;
}

.texto-legal-footer{
    line-height: 1.9;
    color: #ccc;
    font-size: 15px;
}

.footer-top{
    padding: 70px 0 40px !important;
}

.footer .single-widget{
    margin-bottom: 30px;
}

.footer-bottom{
    padding: 20px 0;
}



.footer{
    height: auto !important;
    min-height: auto !important;
}

.footer-top{
    padding: 2px 0 2px !important;
}

.footer-bottom{
    padding: 2px 0 !important;
}

.footer .single-widget{
    margin-bottom: 20px !important;
}


.about-image img{
    border-radius: 18px;
    width: 100%;
    box-shadow: 0 10px 30px rgba(0,0,0,0.12);
}

.sub-title{
    display: inline-block;
    margin-bottom: 15px;
    color: #0d6efd;
    font-weight: 700;
    letter-spacing: 1px;
}

.about-text h2{
    font-size: 42px;
    margin-bottom: 25px;
    font-weight: 800;
}

.about-text p{
    font-size: 17px;
    line-height: 1.9;
    color: #666;
    margin-bottom: 18px;
}


/* MISION / VISION */

.info-card{
    background: #fff;
    padding: 35px;
    border-radius: 18px;
    height: 100%;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    transition: 0.3s;
}

.info-card:hover{
    transform: translateY(-5px);
}

.info-card .icon{
    font-size: 40px;
    margin-bottom: 15px;
}

.info-card h3{
    margin-bottom: 15px;
    font-size: 28px;
    font-weight: 700;
}

.info-card p{
    color: #666;
    line-height: 1.8;
}


/* VALORES */

.valor-card{
    background: #fff;
    border-radius: 15px;
    padding: 30px;
    margin-bottom: 25px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    transition: 0.3s;
    height: 100%;
}

.valor-card:hover{
    transform: translateY(-5px);
}

.valor-card h4{
    margin-bottom: 12px;
    font-size: 22px;
    font-weight: 700;
}

.valor-card p{
    color: #666;
    line-height: 1.7;
}

#breadcrumbs{
    margin-bottom: 40px;
    font-size: 15px;
    color: #666;
}

#breadcrumbs a{
    color: #0d6efd;
    font-weight: 600;
    text-decoration: none;
}

.courses.section{
    padding-top: 50px;
}

.program-section{
    padding: 80px 0;
}

.program-content h2,
.section-title-left h2{
    font-size: 48px;
    font-weight: 800;
    color: #1f4cb8;
    margin-bottom: 20px;
}

.program-content h2 span{
    color:#1f4cb8;
}

.program-content p,
.section-title-left p{
    font-size: 22px;
    line-height: 1.5;
    color: #666;
}

.program-image img{
    width: 100%;
    border-radius: 25px;
}

.program-btn{
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-top: 30px;
    font-weight: 700;
    color: #1f4cb8;
    text-decoration: none;
}

.program-data{
    padding: 80px 0;
    background: #fafafa;
}

.data-card{
    margin-top: 40px;
}

.data-card .icon{
    font-size: 60px;
    color: #8d63d2;
    margin-bottom: 20px;
}

.data-card h4{
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #1f4cb8;
}

.data-card p{
    font-size: 18px;
    color: #666;
    line-height: 1.7;
}

.program-benefits{
    padding: 80px 0;
}

.benefit-card img{
    width: 100%;
    border-radius: 20px;
    margin-bottom: 20px;
}

.benefit-card h4{
    font-size: 28px;
    font-weight: 700;
    color: #1f4cb8;
    margin-bottom: 15px;
}

.benefit-card ul{
    padding-left: 20px;
}

.benefit-card li{
    font-size: 18px;
    color: #666;
    margin-bottom: 10px;
}

.curriculum-section{
    padding: 90px 0;
    background: #FFFFFF;
}

.curriculum-card{
    background: #fff;
    border-radius: 20px;
    padding: 35px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    height: 100%;
    transition: 0.3s;
}

.curriculum-card:hover{
    transform: translateY(-5px);
}

.curriculum-header span{
    display: inline-block;
    background: #0d6efd;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 30px;
    margin-bottom: 15px;
}

.curriculum-header h4{
    font-size: 28px;
    font-weight: 700;
    color: #1f4cb8;
    margin-bottom: 25px;
}

.curriculum-card ul{
    padding-left: 20px;
    margin: 0;
}

.curriculum-card ul li{
    font-size: 17px;
    color: #666;
    margin-bottom: 12px;
    line-height: 1.7;
}

.section-title-left h2{
    font-size: 48px;
    font-weight: 800;
    color: #1f4cb8;
    margin-bottom: 15px;
}

.section-title-left p{
    font-size: 20px;
    color: #666;
}

.register-section{
    padding: 100px 0;
    background: #f7f8fc;
}

.register-box{
    background: #fff;
    padding: 60px;
    border-radius: 30px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

.section-title-left h2{
    font-size: 56px;
    font-weight: 800;
    color: #1f4cb8;
    margin-bottom: 20px;
}

.section-title-left p{
    font-size: 22px;
    color: #666;
    line-height: 1.7;
}

.custom-input{
    height: 92px !important;
    border-radius: 20px;
    border: 2px solid #dfe3f1;
    font-size: 22px;
    padding-left: 30px !important;
    box-shadow: none !important;
}

.custom-input:focus{
    border-color: #0d6efd;
}

select.custom-input{
    cursor: pointer;
}

.form-check-label{
    font-size: 20px;
    color: #555;
    margin-left: 10px;
}

.form-check-input{
    width: 22px;
    height: 22px;
    margin-top: 4px;
}

.btn-register{
    background: linear-gradient(90deg,#1f4cb8,#0d6efd);
    color: #fff;
    border: none;
    padding: 22px 45px;
    font-size: 22px;
    font-weight: 700;
    border-radius: 18px;
    transition: 0.3s;
}

.btn-register i{
    margin-right: 10px;
}

.btn-register:hover{
    transform: translateY(-3px);
}

.custom-input{
    height: 92px;
    border-radius: 22px;
    border: 2px solid #dfe3f1;
    font-size: 22px;
    padding: 0 30px;
    color: #333;
    box-shadow: none !important;
    display: flex;
    align-items: center;
}

/* INPUT */
input.custom-input{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    line-height: 92px !important;
}

/* PLACEHOLDER */
input.custom-input::placeholder{
    line-height: 92px !important;
    color: #555;
}

/* SELECT */
select.custom-input{
    padding-left: 30px !important;
}

/* FOCUS */
.custom-input:focus{
    border-color: #0d6efd;
}

.video-section{
    padding: 100px 0;
    background: #f8f9fc;
}

.video-title{
    margin-bottom: 50px;
}

.video-title h2{
    font-size: 52px;
    font-weight: 800;
    color: #1f4cb8;
    margin-bottom: 20px;
}

.video-title p{
    font-size: 22px;
    color: #666;
    line-height: 1.8;
    max-width: 900px;
    margin: auto;
}

.video-box{
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0,0,0,0.12);
}

.video-box iframe{
    width: 100%;
    height: 500px;
    display: block;
}

.hero-diplomado{
    position: relative;
    height: 700px;
    overflow: hidden;
    background: #000;
}

/* IMAGEN */
.hero-image{
    position: absolute;
    inset: 0;
}

.hero-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* OSCURECER */
.hero-overlay{
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(0,0,0,0.55) 0%,
        rgba(0,0,0,0.15) 45%,
        rgba(0,0,0,0.05) 100%
    );
}

/* CONTENIDO */
.hero-diplomado .container{
    position: relative;
    z-index: 10;
    height: 100%;
}

/* CARD */
.hero-card{
    width: 520px;
    background: #fff;
    border-radius: 0 0 30px 30px;
    padding: 60px;
    position: absolute;
    top: 90px;
    left: 0;
}


/* TITULO */
.hero-card h1{
    font-size: 54px;
    line-height: 1.05;
    font-weight: 800;
    color: #1f4cb8;
    margin-bottom: 30px;
}

/* TEXTO */
.hero-card p{
    font-size: 24px;
    line-height: 1.7;
    color: #555;
}

/* BREADCRUMB */
.hero-breadcrumb{
    position: absolute;
    bottom: 40px;
    left: 0;
    font-size: 18px;
    color: #fff;
}

.hero-breadcrumb a{
    color: #fff;
    text-decoration: none;
    font-weight: 500;
}

.hero-breadcrumb span{
    margin: 0 10px;
    opacity: .7;
}

.hero-breadcrumb strong{
    font-weight: 700;
}

/* RESPONSIVE */
@media(max-width:991px){

    .hero-diplomado{
        height: auto;
        padding: 120px 0 80px;
    }

    .hero-card{
        position: relative;
        width: 100%;
        top: auto;
    }

    .hero-card h1{
        font-size: 40px;
    }

    .hero-card p{
        font-size: 20px;
    }

    .hero-breadcrumb{
        position: relative;
        margin-top: 40px;
        bottom: auto;
    }

	.letra-pequena{
		font-size: 20px;
	}

}

.header,
.navbar,
.header-inner{
    position: relative;
    z-index: 9999;
}

.preloader{
    position: fixed;
    inset: 0;
    background: #0b2c8a;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* LOGO */
.loader-logo img{
    width: 180px;
    animation: pulseLogo 1.5s infinite ease-in-out;
}

/* ANIMACION */
@keyframes pulseLogo{

    0%{
        transform: scale(1);
        opacity: 0.7;
    }

    50%{
        transform: scale(1.08);
        opacity: 1;
    }

    100%{
        transform: scale(1);
        opacity: 0.7;
    }

}

.btn-brochure{
    width: 320px;
    height: 72px;
    background: linear-gradient(90deg,#1ea7e8,#1f3f9d);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    text-decoration: none;
    transition: 0.3s;
    margin-top: 35px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.12);
}

/* HOVER */
.btn-brochure:hover{
    transform: translateY(-3px);
    text-decoration: none;
}

/* ICONO */
.btn-icon{
    width: 42px;
    height: 42px;
    border: 2px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.btn-icon i{
    color: #fff;
    font-size: 18px;
}

/* TEXTO */
.btn-text{
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: .5px;
    line-height: 1;
}

.convenios-section{
    padding:90px 0;
    background:#f8fafc;
}

.section-title{
    text-align:center;
    margin-bottom:50px;
}

.section-title span{
    color:#0d6efd;
    font-weight:700;
    letter-spacing:2px;
    font-size:14px;
}

.section-title h2{
    font-size:42px;
    font-weight:800;
    margin-top:10px;
    color:#111827;
}

.section-title p{
    max-width:700px;
    margin:auto;
    margin-top:15px;
    color:#6b7280;
    line-height:1.8;
}

.convenios-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(180px,1fr));
    gap:25px;
    margin-bottom:50px;
}

.convenio-card{
    background:#fff;
    border-radius:18px;
    padding:30px;
    display:flex;
    align-items:center;
    justify-content:center;
    height:140px;
    box-shadow:0 10px 25px rgba(0,0,0,0.05);
    transition:0.3s;
}

.convenio-card:hover{
    transform:translateY(-8px);
}

.convenio-card img{
    max-width:100%;
    max-height:70px;
    object-fit:contain;
}

.convenios-beneficios{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:20px;
    margin-bottom:40px;
}

.beneficio-item{
    background:#fff;
    padding:15px 25px;
    border-radius:50px;
    font-weight:600;
    color:#374151;
    box-shadow:0 5px 15px rgba(0,0,0,0.05);
}

.beneficio-item i{
    color:#16a34a;
    margin-right:8px;
}

.btn-area{
    text-align:center;
}

.btn-convenios{
    background:#0d6efd;
    color:#fff;
    padding:16px 40px;
    border-radius:50px;
    text-decoration:none;
    font-weight:700;
    transition:0.3s;
}

.btn-convenios:hover{
    background:#0b5ed7;
    color:#fff;
}

/*====================================
    CONVENIOS ESTRATÉGICOS
====================================*/

section{
    position: relative;
}

.container{
    width: 90%;
    max-width: 1250px;
    margin: auto;
}

/*====================================
    TITULOS
====================================*/

.titulo-central{
    text-align: center;
    margin-bottom: 60px;
}

.titulo-central span{
    color: #0d6efd;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.titulo-central h2{
    font-size: 42px;
    font-weight: 800;
    color: #0f172a;
    margin-top: 15px;
}

.titulo-central p{
    max-width: 760px;
    margin: 18px auto 0;
    color: #64748b;
    line-height: 1.9;
    font-size: 16px;
}

/*====================================
    BENEFICIOS
====================================*/

.beneficios-convenio{
    padding: 110px 0;
    background: #f8fafc;
}

.beneficios-grid{
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(260px,1fr));
    gap: 30px;
}

.beneficio-box{
    background: #fff;
    border-radius: 22px;
    padding: 45px 35px;
    text-align: center;
    transition: .35s;
    box-shadow: 0 10px 30px rgba(0,0,0,.05);
    border: 1px solid #edf2f7;
}

.beneficio-box:hover{
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,.08);
}

.beneficio-box i{
    width: 85px;
    height: 85px;
    line-height: 85px;
    border-radius: 50%;
    background: #1A55A2;
    color: #fff;
    font-size: 32px;
    margin-bottom: 25px;
}

.beneficio-box h4{
    font-size: 22px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 15px;
}

.beneficio-box p{
    color: #64748b;
    line-height: 1.8;
}

/*====================================
    ESTADISTICAS
====================================*/

.stats-convenios{
    padding: 90px 5%;
    background: linear-gradient(135deg,#0f172a,#1e293b);
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(220px,1fr));
    gap: 30px;
}

.stat-item{
    text-align: center;
    padding: 40px 20px;
    border-radius: 20px;
    background: rgba(255,255,255,.05);
    backdrop-filter: blur(10px);
}

.stat-item h2{
    color: #fff;
    font-size: 52px;
    font-weight: 800;
    margin-bottom: 10px;
}

.stat-item span{
    color: rgba(255,255,255,.7);
    font-size: 17px;
}

/*====================================
    EMPRESA DESTACADA
====================================*/

.empresa-destacada{
    padding: 120px 0;
    background: #fff;
}

.empresa-content{
    display: grid;
    grid-template-columns: 420px 1fr;
    align-items: center;
    gap: 70px;
}

.empresa-img{
    background: #f8fafc;
    border-radius: 30px;
    padding: 50px;
    text-align: center;
    box-shadow: 0 15px 35px rgba(0,0,0,.05);
}

.empresa-img img{
    max-width: 100%;
}

.empresa-info span{
    color: #2563eb;
    font-weight: 700;
    letter-spacing: 2px;
}

.empresa-info h2{
    font-size: 42px;
    font-weight: 800;
    color: #0f172a;
    margin: 18px 0;
    line-height: 1.2;
}

.empresa-info p{
    color: #64748b;
    line-height: 1.9;
    margin-bottom: 25px;
}

.empresa-info ul{
    padding: 0;
    margin: 0 0 35px;
    list-style: none;
}

.empresa-info ul li{
    margin-bottom: 15px;
    font-weight: 500;
    color: #334155;
}

.btn-convenio{
    display: inline-block;
    background: #1A55A2;
    color: #fff;
    padding: 16px 38px;
    border-radius: 60px;
    text-decoration: none;
    font-weight: 700;
    transition: .3s;
}

.btn-convenio:hover{
    transform: translateY(-4px);
    color: #fff;
}

/*====================================
    SLIDER LOGOS
====================================*/

.logos-slider{
    overflow: hidden;
    padding: 70px 0;
    background: #fff;
}

.logos-track{
    display: flex;
    align-items: center;
    gap: 70px;
    animation: scroll 25s linear infinite;
}

.logos-track img{
    height: 65px;
    opacity: .6;
    transition: .3s;
    filter: grayscale(100%);
}

.logos-track img:hover{
    opacity: 1;
    filter: grayscale(0%);
    transform: scale(1.08);
}

@keyframes scroll{
    from{
        transform: translateX(0);
    }
    to{
        transform: translateX(-50%);
    }
}

/*====================================
    PROCESOS
====================================*/

.proceso-convenios{
    padding: 110px 5%;
    background: #f8fafc;
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
    gap: 30px;
}

.step{
    background: #fff;
    border-radius: 24px;
    padding: 45px 35px;
    text-align: center;
    position: relative;
    box-shadow: 0 10px 30px rgba(0,0,0,.05);
}

.step span{
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 50%;
    background: #1A55A2;
    color: #fff;
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 25px;
}

.step h4{
    color: #0f172a;
    font-size: 22px;
    font-weight: 700;
}

/*====================================
    TESTIMONIOS
====================================*/

.testimonios-convenios{
    padding: 110px 0;
    background: #fff;
}

.testimonio-card{
    max-width: 850px;
    margin: auto;
    background: #f8fafc;
    border-radius: 30px;
    padding: 60px;
    text-align: center;
    box-shadow: 0 15px 35px rgba(0,0,0,.05);
}

.testimonio-card p{
    font-size: 24px;
    line-height: 1.8;
    color: #334155;
    font-style: italic;
}

.testimonio-card h5{
    margin-top: 30px;
    font-size: 20px;
    font-weight: 700;
    color: #0f172a;
}

/*====================================
    CTA FINAL
====================================*/

.cta-convenios{
    padding: 120px 5%;
    text-align: center;
    background: linear-gradient(135deg,#0d6efd,#1d4ed8);
    color: #fff;
}

.cta-convenios h2{
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 20px;
}

.cta-convenios p{
    max-width: 700px;
    margin: auto;
    line-height: 1.9;
    opacity: .9;
    margin-bottom: 40px;
}

.btn-cta{
    display: inline-block;
    background: #fff;
    color: #0d6efd;
    padding: 18px 42px;
    border-radius: 60px;
    text-decoration: none;
    font-weight: 800;
    transition: .3s;
}

.btn-cta:hover{
    transform: translateY(-5px);
}

/*====================================
    RESPONSIVE
====================================*/

@media(max-width:991px){

    .empresa-content{
        grid-template-columns: 1fr;
    }

    .titulo-central h2{
        font-size: 34px;
    }

    .empresa-info h2{
        font-size: 34px;
    }

    .cta-convenios h2{
        font-size: 36px;
    }

}

/*====================================
    FIX FLECHAS OWL
====================================*/

/* OCULTAR ICONO VIEJO */
.hero-slider .owl-nav button span{
    display:none !important;
}

/* BOTONES */
.hero-slider .owl-nav button.owl-prev,
.hero-slider .owl-nav button.owl-next{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:60px;
    height:60px;
    border-radius:50% !important;
    background:rgba(255,255,255,.10) !important;
    backdrop-filter:blur(10px);
    border:none !important;
}

/* POSICIONES */
.hero-slider .owl-nav button.owl-prev{
    left:25px;
}

.hero-slider .owl-nav button.owl-next{
    right:25px;
}

/*====================================
    FIX FLECHAS OWL
====================================*/

/* BOTONES */
.hero-slider .owl-nav button.owl-prev,
.hero-slider .owl-nav button.owl-next{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:60px;
    height:60px;
    border-radius:50% !important;
    background:rgba(255,255,255,.10) !important;
    backdrop-filter:blur(10px);
    border:none !important;
    color:transparent !important;
    font-size:0 !important;
}

/* POSICIONES */
.hero-slider .owl-nav button.owl-prev{
    left:25px;
}

.hero-slider .owl-nav button.owl-next{
    right:25px;
}

/* ELIMINAR ICONOS VIEJOS */
.hero-slider .owl-nav button.owl-prev span,
.hero-slider .owl-nav button.owl-next span,
.hero-slider .owl-nav button.owl-prev:before,
.hero-slider .owl-nav button.owl-next:before{
    display:none !important;
    content:none !important;
}

/* FLECHA IZQUIERDA */
.hero-slider .owl-nav button.owl-prev:after{
    content:"\f053" !important;
    font-family:"Font Awesome 6 Free" !important;
    font-weight:900;
    color:#fff;
    font-size:22px;
}

/* FLECHA DERECHA */
.hero-slider .owl-nav button.owl-next:after{
    content:"\f054" !important;
    font-family:"Font Awesome 6 Free" !important;
    font-weight:900;
    color:#fff;
    font-size:22px;
}

/* HOVER */
.hero-slider .owl-nav button:hover{
    background:#2563eb !important;
}


/*====================================
    FLECHAS EVENT SLIDER
====================================*/

.event-slider .owl-nav button.owl-prev,
.event-slider .owl-nav button.owl-next{
    width:55px;
    height:55px;
    border-radius:50% !important;
    background:rgba(0,0,0,.35) !important;
    border:none !important;
    color:transparent !important;
    font-size:0 !important;
}

/* OCULTAR ICONOS VIEJOS */
.event-slider .owl-nav button span,
.event-slider .owl-nav button:before{
    display:none !important;
    content:none !important;
}

/* FLECHA IZQUIERDA */
.event-slider .owl-nav button.owl-prev:after{
    content:"\f053" !important;
    font-family:"Font Awesome 6 Free" !important;
    font-weight:900;
    color:#fff;
    font-size:20px;
}

/* FLECHA DERECHA */
.event-slider .owl-nav button.owl-next:after{
    content:"\f054" !important;
    font-family:"Font Awesome 6 Free" !important;
    font-weight:900;
    color:#fff;
    font-size:20px;
}

.event-slider .owl-nav button.owl-prev:after,
.event-slider .owl-nav button.owl-next:after{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
}

/* SOLO MOVIL */
@media(max-width:768px){

    .custom-input{
        font-size:14px;
        padding-left:15px;
    }

}

/* SOLO MOVIL */
@media(max-width:768px){

    .custom-input,
    .form-control,
    input[type="text"],
    input[type="email"],
    select{
        height:48px !important;
        min-height:48px !important;
        font-size:14px;
        padding:10px 15px !important;
        border-radius:14px;
    }

}

/* INPUT Y SELECT ALINEADOS */
.custom-input,
input[type="text"],
input[type="email"],
select{
    padding-left:20px !important;
}

@media(max-width:768px){

    .custom-input,
    input[type="text"],
    input[type="email"],
    select{
        padding-left:18px !important;
    }

}

/* INPUTS */
input.custom-input{
    padding-left:18px !important;
}

/* SELECT */
select.custom-input{
    padding-left:18px !important;
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance:none;
}

.custom-input{
    height:58px;
}

/* SELECT */
select.custom-input{
    padding-left:18px !important;
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance:none;

    height:58px;
    padding-top:0 !important;
    padding-bottom:0 !important;
}

/* TITULO HERO RESPONSIVE */
@media(max-width:768px){

    .hero-card h1{
        font-size:32px;
        line-height:1.2;
    }

}

.feature-icon{
    width:90px;
    height:90px;
    min-width:90px;
    border-radius:50%;
    background:#eef2ff;
    display:flex;
    align-items:center;
    justify-content:center;
}

.feature-icon i{
    font-size:42px;
    color:#3655b3;
}

h4{
    font-weight:700;
    margin-bottom:10px;
}

.feature-item p{
    color:#555;
}

.feature-content{
    padding-top: 12px;
}

.feature-item{
    display:flex;
    align-items:flex-start; /* importante */
    gap:25px;
}

.features-genoxx{
    margin-top:50px;
}

.about-genoxx{
    padding:100px 0;
    background:#fff;
}

.about-image{
    position:relative;
    background:#f5f7fb;
    border-radius:25px;
    padding:40px;
    overflow:hidden;
}

.about-image img{
    width:100%;
    border-radius:20px;
    display:block;
}

.corner-shape{
    position:absolute;
    top:0;
    right:0;
    width:220px;
    height:220px;
    background:#1f4cb8;

    border-bottom-left-radius:100%;
}

.about-content{
    padding-left:50px;
}

.about-content .subtitle{
    color:#1f4cb8;
    font-weight:700;
    letter-spacing:2px;
    display:block;
    margin-bottom:15px;
}

.about-content h2{
    font-size:58px;
    line-height:1.1;
    font-weight:800;
    color:#1f4cb8;
    margin-bottom:30px;
}

.about-content p{
    font-size:20px;
    color:#5f6675;
    margin-bottom:20px;
}

.about-content span{
    color:#1f4cb8;
}

.btn-about{
    display:inline-block;
    margin-top:20px;
    padding:16px 35px;
    background:#1f4cb8;
    color:#fff;
    border-radius:50px;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
}

.btn-about:hover{
    background:#08387c;
    color:#fff;
}

@media(max-width:991px){

    .about-content{
        padding-left:0;
        margin-top:50px;
    }

    .about-content h2{
        font-size:42px;
    }

    .about-content p{
        font-size:18px;
    }
}
p {
	text-align: justify;
}

.clients-section{
    padding:100px 0;
    background:#fff;
}

.clients-header{
    text-align:center;
    margin-bottom:60px;
}

.clients-header h2{
	font-size: 48px;
    font-weight: 800;
    color: #1f4cb8;
    margin-bottom: 20px;
}

.clients-header h2 span{
    color:#1f4cb8;
}

.clients-header p{
    font-size:20px;
    color:#6b7280;
}

.clients-grid{
    display:grid;
    grid-template-columns:repeat(6,1fr);
    gap:25px;
}

.client-card{
    height:120px;
    background:#fff;
    border:1px solid #e5e7eb;
    border-radius:18px;

    display:flex;
    align-items:center;
    justify-content:center;

    box-shadow:0 4px 15px rgba(0,0,0,.06);

    transition:.3s;
}

.client-card:hover{
    transform:translateY(-5px);

    box-shadow:0 10px 25px rgba(0,0,0,.12);
}

.client-card img{
    max-width:140px;
    max-height:70px;
    object-fit:contain;
    transition:.3s;
}

.client-card:hover img{
    filter:none;
}

@media(max-width:1200px){
    .clients-grid{
        grid-template-columns:repeat(3,1fr);
    }
}

@media(max-width:768px){

    .clients-header h2{
        font-size:36px;
    }

    .clients-header p{
        font-size:18px;
    }

    .clients-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .client-card{
        height:100px;
    }
}

.texto_centrado {
	text-align: center;
}

.cta-genoxx{
    padding:100px 0;
}

.cta-box{
    position:relative;
    overflow:hidden;

    padding:80px 50px;

    border-radius:30px;

    background:linear-gradient(
        135deg,
        #1f4cb8,
        #1f4cb8
    );

    text-align:center;
}

/* Marca de agua */

.cta-box::before{
    content:"GENOXX • GENOXX • GENOXX • GENOXX";
    position:absolute;
    top:50%;
    left:0;

    width:100%;

    transform:translateY(-50%);

    font-size:180px;
    font-weight:800;

    color:rgba(255,255,255,.03);

    white-space:nowrap;

    pointer-events:none;
}

/* Usuarios */

.cta-users{
    display:flex;
    justify-content:center;
    margin-bottom:30px;
}

.cta-users img{
    width:80px;
    height:80px;

    border-radius:50%;
    border:3px solid #fff;

    object-fit:cover;

    margin-left:-15px;
}

.cta-users img:first-child{
    margin-left:0;
}

/* Contenido */

.cta-content{
    position:relative;
    z-index:2;
}

.cta-content h2{
    color:#fff;
    font-size:62px;
    font-weight:800;
    margin-bottom:20px;
}

.cta-content p{
    color:#fff;
    font-size:26px;
    max-width:900px;
    margin:auto;
    margin-bottom:40px;

    opacity:.95;
}

/* Botón */

.cta-btn{
    display:inline-block;

    padding:18px 45px;

    background:#0ea5e9;

    color:#fff;
    text-decoration:none;

    font-size:22px;
    font-weight:700;

    border-radius:50px;

    transition:.3s;
}

.cta-btn:hover{
    background:#FFFFFF;
    color:#1f4cb8;

    transform:translateY(-3px);
}

.genoxx-showcase{
    padding:100px 0;
    background:#fff;
}

.showcase-image{
    background:#f4f6fb;
    border-radius:25px;
    overflow:hidden;
}

.showcase-image img{
    width:100%;
    display:block;
    border-radius:25px;
}

.showcase-content{
    padding-left:50px;
}

.showcase-content h2{
    font-size:58px;
    font-weight:800;
    line-height:1.1;
    color:#1f4cb8;
    margin-bottom:40px;
}

.benefit-item{
    display:flex;
    align-items:flex-start;
    gap:20px;
    margin-bottom:30px;
}

.benefit-icon{
    width:42px;
    height:42px;
    min-width:42px;

    border-radius:50%;

    background:#0ea5e9;

    display:flex;
    align-items:center;
    justify-content:center;
}

.benefit-icon i{
    color:#fff;
    font-size:18px;
}

.benefit-text{
    font-size:20px;
    line-height:1.4;
    color:#22304a;
}

.btn-demo{
    margin-top:20px;

    display:inline-flex;
    align-items:center;
    gap:12px;

    padding:18px 40px;

    background:#0ea5e9;
    color:#fff;

    text-decoration:none;

    border-radius:50px;

    font-size:24px;
    font-weight:700;

    transition:.3s;
}

.btn-demo:hover{
    background:#1f4cb8;
    color:#fff;
}

@media(max-width:991px){

    .showcase-content{
        padding-left:0;
        margin-top:50px;
    }

    .showcase-content h2{
        font-size:40px;
    }

    .benefit-text{
        font-size:18px;
    }

    .btn-demo{
        font-size:18px;
    }
}

.mission-vision{
    padding:100px 0;
}

.mv-card{
    background:#fff;
    padding:50px;
    border-radius:20px;
    text-align:center;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    height:100%;
}

.mv-icon{
    width:90px;
    height:90px;
    margin:auto;
    margin-bottom:25px;

    border-radius:50%;
    background:#eef2ff;

    display:flex;
    justify-content:center;
    align-items:center;
}

.mv-icon i{
    font-size:40px;
    color:#0b4ba5;
}

.genoxx-steps{
    padding:100px 0;
    background:#fff;
}

.steps-wrapper{
    position:relative;
    display:flex;
    justify-content:space-between;
    margin-top:80px;
}

.steps-line{
    position:absolute;
    top:62px;
    left:12%;
    right:12%;

    height:4px;

    background:#18a0fb;
    z-index:1;
}

.step-item{
    width:30%;
    text-align:center;
    position:relative;
    z-index:2;
}

.step-circle{
    width:120px;
    height:120px;

    margin:0 auto;

    border-radius:50%;

    background:#fff;
    border:14px solid #3555b8;

    display:flex;
    justify-content:center;
    align-items:center;
}

.step-circle i{
    font-size:42px;
    color:#3555b8;
}

.step-number{
    width:60px;
    height:60px;

    margin:25px auto;

    border-radius:50%;

    background:#3555b8;
    color:#fff;

    font-size:30px;
    font-weight:700;

    display:flex;
    align-items:center;
    justify-content:center;
}

.step-item h3{
    color:#3555b8;
    font-size:22px;
    font-weight:700;
    margin-bottom:15px;
}

.step-item p{
    font-size:22px;
    line-height:1.5;
    color:#334155;
    max-width:350px;
    margin:auto;
}

.genoxx-mv{
    padding:100px 0;
    background:#fff;
}

.mv-image{
    position:relative;
    overflow:hidden;
    border-radius:20px;
}

.mv-image img{
    width:100%;
    display:block;
    border-radius:20px;
}

.mv-overlay{
    position:absolute;
    top:40px;
    right:40px;

    color:#fff;
    text-align:right;

    background:rgba(0,0,0,.35);
    padding:20px 30px;
    border-radius:15px;
}

.mv-overlay h2{
    color:#fff;
    font-size:54px;
    font-weight:800;
    margin:0;
}

.mv-overlay p{
    color:#fff;
    font-size:32px;
    margin:0;
}

.mv-content{
    padding-left:50px;
}

.mv-block{
    margin-bottom:60px;
}

.mv-block:last-child{
    margin-bottom:0;
}

.mv-block h2{
    font-size:52px;
    font-weight:800;
    color:#1f4cb8;
    margin-bottom:25px;
}

.mv-block p{
    font-size:22px;
    line-height:1.4;
    color:#4b5563;
}

@media(max-width:991px){

    .mv-content{
        padding-left:0;
        margin-top:50px;
    }

    .mv-overlay{
        right:20px;
        top:20px;
    }

    .mv-overlay h2{
        font-size:34px;
    }

    .mv-overlay p{
        font-size:22px;
    }

    .mv-block h2{
        font-size:36px;
    }

    .mv-block p{
        font-size:18px;
    }
}

.genoxx-stats{
    padding:100px 0;
    background:#f2f6ff;
}

.genoxx-stats .program-content{
    margin-bottom:60px;
}

.genoxx-stats .program-content h2{
    margin-bottom:20px;
}

.stat-card{
    background:#fff;
    border-radius:25px;

    padding:50px 30px;

    text-align:center;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

    height:100%;

    transition:.3s;
}

.stat-card:hover{
    transform:translateY(-8px);
}

.stat-card h3{
    font-size:60px;
    font-weight:800;

    color:#0b4ba5;

    margin-bottom:15px;
}

.stat-card p{
    font-size:24px;
    color:#334155;

    line-height:1.5;

    margin:0;
}

.genoxx-cta{
    background:#3555b8;
    padding:70px 0;
}

.cta-content{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:40px;
}

.cta-text h2{
    color:#fff;
    font-size:42px;
    font-weight:800;
    margin-bottom:15px;
}

.cta-text p{
    color:#fff;
    font-size:22px;
    line-height:1.6;
    margin-bottom:10px;
}

.cta-text span{
    color:#fff;
    font-size:28px;
    font-weight:600;
}

.btn-cta{
    display:inline-block;
    background:#f8b739;
    color:#fff;
    padding:18px 50px;
    border-radius:50px;
    font-size:22px;
    font-weight:700;
    text-decoration:none;
    transition:.3s;
}

.btn-cta:hover{
    background:#f5a800;
    color:#fff;
    transform:translateY(-2px);
}

@media(max-width:991px){

    .cta-content{
        flex-direction:column;
        text-align:center;
    }

    .cta-text h2{
        font-size:32px;
    }

    .cta-text p{
        font-size:18px;
    }

    .cta-text span{
        font-size:22px;
    }
}

.erp-features{
    padding:100px 0;
}

.feature-item{
    display:flex;
    align-items:flex-start;
    margin-bottom:45px;
}

.feature-item .icon{
    min-width:70px;
    margin-right:25px;
}

.feature-item .icon i{
    font-size:42px;
    color:#0b4ba5;
}

.feature-item .content h4{
    font-size:32px;
    font-weight:700;
    margin-bottom:10px;
    color:#16213e;
}

.feature-item .content p{
    font-size:20px;
    line-height:1.8;
    color:#5c6672;
    margin:0;
}

.feature-item{
    display:flex;
    align-items:flex-start;
    gap:20px;
    margin-bottom:50px;
}

.feature-item .icon{
    width:55px;
    min-width:55px;
    text-align:center;
}

.feature-item .icon i{
    font-size:42px;
    color:#0b4ba5;
}

.feature-item .content{
    flex:1;
}

.feature-item .content h4{
    font-size:26px;
    font-weight:700;
    margin-bottom:10px;
    color:#0b1f4d;
}

.feature-item .content p{
    margin:0;
    font-size:18px;
    line-height:1.8;
    color:#5f6b7a;
    text-align:left !important;
}

.erp-benefits{
    padding:100px 0;
}

.erp-tag{
    display:inline-block;
    background:#eaf4ff;
    color:#0b4ba5;
    padding:8px 20px;
    border-radius:30px;
    font-weight:600;
    margin-bottom:20px;
}

.erp-content h2{
    font-size:48px;
    font-weight:800;
    line-height:1.2;
    margin-bottom:25px;
	color: #1f4cb8;
}

.erp-content p{
    font-size:20px;
    color:#667085;
    margin-bottom:25px;
}

.erp-content ul{
    list-style:none;
    padding:0;
}

.erp-content ul li{
    font-size:18px;
    margin-bottom:12px;
}

.erp-image img{
    width:100%;
    border-radius:20px;
    box-shadow:0 15px 40px rgba(0,0,0,.1);
}

.fondo_azul{
	background-color: #0ea5e9;
}