/*============= Header area Section CSS ===============*/
.header-area {
    background: transparent;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 30px;
    z-index: 99;
}
.transparent .header-main-menu li a {
    color: #fff;
}
.header-logo a{
    display: block;
}
.header-main-menu ul li {
    list-style: none;
    display: inline-block;
    position: relative;
}
.header-main-menu {
    text-align: center;
}
.header-main-menu li a {
    font-size: 18px;
    line-height: 28px;
    color: #232323;
    font-weight: 400;
    font-family: "Poppins";
    padding-right: 61px;
}
.header-main-menu li a:hover{
    color:#e31d00;
}
.header-btn a {
    display: inline-block;
    background: #e31d00;
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
    font-family: "Poppins";
    padding: 13px 37px;
    border-radius: 5px;
}
.header-btn a:hover{
    background:#232323;
}
.header-btn i {
    font-size: 16px;
}

/*============= Sub Menu CSS ===============*/
.header-main-menu ul li .sub-menu {
    position: absolute;
    top: 70px;
    left: 0;
    width: 220px;
    opacity: 0;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    background: #e31d00;
    padding: 15px 0px 15px 15px;
    text-align: left;
    visibility: hidden;
}
.header-main-menu ul li:hover .sub-menu{
    opacity: 1;
    visibility: visible;
    top: 56px;
}
.header-main-menu ul li .sub-menu li a{
    color: #fff;
    text-align: left;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.header-main-menu ul li .sub-menu li a:hover{
    color: #232323;
}
.header-main-menu ul li .sub-menu li{
    margin-bottom: 5px;
}
/*============= Sticky CSS ===============*/
.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    animation: .95s ease-in-out 0s normal none 1 running fadeInDown;
    z-index: 10000;
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
    padding: 15px 0 15px;
    -webkit-animation: .95s ease-in-out 0s normal none 1 running fadeInDown;
}
.header-area.transparent .sticky-logo {
    display: none;
}
.header-area.transparent .is-sticky .sticky-logo {
    display: block;
}
.header-area.transparent .is-sticky .main-logo {
    display: none;
}
.header-area.transparent .is-sticky .header-main-menu ul li a{
    color:#000;
}
/*============= Sticky CSS End =====================*/

/*============= Banner Section Area CSS ===============*/
.banner-section-area {
	height: 930px;
	background: url('../image/bg.jpg');
	background-size: cover;
	background-position: center center;
	position: relative;
}
.banner-content span{
    font-size: 16px;
    line-height: 67px;
    color: #e21e00;
    font-weight: 700;
    font-family: "Poppins";
}
.banner-content h1{
    font-size: 60px;
    letter-spacing: 1px;
    line-height: 70px;
    color: #232323;
    font-weight: 700;
    font-family: "Poppins";
    margin-bottom: 30px;
}
.banner-content p{
    font-size: 20px;
    line-height: 28px;
    color: #444444;
    font-weight: 400;
    font-family: "Roboto";
    margin-bottom: 55px;
}
.banner-btn a{
    background: #e21e00;
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Poppins";
    padding: 17px 37px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    position: relative;
}
.banner-btn a:hover{
    background: #232323;
}
.banner-video-icon a {
    display: inline-block;
    background: #e21e00;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    margin-left: 15px;
    font-size: 25px;
}
.banner-vedio-icon i{
    color:#fff;
}
.banner-vedio-icon:hover{
    background: #232323;
}
.banner-shape-one {
	position: absolute;
	right: 36%;
	background: #dcedff;
	padding: 20px 56px;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	top: 34%;
}
.banner-shape-one span{
    font-size: 16px;
    line-height: 22px;
    color: #232323;
    font-weight: 400;
}
.banner-shape-one strong{
    color:#e21e00;
    display: block;
    text-align: center;
    font-size: 30px;
    margin-bottom: 8px;
}
.banner-shape-two {
	position: absolute;
	right: 31%;
	background: #dcedff;
	padding: 20px 56px;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	top: 77%;
	text-align: center;
	opacity: 0.9;
}
.banner-shape-two span{
    font-size: 16px;
    line-height: 22px;
    color: #232323;
    font-weight: 400;
    font-family: "Poppins";
    text-align: center;
}
.banner-shape-two text {
    display: block;
    margin-bottom: 8px;
}
.banner-shape-three {
	position: absolute;
	right: 10%;
	background: #dcedff;
	padding: 20px 56px;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	text-align: center;
	top: 52%;
	opacity: 0.9;
}
.banner-shape-three span{
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    font-family: "Poppins";
    text-align: center;
}
.banner-shape-three text {
	display: block;
	margin-bottom: 8px;
}

