@import url("https://fonts.googleapis.com/css2?family=Mulish:wght@200;300;400;500;600;700;800;900;1000&display=swap");

.justify-between {
    justify-content: space-between !important;
}

.container {
	max-width: 1280px;
	width: 100%;
}

.modal {
	z-index: 99999;
}

.modal-backdrop {
	z-index: 9999;
}

.modal .quote-form {
	padding: 0px;
	box-shadow: none;
	border-radius: 0px;
	background-color: #fff;
}

.bg_top_masters {
	background: #f6f6f6;
}

div.ci_main div.banner_index div.banner_index_boxes_bottom ul.banner_index_boxes_boxes>li:nth-child(5) div.box_area {
	background: #2cbb3f;
}

div.ci_main div.popoluar_courses {
	border-bottom: none;
}

.home_new_page div.ci_main div.banner_index.home_new {
	background: url(images/car_new.jpg) no-repeat center center;
	height: 675px;
	background: #eee0f7;
}

.home_new_page div.ci_main div.header div.header_top {
	background: #095099;
}

.home_new_page div.ci_main div.header div.header_top ul.top_links>li>a {
	color: #fff;
	text-decoration: none;
}

.home_new_page div.ci_main div.header div.header_top ul.top_links>li {
	border-right: 1px solid #fff;
}

.home_new_page div.ci_main div.header div.header_top ul.top_links>li:last-child {
	border-right: none;
}

.home_new_page div.ci_main div.banner_index.home_new div.banner_index_boxes_bottom ul.banner_index_boxes_boxes {
	position: relative;
}

/*hompage banner css start here*/

.ban_certificate_box {
	display: flex;
	justify-content: flex-start;
	margin: 20px -120px 0 0;
	position: relative;
	top: 0px;
}

.ban_certificate_box .ban_award img {
	width: 305px;
	margin: 0;
}

.ban_certificate_box .ban_certi img {
	cursor: pointer;
	width: 300px;
	margin: -5px 0 0;
}

.ban_certificate_box .ban_certi_right {
	display: flex;
	margin-left: auto;
	margin-right: 125px;
}

.ban_certificate_box .ban_txt {
	margin: 15px 0 0;
}

.ban_certificate_box .ban_txt h2 {
	margin: 0px 0 13px;
}

.ban_certificate_box .ban_txt h4 {
	text-shadow: none;
	font-size: 43px;
	font-family: sans-serif;
	font-weight: 600;
	color: #464646;
	margin: 0 0 12px;
}

.ban_certificate_box .ban_txt h4.pros_heading {
	font-size: 32px;
}

.ban_certificate_box .ban_txt h4.pros_heading span {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

.ban_certificate_box .ban_txt .ban_date {
	text-shadow: none;
	font-size: 25px;
	color: #464646;
	margin: 0 0 12px;
	line-height: 40px;
	font-weight: bold;
	font-family: 'Modern Twenty CG';
}

.ban_certificate_box ._recong_by {
	display: block;
}

.ban_certificate_box .ban_txt p {
	text-shadow: none;
	font-size: 18px;
	color: #464646;
	margin: 0 0 12px;
	font-weight: normal;
}

.ban_certificate_box .ban_txt h2 .ban_logo {
	text-shadow: none;
	vertical-align: baseline;
}

.letter_font {
	font-size: 39px;
	margin: 0 -4px 0 0px;
	font-weight: normal !important;
	display: inline-block;
}

.letter_font.let_margin {
	margin: 0 -1px 0 0;
}

@font-face {
	font-family: 'Modern Twenty CG';
        src: url('fonts/Modern%20Twenty%20CG.otf');
}

@-webkit-keyframes bounceInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
	}

	60% {
		opacity: 1;
		-webkit-transform: translateX(-30px);
	}

	80% {
		-webkit-transform: translateX(10px);
	}

	100% {
		-webkit-transform: translateX(0);
	}
}

@keyframes bounceInRight {
	0% {
		opacity: 0;
		transform: translateX(2000px);
	}

	60% {
		opacity: 1;
		transform: translateX(-30px);
	}

	80% {
		transform: translateX(10px);
	}

	100% {
		transform: translateX(0);
	}
}

.bounceInRight {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight;
}

    /*home_slider*/
.carousel-control.left,
    .carousel-control.right {
	background-image: none;
}

.slider_area .carousel-caption {
	text-align: left;
	right: 0%;
	left: 13%;
	padding-bottom: 30px;
	top: 15%;
}

.carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
	margin-top: -70px;
	color: #095099;
}


    /*home certificate popup css*/
.home_certi_pop_fixdt {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 10000;
}

.home_certi_popup {
	display: flex;
	text-align: center;
	width: 100%;
	position: relative;
	z-index: 999999999;
	overflow: scroll;
	height: 100%;
}

.home_certi_popup .home_certi_popup_inner img {
	width: 790px;
}

.home_certi_popup .home_certi_popup_inner {
	width: 100%;
	display: block;
	position: relative;
	max-width: 790px;
	margin: auto;
	cursor: unset;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.home_certi_popup .home_certi_popup_inner .home_pop_certi_close {
	color: #ff2c2c;
	font-size: 53px;
	position: absolute;
	top: 40px;
	right: -60px;
	cursor: pointer;
	text-decoration: none;
}

.certi_popup_overly {
	background: #000;
	left: 0;
	top: 0;
	position: fixed;
	width: 100%;
	height: 100% !important;
	opacity: 0.8 !important;
	-moz-transition: opacity 800ms;
	-o-transition: opacity 800ms;
	-webkit-transition: opacity 800ms;
	transition: opacity 800ms;
	z-index: 9999;
}


    /*Carrousal */
.carousel {
	position: relative;
}

    /*home certificate popup css end*/


@media (max-width: 400px) {
	.ban_certificate_box {
		display: block;
		top: 0;
		margin: 0;
		padding: 0 8px;
	}

	.ban_certificate_box .ban_txt h4 {
		font-size: 25px;
		margin: 0 0 8px;
	}

	.ban_certificate_box .ban_txt h4.pros_heading {
		font-size: 18px;
	}

	.ban_certificate_box .ban_txt p {
		font-size: 18px;
	}

	.letter_font {
		font-size: 30px;
	}

	.ban_certificate_box .ban_txt .ban_date {
		font-size: 18px;
		margin: 0 0 4px;
		line-height: 33px;
	}

	.ban_certificate_box .ban_certi_right {
		margin-left: -12px;
	}

	.ban_certificate_box .ban_award img {
		width: 120px;
	}

	.ban_certificate_box .ban_certi img {
		width: 120px;
	}

	.home_new_page div.ci_main div.banner_index.home_new div.banner_index_boxes_bottom {
		top: 115px;
		bottom: unset;
	}

	.ban_certificate_box .ban_txt {
		margin: 0 0 35px;
	}

	.home_new_page div.ci_main div.banner_index.home_new div.banner_index_boxes_bottom ul.banner_index_boxes_boxes {
		display: none;
	}

	.home_new_page div.ci_main div.banner_index.home_new {
		background: #f6f6f6;
		height: 545px;
	}
}

@media (min-width: 401px) and (max-width:767px) {
	.ban_certificate_box {
		display: block;
		top: 0;
		margin: 0;
		padding: 0 7px;
	}

	.ban_certificate_box .ban_txt h4 {
		font-size: 25px;
		margin: 0 0 7px;
	}

	.ban_certificate_box .ban_txt p {
		font-size: 18px;
	}

	.letter_font {
		font-size: 30px;
	}

	.ban_certificate_box .ban_txt .ban_date {
		font-size: 18px;
		margin: 0 0 2px;
		line-height: 31px;
	}

	.ban_certificate_box .ban_certi_right {
		margin-left: -6px;
	}

	.ban_certificate_box .ban_award img {
		width: 130px !important;
		margin-right: 30px;
	}

	.ban_certificate_box .ban_certi img {
		width: 130px !important;
	}

	.home_new_page div.ci_main div.banner_index.home_new div.banner_index_boxes_bottom {
		top: 115px;
		bottom: unset;
	}

	.ban_certificate_box .ban_txt {
		margin: 0 0 35px;
	}

	.home_new_page div.ci_main div.banner_index.home_new div.banner_index_boxes_bottom ul.banner_index_boxes_boxes {
		display: none;
	}

	.home_new_page div.ci_main div.banner_index.home_new {
		background: #f6f6f6;
		height: 545px;
	}
}

@media (min-width: 600px) and (max-width:991px) {
	.ban_certificate_box .ban_award img {
		width: 175px;
	}

	.ban_certificate_box .ban_certi img {
		width: 175px;
	}

	.ban_certificate_box .ban_certi_right {
		margin-right: 0;
	}

	.ban_certificate_box .ban_txt h4 {
		font-size: 27px;
	}

	.ban_certificate_box .ban_txt {
		margin: -60px 0 0;
	}

	.ban_certificate_box {
		margin: 0;
		top: 0;
	}

	.ban_certificate_box .ban_txt p {
		font-size: 18px;
	}

	.letter_font {
		font-size: 30px;
	}

	.ban_certificate_box {
		padding: 0 5px;
		margin-top: 60px;
	}

	.ban_certificate_box .ban_txt .ban_date {
		font-size: 20px;
	}

	.home_certi_popup .home_certi_popup_inner img {
		width: 570px !important;
	}

	.home_certi_popup .home_certi_popup_inner .home_pop_certi_close {
		font-size: 45px !important;
		top: 22px !important;
		right: 55px !important;
	}

	.home_new_page div.ci_main div.banner_index.home_new {
		height: 500px;
	}
}

@media (min-width:768px) and (max-width:1300px) {
	.carousel-control.right {
		right: -45px;
	}

	.carousel-control.left {
		left: -50px;
	}
}

@media (min-width:300px) and (max-width:767px) {

	.carousel-control .glyphicon-chevron-left,
        .carousel-control .glyphicon-chevron-right,
        .carousel-control .icon-next,
        .carousel-control .icon-prev {
		display: none;
	}
}

@media (min-width: 992px) and (max-width:1199px) {
    
	.ban_certificate_box .ban_award img {
		width: 100%;
		margin-right: 20px;
	}

	.ban_certificate_box .ban_certi img {
		width: 100%;
	}

	.ban_certificate_box .ban_certi_right {
		margin-right: 0;
	}

	.ban_certificate_box .ban_txt h4 {
		font-size: 34px;
		margin: 0 0 10px;
	}

	.ban_certificate_box .ban_txt {
		margin: -20px 0 0;
	}

	.ban_certificate_box {
		margin: 0;
		top: 0;
		padding: 0 7px;
	}

	.ban_certificate_box .ban_txt p {
		font-size: 22px;
		margin: 0 0 10px;
	}

	.letter_font {
		font-size: 33px;
	}

	.ban_certificate_box .ban_txt .ban_date {
		font-size: 22px;
		margin: 0 0 10px;
	}

	.home_certi_popup .home_certi_popup_inner img {
		width: 570px !important;
	}

	.home_certi_popup .home_certi_popup_inner .home_pop_certi_close {
		font-size: 45px !important;
		top: 22px !important;
		right: 55px !important;
	}

	.ban_certificate_box {
		top: 10px;
	}

	.home_new_page div.ci_main div.banner_index.home_new {
		height: 560px;
	}

	.ban_certificate_box .ban_txt h2 .ban_logo {
		width: 140px;
	}

	.ban_certificate_box .ban_txt h2 {
		margin: 0 0 10px;
	}
}

@media (min-width: 1201px) and (max-width:1400px) {
	.ban_certificate_box .ban_award img {
		width: 275px;
	}

	.ban_certificate_box .ban_certi img {
		width: 275px;
	}

	.ban_certificate_box .ban_certi_right {
		margin-right: 0px;
	}

	.ban_certificate_box {
		margin: 15px 0px 0 0;
		top: 0;
	}

	.ban_certificate_box .ban_txt {
		margin: -15px 0 0;
	}
}

@media (min-width: 992px) and (max-width:1199px) {
	.ban_certificate_box .ban_txt h4 {
		font-size: 27px;
	}
}

@media (max-width: 767px) {
	.home_certi_pop_fixdt {
		display: none !important;
	}

	.certificate_pop_overly.certi_popup_overly {
		display: none;
	}
}

        /*hompage banner css end here*/

ul.drop-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 110px;
	width: auto;
	padding: 10px 15px;
	margin: 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
	box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}