.banner-shape-three strong{
    color: #e21e00;
}
.banner-img {
	float: right;
	position: relative;
	right: -40px;
}
.banner-btn {
	display: inline-block;
}
.banner-video-icon {
	display: inline-block;
}
.banner-video-icon a:hover {
    background: #000;
}

/*============= Section Title CSS ===============*/
.section-title span{
    font-size: 15px;
    line-height: 28px;
    color: #e21e00;
    font-weight: 600;
    font-family: "Poppins"; 
}
.section-title h1 {
	font-size: 44px;
	line-height: 55px;
	color: #232323;
	font-weight: 600;
	font-family: "Poppins";
	margin: 20px 0 27px 0;
}
.section-title p {
	font-size: 15px;
	line-height: 28px;
	color: #555555;
	font-weight: 400;
	margin-bottom: 58px;
	width: 83%;
}

/*============= About Section CSS ===============*/
.about-btn a{
    background: #e21e00;
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Poppins";
    padding: 17px 39px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    position: relative;
}
.about-btn a:hover{
    background: #232323;
}

/*============= Services Section CSS ===============*/
.services-section{
    background-color: #f5f8fd;
}
.services-content h3{
    font-size: 20px;
    line-height: 28px;
    color: #232323;
    font-weight: 600;
    
}
.services-content p{
    font-size: 14px;
    line-height: 26px;
    color: #555555;
    font-weight: 400;
    text-align: center;
}
.services-box{
    background: #fff;
    box-shadow: 0 0 11px rgba(33,33,33,.2);
    padding: 49px;
    text-align: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-style: none;
}
.services-box:hover{
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}
.services-icon{
    margin-bottom: 30px;
}
.serivces-btn a {
    font-size: 15px;
}
.serivces-btn a:hover{
    color:#e21e00;
}
/*============= Counter Section CSS ===============*/
.counter-box{
    text-align: center;
    background:#e5f1ff;
    padding: 20px 0 20px 0;
}
.counter-box h1 {
	font-size: 35px;
	font-weight: 700;
}
.counter-box h3 {
	font-size: 30px;
	font-weight: 500;
}
/*
.counter-box:last-child {
    border-right: 0px solid black;
}*/
.counter {
    animation-duration: 1s;
    animation-delay: 0s;
}

.counter-box i {
    font-size: 30px !Important;
    color:#e21e00;
}
/*============= Career Section CSS ================*/
.career-text p {
	font-size: 17px;
	line-height: 28px;
	color: #555555;
	font-weight: 400;
	margin-bottom: 56px;
	width: 86%;
}
.career-btn {
	padding-top: 4px;
}
.career-btn a{
    background: #e21e00;
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Poppins";
    padding: 17px 39px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin-top: 30px;
}
.career-btn a:hover{
    background: #232323;
}
.career-img {
	position: relative;
	left: 17%;
}
.career-img-content {
	position: absolute;
	background: #fff;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	padding: 16px 44px 16px 44px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	top: 71%;
	left: -22%;
}
.career-img-content:hover{
    box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
}
.carrer-shape{
    position: relative;
    
}
.carrer-shape span{
    font-size: 16px;
    line-height: 26px;
    color: #232323;
    font-weight: 600;
    font-family: "Poppins";
    text-align: center;
}
.carrer-shape p{
    font-size: 14px;
    line-height: 24px;
    color: #555555;
    font-weight: 400;
    font-family: "Roboto";
    text-align: center;
}
/*============= Online Course Section CSS ================*/
.course-section{
    background-color: #f5f8fd;
}
.single-course {
	padding-top: 10px;
}
.online-img img{
    width: 100%;
}
.star-icon i{
    margin-right: 8px;
    color: #f2c451;
}
.content-box{
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.content h5{
    font-size: 18px;
    line-height: 28px;
    color: #232323;
    font-weight: 600;
    font-family: "Poppins";
    margin: 12px 0 12px 0;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.content h5:hover{
    color:#e21e00 ;
}

.content p{
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    font-weight: 300;
    font-family: "Poppins";
    margin-bottom: 22px;
}
.text li {
    list-style: none;
    display: inline-block;
    cursor: pointer;
}
.text {
    display: flex;
    justify-content: space-between;
}
.text li:hover{
    color:#e21e00;
}
.owl-nav {
	position: absolute;
	bottom: -100px;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	display: flex;
}
.owl-nav div {
    margin: 0 10px;
    font-size: 18px;
    background: #f00;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    transition:.5s ;
    -webkit-transition:.5s ;
    -moz-transition:.5s ;
    -ms-transition:.5s ;
    -o-transition:.5s ;
}
.bi.bi-arrow-left:hover {
    color: #fff;
}
.bi.bi-arrow-right:hover {
	color: #fff;
}
.owl-nav div:hover{
    background: #000;
    color:#fff;
    transition: 0.5;
    -webkit-transition: 0.5;
    -moz-transition: 0.5;
    -ms-transition: 0.5;
    -o-transition: 0.5;
}
/*============= Testimonial Section CSS ================*/
.testimonial-box {
    padding: 40px;
    background: #fff;
    margin: 5px;
    filter: drop-shadow(0px 5px 10px rgba(162,162,162,0.2));
}
.testimonial-img img {
    margin: auto;
}
.testimonial-info h3{
    font-size: 20px;
    line-height: 28px;
    color: #232323;
    font-weight: 500;
    font-family: "Poppins";
    text-align: center;
    margin-bottom: 3px;
}
.testimonial-info span{
    font-size: 16px;
    line-height: 28px;
    color: #e21e00;
    font-weight: 400;
    font-family: "Roboto";
    text-align: center;
}
.testimonial-info p {
	font-size: 19px;
	line-height: 30px;
	color: #555555;
	font-weight: 300;
	font-style: italic;
	font-family: "Roboto";
	text-align: center;
}
.owl-nav i:hover{
    color:#e21e00;
}
/*============= instruction Section CSS ================*/
.instruction-section{
    background-color: #f5f8fd;
}
.check-mark ul li{
    list-style: none
}
.check-mark li{
    font-size: 17px;
    line-height: 16px;
    color: #232323;
    font-weight: 500;
    font-family: "Poppins";
    margin-bottom: 20px;
}
.check-mark i{
    background: #e21e00;
    width: 26px;
    height: 26px;
    line-height: 26px;
    color:#fff;
    margin-right: 8px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    text-align: center;
    font-size: 15px;
    display: inline-block;
}
.check-mark i:hover{
    background:#232323;
}
.check-mark-btn a {
    display: inline-block;
    background: #e21e00;
    padding: 17px 39px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Poppins";
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin-top: 30px;
}
.check-mark-btn a:hover{
    background: #000000;
}
/*============= Footer Section CSS ================*/
.footer-area {
    background: url(../image/footer-bg.jpg);
    padding-bottom: 2px;
}
.footer-text p {
	font-size: 17px;
	line-height: 26px;
	color: #555555;
	font-weight: 400;
	font-family: "Roboto";
	width: 76%;
}
.footer-social a{
    margin-right: 15px;
    font-size: 18px;
}
.footer-social a:hover{
    color: #e21e00;
}
.footer-content li{
    list-style: none;
    font-size: 16px;
    line-height: 28px;
    color: #555555;
    font-weight: 400;
    font-family: "Roboto";
}
.footer-content li:hover{
    color:#e21e00;
}
.footer-text h5{
    font-size: 22px;
    line-height: 28px;
    color: #232323;
    font-weight: 600;
    font-family: "Poppins";
    margin-bottom: 38px;
}
.footer-content i{
    margin-right: 8px;
}
.footer-content a{
    display: block;
    font-size: 16px;
    line-height: 28px;
    color: #555555;
    font-weight: 400;
    font-family: "Roboto";
    margin-bottom: 14px;
}
.footer-content a:hover{
    color: #e21e00;
}
.copyright-text span{
    font-size: 16px;
    line-height: 28px;
    color: #646464;
    font-weight: 400;
    font-family: "Roboto";
    text-align: center;
}
.copyright-text span{
    color:#e21e00;
}
/*--- =============== Scroll Top ============ ---*/

    .scroll-area .go-top {
        position: fixed;
        cursor: pointer;
        top: 0;
        right: 30px;
        color: #ffffff;
        background-image: -moz-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
        background-image: -webkit-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
        z-index: 9999;
        width: 45px;
        text-align: center;
        height: 45px;
        line-height: 42px;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.9s ease-out 0s;
        -moz-transition: all 0.9s ease-out 0s;
        border-radius: 10px; 
    }
    .scroll-area .go-top i {
        position: absolute;
        top: 50%;
        left: -4px;
        right: 0;
        margin: 0 auto;
        font-size: 15px;
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: all 0.5s ease-out 0s;
        -moz-transition: all 0.5s ease-out 0s;
    }
    .scroll-area .go-top i:last-child {
        opacity: 0;
        visibility: hidden;
        top: 60%; 
    }
    .scroll-area .go-top::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        background-image: linear-gradient(to right, #001110 0%, #001110 100%);
        background-image: -ms-linear-gradient(0deg, #001110 0%, #001110 100%);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.5s ease-out 0s;
        -moz-transition: all 0.5s ease-out 0s;
        border-radius: 100%;
    }
    .scroll-area .go-top:focus, .scroll-area .go-top:hover {
        color: #fff; 
    }
    .scroll-area .go-top:focus::before, .scroll-area .go-top:hover::before {
            opacity: 1;
            visibility: visible; 
    }
    .scroll-area .go-top:focus i:first-child, .scroll-area .go-top:hover i:first-child {
            opacity: 0;
            top: 0;
            visibility: hidden;
    }
    .scroll-area .go-top:focus i:last-child, .scroll-area .go-top:hover i:last-child {
            opacity: 1;
            visibility: visible;
            top: 50%; 
    }
    .scroll-area .go-top.active {
        top: 95%;
        -webkit-transform: translateY(-98%);
        -moz-transform: translateY(-98%);
        opacity: 1;
        visibility: visible;
        border-radius: 0;
        right: 30px;
        border-radius:100%;
    }
    .top-wrap {
    position: relative; 
    }
    .top-wrap .go-top-button {
        display: inline-block;
        width: 50px;
        height: 50px;
        line-height: 40px;
        text-align: center;
        color: #fff;
        top: 3px;
        z-index: 1;
        background: #e21e00;
    }
    .top-wrap .go-top-button i {
        font-size: 20px;
        font-weight: 700;
        padding-left: 4px;
        color: #fff;
    }
    .top-wrap .go-top-button::after {
        z-index: -1;
        content: "";
        position: absolute;
        left: 3px;
        top: 3px;
        width: 45px;
        height: 45px;
        -webkit-animation: ripple 1.6s ease-out infinite;
        -moz-animation: ripple 1.6s ease-out infinite;
        opacity: 0;
        border-radius: 100%;
    }
    .top-wrap .go-top-button:hover {
        background-color: #222;
        color: #fff; 
    }

/*============= breadcumb Section CSS ================*/
.breadcrumb-area {
    padding-top: 150px;
    padding-bottom: 100px;
    background-position: center center;
    background-size: cover;
    position: relative;
    background-image: url(../image/breadcumb-bg.png);
}
.img-1 img {
    width: 100%;
}
.breadcrumb-box .breadcrumb-section-title h1 {
	color: #fff;
}
.breadcrumb-title h1{
    color:#fff;
    font-size: 70px;
    margin-bottom: 30px;
}

.breadcrumb-title p{
    color:#fff;
    font-size: 20px;
}
.box-content {
    position: absolute;
    top: 10%;
    left: 0;
    padding: 20px 40px 0;
}
.img-title h3 {
    color: #fff;
    line-height: 45px;
}
.img-box {
    position: relative;
}
.img-1 img {
	border-radius: 20px;
}
.img-text p {
    color: #fff;
    margin: 20px 0 50px;
}
.breadcrumb-menu ul li{
    list-style: none;
    display: inline-block;
}

.breadcrumb-menu li a{
    color:#fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
.breadcrumb-menu li:not(:last-child)::after{
    content: "/";
    position: relative;
    margin-left: 20px;
    margin-right: 15px;
    color:#fff;
}
.breadcrumb-menu {
    position: relative;
    margin: 0;
    background-color: #e21e00;
    padding: 25px 0px 25px 50px;
    border-radius: 0 7px 7px 0;
    margin-top: 40px;
}
.header-area.breadcrumb .header-main-menu li a {
    color: #fff;
}
.breadcrumb-menu i{
    margin-right: 10px;
}

.widget{
    position: relative;
    background: #f3f3f3;
    padding: 25px 35px;
    margin-bottom: 30px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
.widget-title {
    display: inline-block;
}
.widget-title h3::before {
    content: "";
    position: absolute;
    background: #e21e00;
    width: 50px;
    height: 2px;
    bottom: 0;
}
.widget-title h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 10px;
    height: 2px;
    background: #fec624;
}
.widget-title::after {
	left: 89px;
	width: 10px;
	background: #fec624;
}
.course-img img {
    width: 100%;
}
.widget-title h3 {
    font-size: 26px;
    font-weight: 700;
    display: inline-block;
    position: relative;
    margin-bottom: 30px;
}
.course-list ul li{
    list-style: none;
    text-decoration: none;
}
.course-list ul li a:hover {
    color: #e21e00;
  }
.course-list a {
    position: relative;
    background: #fff;
    padding: 20px 30px;
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
    border-radius: 20px ;
    -webkit-border-radius: 20px ;
    -moz-border-radius: 20px ;
    -ms-border-radius: 20px ;
    -o-border-radius: 20px ;
}
.course-list a i {
    margin-right: 10px;
    color:#e21e00;
}

.course-img img {
	border-radius: 20px;
    margin-bottom: 50px;
}
.course-category{
    margin-bottom: 15px;
}
.course-category a {
	background: #e21e00;
	padding: 8px 20px;
	border-radius: 20px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .6px;
}
.course-category a:hover{
    background: #000;
}
.course-title{
    margin-bottom: 15px;
}
.course-review{
    margin-bottom: 30px;
}
.course-review i{
    color: #fec624;
    margin-right: 6px;
    font-size: 16px;
    font-weight: 600
}
.course-meta {
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	padding: 35px 0 30px 0;
    display: flex;
    justify-content: space-between;
}
.course-meta .meta-item{
    position: relative;
    padding-left: 30px;
}
.course-meta i {
	position: absolute;
	font-size: 20px;
    left: 0;
    top: 2px;
    color:#e21e00;
}
.meta-title span {
    display: block;
	font-size: 18px;
	font-weight: 700;
    margin-bottom: 5px;
}
.meta-text p {
	font-size: 15px;
}
.course-price {
	margin-top: 50px;
	font-size: 80px;
    font-weight: 600;
}
.course-price span{
    color:#e21e00;
}
.course-price small{
    font-size: 15px;
    font-weight: 500;
}
.course-img-btn {
    background: #e21e00;
    padding: 22px 40px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 30px;
    display: inline-block;
    vertical-align: middle;
}
.course-btn {
    background: #e21e00;
    padding: 22px 40px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 30px;
    display: inline-block;
    vertical-align: middle;
}
.inner-video-box img {
    width: 100%;
}
.course-img-btn:hover{
    background: #000;
    color:#fff;
}
.course-btn:hover{
    background: #000;
    color:#fff;
}
.border-title{
    position: relative;
    margin-bottom: 25px;
}
.border-title h5 {
	font-size: 24px;
	padding-top: 20px;
}
.border-title::before {
	content: "";
	position: absolute;
	background: #e21e00;
	width: 80px;
	height: 2px;
	bottom: 10px;
	left: 0;
}
.border-text p{
    font-size: 16px;
    margin-bottom: 50px;
}

.border-list{
    margin-bottom: 50px;
}
.border-list ul li{
    list-style: none;
}
.border-list li{
    font-size: 15px;
    margin-bottom: 15px;
}
.border-list i{
    font-size: 20px;
    font-weight: 700;
    color:#e21e00;
}
.inner-video-box {
	position: relative;
}
.position-center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform:translate(-50%, -50%) ;
    -webkit-transform:translate(-50%, -50%) ;
    -moz-transform:translate(-50%, -50%) ;
    -ms-transform:translate(-50%, -50%) ;
    -o-transform:translate(-50%, -50%) ;
}
.play-btn  i {
	display: inline-block;
	width: 90px;
	height:90px;
	line-height: 90px;
	text-align: center;
	background-color: #e21e00;
	font-size: 30px;
	border-radius: 50%;
	z-index: 1;
	transition: all ease .4s;
    color:#fff;
}
.play-btn i:hover{
    background-color: #000;
    color:#fff;
}
/*--============== Accordion CSS --==============*/
.accordion-style .accordion-item {
    border: 2px solid rgba(0,0,0,0);
    border-radius: 20px;
    margin-bottom: 20px;
    outline: 1px solid #d2d2d2;
    padding-left: 20px;
    position: relative;
    transition: all .4s ease 0s;
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -ms-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
}
.accordion-style .accordion-item.active {
    border: 2px solid #3747FF;;
    outline: none;
    box-shadow: 4.45px 12.22px 24px rgba(35,31,32,.09);
    transition: all ease .4s
}
.accordion-style .accordion-body {
    position: relative;
    padding-left: 0
}
.accordion-style .accordion-body p {
    margin-bottom: 10px
}
.accordion-style .accordion-button {
    position: relative;
    z-index: 3;
    color: #000000;
    font-size: 20px;
    padding: 20px 27px 20px 128px;
    transition: all .4s ease 0s;
    border: none;
}
.accordion-style .accordion-button:hover {
    color: #e21e00;
}
.accordion-style .accordion-button:not(.collapsed) .button-label {
    background-color: #e21e00;
    color: #fff;
}
.accordion-style .button-label {
    background-color: #f5f5f5;
    border-radius: 20px;
    color: #e21e00;
    font-size: 16px;
    font-weight: bold;
    height: 40px;
    left: 0;
    line-height: 40px;
    position: absolute;
    text-align: center;
    width: 108px;
    transition: all .4s ease 0s
}
.accordion-collapse {
    border: none
}
.accordion-style .list-style1 {
    margin-bottom: 0
}
.accordion-button {
    padding: 0;
    border: none;
    text-align: left;
    font-weight: 700
}
.accordion-button:after {
    display: none
}
.accordion-button:focus {
    box-shadow: none
}
.accordion-button:not(.collapsed) {
    color: #000;
    background-color: rgba(0,0,0,0)
}
.syllabus-list img {
    border-radius: 20px;
}
.syllabus-list {
    align-items: center;
    display: flex;
    margin-bottom: 20px;
    position: relative;
}
.syllabus-content {
	padding-left: 20px;
}
.syllabus-list .syllabus-img{
    margin-right: 20px;
}
.syllabus-title h6{
    font-size: 20px;
}
.syllabus-text{
    font-size: 16px;
}
.available-badge {
	color: #444444;
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	margin-left: 30px;
	padding-left: 25px;
	position: relative;
}
.available-badge::before {
	background-color: #e21e00;
	border-radius: 50%;
	bottom: 5px;
	content: "";
	height: 16px;
	left: 0;
	position: absolute;
	width: 16px;
}
/*--============== Team CSS --==============*/
.team-box{
    border: 2px solid rgba(193,193,193,.1);
    border-radius: 20px;
    padding: 30px;
    position: relative;
    transition: all ease .4s;
    margin-bottom: 30px
}
.team-box .team-img {
    border-radius: 20px;
    overflow: hidden
}
.team-box .team-content {
    padding-top: 40px;
    position: relative;
    text-align: center
}
.team-box .team-review {
    position: absolute;
    left: 50%;
    top: -15px;
    color: #f6b800;
    font-size: 14px;
    line-height: 1;
    transform: translateX(-50%);
    padding: 8px 16px;
    border-radius: 15.5px;
    background-color: #fff;
    width: -moz-max-content;
    width: max-content
}
.team-name h4 {
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 7px;
}
.team-desi p{
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 15px;
}
.team-text p{
    font-size: 16px;
    max-width: 290px;
    margin: 6.4px auto 0 auto;
}
.w-100{
    width: 100%;
}
/*--============== Team Details CSS --==============*/
.team-details{
    margin-left: 80px;
}
.team-img img {
    width: 100%;
    border-radius:10px ;
    -webkit-border-radius:10px ;
    -moz-border-radius:10px ;
    -ms-border-radius:10px ;
    -o-border-radius:10px ;
}
.team-name h2{
    font-size: 42px;
}
.team-degi p {
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 35px;
}
.team-degi .team-course {
	background-color: #f8f6ff;
	padding: 8px 16px;
	border-radius: 5px;
	margin-bottom: 30px;
	display: inline-block;
	font-size: 16px;
    font-weight: 600;
    color:#e21e00;
    text-align: center;
}
.team-rate{
    font-weight: bold;
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 5px;
}
.team-rate .team-price{
    color:#e21e00;
    font-weight: bold;
    font-size: 40px;
}

.team-social-link a{
    display: inline-block;

}
.team-social-link i {
    display: block;
	font-size: 18px;
	margin: 35px 15px 0 0;
	color: #1d293e;
	border: 1px solid #eee;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
}
.team-social-link .bi:hover{
    background: #e21e00;
    color:#fff;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}
/*============= Our Team Section CSS ================*/
.our-team-box{
    width: 100%;
    border: 1px solid #ecf0f1;
    text-align: center;
}
.team-box-img img {
    width: 100%;
	margin-bottom: 10px;
}
.team-box-info h4 {
	text-transform: uppercase;
    margin-bottom: 0px;
}
.team-box-info h4:hover{
    color:#e21e00;
}
.team-box-info p {
	font-size: 16px;
}
.team-box-info p:hover{
    color:#e21e00;
}

.social-link{
    margin: 20px;
}
.social-link a{
    display: inline-block;
    text-decoration: none;
}
.social-link i {
    display: block;
	font-size: 18px;
	margin: 0 15px 15px 0;
	color: #1d293e;
	border: 1px solid #eee;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
}
.social-link  .bi:hover{
    background: #e21e00;
    color:#fff;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}
.social-link .bi-box-arrow-up-right:hover{
    background: #e21e00;
    color:#fff;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}
.our-team_list .owl-nav {
    position: absolute;
    /*bottom: 16%;*/
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.our-team_list .owl-nav .owl-prev {
	position: relative;
	left: -18px;
	top: 89px;
	text-align: center;
	font-size: 24px;
    color: #000000;
    font-weight: 500;
}
.our-team_list .owl-nav .owl-next {
	position: relative;
	right: -16px;
	top: 61px;
	text-align: center;
	font-size: 24px;
    color: #000000;
    font-weight: 500;
}
.owl-nav i:hover{
    color:#e21e00;
}
/*============= Contact Section CSS ================*/
.contact-form-box{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 27px 40px 42px;
}
.contact-btn button{
    display: inline-block;
    background: #e21e00;
    padding: 17px 37px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Poppins";
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.contact-btn button{
    border:none;
}
.contact-btn button:hover{
    background: #000000;
    transition: .5s;
    -webkit-transition: 0.5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.form-box input {
	width: 100%;
	height: 45px;
	padding-left: 15px;
	border: 1px solid #e6e6e6;
	border-radius: 5px;
}
.form-box textarea {
    width: 100%;
    height: 150px;
    padding: 15px 19px;
}
.single-contact-box {
    display: flex;

}
.cda-content-area {
	background: #000000;
	padding: 29px;
	border-radius: 5px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.contact-content h4 {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    line-height: 30px;
}
.contact-content p {
	color: #fff;
	margin-bottom: 67px;
}
.single-contact-box .contact-icon i{
    background: #e21e00;
    display: inline-block;
    color:#fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 25px;
    text-align: center;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    margin-right: 40px;
}
.single-content .icon i:hover{
    background: #000;
    color:#fff;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

/*============= Dashboard Section CSS ================*/

.dashborad-section-title p {
	font-size: 23px;
	font-weight: 300;
	line-height: 45px;
}