.drop-down:hover .drop-menu {
	display: block;
}

ul.top_links li.drop-down {
	position: relative;
}

ul.drop-menu li:last-child a {
	padding-bottom: 0;
}

ul.drop-menu li a {
	color: #095099;
	font-weight: 500;
	display: block;
	padding-bottom: 7px;
	font-size: 13px;
}

.drop-down span i {
	font-weight: 600;
}

.drop-down span {
	padding-left: 5px;
}

ul.drop-menu li a:hover {
	text-decoration: none;
	color: #f05921;
}

.home_new_page div.ci_main div.header div.header_top ul.top_links>li>a {
	position: relative;
}

.home_new_page div.ci_main div.header div.header_top ul.top_links>li>a:before {
	content: '';
	width: 1px;
	height: 18px;
	background: #fff0;
	position: absolute;
	right: -11px;
}

.home_new_page div.ci_main div.header div.header_top ul.top_links>li:last-child>a:before {
	display: none;
}

li.mobile-pay ul {
	padding: 0;
	margin: 36px -7px 0px;
	list-style: none;
	display: block;
	overflow: hidden;
}

li.mobile-pay ul li {
	padding: 0 7px;
	width: 50%;
	float: left;
}

li.mobile-pay ul li a {
	font-size: 12px;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 30px;
	padding: 5px 14px;
	text-align: center;
	display: block;
	width: 100%;
	font-weight: 400;
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
}

li.mobile-pay ul li:last-child {
	padding-bottom: 0;
}

li.mobile-pay ul li a:hover {
	background: #fff;
	color: #095099;
	text-decoration: none;
}

.log-btn {
	border: 0;
	font-size: 13px;
	font-weight: 500;
}

    /* .login-btn {
        background-color: white;
        color: black;
        font-size: 12px;
        border: 0;
        padding: 0;
        border-radius: 5px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .login-btn:hover {
        background-color: white;
        color: black;
        font-size: 12px;
        border: 0;
        padding: 0;
        border-radius: 5px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .login-btn:focus {
        background-color: white;
        color: black;
        font-size: 12px;
        border: 0;
        padding: 0;
        border-radius: 5px;
        padding-left: 10px;
        padding-right: 10px;
    } */


.brand-courseslist {
	width: 100%;
	float: left;
	text-align: left;
	padding: 0px 0px 30px 0px;
	border-bottom: 1px solid rgba(72, 72, 72, .8);
	background: #222;
	margin-bottom: 50px;
	color: #969696;
}

.courses-li {
	margin: 0 -4px 34px;
}

.courses-li:last-child {
	margin-bottom: 0;
}

.brand-courseslist p {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 16px;
	padding: 0 4px;
}

div.ci_main div.footer .brand-courseslist a:hover {
	color: #969696 !important;
}

.brand-courseslist a {
	color: #969696;
	font-size: 14px;
	display: inline-block;
	margin: 0 4px;
	line-height: 20px;
	padding-bottom: 6px;
	font-weight: 400;
}

.brand-courseslist h3 {
	text-align: center;
	color: #fff;
}

@media (max-width: 991px) {
	.brand-courseslist a {
		padding-bottom: 6px;
	}
}

.carousel-indicators [data-bs-target] {
	border-radius: 11px;
	box-sizing: content-box;
	flex: 0 1 auto;
	width: 30px;
	height: 10px;
	padding: 0;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #ccc;
	background-clip: padding-box;
	border: 0;
	border-top: 0px solid transparent;
	border-bottom: 0px solid transparent;
	opacity: 0.5;
	transition: opacity 0.6s ease;
}

.carousel-indicators .active {
	opacity: 1;
	background-color: #f00 !important;
	height: 15px;
	width: 30px;
	border-radius: 15px !important;
	transition: 0.6s;
}

.carousel-dark .carousel-indicators [data-bs-target] {
	background-color: #fff;
}

.home-slide-content {
	padding: 20px 0px;
}

.home-slide-content h2 {
	color: #000;
	font-size: 42px;
	font-weight: 900;
	margin-bottom: 20px;
}

.home-slide-content p {
	font-size: 18px;
	line-height: 34px;
	margin-bottom: 20px;
}

.home-slide-content a.call-to-action {
	background: -webkit-linear-gradient(right, #7fb74c, #0a1e68, #cc0ebc, #f0104c, #ff5b11);
	background: -o-linear-gradient(right, #7fb74c, #0a1e68, #cc0ebc, #f0104c, #ff5b11);
	background: linear-gradient(270deg, #7fb74c, #0a1e68, #cc0ebc, #f0104c, #ff5b11);
	background-size: 1000% 1000%;
	-webkit-animation: gradient 10s infinite;
	animation: gradient 10s infinite;
	border-radius: 50px;
	padding: 20px 40px !important;
	color: #fff !important;
	transition: 0.6s;
	text-decoration: none;
	z-index: 999999;
}

.home-slide {
	padding: 50px 0px;
	background: url(../images/top-bg01.jpg);
}

.top-servise-area img {
	width: 35px;
}

.top-servise-area {
	padding: 30px 20px;
	text-align: center;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	text-align: center;
	display: flex;
	height: 130px;
	justify-content: center;
	align-content: center;
	flex-wrap: wrap;
}

.top-servise-area h4 {
	font-size: 15px;
	font-weight: 600;
	line-height: 24px;
	margin-bottom: 0px;
	padding-top: 8px;
	text-transform: uppercase;
	width: 100%;
}

.top-servise-area.one h4 {
	font-size: 32px;
	font-weight: 700;
	line-height: 40px;
	margin-bottom: 0px;
	padding-top: 8px;
}

.top-servise-area.one {
	background: #b0bdff;
}

.top-servise-area.Two {
	background: #f6bcff;
}

.top-servise-area.Three {
	background: #ffc093;
}

.top-servise-area.Four {
	background: #b1dde3;
}

.top-servise-area.Five {
	background: #e3b1b2;
}

.top-servise-area.Six {
	background: #ffd968;
}

.top-servise-area.Seven {
	background: #d6c9b1;
}

.common-heading {
	text-align: center;
	margin-bottom: 50px;
}

.common-heading h5 {
	font-size: 30px;
	font-weight: 700;
}

.our-client {
	margin-top: 50px;
}

.client-sec {
	border: 1px solid#ccc;
	padding: 10px;
}

.footer-social {
	padding: 50px 0;
}

.footer-social h3 {
	font-size: 22px;
	margin: 0;
}

.footer-social-icons {
	text-align: right;
}

.footer-area {
	background: #095099;
	padding: 50px 0px 20px;
	color: #fff;
}

.footer-area-middle {
	background: #013f7e;
	padding: 50px 0px;
	color: #fff;
	vertical-align: middle;
	text-align: center;
}

.footer-nav ul li {
	line-height: 32px;
}

.footer-nav ul li a {
	color: #e5e5e5;
	text-decoration: none;
	font-size: 14px;
	font-weight: 500;
	transition: 0.6s;
	padding-bottom: 5px;
	line-height: 24px;
}

.footer-nav h4 {
	font-size: 18px;
}

ul.footer-nav-links li span {
	background: #aaa;
	color: #222;
	height: 30px;
	width: 30px;
	line-height: 30px;
	display: inline-block;
	text-align: center;
	border-radius: 50px;
}

ul.footer-nav-links li {
	margin-bottom: 0px;
}

.social-media ul li {
	display: inline-block;
	list-style: none;
	padding-right: 5px;
}

.social-media ul li a {
	border: 1px solid #aaa;
	height: 35px;
	width: 35px;
	line-height: 35px;
	font-size: 18px;
	display: inline-block;
	text-align: center;
	color: #aaa;
	border-radius: 50px;
}

.social-media ul li a:hover {
	background: #ddd;
	color: #222;
}

.copy-right {
	background: #001d3a;
	padding: 5px 0px;
}

.mini_footer p {
	color: #aaa;
	margin-bottom: 0px;
	font-size: 14px;
	padding: 5px 0px;
}

.case-studies-img {
	box-shadow: 0px 1px 4px #d5d5d5;
	border-radius: 10px;
}

.case-studies-img img {
	border-radius: 10px;
	width: 100%;
}

.case-studies-box {
	overflow: hidden;
	position: relative;
	padding: 25px 25px;
	border-radius: 15px;
	box-shadow: 0 10px 15px 0 rgb(0 0 0 / 10%);
	-webkit-box-shadow: 0 10px 15px 0 rgb(0 0 0 / 10%);
	-moz-box-shadow: 0 10px 15px 0 rgba(0,0,0,.1);
	z-index: 9;
	background-color: #fff;
	margin: 0 34px;
	bottom: 40px;
	right: 0px;
}

.case-studies-box h3 {
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 10px;
}

.case-studies-box ul {
	margin: 0px;
	padding: 0px;
}

.case-studies-box ul li {
	display: inline-block;
	list-style: none;
	padding: 2px 0px;
}

.case-studies-box ul li a {
	background: #f3ebd5;
	color: #222;
	padding: 5px 14px;
	border-radius: 50px;
	text-decoration: none;
}

.our-testimonials {
	background: #ededed;
	padding: 100px 0px;
}

.testimonials-sec {
	background: #fff;
	border-radius: 10px !important;
	padding: 15px;
}

.testimonials-sec h5 {
	color: #222;
}

.testimonials-sec p {
	color: #222;
}

.owl-item.active .testimonials-sec {
	background: #fff;
	border-radius: 10px !important;
	padding: 25px 15px;
	box-shadow: 0 10px 15px 0 rgb(0 0 0 / 10%);
	-webkit-box-shadow: 0 10px 15px 0 rgb(0 0 0 / 10%);
	-moz-box-shadow: 0 10px 15px 0 rgba(0,0,0,.1);
}

.counter_area {
	margin: 50px 0px;
}

.service-sec {
	background: #ededed;
	padding: 50px 0px;
}

.service-block {
	padding: 40px;
	overflow: hidden;
	position: relative;
	padding: 45px 25px;
	border-radius: 15px;
	box-shadow: 0 10px 15px 0 rgb(0 0 0 / 10%);
	-webkit-box-shadow: 0 10px 15px 0 rgb(0 0 0 / 10%);
	-moz-box-shadow: 0 10px 15px 0 rgba(0,0,0,.1);
	margin-bottom: 40px;
	background: #fff;
	min-height: 400px;
	max-height: 400px;
}

.service-block p {
	font-size: 15px;
	line-height: 30px;
	font-weight: 500;
	height: 8.6em;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

.service-block img {
	border-radius: 15px;
	box-shadow: 0 10px 15px 0 rgb(0 0 0 / 10%);
	-webkit-box-shadow: 0 10px 15px 0 rgb(0 0 0 / 10%);
	-moz-box-shadow: 0 10px 15px 0 rgba(0,0,0,.1);
	padding: 10px;
	margin-bottom: 20px;
	width: 80px;
}

.service-block h4 {
	font-size: 21px;
	font-weight: 700;
}

.service-block a {
	color: #222;
	text-decoration: none;
	font-size: 15px;
}

a.services-dt-btn {
	color: #036;
	font-weight: 700;
}

a.services-dt-btn i {
	vertical-align: middle;
}

.home-contact {
	background: #f0f0f4;
	padding: 80px 0px;
	margin: 50px 0px;
}

.home-contact .sub-title {
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	color: #222;
	background-color: rgba(102,31,254,0.08);
	text-transform: uppercase;
	margin-bottom: 35px;
	padding: 7px 22px;
	border-radius: 5px;
}

.home-contact h2 {
	font-size: 52px;
	font-weight: 900;
}

.call-btn .play-btn {
	font-size: 40px;
	margin-right: 15px;
	background: #036;
	color: #fff;
	border-radius: 50px;
	display: inline-block;
	height: 70px;
	width: 70px;
	line-height: 70px;
	text-align: center;
	text-decoration: none;
}

.home-contact .play-btn {
	display: inline-block;
	position: relative;
	z-index: 1;
	text-decoration: none;
}

.home-contact .btn-content {
	display: inline-block;
	vertical-align: top;
}

.call-btn .box-title {
	margin-bottom: -0.15em;
}

.box-title {
	font-size: 24px;
	line-height: 1.417;
	font-weight: 600;
	text-decoration: none;
}

.call-btn .box-title {
	margin-bottom: -0.15em;
}

.quote-form {
	padding: 40px;
	box-shadow: 0px 8px 30px rgb(4 6 66 / 8%);
	border-radius: 5px;
	background-color: #fff;
}

.home-contact span.btn-text {
	display: block;
	color: #000;
	font-size: 17px;
	font-weight: 600;
}

.home-contact span a {
	color: #000;
}

.home-contact span.box-title {
	color: #036;
	font-size: 26px;
	font-weight: 800;
	text-decoration: none;
}

.quote-form .form-title {
	color: #040642;
	font-size: 32px;
	font-weight: 800;
	margin-bottom: 15px;
}

.quote-form .form-group {
	position: relative;
	margin-bottom: 15px;
}

select:focus, .form-control:focus, .form-select:focus, textarea:focus, input:focus {
	outline: 0;
	box-shadow: none;
	border-color: #ccc;
	background-color: #f0f0f4;
}

select, .form-control, .form-select, textarea, input {
	height: 55px;
	padding: 0 25px 0 25px;
	padding-right: 45px;
	border: 1px solid transparent;
	color: #737588;
	background-color: #f0f0f4;
	border-radius: 5px;
	font-size: 16px!important;
	width: 100%;
	font-family: var(--body-font);
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	font-weight: 700;
}

.quote-form .form-group>i {
	display: inline-block;
	position: absolute;
	right: 25px;
	top: 19px;
	font-size: 16px;
	color: #000;
}

.quote-form ::placeholder {
	color: #737588;
	font-size: 16px!important;
}

.quote-form button.as-btn {
	background: #036;
	color: #fff;
	border: 0px;
	padding: 10px 40px;
	border-radius: 5px;
	font-weight: 400;
	font-size: 18px;
}

.quote-form textarea.form-control {
	min-height: calc(6.5em + 0.75rem + 2px);
	padding-top: 10px;
}

/*owl css*/
.owl-dots {
	text-align: center;
	margin-top: 40px;
}

.owl-dots button {
	width: 12px;
	height: 12px;
	border: 2px solid #f00 !important;
	margin: 0 3px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
}

.owl-dots button.active {
	width: 30px;
	background: #f00 !important;
}

.owl-theme .owl-dots .owl-dot span {
	display: none;
}

.owl-nav {
	display: none;
}

section.about-sec-rpb .common-heading {
	text-align: left;
}

section.about-sec-rpb h5 {
	font-size: 18px;
	font-weight: 700;
	color: #036;
}

section.about-sec-rpb h2 {
	font-size: 24px;
	line-height: 38px;
	text-align: left;
	font-weight: 700;
}

.about-sec-rpb p {
	text-align: justify;
	font-size: 15px;
	line-height: 32px;
}

.how-we-work {
	background: #f0f0f4;
	padding: 80px 20px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin: 50px 0px;
}

.process-box {
	text-align: center;
	padding: 30px 20px;
	position: relative;
	box-shadow: 0px 8px 15px rgb(4 6 66 / 7%);
	border-radius: 10px;
	background: #fff;
}

.process-box_icon {
	width: 120px;
	height: 120px;
	line-height: 120px;
	text-align: center;
	position: relative;
	margin: 0 auto 23px auto;
}

.process-box_number {
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 99px;
	background-image: -webkit-linear-gradient(left, #f11f22) 0%, #f2891d  100%);
	background-image: linear-gradient(to right, #f11f22 0%, #f2891d 100%);
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	color: var(--white-color);
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
}

.box-title {
	font-size: 24px;
	line-height: 1.417;
	font-weight: 600;
}

.process-box_text {
	margin-bottom: -0.5em;
}

.breadcumb-wrapper {
	background-color: #040642;
	padding: 170px 0;
}

.background-image, [data-bg-src] {
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center center !important;
}

.breadcumb-title {
	color: #fff;
	margin: -0.2em 0 -0.2em 0;
	line-height: 1.1;
}

.breadcumb-menu {
	max-width: 100%;
	padding: 0;
	margin: 20px 0 -0.5em 0;
	list-style-type: none;
	position: relative;
}

.breadcumb-menu li, .breadcumb-menu a, .breadcumb-menu span {
	white-space: normal;
	color: inherit;
	word-break: break-word;
	font-weight: 400;
	font-size: 18px;
	color: #fff;
}

.breadcumb-menu li {
	display: inline-block;
	margin-right: 3px;
	padding-right: 5px;
	list-style: none;
	position: relative;
}

.breadcumb-menu li:after {
	content: "\f054";
	position: relative;
	margin-left: 10px;
	font-weight: 600;
	font-size: 15px;
	color: #fff;
	font-family: "Font Awesome 5 Pro";
}

.breadcumb-menu li:last-child:after {
	content: " ";
	position: relative;
	margin-left: 10px;
	font-weight: 600;
	font-size: 15px;
	color: #fff;
	font-family: "Font Awesome 5 Pro";
}

.contact-info {
	text-align: center;
	background-color: #fff;
	padding: 40px 20px;
	position: relative;
	box-shadow: 0px 0px 30px rgb(0 15 87 / 8%);
	border-radius: 10px;
}

.contact-info i {
	height: 55px;
	width: 55px;
	line-height: 55px;
	display: block;
	background: #e5f1e1;
	border-radius: 50px;
	margin: 0 auto;
	margin-bottom: 15px;
	font-size: 21px;
}

.contact-info a {
	color: #333;
	text-decoration: none;
	font-size: 16px;
	display: block;
	font-weight: 600;
}

.single-service-left h2 {
	font-size: 24px;
	line-height: 38px;
	text-align: left;
	font-weight: 700;
}

.single-service-left p {
	font-size: 16px;
	line-height: 30px;
}

.blog-sec {
	background-color: #fff;
	padding: 30px 20px;
	position: relative;
	box-shadow: 0px 0px 30px rgb(0 15 87 / 8%);
	border-radius: 10px;
	margin-bottom: 20px;
}

.blog-sec img {
	width: 100%;
}

.blog-sec span {
	color: #737588;
	font-size: 14px;
	display: block;
	padding: 5px 0px;
	font-weight: 600;
}

.blog-sec span i {
	color: #040642;
	padding-right: 10px;
}

.blog-sec h2 {
	font-size: 18px;
	font-weight: 600;
	line-height: 30px;
	color: #040642;
}

.blog-sec p {
	line-height: 26px;
	color: #737588;
	font-size: 16px;
}

.blog-sec a {
	color: #040642;
	font-weight: 700;
	font-size: 16px;
}

.single-blog-sec {
	background-color: #fff;
	padding: 30px 20px;
	position: relative;
	box-shadow: 0px 0px 30px rgb(0 15 87 / 8%);
	border-radius: 10px;
	margin-bottom: 20px;
}

.single-blog-sec img {
	width: 100%;
}

.single-blog-sec span {
	color: #737588;
	font-size: 14px;
	display: block;
	padding: 5px 0px;
	font-weight: 600;
}

.single-blog-sec span i {
	color: #040642;
	padding-right: 10px;
}

.single-blog-sec h2 {
	font-size: 24px;
	font-weight: 600;
	line-height: 30px;
	color: #040642;
}

.single-blog-sec h3 {
	font-size: 21px;
	font-weight: 600;
	line-height: 30px;
	color: #040642;
}

.single-blog-sec p {
	line-height: 30px;
	color: #737588;
	font-size: 16px;
}

.blog-side-bar h2 {
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
	color: #040642;
	border-bottom: 1px solid #040642;
	padding-bottom: 10px;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.blog-side-bar {
	padding: 20px;
	background-color: #f0f0f4;
	margin-bottom: 40px;
	border-radius: 5px;
	position: relative;
}

.blog-side-bar ul {
	padding: 0px;
	margin: 0px;
}

.blog-side-bar ul li {
	list-style: none;
	margin-bottom: 10px;
	position: relative;
}

.blog-side-bar ul li a {
	background: #fff;
	padding: 10px;
	border-radius: 5px;
	color: #737588;
	text-decoration: none;
	font-size: 16px;
	font-weight: 700;
	display: block;
	position: relative;
}

.blog-side-bar ul li a span {
	position: absolute;
	right: 10px;
}

.service-highlights {
	padding: 50px 0px;
}

.service-highlight-sec h4 {
	font-size: 21px;
	font-weight: 700;
}

.service-highlight-sec {
	position: relative;
	padding: 25px 30px;
	background: #ffffff;
	vertical-align: top;
	overflow: hidden;
	border-radius: 4px;
	box-shadow: 0 3px 12px -6px rgb(0 0 0 / 54%);
	margin-bottom: 20px;
	height: 240px;
}

.service-highlights ul {
	padding: 0px;
	margin: 0px;
}

.service-highlights ul li {
	display: block;
	list-style: none;
	margin-bottom: 10px;
	font-weight: 500;
}

.circle_1 {
	background: #085099b0;
	width: 100%;
	height: 5px;
	border-radius: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}

.service-highlights ul li span i {
	background: #036;
	padding: 5px;
	display: inline-block;
	border-radius: 50px;
	font-size: 10px;
	color: #fff;
}

.program-curriculum .accordion {
	width: 100%;
	padding: 10px;
	border: 0px solid #6db5ff!important;
	cursor: pointer;
	display: block!important;
	align-items: center;
	border-radius: 30px;
}

.program-curriculum .accordion:hover {
	background-color: inherit!important;
	color: #fff;
	border: 2px solid #ddd;
}

.program-curriculum .accordion-body {
	color: #000;
}

.program-curriculum .accordion-body:hover {
	color: #000;
}

.location-service-list h1 {
	font-size: 26px;
	font-weight: 700;
	color: #fff;
	position: relative;
}

.location-service-list h1:after {
	position: absolute;
	content: " ";
	width: 100px;
	height: 5px;
	background: #fff;
	left: 0;
	bottom: -17px;
	transform: skewX(-21deg);
}

.top-service-list h1 {
	font-size: 26px;
	font-weight: 700;
	color: #fff;
	position: relative;
}

.top-service-list h1:after {
	position: absolute;
	content: " ";
	width: 100px;
	height: 5px;
	background: #fff;
	left: 0;
	bottom: -28px;
	transform: skewX(-21deg);
}

ul.banner_program_list {
	margin-top: 40px!important;
}

.top-service-list ul {
	padding: 0px;
	margin: 0px;
}

.top-service-list ul li {
	display: inline-block;
	width: 48%;
	vertical-align: top;
	color: #fff;
	line-height: 46px;
	font-size: 15px;
	font-family: "Mulish", sans-serif;
	font-weight: 700;
}

.top-service-list ul li i {
	background: #fff;
	color: #036;
	padding: 5px;
	font-size: 14px;
	border-radius: 50px;
	margin-right: 10px;
}

.top-service-list a.call-to-action {
	background: -webkit-linear-gradient(right, #7fb74c, #0a1e68, #cc0ebc, #f0104c, #ff5b11);
	background: -o-linear-gradient(right, #7fb74c, #0a1e68, #cc0ebc, #f0104c, #ff5b11);
	background: linear-gradient(270deg, #7fb74c, #0a1e68, #cc0ebc, #f0104c, #ff5b11);
	background-size: 1000% 1000%;
	-webkit-animation: gradient 10s infinite;
	animation: gradient 10s infinite;
	border-radius: 50px;
	padding: 15px 40px !important;
	color: #fff !important;
	transition: 0.6s;
	text-decoration: none;
	z-index: 999999;
	margin-top: 30px;
	display: inline-block;
}

.top-service-list a {
	overflow: hidden;
	padding: 10px 30px;
	font-weight: bold;
	font-size: 16px;
	display: inline-block;
	background-color: #ffffff!important;
	animation: pulseshodow 2s infinite;
	border-radius: 99px!important;
	background-size: 200% 200%;
	background-image: linear-gradient(to top,#03a9f4 50%,transparent 50%);
	-webkit-transition: background-position 300ms,color 300ms ease,border-color 300ms ease!important;
	-webkit-transition: background-position 300ms,color 300ms ease,border-color 300ms ease!important;
	-ms-transition: background-position 300ms,color 300ms ease,border-color 300ms ease!important;
	-o-transition: background-position 300ms,color 300ms ease,border-color 300ms ease!important;
	transition: background-position 300ms,color 300ms ease,border-color 300ms ease!important;
	margin-right: 25px;
	text-decoration: none;
	color: #484848;
	margin-top: 30px;
}

.top-service-list a:hover {
	background: #d60000 !important;
	color: #fff;
}

@-webkit-keyframes pulseshodow {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgb(64 196 255);
	}

	70% {
		-webkit-box-shadow: 0 0 0 20px rgba(204,169,44,0);
	}

	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(204,169,44,0);
	}
}

@keyframes pulseshodow {
	0% {
		-moz-box-shadow: 0 0 0 0 rgb(3,169,244);
		box-shadow: 0 0 0 0 rgb(3,169,244);
	}

	70% {
		-moz-box-shadow: 0 0 0 20px rgba(204,169,44,0);
		box-shadow: 0 0 0 20px rgba(204,169,44,0);
	}

	100% {
		-moz-box-shadow: 0 0 0 0 rgba(204,169,44,0);
		box-shadow: 0 0 0 0 rgba(204,169,44,0);
	}
}

.single-tabs-list {
	margin-top: 20px;
}

.single-tabs-list ul li {
	padding-right: 30px;
}

.single-tabs-list ul li a {
	color: #000;
	text-decoration: none;
	font-size: 18px;
}

.single-tabs-list ul li a.active {
	color: #f00;
	border-bottom: 2px solid#f00;
	padding-bottom: 6px;
}

.blog-info {
	font-size: 15px;
	line-height: 30px;
	font-weight: 500;
	height: 15.6em;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 8;
}

h1.location-heading {
	font-size: 26px;
}

.coupons-section {
    margin-bottom: 30px;
    margin-top: 10px
}

.coupons-deals .item {
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 15px
}

.coupons-section {
    background: url(/_next/static/media/coupons-bg.5fa0dc27ab1f3e0c56722335d3b47166.png) repeat-x 0 0;
    padding: 35px 0
}

.coupons-section .section-title {
    color: #fff
}

.coupons-section .brand {
    padding: 10px 25px 5px;
    font-size: 15px
}

.coupons-section .coupons-deals {
    margin: 0 -10px
}

.coupons-section-inner {
    margin-top: 0;
    background: none;
    padding: 0;
    margin-bottom: 0
}

.coupons-section-inner .coupons-deals {
    margin: 0 -15px
}

.coupons-section-inner .coupons-deals .products h3 {
    font-size: 18px
}

.coupons-section-inner .coupons-deals .products {
    background: #fff;
    -webkit-box-shadow: 0px 3px 5px 0 rgba(0,0,0,.2);
    box-shadow: 0px 3px 5px 0 rgba(0,0,0,.2);
    border-radius: 4px;
    border: 1px solid #095099;
}

.coupons-section-inner .coupons-deals .products .product-image a {
    padding: 10px 0 10px 25px;
    text-decoration: none;
}

.coupons-section-inner .coupons-deals .item {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 30px
}

.coupons-section-inner.full-width .coupons-deals .products .product-image a {
    padding: 10px 25px
}

.coupons-section-inner.full-width .coupons-deals .products h3 {
    font-size: 20px
}

.coupons-section.coupons-section-inner .discount {
    padding-top: 20px
}

.stores-list {
    overflow: hidden
}

.stores-list .item {
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.2);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.2);
    padding: 25px;
    margin: 0 0 30px
}

.stores-list .item p {
    font-family: Open Sans,sans-serif;
    font-size: 13px;
    line-height: 1.8em;
    letter-spacing: .2px;
    margin-bottom: 0
}

.stores-list .item h3 {
    padding: 0;
    margin: 0
}

.stores-list .item .logo-img {
    padding: 0
}

.stores-list .item a {
    font-family: Barlow,sans-serif;
    color: #1a9cb7;
    padding: 0 0 10px;
    letter-spacing: normal;
    font-weight: 600;
    line-height: 1.4em;
    font-size: 20px;
    display: block
}

.store-box {
    background-color: #fff;
    padding: 20px 20px 25px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.2);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.2);
    margin-bottom: 30px;
    text-align: center
}

.store-box img {
    margin: auto
}

.store-box .mail-box {
    margin-bottom: 15px
}

.store-box h2 {
    margin: 15px 0 0
}

.store-box h2 a {
    font-family: Barlow,sans-serif;
    color: #333;
    padding: 0;
    letter-spacing: normal;
    font-weight: 600;
    line-height: 1.4em;
    font-size: 26px;
    display: block
}

.store-box p {
    font-family: Open Sans,sans-serif;
    font-size: 13px;
    line-height: 1.8em;
    letter-spacing: .2px;
    margin-bottom: 0;
    margin-top: 5px
}

.modal-content h6.color-mid.t-uppercase {
    text-transform: uppercase;
    color: #717f86
}

.copy-coupon-wrap,.coupon-code {
    position: relative
}

.coupon-code {
    display: block;
    font-size: 21px;
    padding: 5px 30px;
    text-align: center;
    border: 2px dashed #fff;
    background: #56cb60;
    color: #fff;
    width: 100%;
    height: 43px;
    line-height: 30px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    font-family: Barlow,sans-serif;
    margin: 0px auto 0
}

.coupons-section .modal-content {
    text-align: center;
    font-family: Open Sans,sans-serif;
    font-size: 14px
}

.coupons-section .color-mid {
    font-size: 13px;
    display: block;
    margin-top: 20px;
    margin-bottom: 0;
    color: #999
}

.coupons-section .modal-content h3 {
    overflow: hidden;
    letter-spacing: normal;
    font-family: Barlow,sans-serif;
    line-height: 1.3em;
    font-size: 28px;
    font-weight: 600
}

.coupons-section .modal-footer {
    text-align: center;
    background: url(/_next/static/media/coupons-bg.5fa0dc27ab1f3e0c56722335d3b47166.png) repeat-x top;
    color: #fff;
    font-size: 13px;
    padding-bottom: 30px
}

.coupons-section .modal-footer h4 {
    overflow: hidden;
    letter-spacing: normal;
    font-family: Barlow,sans-serif;
    line-height: 1.3em;
    font-size: 22px;
    font-weight: 600;
    color: #fff
}

.coupons-section .modal-footer p {
    margin-bottom: 25px;
    display: block
}

.coupons-section .modal-footer input {
    border: none;
    background: #fff;
    padding: 15px;
    border-radius: 3px;
    width: 70%;
    vertical-align: middle
}

.coupons-section .modal-content .close {
    font-size: 34px;
    line-height: 10px
}

.coupons-section .modal-body {
    padding: 25px
}

.coupons-section .modal-content img {
    border-radius: 999px;
    width: 120px;
    margin: auto
}

.copy-coupon-wrap button {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    opacity: 0
}

.coupons-deals .product {
    width: 100%;
    height: 225px;
    border-radius: 4px;
    display: -moz-box;
    display: flex;
    overflow: hidden;
    /*margin-bottom: 20px*/
}

.coupons-deals .products h3 {
    margin-top: 0
}

.coupons-deals .products a {
    font-family: Barlow,sans-serif;
    color: #333;
    padding: 10px 25px;
    letter-spacing: normal;
    font-weight: 600;
    line-height: 1.4em
}

.coupons-deals .product .product-image img {
    width: 60px;
    border-radius: 999px;
    margin: 25px 20px 0
}

.coupons-section .custom-carousel .owl-controls {
    right: 10px
}

.coupons-section .discount {
    color: #273794;
    font-size: 32px;
    font-family: Barlow,sans-serif;
    font-weight: 600;
    text-align: center;
    padding-top: 35px
}

.coupons-section .discount span {
    display: block;
    font-weight: 400;
    font-size: 22px
}

.coupons-section .exp-date {
    color: #273794;
    font-weight: 700;
    display: block;
    padding-bottom: 15px;
    font-size: 12px;
}

.coupons-section .show-code a {
    display: block;
    background: -webkit-gradient(linear,right top,left top,from(#095099),to(#673AB7));
    background: -webkit-linear-gradient(right,#095099,#673AB7);
    background: -moz-linear-gradient(right,#095099,#673AB7);
    background: linear-gradient(270deg,#095099,#673AB7);
    padding: 8px 22px;
    color: #fff;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: normal;
    border: 1px dashed #ffffff;
    text-decoration: none;
}

.coupons-deals .product .product-image {
    -moz-box-flex: 1;
    flex: 1 1;
    height: 100%;
    background: #fff;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.2);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.2)
}

.coupons-deals .product .product-info {
    width: 200px;
    height: 100%;
    background: url('../images/coupon/right-bg.png') no-repeat 100% 0;
    background-size: 100% 100%;
    display: -moz-box;
    display: flex;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
    position: relative
}
.item .products .image a {
    width: 100%;
    display: block;
    position: relative
}

.item .products .image a .hover-image {
    padding: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .7s,visibility .7s;
    -moz-transition: opacity .7s,visibility .7s;
    transition: opacity .7s,visibility .7s
}

.item .products .image a:hover .hover-image {
    opacity: 1;
    visibility: visible
}

.item .products .image a:before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    content: "";
    opacity: 0;
    -webkit-transition: all .4s ease-out .2s;
    -moz-transition: all .4s ease-out .2s;
    transition: all .4s ease-out .2s;
    background-color: #ccc
}
.accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #095099;
}

.animation-border {
  margin: 25px auto;
  width: 350px;
  height: 50px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.animation-border::before {
  content: attr(content);
  position: absolute;
  width: 345px;
  height: 45px;
  z-index: 1;
  background-color: #eee;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.animation-border::after {
  content: "";
  width: 400px;
  height: 400px;
  position: absolute;
  border-radius: 50px;
  background: conic-gradient(
    #3a7cec 0%12.5%,
    #2ca24c 12.5%25%,
    #f1b500 25%37.5%,
    #e33e2b 37.5%50%,
    #3a7cec 50%62.5%,
    #2ca24c 62.5%75%,
    #f1b500 75%87.5%,
    #e33e2b 87.5%100%
  );
  animation: border-animation 5s linear infinite;
  -webkit-animation: border-animation 5s linear infinite;
}

@keyframes border-animation {
  to {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}

.custom-border{
  border-color: red;
  margin: 0 auto;
  width:60%;
  min-width:100px;
  max-width: 200px;
  text-align:center;
  position:relative;
  border-width:0;
  border-style:solid;
}
.custom-border::before {
    margin-top: -1px;
    margin-left: 40px;
    content: "";
    border: solid red;
    border-width: 2px 0 0;
    top: 50%;
    display: block;
    position: absolute;
    left: 29%;
    right: 10px;
}
.custom-border::after {
    margin-top: -1px;
    margin-left: 42px;
    content: "";
    border: solid red;
    border-width: 2px 0 0;
    top: 50%;
    display: block;
    position: absolute;
    left: -35px;
    right: 50%;
}

/**Work category section**/
.work-category {
    /*background: #fbf9ed;*/
    /*background: -moz-linear-gradient(top, #fbf9ed 0%, #fbeaf8 100%);*/
    /*background: -webkit-linear-gradient(top, #fbf9ed 0%, #fbeaf8 100%);*/
    /*background: linear-gradient(to bottom, #fbf9ed 0%, #fbeaf8 100%);*/
    /*position: relative;*/
}
.work-category .common-heading h2 {
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 40px;
    color: #053b72;
}
.text-l {
    text-align: left !important;
}
.work-card p {
    color: #050748;
    font-family: "Poppins", sans-serif;
    line-height: 24px;
    font-size: 16px;
    margin: 5px 0 0 0;
    padding: 0 12px;
}
.icon-bg {
    display: block;
    height: 62px;
    width: 62px;
    margin: 0 auto;
    text-align: center;
}
.icon-set {
    width: 25%;
    display: inline-block;
    float: left;
    position: relative;
}
.work-card {
    margin: 10px;
    padding: 30px 20px;
    max-height: 170px;
    text-align: center;
    min-height: 170px;
    border-radius: 8px 40px 8px 40px;
    -webkit-box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, 0.059), 0 8.2px 8.9px -30px rgba(0, 0, 0, 0.071), 0 25px 40px -30px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, 0.059), 0 8.2px 8.9px -30px rgba(0, 0, 0, 0.071), 0 25px 40px -30px rgba(0, 0, 0, 0.2);
}
.work-card:hover {
    box-shadow: 0 3.4px 2.7px -30px rgb(0 0 0 / 60%), 0 8.2px 8.9px -30px rgb(0 0 0 / 60%), 0 26px 22px -32px rgb(0 0 0 / 60%);
}
.work-card-set a{
    text-decoration:none;
}
.cd1 {
    background: #70e4e8;
}
.cd2 {
    background: #f5eb92;
}
.cd3 {
    background: #a3ffe2;
}
.cd4 {
    background: #ffbc7a;
}
.cd5 {
    background: #e3ff8e;
}
.cd6 {
    background: #ffa0c6;
}
.cd7 {
    background: #f3a6ff;
}
.cd8 {
    background: #97ffaf;
}
.cd9 {
    background: #6cfffa;
}
.cd10 {
    background: #77baff;
}
.cd11 {
    background: #ffefd4;
}
.cd12 {
    background: #7affdb;
}
.common-heading {
    padding: 0;
    text-align: center;
    position: relative;
    z-index: 10;
}
.common-heading h2 {
    margin-bottom: 60px;
}
.inner-heading h2 {
    margin-bottom: 30px;
}
.v-center {
    align-self: center;
    align-items: center;
}
.common-heading > span {
    color: #ff0442;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 15px 0;
    display: block;
}
.mini_footer ul li{
    display:inline-block;
}
.mini_footer ul li a{
    text-decoration: none;
    color: #fff;
}
.mini_footer ul{
    margin-bottom: 0px;
    font-size: 14px;
    padding: 5px 0px;
}

/*=============================
    Courses
===============================*/
.section-pt-120 {
  padding-top: 120px;
}
@media (max-width: 767.98px) {
  .section-pt-120 {
    padding-top: 100px;
  }
}

.section-pb-90 {
  padding-bottom: 90px;
}
@media (max-width: 767.98px) {
  .section-pb-90 {
    padding-bottom: 70px;
  }
}

.section-pb-120 {
  padding-bottom: 120px;
}
@media (max-width: 767.98px) {
  .section-pb-120 {
    padding-bottom: 100px;
  }
}

.courses-area {
  position: relative;
  background-position: center;
  background-size: cover;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .courses-area {
    padding: 100px 0;
  }
}
.courses-area .section__title-wrap {
  margin: 0 0 50px;
}
@media (max-width: 767.98px) {
  .courses-area .section__title-wrap {
    margin: 0 0 40px;
  }
}
@media (max-width: 1199.98px) {
  .courses-area .section__title-wrap {
    margin: 0 0 30px;
  }
}
.courses__nav .nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0 0 18px;
  border: none;
  gap: 5px 35px;
  position: relative;
}
.courses__nav .nav::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #D9D9F3;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  z-index: -1;
}
@media (max-width: 767.98px) {
  .courses__nav .nav {
    gap: 5px 20px;
    padding: 0 0 7px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .courses__nav .nav {
    padding: 0 0 15px;
  }
}
.courses__nav .nav .nav-item .nav-link {
  font-weight: var(--tg-fw-medium);
  color: #7F7E97;
  padding: 0 0;
  border: none;
  position: relative;
  background: transparent;
}
.courses__nav .nav .nav-item .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -18px;
  right: 0;
  width: 0;
  height: 6px;
  background: #095099;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  margin: 0 auto;
  z-index: 1;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media (max-width: 767.98px) {
  .courses__nav .nav .nav-item .nav-link::after {
    bottom: -7px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .courses__nav .nav .nav-item .nav-link::after {
    bottom: -15px;
  }
}
.courses__nav .nav .nav-item .nav-link.active {
  color: var(--tg-heading-color);
}
.courses__nav .nav .nav-item .nav-link.active::after {
  width: 60px;
}
.courses__item {
  margin: 0 0 30px;
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  padding: 25px 25px 32px;
  border: 1px solid #B5B5C3;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -ms-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.courses__item a{
    text-decoration:none;
}
@media (max-width: 1199.98px) {
  .courses__item {
    padding: 25px 20px 32px;
  }
}
.courses__item:hover {
    /*filter: drop-shadow(10px 10px 0px #CAC9D6); */
    box-shadow: 1px 4px 8px 3px #ddd;
}
.courses__item-two {
  padding: 0;
}
.courses__item-three {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 30px;
  padding: 25px 30px 25px 25px;
}
@media (max-width: 1199.98px) {
  .courses__item-three {
    gap: 20px;
    padding: 20px 20px 20px 20px;
  }
}
@media (max-width: 767.98px) {
  .courses__item-three {
    flex-direction: column;
  }
}
.courses__item-three .courses__item-thumb {
  margin: 0;
  flex: 0 0 auto;
}
.courses__item-three .courses__item-thumb a {
  height: 100%;
}
.courses__item-three .courses__item-thumb img {
  width: 280px;
  object-fit: cover;
  height: 100%;
  min-height: 210px;
}
@media (max-width: 767.98px) {
  .courses__item-three .courses__item-thumb img {
    width: 100%;
  }
}
.courses__item-three .courses__item-content {
  flex-grow: 1;
}
.courses__item-three .courses__item-content .info {
  margin-bottom: 0;
  margin-top: 8px;
}
.courses__item-three .courses__item-tag {
  gap: 15px;
}
.courses__item-three .courses__item-meta {
  margin: 0 0 8px;
}
.courses__item-three .courses__item-meta .price {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 20px;
  font-weight: 700;
  color: #095099;
  gap: 8px;
}
.courses__item-three .courses__item-meta .price del {
  font-size: 14px;
  font-weight: 500;
  color: #B2BBCC;
}
.courses__item-thumb {
  position: relative;
  margin: 0 0 20px;
}
.courses__item-thumb-two {
  padding: 25px 25px 0 25px;
}
@media (max-width: 1500px) {
  .courses__item-thumb-two {
    padding: 20px 20px 0 20px;
  }
}
.courses__item-thumb img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  border-radius: 6px;
}
@media (max-width: 767.98px) {
  .courses__item-thumb img {
    height: auto;
  }
}
.courses__item-content .title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 15px;
}
.courses__item-content .title a {
  display: inline;
  background-image: linear-gradient(#161439, #161439), linear-gradient(#161439, #161439);
  background-size: 0% 2px, 0 2px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.4s linear;
}
.courses__item-content .title a:hover {
  color: inherit;
  background-size: 0 2px, 100% 2px;
}
.courses__item-content-two {
  padding: 0 25px 20px;
}
@media (max-width: 1500px) {
  .courses__item-content-two {
    padding: 0 20px 20px;
  }
}
.courses__item-content-two .price {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 8px;
  font-size: 18px;
  font-weight: 600;
  color: #095099;
}
.courses__item-content-two .price del {
  font-size: 14px;
  font-weight: 400;
  color: #bbb;
}
.courses__item-content-bottom {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

.courses__item-meta {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px 20px;
  margin: 0 0 15px;
  flex-wrap: wrap;
}
.courses__item-meta li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.courses__item-meta li i {
  margin-right: 7px;
}
.courses__item-tag a {
  font-size: 13px;
  font-weight: 700;
  color: #161439;
  background: #EFEFF2;
  display: block;
  line-height: 1;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  padding: 7px 13px;
}
.courses__item-tag a:hover {
  background: #095099;
  color: #fff;
}
.courses__item .avg-rating {
  color: #7F7E97;
  font-size: 14px;
  line-height: 1;
}
.courses__item .avg-rating i {
  color: #f9bc15;
  letter-spacing: 0;
  margin-right: 5px;
}

.courses__item-bottom {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 23px 0 0;
}
.courses__item-bottom .button a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 10px 19px;
    align-items: center;
    gap: 6px;
    border-radius: 50px;
    border: 1px solid #000;
    background: #f9bc15;
    box-shadow: 4px 4px 0px 0px #3D3D3D;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    color: #000;
    text-decoration: none;
}
.courses__item-bottom .button a:hover {
  box-shadow: none;
}
.courses__item-bottom .price {
  font-size: 20px;
  line-height: 1;
  color: #095099;
  font-weight: 700;
  margin: 0 0;
}
@media (max-width: 991.98px) {
  .courses__item-bottom .price {
    font-size: 18px;
  }
}
.courses__item-bottom .price del {
  font-size: 16px;
  color: #8D9DB5;
  margin-right: 4px;
}
.courses__item-bottom-two {
  border-top: 1px solid #B5B5C3;
  padding: 13px 25px;
}
@media (max-width: 1500px) {
  .courses__item-bottom-two {
    padding: 13px 20px;
  }
}
.courses__item-bottom-two .list-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 30px;
}
@media (max-width: 1199.98px) {
  .courses__item-bottom-two .list-wrap {
    gap: 10px 20px;
  }
}
.courses__item-bottom-two .list-wrap li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  position: relative;
  font-size: 16px;
  color: var(--tg-common-color-dark);
  gap: 7px;
}
.courses__item-bottom-two .list-wrap li i {
  color: #bbb;
  font-size: 20px;
  line-height: 0;
}
.courses__item-bottom-two .list-wrap li::before {
  content: "";
  position: absolute;
  right: -17px;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: #8C9AB4;
}
@media (max-width: 1199.98px) {
  .courses__item-bottom-two .list-wrap li::before {
    right: -12px;
  }
}
.courses__item-bottom-two .list-wrap li:last-child::before {
  display: none;
}
@media (max-width: 767.98px) {
  .courses__nav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    gap: 15px;
  }
}
.courses__nav .courses-button-prev {
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #095099;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  line-height: 0;
  font-size: 24px;
  border: 1.2px solid var(--tg-common-color-black-3);
  box-shadow: -3.6px 2.4px 0px 0px #23232B;
  position: absolute;
  left: -90px;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 1500px) {
  .courses__nav .courses-button-prev {
    left: -15px;
  }
}
@media (max-width: 767.98px) {
  .courses__nav .courses-button-prev {
    position: relative;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    left: 0;
  }
}
.courses__nav .courses-button-prev i {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.courses__nav .courses-button-prev:hover {
  box-shadow: none;
}
.courses__nav .courses-button-next {
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #095099;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  line-height: 0;
  font-size: 24px;
  border: 1.2px solid var(--tg-common-color-black-3);
  box-shadow: 3.6px 2.4px 0px 0px #23232B;
  position: absolute;
  right: -90px;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 1500px) {
  .courses__nav .courses-button-next {
    right: -15px;
  }
}
@media (max-width: 767.98px) {
  .courses__nav .courses-button-next {
    position: relative;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    right: 0;
  }
}
.courses__nav .courses-button-next:hover {
  box-shadow: none;
}
.courses-top-wrap {
  margin-bottom: 30px;
}
.courses-top-left p {
  margin-bottom: 0;
  font-size: 16px;
  font-family: var(--tg-heading-font-family);
  color: var(--tg-common-color-dark);
  text-transform: capitalize;
}
@media (max-width: 767.98px) {
  .courses-top-left p {
    margin-bottom: 15px;
    text-align: center;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .courses-top-left p {
    text-align: center;
    margin-bottom: 15px;
  }
}
.courses-top-right {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
.courses-top-right .sort-by {
  font-size: 16px;
  font-family: var(--tg-heading-font-family);
  display: block;
  color: #bbb;
}
.courses-top-right-select {
  width: 145px;
  position: relative;
}
.courses-top-right-select select {
  background-color: transparent;
  border: 1px solid #DCDBE5;
  color: var(--tg-common-color-dark);
  font-weight: 500;
  font-size: 15px;
  text-transform: capitalize;
  border-radius: 4px;
  outline: none;
  padding: 10px 32px 10px 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  line-height: 1.2;
  height: 40px;
}
.courses-top-right-select::after {
  content: "\f078";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  right: 12px;
  font-size: 12px;
  color: #000;
}
.courses__sidebar {
  margin-right: 20px;
}
@media (max-width: 1199.98px) {
  .courses__sidebar {
    margin: 0 0 0 0;
  }
}
@media (max-width: 991.98px) {
  .courses__sidebar {
    margin: 80px 0 0;
  }
}
.courses-widget {
  background: #f7f7f9;
  padding: 30px 30px;
  margin-bottom: 30px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
.courses-widget:last-child {
  margin-bottom: 0;
}
.courses-widget ul li {
  margin-bottom: 15px;
}
.list-wrap {
    margin: 0px;
    padding: 0px;
}
.list-wrap li {
    list-style: none;
}
.courses-widget ul li:last-child {
  margin-bottom: 0;
}
.courses-widget .form-check {
  display: flex;
  align-items: center;
  line-height: 1;
  margin-bottom: 0;
  padding: 0;
  min-height: inherit;
}
.courses-widget .form-check-input {
  border-radius: 4px;
  border: 1px solid #9D9CAE;
  margin: 0 10px 0 0;
  width: 16px;
  height: 16px;
  padding: 0px;
}
.courses-widget .form-check-input:checked {
  background-color: #095099;
}
.courses-widget .form-check-input:focus {
  box-shadow: none;
  border-color: #095099;
}
.courses-widget .form-check-label {
  flex-grow: 1;
  font-size: 16px;
  font-weight: 400;
  color: var(--tg-body-color);
  user-select: none;
}
.courses-widget .form-check .rating {
  display: flex;
  align-items: center;
}
.courses-widget .form-check .rating ul {
  display: flex;
  align-items: center;
  line-height: 1;
  color: #F8BC24;
  gap: 4px;
}
.courses-widget .form-check .rating ul li {
  margin-bottom: 0;
}
.courses-widget .form-check .rating ul li.delete {
  color: #D7D7D7;
}
.courses-widget .form-check .rating span {
  color: #5A7093;
  margin-left: 5px;
}
.courses-widget .show-more {
  font-family: var(--tg-heading-font-family);
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  margin-top: 20px;
}
.courses-slider-active .slick-arrow {
  position: absolute;
  left: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-30px);
  -moz-transform: translateY(-50%) translateX(-30px);
  -ms-transform: translateY(-50%) translateX(-30px);
  -o-transform: translateY(-50%) translateX(-30px);
  transform: translateY(-50%) translateX(-30px);
  width: 50px;
  height: 50px;
  background: var(--tg-common-color-gray);
  border: 1px solid #FFFFFF;
  box-shadow: 0px 10px 20px #DFDFDF;
  border-radius: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  padding: 0 0;
  z-index: 2;
}
.courses-slider-active .slick-arrow:hover {
  background: #095099;
  color: #fff;
}
.courses-slider-active .slick-arrow.slick-next {
  left: auto !important;
  right: -10px;
  -webkit-transform: translateY(-50%) translateX(30px);
  -moz-transform: translateY(-50%) translateX(30px);
  -ms-transform: translateY(-50%) translateX(30px);
  -o-transform: translateY(-50%) translateX(30px);
  transform: translateY(-50%) translateX(30px);
}
.courses-slider-active:hover .slick-arrow {
  -webkit-transform: translateY(-50%) translateX(0);
  -moz-transform: translateY(-50%) translateX(0);
  -ms-transform: translateY(-50%) translateX(0);
  -o-transform: translateY(-50%) translateX(0);
  transform: translateY(-50%) translateX(0);
  opacity: 1;
  visibility: visible;
}
.courses-slider-active .col {
  padding-left: 15px;
  padding-right: 15px;
}
.courses-slider-active .courses__item-two {
  border: 1px solid #E8E8E8;
  border-radius: 6px;
  box-shadow: none;
  padding: 15px;
}
.courses-slider-active .courses__item-two-content {
  padding: 16px 7px 5px 7px;
}
.courses-slider-active .courses__item-bottom .price {
  font-size: 20px;
  margin: 0 20px 0 0;
}
.courses-slider-active .courses__item-bottom .price del {
  font-size: 15px;
  margin-right: 6px;
}
.courses__nav-tabs {
  gap: 10px;
  border: none;
  margin-left: 10px;
}
.courses__nav-tabs .nav-item {
  margin: 0 0;
}
.courses__nav-tabs .nav-item .nav-link {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #6196EA;
  border-radius: 4px;
  color: #095099;
}
.courses__nav-tabs .nav-item .nav-link svg {
  flex: 0 0 auto;
}
.courses__nav-tabs .nav-item .nav-link.active {
  border-color: #095099;
  background: #095099;
  color: #fff;
}
.courses__list-wrap .courses__item-two {
  border: 1px solid #E8E8E8;
  border-radius: 6px;
  box-shadow: none;
  padding: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 25px;
}
@media (max-width: 767.98px) {
  .courses__list-wrap .courses__item-two {
    gap: 20px;
    flex-direction: column;
  }
}
.courses__list-wrap .courses__item-two-thumb {
  flex: 0 0 auto;
}
.courses__list-wrap .courses__item-two-thumb a {
  height: 100%;
}
.courses__list-wrap .courses__item-two-thumb img {
  width: 270px;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1199.98px) {
  .courses__list-wrap .courses__item-two-thumb img {
    width: 235px;
  }
}
@media (max-width: 991.98px) {
  .courses__list-wrap .courses__item-two-thumb img {
    width: 270px;
  }
}
@media (max-width: 767.98px) {
  .courses__list-wrap .courses__item-two-thumb img {
    width: 100%;
  }
}
.courses__list-wrap .courses__item-two-content {
  padding: 0 15px 0 0;
}
@media (max-width: 767.98px) {
  .courses__list-wrap .courses__item-two-content {
    padding: 0 7px 5px 7px;
  }
}
.courses__list-wrap .courses__item-two-content .title {
  font-size: 20px;
  margin: 0 0 10px;
}
.courses__list-wrap .courses__item-two-content p {
  line-height: 1.65;
}
.courses__list-wrap .courses__item-two-content .courses__item-rating {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 6px;
}
.courses__list-wrap .courses__item-two-content .courses__item-rating i {
  font-size: 15px;
  margin: 0 0;
}
.courses__list-wrap .courses__item-two-content .courses__item-rating .rating-count {
  margin: 0 0;
}
.courses__list-wrap .courses__item-two-content .courses__item-tag {
  margin: 0 0 8px;
  font-size: 14px;
}
.courses__list-wrap .courses__item-two-content .courses__item-meta {
  margin: 0 0 14px;
}
.courses__list-wrap .courses__item-bottom {
  padding: 12px 0 0;
  margin: 0 0 0;
}

.courses__details-thumb {
  margin-bottom: 30px;
}
.courses__details-thumb img {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  min-height: 250px;
  object-fit: cover;
}
.courses__details-content .courses__item-meta {
  justify-content: flex-start;
  gap: 15px;
}
.courses__details-content .courses__item-meta .avg-rating {
  color: #7F7E97;
  font-size: 14px;
  line-height: 1;
}
.courses__details-content .courses__item-meta .avg-rating i {
  color: #f9bc15;
}
.courses__details-content .title {
  margin-bottom: 15px;
  font-size: 30px;
}
@media (max-width: 767.98px) {
  .courses__details-content .title {
    font-size: 26px;
  }
}
.courses__details-content .nav-tabs {
  border: none;
  gap: 12px;
  margin-bottom: 40px;
}
.courses__details-content .nav-tabs .nav-link {
  background: #E6E9EF;
  font-size: 16px;
  font-weight: 600;
  font-family: var(--tg-heading-font-family);
  border: none;
  color: var(--tg-body-color);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  padding: 14px 30px;
  line-height: 1;
  display: block;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.courses__details-content .nav-tabs .nav-link:hover, .courses__details-content .nav-tabs .nav-link.active {
  color: #fff;
  background: #095099;
  -webkit-box-shadow: 4px 6px 0px 0px #050071;
  -moz-box-shadow: 4px 6px 0px 0px #050071;
  -ms-box-shadow: 4px 6px 0px 0px #050071;
  -o-box-shadow: 4px 6px 0px 0px #050071;
  box-shadow: 4px 6px 0px 0px #050071;
}
.courses__details-meta .list-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 10px 30px;
  flex-wrap: wrap;
  margin-bottom: 45px;
}
.courses__details-meta .list-wrap li {
  color: #7F7E97;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 8px;
}
.courses__details-meta .list-wrap li::before {
  content: "";
  position: absolute;
  right: -17px;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background: #8C9AB4;
}
.courses__details-meta .list-wrap li:last-child::before {
  display: none;
}
.courses__details-meta .list-wrap li i {
  font-size: 20px;
}

.courses__details-sidebar {
  background: #fff;
  border: 1px solid #DFDFDF;
  -webkit-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.08);
  margin-left: 20px;
  padding: 30px 30px 40px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
@media (max-width: 1500px) {
  .courses__details-sidebar {
    margin-left: 0;
    padding: 30px 20px 40px;
  }
}
@media (max-width: 991.98px) {
  .courses__details-sidebar {
    padding: 30px 30px 40px;
    margin: 80px 0 0;
  }
}
.courses__details-social {
  border-bottom: 1px solid #DFDFDF;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.courses__details-social .title {
  margin-bottom: 12px;
  font-weight: 500;
  font-size: 16px;
}
.courses__details-social .list-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 10px;
}
.courses__details-social .list-wrap li a {
  width: 42px;
  height: 42px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #E6E9EF;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  color: var(--tg-body-color);
}
.courses__details-social .list-wrap li a:hover {
  background: #095099;
  color: #fff;
}
.courses__details-enroll .tg-button-wrap {
  justify-content: center;
}
.courses__overview-wrap {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #DFDFDF;
  background: #fff;
  -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.08);
  padding: 35px 40px 35px;
}
@media (max-width: 1199.98px) {
  .courses__overview-wrap {
    padding: 30px 30px 30px;
  }
}
.courses__overview-wrap .title {
  margin-bottom: 12px;
  font-size: 24px;
}
.courses__overview-wrap > p {
  margin-bottom: 20px;
}
.courses__overview-wrap > p.last-info {
  margin-bottom: 0;
}
.courses__overview-wrap .about__info-list {
  margin-bottom: 15px;
}
.courses__curriculum-wrap {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #DFDFDF;
  background: #fff;
  -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.08);
  padding: 35px 40px 35px;
}
@media (max-width: 1199.98px) {
  .courses__curriculum-wrap {
    padding: 30px 30px 30px;
  }
}
.courses__curriculum-wrap .title {
  margin-bottom: 12px;
  font-size: 24px;
}
.courses__curriculum-wrap > p {
  margin-bottom: 20px;
}
.courses__curriculum-wrap .accordion-item {
  margin: 0;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  overflow: hidden;
}
.courses__curriculum-wrap .accordion-item:last-child {
  margin: 0 0;
}
.courses__curriculum-wrap .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.courses__curriculum-wrap .accordion-button {
  border: none;
  box-shadow: none;
  font-size: 20px;
  color: var(--tg-heading-color);
  padding: 16px 0 16px 0;
  font-weight: 500;
  border-bottom: 1px solid #DCDCEB;
}
.courses__curriculum-wrap .accordion-button::after {
  content: "\f067";
  font-family: var(--tg-icon-font-family);
  font-weight: 700;
  background-image: none;
  width: auto;
  height: auto;
}
.courses__curriculum-wrap .accordion-button:not(.collapsed) {
  background: transparent;
  color: #095099;
}
.courses__curriculum-wrap .accordion-button:not(.collapsed)::after {
  content: "\f068";
}
.courses__curriculum-wrap .accordion-body {
  padding: 0 0;
}
.courses__curriculum-wrap .course-item {
  padding: 13px 15px;
  background: #F8F8FF;
  margin-bottom: 2px;
}
@media (max-width: 767.98px) {
  .courses__curriculum-wrap .course-item {
    padding: 17px 20px;
  }
}
.courses__curriculum-wrap .course-item:last-child {
  margin-bottom: 0;
}
.courses__curriculum-wrap .course-item .course-item-link {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  color: var(--tg-common-color-dark);
  cursor: no-drop;
}
.courses__curriculum-wrap .course-item .course-item-link:hover {
  color: #095099;
}
.courses__curriculum-wrap .course-item .item-name {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-right: 20px;
}
@media (max-width: 767.98px) {
  .courses__curriculum-wrap .course-item .item-name {
    line-height: 1.4;
  }
}
.courses__curriculum-wrap .course-item .item-name::before {
  content: "";
  display: block;
  background-image: url(../img/icons/play.svg);
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
}
.courses__curriculum-wrap .course-item-meta {
  margin-left: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  line-height: 1;
  gap: 20px;
  flex: 0 0 auto;
}
.courses__curriculum-wrap .course-item-meta .duration {
  margin: 2px 0 0;
}
.courses__curriculum-wrap .course-item.open-item .course-item-link {
  cursor: pointer;
}
.courses__instructors-wrap {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #DFDFDF;
  background: #fff;
  -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.08);
  padding: 35px 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 30px;
  align-items: center;
}
@media (max-width: 1199.98px) {
  .courses__instructors-wrap {
    padding: 30px 30px 30px;
  }
}
@media (max-width: 767.98px) {
  .courses__instructors-wrap {
    flex-direction: column;
  }
}
.courses__instructors-thumb {
  width: 225px;
  flex: 0 0 auto;
}
.courses__instructors-thumb img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.courses__instructors-content .title {
  margin-bottom: 5px;
  font-size: 20px;
}
.courses__instructors-content > p {
  margin-bottom: 15px;
}
.courses__instructors-content .designation {
  display: block;
  color: #095099;
  line-height: 1;
  margin-bottom: 6px;
}
.courses__instructors-content .avg-rating {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  color: #bbb;
  font-size: 15px;
  gap: 8px;
  margin-bottom: 8px;
}
.courses__instructors-content .avg-rating i {
  color: #f9bc15;
}
.courses__rating-wrap {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #DFDFDF;
  background: #fff;
  -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.08);
  padding: 35px 40px 70px 40px;
}
@media (max-width: 1199.98px) {
  .courses__rating-wrap {
    padding: 30px 30px 50px 30px;
  }
}
.courses__rating-wrap .title {
  margin-bottom: 30px;
  font-size: 24px;
}
.courses__cost-wrap {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  background: #095099;
  -webkit-box-shadow: 0px 3px 15px 0px rgba(13, 9, 99, 0.26);
  -moz-box-shadow: 0px 3px 15px 0px rgba(13, 9, 99, 0.26);
  -ms-box-shadow: 0px 3px 15px 0px rgba(13, 9, 99, 0.26);
  -o-box-shadow: 0px 3px 15px 0px rgba(13, 9, 99, 0.26);
  box-shadow: 0px 3px 15px 0px rgba(13, 9, 99, 0.26);
  padding: 20px 20px 20px;
  margin-bottom: 20px;
}
.courses__cost-wrap span {
  display: block;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  margin-bottom: 10px;
}
.courses__cost-wrap .title {
  margin-bottom: 0;
  font-size: 30px;
  color: #fff;
  line-height: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 5px;
}
.courses__cost-wrap .title del {
  font-size: 20px;
  font-weight: 500;
  color: #9490FA;
}
.courses__information-wrap .title {
  font-size: 16px;
  margin-bottom: 15px;
}
.courses__information-wrap .list-wrap li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  color: var(--tg-common-color-dark);
  gap: 15px;
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 15px;
  padding-bottom: 15px;
  line-height: 1;
}
.courses__information-wrap .list-wrap li span {
  display: block;
  margin-left: auto;
  color: #bbb;
}
.courses__payment {
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 25px;
  padding-bottom: 30px;
}
.courses__payment .title {
  margin-bottom: 12px;
  font-weight: 500;
  font-size: 16px;
}

.widget-title {
  font-size: 20px;
  margin-bottom: 20px;
}

.tab-content {
  position: relative;
}

.course-rate {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 36px;
}
@media (max-width: 767.98px) {
  .course-rate {
    flex-direction: column;
  }
}
.course-rate__summary {
  background: #fff;
  border: 1px solid #E6EAEF;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.09);
  border-radius: 8px;
  width: 180px;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 33px 20px;
  gap: 3px;
}
.course-rate__summary-value {
  color: #082A5E;
  font-weight: 600;
  font-size: 64px;
  line-height: 0.8;
}
.course-rate__summary-stars {
  font-size: 15px;
  color: #F8BC24;
}
.course-rate__summary-text {
  color: #5A7093;
}
.course-rate__details {
  flex-grow: 1;
}
@media (max-width: 767.98px) {
  .course-rate__details {
    width: 100%;
  }
}
.course-rate__details-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  line-height: 1;
  gap: 10px;
  margin: 0 0 17px;
}
.course-rate__details-row:last-child {
  margin: 0 0;
}
.course-rate__details-row-star {
  font-size: 20px;
}
.course-rate__details-row-star i {
  font-size: 17px;
  color: #F8BC24;
  margin-left: 3px;
}
.course-rate__details-row-value {
  position: relative;
  margin-right: 20px;
  flex-grow: 1;
}
.course-rate__details-row-value .rating-gray {
  background: #E0E3EB;
  border-radius: 50px;
  height: 7px;
}
.course-rate__details-row-value .rating {
  position: absolute;
  left: 0;
  top: 0;
  height: 7px;
  background: #F8BC24;
  border-radius: 50px;
}
.course-rate__details-row-value .rating-count {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -20px;
  font-size: 20px;
}

.course-review-head {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  border-top: 1px solid #DFDFDF;
  padding-top: 55px;
  margin-top: 60px;
  gap: 20px;
}
@media (max-width: 767.98px) {
  .course-review-head {
    flex-wrap: wrap;
  }
}

.shine__animate-link {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.shine__animate-link::before {
  position: absolute;
  top: 0;
  left: -100%;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.shine__animate-item:hover .shine__animate-link::before {
  -webkit-animation: hoverShine 1.2s;
  animation: hoverShine 1.2s;
}

/*----- Course Detail ------*/

.courses-detail-area {
    background: linear-gradient(132deg,#fff0f1 11.98%,#ffeaf3 38.58%,#ffffff);
}
.course-detail-card{
    background-color: #fff0;
    padding: 0px;
    position: relative;
    box-shadow: 0px 0px 30px rgb(0 15 87 / 8%);
    border-radius: 30px;
    margin-bottom: 20px;
    max-width: 1100px;
}
.course-detail-info{
    padding: 30px;
    min-height: 29.8rem;
    background-color: #fff;
    border-radius: 30px;
    z-index: 99;
    position: relative;
    margin-right: -25px;
}
.course-detail-right{
    border-radius: 0px 30px 30px 0px;
    overflow: hidden;
}
.course-detail-right::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #16163f;
    opacity: 0.5;
    border-radius: 30px;
    overflow: hidden;
}
.gradient-bg1{
    background: linear-gradient(225deg,#f90,#ff5c00) !important;
    color: #fff !important;
}
.gradient-bg2{
    background: linear-gradient(132deg,#ee2c3c 14.58%,#c5135d 65.1%,#6a11b0);
}
.text-gradient {
    background: linear-gradient(132deg,#ee2c3c 14.58%,#c5135d 65.1%,#6a11b0);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.course-detail-card .courses__item-tag a{
    text-decoration:none;
    margin-right: 10px;
}
.course-share{
    font-size:22px;
}
.course-detail-card .course-title{
    font-weight: 700;
    font-size: 35px;
}
.course-detail-right img{
    width:100%;
}
.course-attribute-1 .col {
    flex: 0.3 0 0%;
}
.course-attribute-1 .attr-1-key {
    margin-bottom: 0px;
    font-weight: 600;
    color: #626262;
}
.course-attribute-1 .attr-1-value {
    font-size: 18px;
    font-weight: 700;
}
.gray-outline-btn{
    background: #fff;
    border:1px solid #ddd;
    color:#000;
    font-weight: 600;
}
.gradient-btn-1{
    background: #ee2c3c;
    color: #fff;
    border: 1px solid #ee2c3c;
    font-weight: 600;
}
.gradient-btn-1:hover {
    color: #fff;
    opacity: 0.9;
}
.gray-outline-btn:hover {
    border-color: #999;
}

.faq-section .accordion {
    width: 100% !important;
    padding: 0px !important;
    border: none !important;
    cursor: auto !important;
    display: block !important;
    margin: 10px 0;
}

.faq-section .accordion:hover {
    background-color: #fff !important;
    color: #000 !important;
}

.faq-section .accordion-item {
    margin-bottom: 10px !important;
}
