/* =====================================
Template Name: Eshop
Author Name: Naimur Rahman
Author URI: http://www.wpthemesgrid.com/
Description: Eshop - eCommerce HTML5 Template.

========================================*/

@import url('https://fonts.googleapis.com/css2?family=PT+Sans:ital@1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400;700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /*font-family: 'poppins'sans-serif !important;*/
    font-family: 'Lato', sans-serif;
}

body {
    background: #fff;
}

h1, h2, h3, h4, h5 {
    font-weight: normal;
    font-size: 16px;
    /*    font-family: 'Roboto Slab', serif;*/
}

p {
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
}

/*Scroll to top section*/

#scrollUp {
    right: 10px;
    z-index: 33;
    bottom: 10px;
    text-align: center;
}

#scrollUp i {
    height: 40px;
    width: 40px;
    line-height: 40px;
    background: transparent;
    background: #222;
    border-radius: 0;
    font-size: 18px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
    display: block;
    color: #fff;
    box-shadow: 0px 4px 19px #00000038;
}

#scrollUp i:hover {
    background: #7944EB;
    color: #fff;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px
    }

}

@media (min-width: 992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1270px
    }
}

/*======================================
	Header CSS
========================================*/
/* Topbar */
.topbar {
    background-color: #fff;
    border-bottom: 1px solid #e2e2e2;
    padding: 15px 0;
}

/* Logo */
.header .logo {
    float: left;
    margin-top: 7px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    width: 243px;
}

.header .navbar {
    padding: 0;
}

/* Main Menu */
.navbar-expand-lg .navbar-collapse {
    display: block !important;
}


.header.shop .top-left .list-main li:first-child {
    padding-left: 0;
}


/* Header Middle */
.header.shop .search-bar-top {
    text-align: center;
    margin-top: 10px;
}

/*.header.shop .search-bar {
	margin-top: 33px;
	width: 460px;
	height: 40px;
	display: inline-block;
	background: #fff;
	position: relative;
}*/
.header.shop .search-bar {
    width: 535px;
    height: 50px;
    display: inline-block;
    background: #fff;
    position: relative;
    margin: 0;
    line-height: 45px;
    border-radius: 5px;
    border: 1px solid #ececec;
}


.header.shop .search-bar form {
    display: inline-block;
    float: left;
    width: 260px;
}

.header.shop .search-bar input {
    height: 48px;
    background: #F0F0F0;
    color: #666;
    border-radius: 0;
    border: none;
    font-size: 14px;
    font-weight: 400;
    padding: 0 0px 0 10px;
    width: 400px;
}

.header.shop .search-bar .btnn {
    height: 50px;
    line-height: 53px;
    width: 62px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background: #932020;
    position: absolute;
    right: -2px;
    top: -1px;
    border: none;
    border-radius: 0 5px 5px 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.header.shop .search-bar .btnn:hover {
    color: #fff;
    background: #811d1d;
}

/* Search Form */
.header.shop .search-top {
    opacity: 1;
    visibility: visible;
    top: 0;
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
    top: 0;
}

.header.shop .middle-inner {
    padding: 20px 0;
    background: #FFFFFF;
    border-top: 1px solid #eee;
    border-bottom: 2px solid #f5f5f5;
}

.header.shop.v3 .middle-inner {
    border: none;
}

.header.shop .header-inner {
    background: #FFFFFF;
}

.header.shop.v3 .header-inner {
    background: transparent;
}

.header.shop.v2 .header-inner {
    background: #fff;
    border-top: 1px solid #eee;
}

.header.shop .topbar p {
    color: #333;
}


/* Header Search */
/* Search */
.header .search-top {
    display: none;
}

.header .search-top a {
    font-size: 17px;
}

.header .search-top a:hover {
    color: #F7941D;
}

.header .search-form {
    position: absolute;
    left: -128px;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    top: 46px;
    background: #ffffff75;
    padding: 7px;
    border-radius: 5px;
    transform: scaleY(0);
    box-shadow: 0px 4px 7px #0000003b;
    padding: 0;
    border-radius: 0;
}

.header .search-top.active .search-form {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
}

.header .search-form input {
    width: 220px;
    height: 45px;
    line-height: 45px;
    padding: 0 60px 0 15px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 3px;
    border: none;
    background: #fff;
    color: #333;
    border-radius: 0;
}

.header .search-form button {
    position: absolute;
    right: 0;
    height: 45px;
    top: 0;
    width: 45px;
    background: transparent;
    border: none;
    color: #3353ea;
    border-radius: 0 3px 3px 0;
    border-radius: 0;
    border-left: 1px solid #eee;
    font-size: 15px;
    color: #333;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.header .search-form button:hover {
    color: #fff;
    background: #F7941D;
    border-color: transparent;
}

/* Header Sticky */
.header .header-inner {
    width: 100%;
    z-index: 999;
}

.header.sticky .header-inner {
    position: fixed;
    top: 0;
    left: 0;
    background: #F0F0F0;
    animation: fadeInDown 1s both 0.2s;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    z-index: 999;
}

.header.sticky .header-inner .main-menu > li > a {
    color: #333;
}

.header.sticky.v3 .header-inner {
    box-shadow: none;
}

.header.sticky.v3 .navbar-expand-lg .navbar-collapse {
    animation: fadeInDown 1s both 0.2s;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.logo img {
    width: 245px;
}

/*Shopping cart section*/
.right-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: -47px;
    margin-top: 15px;
    margin-left: -18px;
}

.sinlge-bar {
    margin-left: -65px;
}

.sinlge-bar a {
    font-size: 17px;
    color: #303134;
}

.sinlge-bar .top-sing-btn {
    background: #932020;
    display: block;
    padding: 10px 24px;
    color: #fff;
    border-radius: 7px;
    font-size: 19px;
}


/*Menue area section*/
.main-menu {
    padding: 15px 0;
}

.main-menu .nav-item:last-child {
    border-right: 0px solid #cecbcb;
}

.main-menu .nav-link {
    margin-left: 20px !important;
    color: #777777;
}

.nav-link .fa {
    font-size: 23px;
    margin-left: 7px;
    color: #777777;
}


.submenu-area {
    position: static;
}

.mega-area {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 80px;
    padding: 26px;
    background: #4A4A4A;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
    z-index: 2;
}

.mega-area h5 {
    color: #fff;
    border-bottom: 1px dotted #4F4A6C;
    padding-bottom: 10px;
    margin-bottom: 10px;
    /*text-align: center;*/
}

.mega-area a {
    color: #B1B1B1;
}

.submenu-area:hover .mega-area {
    opacity: 1;
    visibility: visible;
    top: 70px;
}

/*All product dropdown menu*/
.allpruductmega-area {
    width: 290px;
    position: absolute;
    background: #4A4A4A;
    left: 0;
    top: 80px;
    padding: 15px 12px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
    z-index: 2;
}

.allpruductmega-area > ul > li > a {
    padding: 5px 24px 6px 17px;
    margin-bottom: 10px;
    font-size: 16px;
    display: block;
    transition: all 0.4s ease;
    color: #fff;
}

.allpruductmega-area > ul > li > a:hover {
    background: #f5f5f5;
    color: #4A4A4A;
}

.productmenu-area:hover .allpruductmega-area {
    opacity: 1;
    visibility: visible;
    top: 60px;
}

/*End mega menu style*/

/*toggler css*/

.menu-icon {
    display: none;
}

.menu-icon {
    float: right;
}

.menu-icon {
    color: #000;
    font-size: 30px;
    cursor: pointer;
}

/*mobile menu styles*/
.mobile-menu {
    position: fixed;
    top: 0;
    left: -280px;
    width: 280px;
    height: 100%;
    background: #fdfdfd;
    transition: .3s;
    z-index: 9999;
    border-right: 1px solid #ddd;
    overflow: scroll;
}

.mobile-menu-active {
    left: 0;
}

.mm-logo {
    border-bottom: 1px solid #ddd;
}

.mm-logo .logo {
    width: 130px;
    padding: 10px 15px;
}

.menu-link a {
    display: block;
    padding: 10px 15px;
    color: var(--tm);
    border-bottom: 1px solid #ddd;
    transition: .3s;
    font-family: var(--fl);
    text-decoration: none;
}

.mobile-menu a .fa {
    color: var(--tn);
}

.menu-link a .fa-plus {
    float: right;
    margin-top: 5px;


}

.menu-link a .fa-minus {
    float: right;
    margin-top: 5px;

}

.menu-body ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu-body ul li {
    border-bottom: 1px solid #ddd;
}

.menu-body .card-body {
    padding: 0;
    background: #fafafa;
}

.menu-body ul li a {
    padding: 10px 10px;
    display: block;
    color: var(--tm);
    text-decoration: none;
    font-family: var(--fl);
}

.mm-logo {
    position: relative;
}

.mm-cross-icon {
    position: absolute;
    right: 10px;
    top: 10px;
}

.mm-cross-icon .fa {
    font-size: 20px;
    color: var(--ttm);
}

.mm-ci {
    cursor: pointer;
}


/*Start banner Section*/
.banner-section {
    background-image: url(../images/banner.jpeg);
    background-size: 100% 100%;
    height: 100vh;
}

.banner-category-box {
    margin-bottom: 135px;
    padding-top: 1px;
}

.banner-box {
    display: flex;
    align-items: center;
    padding: 20px;
    background-color: rgb(255 255 255 / 60%);
    width: 294px;
    margin: 10px 0;
    border-radius: 7px;
}

.icon-box {
    margin-right: 5px;
}

.icon-box img {
    width: 100%;
    border-radius: 15px;
}

.iconhadding-box {
    width: 113px;
    margin-left: 10px;
}

.iconhadding-box h3 {
    color: #932020;
    font-weight: 600;
}

.banner-play-bt a {
    color: #fff;
    border-bottom: 2px solid #B23A24;
    font-size: 20px;
    font-weight: 600;
}

.banner-play-bt a > .fa {
    background: #B23A24;
    color: #fff;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    font-size: 24px;
    margin-right: 22px;
    padding: 10px 15px;
}


.banner-enter-bt {
    position: relative;
    width: 100%;
}

.banner-enter-bt a {
    position: absolute;
    background: #932020;
    display: block;
    padding: 10px 40px;
    color: #fff;
    border-radius: 7px;
    font-size: 19px;
    width: 182px;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 60px;
}

.banner-enter-bt a > .fa {
    margin-left: 35px;
}


/*End banner Section*/


.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    width: 100%;
    left: 0;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content .header {
    background: red;
    padding: 16px;
    color: white;
}

.dropdown:hover .dropdown-content {
    display: block;
}


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

/*======================================
   Star main content section
========================================*/


/*product-box*/
/*.course-box{
    background: #fff;
    position: relative;
    -webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}*/
.tranding-section {
    margin: 40px 0;
}

.tranding-title {
    margin-bottom: 30px;
}

.tranding-title h3 {
    font-size: 30px;
    font-weight: 600;
    color: #45445B;
}

/*mixtiup button style*/
.control-btn {
    width: 100%;
    border-bottom: 1px solid #EAEBEC;
}

.control-btn button {
    background: #FAFAFA;
    color: #CCD0DB;
    border: none;
    outline: none;
    font-size: 16px;
    /*margin-left: 14px;*/
    /*padding: 12px 33px;*/
    padding: 0 10px;
}

button.mixitup-control-active {
    border-bottom: 5px solid #AE5A5A;
    color: #0e0d0d;
}

/*Tranding course box style*/
.course-box {
    background: #fff;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 20px 20px 50px #d2d2d2;
    transition: all 0.4s ease;
}

.course-box:hover {
    transform: translateY(-3%);
}

.course-img-box {
    position: relative;
    height: 160px;
    overflow: hidden;
    /*    border-top-left-radius: 20px;
        border-top-right-radius: 20px;*/
}

.course-img-box img {
    position: absolute;
    width: 100%;
}

.course-dtls-box {
    padding: 10px 12px;
}

.course-dtls-box span {
    color: #908e8e;
    font-size: 11px;
}

.title-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
}

.title-box h3 {
    /*width: 208px;*/
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: #333;
    padding: 10px !important;
}

.title-box span {
    color: #333;
    margin-top: -25px;
}

.rating-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.rating-box div .fa {
    color: #FFB800;
}

.rating-box div span {
    margin-left: 14px;
    font-size: 14px;
}

.rating-box div h4 {
    font-size: 23px;
    color: #333;
    font-weight: 600;
}

.brows-btn {
    position: relative;
    width: 100%;
    margin: 40px 0;

}

.brows-btn a {
    position: absolute;
    display: block;
    background: #932020;
    padding: 7px 12px;
    font-size: 17px;
    color: #fff;
    border-radius: 6px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 10px 13px 50px #4e2d2d;
}


/*
.shope-btn{
   position: absolute;
    top: 30%;
    transform: translateY(-50%, -50%);
    transform: scale(0);
    width: 100%;
    visibility: hidden;
    text-align: center;
    -webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.shope-btn a{

	color: #fff;
	background: #197342;
	padding: 11px 9px;
	line-height: initial;
	border: none;
	height: auto;
	z-index: 0;
}
.product-box:hover .shope-btn{
    transform: scale(1);
    visibility: visible;
}

}

}*/

/*Start Popular Skills*/
.popular-slills-section {
    margin: 30px 0;
}

.popular-title {
    margin-bottom: 27px;
}

.popular-title h2 {
    font-size: 35px;
    color: #45445B;
    font-weight: 600;
}

.popularbook-box, .popularhtml-box, .popularjs-box,
.popularful-box, .popularmachine-box, .popularsoft-box, .popularcss-box, .popularphp-box, .popularpython-box, .popularai-box {
    display: flex;
    align-items: center;
    border-radius: 13px;
    padding: 10px;
}

.popularbook-box {
    background: #FFF5DD;
}

.popularhtml-box {
    background: #FFF6F2;
}

.popularjs-box {
    background: #FFF9CC;
}

.popularful-box {
    background: #E4F7FF;
}

.popularmachine-box {
    background: #EAEEFF;
}

.popularsoft-box {
    background: #FAEBFF;
}

.popularcss-box {
    background: #E4F7FF;
}

.popularphp-box {
    background: #E9F1FF;
}

.popularpython-box {
    background: #FFEDA8;
}

.popularai-box {
    background: #D7FFF3;
}


.popularicon-box img {
    height: 45px;
    width: 45px;
    margin-right: 10px;
    border-radius: 5px;
}

.populartext-box {
}

.populartext-box h3 {
    text-transform: uppercase;
    font-weight: 600;
}

/*End Popular Skills*/

/*Start Discover category section*/
.discover-category-seciton {
    margin: 30px 0;
    overflow: hidden;
}

.discover-box {
    border: 2px solid #3333;
    position: relative;
    background: #fff;
    width: 150px;
    height: 140px;
    border-radius: 8px;
}

.divcover-dtls {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.divcover-dtls img {
    width: 80px;
    height: 70px;
}

.divcover-dtls h4 {
    font-size: 12px;
    font-weight: 600;
    width: 110px;
}

/*End Discover category section*/

/*Start Trusted by section*/
#trusted-section {
    margin: 30px 0;
    background: #FFFFFF;
}

.trusted-title {
    margin: 20px 0;
}

.trusted-title h3 {
    text-align: center;
    color: #D4D4D4;
    font-size: 50px;
    font-weight: 600;
    margin-top: 70px;
}

/*End Trusted by section*/
/*Start we proud to section*/
.weareproud-section {
}

.wearepoud-box {
    text-align: center;
}

.proud-title {
}

.proud-title h2 {
    font-size: 33px;
    margin-bottom: 40px;
    font-weight: 600;
}

.proud-slogan p {
    font-size: 20px;
}

/*Start our speciality section*/


.speciality-box {
    background: #fff;
    border-radius: 7px;
    padding: 10px;
    text-align: center;
    box-shadow: 7px 7px 50px 10px #e4e3e4;
}

.speciality-title {
    margin-bottom: 40px;
}

.speciality-title h3 {
    font-size: 35px;
    color: #45445B;
    font-weight: 600;

}

.specility-icon {
    background: #932020;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 0 auto;
    padding: 25px;
    margin-bottom: 22px;
    margin-top: -44px;
}

.specility-icon .fa {
    font-size: 25px;
    color: #fff;
    font-size: 25px;
}

.speciali-text {
}

.speciali-text h3 {
    width: 223px;
    margin: 0 auto;
    margin-bottom: 15px;
    font-weight: 600;
    color: #333;
}

.speciali-text p {
    width: 200px;
    margin: 0 auto;
}

/*End our speciality section*/


/*Start Popular product section*/

/*Satrt people say section*/
.people-say-box {
    background: #fff;
    padding: 13px 6px 3px 20px;
    border-radius: 10px;
}

.say-img {
    height: 52px;
    width: 52px;

}

.say-img img {
    width: 100%;
    border-radius: 50%;
}

.say-title {
}

.say-title h3 {
    font-size: 14px;
    font-weight: 600;
    margin-top: 12px;
}

.say-title span {
    text-transform: uppercase;
    font-size: 10px;
    color: #bbbaba;
}

.say-dtls {
}

.say-dtls h3 {
    margin-bottom: 6px;
    line-height: 23px;
}

.say-dtls .fa {
    color: #FFB03A;
}

/*Start most categoris section*/


/*======================================
   End main content section
========================================*/

/*=============================
	20. Start Footer CSS
===============================*/
.footer {
    background: #fff;
}

.footer-top section {

}

.footer .about {
    padding-right: 50px;
}

.footer .single-footer h4 {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.footer .about .logo {
    margin-bottom: 20px;
}

.footer .about .logo img {
}

.footer .about .text {
    color: #000;
    font-weight: 400;
}

.footer .about .call {
    color: #000;
    margin-top: 15px;
    font-weight: 400;
}

.footer .about .call span {
    display: block;
}

.footer .about .call a {
    color: #f7941d;
    font-size: 20px;
    font-weight: 600;
}

.footer .links ul {
}

.footer .links ul li {
    display: block;
    margin-bottom: 8px;
}

.footer .links ul li:last-child {
    margin-bottom: 0;
}

.footer .links ul li a {
    color: #000;
    font-weight: 400;
}

.footer .links ul li a:hover {
    color: #F7941D;
    padding-left: 2px !important;
}

.footer .social .contact ul li {
    color: #000;
    display: block;
    margin-bottom: 4px;
    font-weight: 400;
}

.footer .contact ul li:last-child {
    margin-bottom: 0;
}

.footer .social ul {
    margin-top: 20px;
}

.footer .social ul li {
    display: inline-block;
    margin-right: 25px;
}

.footer .social ul li:last-child {
    margin-right: 0;
}

.footer .social ul li a {
    color: #000;
    display: block;
    font-size: 16px;
}

.footer .social ul li a:hover {
    color: #F7941D;
}

/* Copyright */
.footer .copyright {
    border-top: 2px solid #5a5757;
}

.footer .copyright .inner {
    border-top: 1px solid #eeeeee3d;
    padding: 20px 0;
}

.footer .copyright .left {
    text-align: center;
}

.footer .copyright p {
    color: #000;
}

.footer .copyright p a {
    color: #000;
    text-decoration: underline;
}

/*=============================
	End Footer CSS
===============================*/


.btn-secondary-school-curriculum {
    color: #000;
    background-color: #fff !important;
    border-color: none !important;
    border: none;
    width: 100%;
    text-align: left !important;
}

.btn-secondary-school-curriculum:hover {
    color: black !important;
}

.read-review {
    background-color: white !important;
    width: 550px !important;
}


.user i {
    font-size: 30px;
    text-align: center;
    margin-right: 15px;
    margin-top: 10px;
    /* background-color: #A17C61; */
    width: 50px;
    height: 50px;
    border-radius: 10%;
    color: green;
}


.vqc i {
    color: #979797;
    font-size: 20px;
    text-align: center;
    margin-right: 10px;
}

.enroll {
    background-color: #932020 !important;
}

.coursedescription {
    line-height: 40px;
    color: #5B5B5B;
}

.useri i {
    color: #FFC700;
}

.clocki i {
    color: #45C881;
}


.title-size {
    font-size: 22px !important;
}


.title-detail-size {
    font-size: 28px !important;
    font-family: 'poppins' sans-serif !important;
}


.titlesizecurriculum {
    font-size: 20px !important;
}

.curriculumfont h3 {
    font-size: 21px;
}


/*.curriculumfont h3{*/
/*    padding: 5px !important;*/
/*}*/

.curriculumfont p {
    font-size: 17px !important;
}


.faqdescription p {
    font-size: 17px !important;
    font-family: 'poppins' sans-serif !important;
    line-height: 1.9rem !important;
}


.curriculum i {
    font-size: 30px;
    margin-right: 5px;
    color: #932020 !important;
}


/*.all_courses_navber_font_size button{*/
/*    font-size: 17px !important;*/
/*    padding: 0 10px !important;*/
/*}*/


.btn-success-df {
    color: #fff;
    background-color: #fafafa !important;
    border-color: #fafafa !important;
    color: black !important;
    font-size: 18px !important;
}


.btn-success-df:focus {
    border-bottom: 5px solid #AE5A5A !important;
    box-shadow: none !important;
}


/*Satrt people say section*/
.peoplesay-section {
    margin: 30px 0;
}

.peoplesay-title div h3 {
    font-size: 38px;
    font-weight: 600;
    color: #45445B;
}

.people-say-box {
    background: #f5f5f5;
    border-radius: 10px;
    margin-top: 50px;
    border: 2px solid #f5f5f5;
    padding: 0 18px;
    height: 200px;
}

.img-box {
    height: 85px;
    width: 85px;
    margin: 0 auto;
    margin-top: -40px;


}

.img-box img {
    width: 100%;
    border-radius: 50%;
}

.title-box {
    margin-bottom: 13px;
    min-height: 92px;
}

.title-box h4 {
    color: #45445B;
}

.title-box i {
    color: #FFCE50;
}

.dtls-box h3 {
    color: #45445B;
    font-size: 20px;
}

/*Start most categoris section*/

/*learnwithout-section*/
.learnwithout-section {
    background: #EFFAFF;
    padding: 60px 0;
}

.without-left {
}

.without-left div h1 {
    color: #45445B;
    font-size: 48px;
    font-weight: 600;
    margin: 24px 0;
}

.without-left div p {
    color: #3C3F40;
    width: 515px;
    margin-bottom: 30px;
    font-size: 18px;
}

.learn-logo {
}

.learn-bt .fa {
    margin-left: 10px;
}

.learn-bt a {
    background: #932020;
    padding: 14px 22px;
    font-size: 17px;
    color: #fff;
    border-radius: 8px;
    display: block;
    width: 170px;
}

.right-imgbox {
    float: right;
}

/*Start an investment in knowledge section*/
.invesment-section {
    padding: 30px 0;
}

.investment-box {
    border: 1px solid #e2e0e0;
    padding: 35px 16px;
    border-radius: 7px;
}


.investment-box h1 {
    color: #45445B;
    font-size: 38px;
    font-weight: 600;
}

.investment-box p {
    float: right;
    font-size: 17px;
    color: #000;
}

.carousel-indicators {
    margin-top: 20px;
}

.carousel-indicators li {

    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;

    background-color: #ed2f2f;
    background-clip: padding-box;

}

/*End an investment in knowledge section*/

/*Start flourish section*/
.flourish-section {
    background: linear-gradient(#0000005c, #0000005c), url(../images/flourish-bg.png);
    background-size: 100% 100%;
    padding: 37px 0;
}

.bgsection-box {
    background: #000;
    width: 613px;
    padding: 36px 24px;
    border-radius: 10px;
}

.bgsection-box h3 {
    color: #fff;
}

.bgsection-box p {
}

.bgsection-box a {
    display: block;
    background: #932020;
    width: 115px;
    color: #fff;
    padding: 8px 18px;
    border-radius: 7px;
    margin-top: 20px;
}

.bgsection-logo {
    margin-bottom: 30px;
}


/*======================================
   End main content section
========================================*/
/*Start My course Page*/
/*Start My course section*/
.mycourse-section {
    margin: 30px 0;
}

.mycourse-title {
}

.mycourse-title h2 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 15px;
}

.mycourse-title p {
    margin-bottom: 15px;
}

.mycourse-box {
    position: relative;
    overflow: hidden;
    border-radius: 7px;
}

.mycourse-box img {
    height: 150px;
    width: 100%;
}


.course-progras {
    position: absolute;
    background-color: rgb(12 12 12 / 60%);
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 23px 10px;
    height: 46px;
}

.course-name {
    position: absolute;
    display: flex;
    justify-content: space-between;
    width: 100%;
    /* align-items: center; */
    top: 3px;
    left: 0;
    padding: 1px 10px;
}

.course-name h5 {
    font-size: 16px;
    color: #fff;

}

.course-name span {
    font-size: 14px;
    color: #fff;

}

.progress-bar {
    background-color: #FF8643;
}

.progress {
    height: 6px;
    margin-top: 5px;
}

/*End My course section*/

/*=============================
	20. Start Footer CSS
===============================*/
.footer {
    background: #fff;
}

.footer .about {
    padding-right: 50px;
}

.footer .single-footer h4 {
    font-size: 14px;
    font-weight: 600;
    color: #6E7491;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.footer .about .logo {
    margin-bottom: 20px;
}

.item-contact {
}

.item-contact p {
    margin: 10px 0;
    font-size: 14px;
    color: #6E7491;
}

.item-contact .fa {
    margin-right: 10px;
    color: #6E7491;
    font-size: 17px;
}

.footer .about .text {
    color: #6E7491;
    font-weight: 400;
}

.footer .about .call {
    color: #6E7491;
    margin-top: 15px;
    font-weight: 400;
}

.footer .about .call span {
    display: block;
}

.footer .about .call a {
    color: #f7941d;
    font-size: 20px;
    font-weight: 600;
}

.footer .links ul {
}

.footer .links ul li {
    display: block;
    margin-bottom: 8px;
}

.footer .links ul li:last-child {
    margin-bottom: 0;
}

.footer .links ul li a {
    color: #6E7491;
    font-weight: 400;
}

.footer .links ul li a:hover {
    color: #6E7491;
    padding-left: 10px;
}

.footer .social .contact ul li {
    color: #000;
    display: block;
    margin-bottom: 4px;
    font-weight: 400;
}

.footer .contact ul li:last-child {
    margin-bottom: 0;
}

.footer .social ul {
    margin-top: 20px;
}

.footer .social ul li {
    display: inline-block;
    margin-right: 25px;
}

.footer .social ul li:last-child {
    margin-right: 0;
}

.footer .social ul li a {
    color: #6E7491;
    display: block;
    font-size: 16px;
}

.footer .social ul li a:hover {
    color: #F7941D;
}

/* Copyright */
.footer .copyright {
    border-top: 1px solid #6E7491;
}

.footer .copyright .inner {
    padding: 20px 0;
}

.footer .copyright .left {
    text-align: center;
}

.footer .copyright p {
    color: #000;
}

.footer .copyright p a {
    color: #6E7491;
    text-decoration: underline;
}


.accordion ul li {
    list-style: disc !important;
    padding: 0;
    margin: 0;
}


/*detail page new css*/

.btn-secondary-school-curriculum {
    color: #000;
    background-color: #fff !important;
    border-color: none !important;
    border: none;
    width: 100%;
    text-align: left !important;
}

.btn-secondary-school-curriculum:hover {
    color: black !important;
}

.read-review {
    background-color: white !important;
    width: 550px !important;
}

.user i {
    font-size: 30px;
    text-align: center;
    margin-right: 15px;
    margin-top: 10px;
    /* background-color: #A17C61; */
    width: 50px;
    height: 50px;
    border-radius: 10%;
    color: green;
}


.vqc i {
    color: #979797;
    font-size: 20px;
    text-align: center;
    margin-right: 10px;
}

.enroll {
    background-color: #932020 !important;
}

.coursedescription {
    line-height: 40px;
    color: #5B5B5B;
}

.useri i {
    color: #FFC700;
}

.clocki i {
    color: #45C881;
}


.title-size {
    font-size: 22px !important;
}


.title-detail-size {
    font-size: 28px !important;
    font-family: 'poppins' sans-serif !important;
}


.titlesizecurriculum {
    font-size: 20px !important;
}

.curriculumfont h3 {
    font-size: 21px;
}


/*.curriculumfont h3{*/
/*    padding: 5px !important;*/
/*}*/

.curriculumfont p {
    font-size: 17px !important;
}


.faqdescription p {
    font-size: 17px !important;
    font-family: 'poppins' sans-serif !important;
    line-height: 1.9rem !important;
}


.curriculum i {
    font-size: 30px;
    margin-right: 5px;
    color: #932020 !important;
}


/*.all_courses_navber_font_size button{*/
/*    font-size: 17px !important;*/
/*    padding: 0 10px !important;*/
/*}*/


.btn-success-df {
    color: #fff;
    background-color: #fafafa !important;
    border-color: #fafafa !important;
    color: #555 !important;
    font-size: 17px !important;
}


.btn-success-df:focus {
    border-bottom: 5px solid #AE5A5A !important;
    box-shadow: none !important;
}


/*naemul islam css*/

.breadcrumb {
    background: #fff;
}

.course-title {
    margin-bottom: 14px;
}

.course-title h2 {
    font-size: 37px;
    font-weight: 600;

}

.dtls-img span {
    color: #bbb6b6;
    margin-left: 5px;
}

.view-btn a {
    font-size: 20px;
    margin-right: 10px;
}

.view-btn .fa {
    font-size: 30px;
}

/*Course module seciton*/
.cors-title {
}

.cors-title h3 {
    font-size: 20px;
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgb(255 255 255 / 3%);
    border-bottom: 0px solid rgba(0, 0, 0, .125);
}

.card {

    background-color: #fff;
    background-clip: border-box;
    border: 0px solid rgba(0, 0, 0, .125);
    border-radius: 0rem;
}

.collapse-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    border-bottom: 1px solid #3333;
    padding-bottom: 10px;
}

.collapse-btn h2 {
    font-size: 18px;
}

.collapse-btn .fa {
    font-size: 25px;
}

/*right course-dtls-seciton*/
.right-contentdtls {
    box-shadow: 7px 7px 50px 10px #f3f1f3;

}

.video-title h2 {
    font-size: 20px;
    margin: 12px 0;
}


.watched-video {
    background: #F3F3F3;
    padding: 4px 8px;
    border-radius: 5px;
}

.check-icon .fa {
    background: #979797;
    color: #fff;
    font-size: 16px;
    padding: 5px;
    border-radius: 5px;

}

.watched-video > .count p {
    color: #000;
    font-size: 15px;
}


.table-heading {
    background: #45445B;
    padding: 18px;
}

.table-heading h3 {
    font-size: 25px;
    color: #fff;
}

/*Table section*/
.table > tbody > tr > td {
    font-size: 14px;
    color: #A1A1A1;
    padding: 14px 7px;
}

.price h3 {
    font-size: 30px;
    font-weight: 600;
    color: #45445B;
}

.price {
    margin-bottom: 50px;
}

.enrol-btnbutton {
    background-color: #932020;
    padding: 15px 154px;
    font-size: 26px;
    font-weight: 600;
    border-radius: 5px;
}


.learnmore {
    background-color: #932020 !important;
    color: white !important;
    border: 1px solid #932020 !important;
}


/*modify css*/

.home-details-btn {
    border-top: 1px solid #ddd;
}

.home-tab {
    white-space: nowrap;
    overflow: hidden;
}

.home-tab:hover {
    overflow-x: overlay;
}

.btn-success-df {
    margin-bottom: 6px;
    display: inline-block;
}

/*Style for Course Schedule seciton*/
.table-title {
    margin: 50px 0;
}

.table-title h1 {
    text-align: center;
    font-size: 30px;
    font-weight: 600;

}

.class-list {
    margin: 30px 25px;
}

.class-list ul {
}

.class-list ul li {
    list-style: circle;
    color: #45445B;
    font-size: 20px;
}

.course-shidul-seciton .table-heading {
    background: #811D1D;
    border-radius: 10px;
    padding: 13px;
}

.course-shidul-seciton .table-heading h3 {
    text-align: center;
    font-weight: 500;
}

.table-data {
    border-radius: 10px;
    padding: 13px;
    border-left: 2px solid #ddd;
    border-right: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
    height: 60px;
    background: #fff;
}

.table-data .fa {
    float: left;
    margin-right: 10px;
    font-size: 20px;
    background: #811D1D;
    color: #fff;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
}

.table-data h3 {
    color: #811D1D;
    /*width: 50%;*/
    text-align: center;
    margin: 0 auto;
}

.table-data h2 {
    font-size: 16px;
}


/*details header css*/
.software-testing-box {
    background: #245372b3;
    text-align: center;
    color: #fff;
    padding: 30px 130px;
}

.software-testing-box h1 {
    color: #ffffff;
    font-family: "Roboto", Sans-serif;
    font-size: 46px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.3em;
    margin-bottom: 40px;
}

.software-testing-box h3 {
    font-size: 19px;
    line-height: 30px;
    margin-bottom: 25px;
}

.software-testing-box h2 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 46px;
}

.software-testing-box a {
    background: #fff;
    padding: 15px 40px;
    border-radius: 25px;
    font-size: 20px;
    color: #157FA3;
    margin-bottom: 31px;
    font-weight: 600;
    transition: all 0.3s ease;

}

.software-testing-box a:hover {
    background: #157FA3;
    color: #fff;

}

/*scroll bar css*/
.home-tab::-webkit-scrollbar {
    height: 9px;
    width: 10px;
    cursor: pointer;
}

.home-tab::-webkit-scrollbar-track {
    background: #fafafa;
    cursor: pointer;
    border-radius: 20px;
    margin-right: 10px;
    margin-left: 10px;
}

.home-tab::-webkit-scrollbar-thumb {
    background-color: #ddd;
    border-radius: 20px;
    cursor: pointer;


}

.people-say-box {
    height: 235px;
}


/*privacy and polici section*/
.progressbar {
    counter-reset: step;
    margin: 30px 0;
}

.progressbar li {
    list-style: none;
    display: inline-block;
    width: 23%;
    position: relative;
    text-align: center;
    cursor: pointer;
    font-size: 23px;
    font-weight: 600;
}

.progressbar li:before {
    content: "";

    width: 30px;
    height: 30px;
    line-height: 100px;
    border: 3px solid #fff;
    border-radius: 100%;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    background-color: #9D4D4B;
}

.progressbar li:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #ddd;
    top: 15px;
    left: -50%;
    z-index: -1;
}

.progressbar li:first-child:after {
    content: none;
}

.progressbar li.active {
    color: #932020;
}

.progressbar li.active:before {
    border-color: #932020;
}

.progressbar li.active + li:after {
    background-color: #932020;
}

/*student-enroll-section*/
.student-enroll-section {

}

.privacyandpolyci-box {
    background: #fff;
    box-shadow: 0px 6px 30px 10px rgba(223, 223, 223, 0.25);
    border-radius: 10px;
    padding: 17px 68px;
}

.enrolltop-box {
    border-bottom: 2px solid #3333;


}

.enroll-title {
}

.enroll-title h1 {

    font-weight: 600;
    font-size: 30px;
    line-height: 36px;
}

.enrollment-course-box {
    display: flex;
}

.enrollment-img {
    width: 90px;
    height: 72px;

}

.enrollment-img img {
    width: 100%;
    border-radius: 7px;
    margin-right: 10px;
}

.enrollment-course-title {
    margin-left: 10px;
}

.enrollment-course-title h2 {


    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
}

.enrollment-course-title h4 {
    font-family: Lato;
    font-size: 20px;
    line-height: 24px;
}

.dienlogo-for-enrollment {
    border-bottom: 2px solid #3333;
    padding-bottom: 10px;
}

.dienlogo-for-enrollment img {
    margin-bottom: 10px;
}

.dienlogo-for-enrollment h4 {
    font-family: Lato;

    font-size: 20px;
}

.agreement-title h1 {
    font-weight: 600;
    font-size: 30px;
    text-align: center;
    margin-bottom: 10px;
    border-bottom: 1px solid #3333;
    padding-bottom: 5px;
}

.agreement-box {
}

.agreement-box p {
    font-family: Lato;
    font-size: 20px;
}

.cardborder {

}

.card {
    background-color: transparent;
    background-clip: border-box;
    border: 0px solid rgba(0, 0, 0, .125);
    border-radius: 0rem;
}


/*Batch selection*/
.radio-toolbar-size {
    margin: 20px 0;
}

.radio-toolbar-size input[type="radio"] {
    opacity: 0;
    position: fixed;
    width: 0;
}

.radio-toolbar-size label {
    display: inline-block;
    background-color: #fff;
    height: 90px;
    width: 100%;
    font-size: 14px;
    border: 2px solid #ddd;
    font-weight: 600;
    border-radius: 5px;
    margin: 0 5px;
    color: #555;
    cursor: pointer;

}

.radio-toolbar-size label:hover {
    background-color: #45445B;
    color: #fff;
}

.radio-toolbar-size input[type="radio"]:focus + label {
    border: 2px solid #444;
}

.radio-toolbar-size input[type="radio"]:checked + label {
    background-color: #45445B;
    border-color: #a7a7a7;
    color: #fff;

}

.btn-batchcolor {
    background: #9D4D4B;
    color: #fff;
}

.next-btn-forbatch a {
    display: inline-block;
    background: #9D4D4B;
    color: #fff;
    padding: 14px 49px;
    font-size: 23px;
    font-weight: 600;
    border-radius: 7px;
}

/*payment selection*/
.payment-card {
    border: 1px solid #e4e4e4;
}

.discount {
    border-bottom: 1px solid #e4e4e4;
    padding: 26px 20px;
}

.discount h4 {
    font-weight: 600;
    font-size: 30px;
    line-height: 36px;
}

.radio-toolbar-pay input[type="radio"] {
    opacity: 0;
    position: fixed;
    width: 0;
}

.radio-toolbar-pay label {
    display: inline-block;
    background-color: #fff;
    height: 64px;
    width: 244px;
    border: 2px solid #ddd;
    border-radius: 5px;
    margin: 5px 5px;
    cursor: pointer;
    position: relative;

}

.radio-toolbar-pay label img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.radio-toolbar-pay label:hover {
    border: 2px solid #9D4D4B;
    color: #fff;
}

.radio-toolbar-pay input[type="radio"]:focus + label {
    border: 2px solid #444;
}

.radio-toolbar-pay input[type="radio"]:checked + label {
    border: 2px solid #9D4D4B;


}

/*top-bar-section*/
.top-bar-section {
    background: #111111;
    padding: 12px 0;
}

.top-bar-left span {
    margin-right: 10px;
    color: #fff;
}

.top-bar-left a:hover {
    text-decoration: underline;
}

.top-bar-left a:hover {
    text-decoration: underline;
}

/*End top-bar-section*/

.banner-box {
    display: flex;
    align-items: center;
    padding: 14px;
    background-color: rgb(0 0 0 / 60%);
    height: 170px;
    margin: 10px 0;
    border-radius: 7px;
    transition: all 0.4s ease;
    margin-top: 120px;
}

.banner-box:hover {

    background-color: rgb(0 0 0 / 100%);

}

.banner-box a {
    display: inline-block;
    color: #FFB606;
}

.icon-box {
    margin-right: 5px;
}

.icon-box img {
    width: 100%;
    border-radius: 15px;
}

.iconhadding-box {
    width: 113px;
    margin-left: 10px;
}

.iconhadding-box h3 {
    color: #fff;
    font-weight: 600;
}


/*About page section*/
.aboutebg-img {
    background: url(../images/coursedtls/aboutbg-img.jpg);
    background-size: 100% 100%;
    height: 70vh;
    position: relative;
}

.heading-txt {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 180px;
    text-align: center;

}

.abouteus-txt {
    border-bottom: 2px solid #eee;
}

.abouteus-txt h1 {
    font-size: 35px;
    font-family: sans-serif;
    text-align: center;
}

.abouteus-txt p {
}

.welcome-box {
}

.welcome-box h1 {
    text-align: center;
    font-size: 25px;
    color: #811D1D;
    font-weight: 600;
    margin-bottom: 30px;
}

.welcome-box p {
    font-size: 16px;
    margin-bottom: 30px;
}

.aboutservice-box {
    padding: 30px;
    text-align: center;
    box-shadow: 5px 4px 20px 10px #e6e4e4;
}

.aboutservice-box h2 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 10px;
    border-bottom: 1px solid #811D1D;
    padding-bottom: 5px;
    font-family: 'Poppins';
}

.aboutservice-box p {
    text-align: justify;
}

/*Contact page Section*/
.contact-box {
    background: #9ca1a5;
}

.contact-box p {
    color: #fff;
}

.contact-icon i {
    font-size: 30px;
}


/*=============================
	Start mycourse Details page
===============================*/
/*mycourse banner section*/
.mycoursebanner-section {
    background: url(../images/coursedtls/trikonomity-img.png);
    background-size: 100% 100%;
    padding: 25px 0;
}

.back-btn {
}

.back-btn > a > .fa {
    background: #932020;
    padding: 13px 20px;
    color: #fff;
    margin-top: 25px;
    border-radius: 8px;
    font-size: 25px;
}

.play-btn {
    position: relative;
    background: #fff;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin: 130px;
}

.play-btn > a > .fa {
    position: absolute;
    color: #932020;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
}

.pnrow {
}

.pnrow a {
    background: #fff;
    color: #086D65;
    padding: 10px 38px;
    border-radius: 7px;
    margin-left: 36px;
    font-size: 20px;
    color: #932020;
    font-weight: 600;
}

/*trikonotitle-section*/
.trikonotitle-section {
    border-bottom: 2px solid #3333;
}

.trikonotitle {
}

.trikonotitle h2 {
    font-size: 41px;
    font-weight: 600;
    color: #45445B;
    margin-bottom: 7px;
}

.trikonotitle h4 {
    color: #45445B;
    font-style: italic;
}

/*circle-prograssbox section*/

.circle-prograssbox .progress-bar {
    background: #fff;
    float: right;
}

.progress-bar {
    position: relative;
    height: 80px;
    width: 80px;
}

.progress-bar div {
    position: absolute;
    height: 80px;
    width: 80px;
    border-radius: 50%;

}

.progress-bar div span {
    position: absolute;
    font-family: Arial;
    font-size: 20px;
    line-height: 60px;
    height: 65px;
    width: 65px;
    left: 7.5px;
    top: 7.5px;
    text-align: center;
    border-radius: 50%;
    background-color: white;
    color: #932020;
    font-weight: 600;
}

.progress-bar .background {
    background-color: #932020;
}

.progress-bar .rotate {
    clip: rect(0 100px 200px 0);
    background-color: #932020;
}

.progress-bar .left {
    clip: rect(0 100px 80px 0);
    opacity: 1;
    background-color: #E1E1E1;
}

.progress-bar .right {
    clip: rect(0 100px 80px 0);
    transform: rotate(180deg);
    opacity: 0;
    background-color: #932020;
}

@keyframes toggle {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/*end-prograssbox section*/

/*curriculan-section*/
.curriculan-section {
}

.left-curricula {
}

.curricula-paratext {
    margin: 15px 0;
    border-bottom: 2px solid #3333;
}

.curricula-paratext h4 {
    font-size: 22px;
    line-height: 27px;
}


/*Setp Prograss section*/


/*This is Review section*/

.review-section {
}

.review-title {
    display: flex;
    justify-content: space-between;
    padding: 5px 16px;
    margin: 8px 0;
}

.review-title h2 {
    font-size: 20px;
    font-weight: 600;
}

.review-title div .fa {
    color: #FFB800;
}

.review-title div span {
    font-weight: 600;
    font-size: 17px;
    margin-left: 12px;
}

.reviewinput-box {
    background: #F4F4F4;
    width: 800px;
    display: flex;
    border-radius: 7px;
    overflow: hidden;
}

.reviewinput-box input {
    width: 100%;
    background: transparent;
    border: none;
    padding: 20px 17px;
}

.reviewinput-box > a > .fa {
    background: #932020;
    padding: 20px 24px;
    color: #fff;
    font-size: 26px;
}

@media (max-width: 768px) {
    .reviewinput-box {

        width: 460px;
    }
}


/*pepole-riview-box*/
.pepole-riview-box {
    border-bottom: 2px solid #3333;
    margin: 20px 0;
    padding-bottom: 16px;
}

.imgtitle img {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    margin-right: 10px;
}

.imgtitle h3 {
    font-weight: 600;
}

.review-text-box {
}

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

.seemorebtn a {
    color: #932020;
    font-size: 18px;
}


/*upcomming-section*/
.right-currilumsec {
    border-left: 2px solid #3333;
}

.upcomming-section {
}

.upcomming-title {
    margin: 14px 0;
}

.upcomming-title h2 {
    font-size: 25px;
    font-weight: 600;
}

.upcoming-box {
    height: 700px;
    overflow-y: scroll;


}

.upcoming-box::-webkit-scrollbar {
    width: 10px;
}

.upcoming-box::-webkit-scrollbar-track {
    width: 10px;
    background-color: #DADDDF;
    border-left: 0 solid white;
    border-right: 0 solid white;
    border-radius: 7px;
}

.upcoming-box::-webkit-scrollbar-thumb {
    background: #A1A1A1;
    width: 0;
    height: 35%;
    transition: 0.5s ease;
    border-radius: 7px;
}


.upcoming-dtls {
    display: flex;
    border-bottom: 2px solid #3333;
    padding: 20px 0;
    margin-right: 20px;
}

.upcoming-dtls img {
    height: 70px;
    width: 70px;
    border-radius: 16px;
    margin-right: 10px;
}

.upcoming-dtls h3 {
    font-size: 20px;
    margin-top: 10px;
}

/*similarcourse-section*/

.similarcourse-box {
    display: flex;
    border: 1px solid #3333;
    padding: 15px 13px;
    border-radius: 18px;
    margin-bottom: 20px;
}

.similarcourse-box img {
    height: 70px;
    width: 70px;
    border-radius: 16px;
    margin-right: 10px;
}

.similar-title-box {
}

.similar-title {
}

.similar-title h2 {
    font-size: 18px;
    width: 247px;
    font-weight: 600;
}

.similar-title span {
}

.prise-box {
    display: flex;
    justify-content: space-between;
}

.prise-box span {
    font-style: italic;
    color: #02020233;
}

.prise-box h4 {
    color: #000;
    font-size: 22px;
    font-weight: 600;
}


/*Contact page Section*/
.contact-box {
    background: #9ca1a5;
}

.contact-box p {
    color: #fff;
}


/*About page section*/
.aboutebg-img {
    background: url(../images/coursedtls/aboutbg-img.jpg);
    background-size: 100% 100%;
    height: 70vh;
    position: relative;
}

.heading-txt {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 180px;
    text-align: center;

}

.abouteus-txt {
    border-bottom: 2px solid #eee;
}

.abouteus-txt h1 {
    font-size: 35px;
    font-family: sans-serif;
    text-align: center;
}

.abouteus-txt p {
}

.welcome-box {
}

.welcome-box h1 {
    text-align: center;
    font-size: 25px;
    color: #811D1D;
    font-weight: 600;
    margin-bottom: 30px;
}

.welcome-box p {
    font-size: 16px;
    margin-bottom: 30px;
}

.aboutservice-box {
    padding: 30px;
    text-align: center;
    box-shadow: 5px 4px 20px 10px #e6e4e4;
}

.aboutservice-box h2 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 10px;
    border-bottom: 1px solid #811D1D;
    padding-bottom: 5px;
    font-family: 'Poppins';
}

.aboutservice-box p {
    text-align: justify;
}


/*Style for Course Schedule seciton*/
.software-testingsec {
    background-image: linear-gradient(rgba(48, 109, 149, 0.63), rgba(48, 109, 149, 0.63)), url(../images/banner-image.jpg);
    background-attachment: fixed;
    background-position: center center;
}

.software-testing-box {
    background: linear-gradient(rgba(36, 83, 114, 0.75), rgba(36, 83, 114, 0.75));
    text-align: center;
    color: #fff;
    padding: 30px 130px;
}

.software-testing-box h1 {
    color: #ffffff;
    font-family: "Roboto", Sans-serif;
    font-size: 46px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.3em;
    margin-bottom: 40px;
}

.software-testing-box h3 {
    font-size: 19px;
    line-height: 30px;
    margin-bottom: 25px;
}

.software-testing-box h2 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 46px;
}

.software-testing-box a {
    background: #fff;
    padding: 15px 40px;
    border-radius: 25px;
    font-size: 20px;
    color: #157FA3;
    margin-bottom: 31px;
    font-weight: 600;
    transition: all 0.3s ease;

}

.software-testing-box a:hover {
    background: #157FA3;
    color: #fff;

}

.course-shidul-seciton {
}

.table-title {
    margin: 50px 0;
}

.table-title h1 {
    text-align: center;
    font-size: 30px;
    font-weight: 600;

}

.class-list {
    margin: 30px 25px;
}

.class-list ul {
}

.class-list ul li {
    list-style: circle;
    color: #45445B;
    font-size: 20px;
}

.table-heading {
    background: #811D1D;
    border-radius: 10px;
    padding: 13px;
}

.table-heading h3 {
    text-align: center;
    font-weight: 500;
}

.table-data {
    border-radius: 10px;
    padding: 13px;
    border-left: 2px solid #811D1D;
    border-right: 2px solid #811D1D;
    border-bottom: 2px solid #811D1D;
    height: 55px;
}

.table-data .fa {
    float: left;
    margin-right: 10px;
    font-size: 20px;
    background: #811D1D;
    padding: 3px;
    color: #fff;
    border-radius: 50%;
}

.table-data h3 {
    color: #811D1D;
    /*text-align: center;*/
}

/* Css code for progressbar  */
.curriculum-box {
    width: 100%;
    height: 100%;
}

.progress {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    padding: 0.5rem 0;
}

.progress li {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.progress-indicator {
    position: relative;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    border: 6px solid #811d1d;
    background-color: #fff;
    margin-right: 1rem;
    display: inline-block;
}

.progress-indicator::after {
    content: '';
    position: absolute;
    width: 0.1rem;
    height: 9rem;
    background-color: #CCD0DB;
    margin-left: 0.2rem;
    margin-top: 1rem;
}

.progress-title {
    margin: 0;
    font-weight: 600;
    color: #811d1d;
    font-size: 20px;
}

.progress-header {
    width: 100%;
    display: flex;
    align-items: center;
}

.progress-content {
    display: flex;
    flex-direction: column;
    margin: 0.5rem 2rem;
}

#arrow-img {
    width: 0.7rem;
    margin-left: 0.5rem;
}

.progress-header:hover {
    cursor: pointer;
}

.progress-content-title {
    font-size: 15px;
}

.mycourse-detail-title {
    font-weight: 600;

    font-size: 24px;
    margin-bottom: 25px;
}


/*/Help Center Page/*/
.header-help-center {
    background: #268FCA;
    height: 417px;
    padding: 20px 0;

}

.help-top {
}

.help-logo {
    margin-bottom: 40px;
}

.help-text {
    margin-bottom: 40px;
}

.help-text h2 {
    color: #fff !important;
    font-size: 25px;
    font-weight: 600;
}

.help-center-search {
}

.input-group {
}

.input-group-prepend button {
    background: #932020;
    color: #fff;

}

.collapse-btn {
    background: #FFFFFF;
    box-shadow: 0px 10px 50px rgba(204, 204, 204, 0.25);
    border-radius: 10px;
    padding: 10px 10px;
    border-bottom: 0px;
}


.form-check-label:hover {
    color: black !important;
    cursor: pointer;
}

.certified {
    width: 400px;
    padding: 20px;
    margin: auto;
}

.certified h1 {
    font-size: 25px;
    font-weight: bold;
}

/*.certified_image{*/
/*    overflow-x: scroll;*/
/*}*/
.certified_image img {
    height: auto;
    max-width: 100%;
    /*width: 200px;*/
    width: 10%;
    margin: 3rem;
}


/*user review section css*/

.comment-form-rating .stars input[type=radio] {
    display: none;
}

.comment-form-rating .stars label {
    display: block;
    float: left;
    margin: 0;
    padding: 0 2px;
}

.comment-form-rating .stars label::before {
    /*content: "\f005";*/
    content: "★";
    /*content: "☆";*/
    font-family: FontAwesome;
    font-size: 34px;
    /*color: #e6e6e6;*/
    color: #efce4a;
}

.comment-form-rating .stars input[type=radio]:checked ~ label::before {
    color: #e6e6e6;
}

.comment-form-rating .stars:hover label::before {
    color: #efce4a !important;
}

.comment-form-rating .stars label:hover ~ label::before {
    color: #e6e6e6 !important;
}

.comment-form-rating {
    margin-bottom: 15px;
}

/*user review section css*/


/*Changed CSS Code*/
.nav-link {
    font-weight: 600;
}

.nav-link:hover {
    color: #932020;
}

.top-sing-btn {
    font-size: 0.7rem;
}

.search-bar {
    width: 450px !important;
}

.certified h1 {
    font-size: 30px;
    font-weight: bold;
}

.certified-img {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: 50rem;
}

.table-heading {
    border-radius: 0;
    background-color: #f3f3f3;
}

.table-heading .upcoming-heading {
    color: #932020;
    font-size: 0.9rem;
}

.table-box {
    padding: 0 1rem;
}

.enroll-btn > a {
    background: #932020;
    color: #fff;
    font-size: 16px;
    width: 100%;
    height: 5rem;
    padding: 2rem 11rem;
    border-radius: 8px;
}

.course-title {
    font-size: 2rem;
    font-weight: 800;
    padding: 0 2rem;
}

.table-heading, .table-data {
    border-radius: 0 !important;
}

.table-data {
    /*padding: 2rem 0;*/
    /*display: flex;*/
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.footer-title-bold {
    color: #3b3e4e !important;
    font-size: 1rem !important;
    font-weight: 800 !important;
}

.course-para {
    font-weight: 300;
}

.footer-sub-title {
    font-size: 0.9rem !important;
    color: #000000 !important;
    font-weight: 500 !important;
}

.course-categories {
    font-weight: 600 !important;
}

.course-categories:hover {
    color: #932020 !important;
}

.coursedescription p {
    color: #000000 !important;
}

/*Media Query for mobile view */

@media only screen and (max-width: 600px) {
    .certified_image {
        flex-wrap: wrap;
        height: 100%;
    }

    .certified_image img {
        height: auto;
        max-width: 100%;
        width: 41%;
        margin: 3px;
    }

    .search-bar {
        width: 100% !important;
    }

    .search-bar input {
        width: 110% !important;
    }

    .certified_image_second {
        padding: 1rem;
    }

    .certified_image_second img {
        margin: 1rem;
    }

    .bgsection-box {
        width: 100%;
    }

    .without-left div p, .proud-slogan p {
        width: 100%;
    }

    .discover-row {
        flex-wrap: wrap;
    }

    .course-img-box {
        height: 15rem;
    }

    .fix-image {
        width: 7rem !important;
        height: 7rem !important;
    }
}


.banner-responsive {
    display: none;
}

/*Css code for profile section in aboutusPage*/
.profile-container{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 2rem;
}
.profile-box{
    display: flex;
    width: 49%;
    height: 30rem;
    border: 2px solid rgb(225, 218, 218);
    margin-bottom: 2rem;
}
.profile-img{
    width: 40%;
    height: 100%;
    object-fit: cover;
}
.profile-info-container{
    width: 60%;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 2rem;
}
.profile-name{
    font-size: 1.3rem;
    font-weight: 600;
    color: #0e0d0d;
}
.profile-role{
    font-size: 0.9rem;
    color: #0e0d0d;
    margin: 0.5rem 0;
    line-height: 1.5rem;
}
.companies-container{
    text-align: center;
    width: 100%;
    padding: 2rem 5rem;
}
.companies-heading{
    font-size: 2rem;
    font-weight: 600;
}
.companies-box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    padding: 2rem 0;
}
.company-logo{
    height: 3rem;
    margin-right: 2rem;
    margin-bottom: 2rem;
}
.about-banner-container{
    padding: 2rem;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.about-banner-heading{
    text-align: center;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 2rem;
}
@media only screen and (max-width: 1000px){
    .profile-container{
        flex-direction: column;
        padding: 2rem;
    }
    .profile-box{
        width: 100%;
        height: 100%;
        flex-direction: column;
    }
    .profile-img{
        width: 100%;
    }
    .profile-info-container{
        width: 100%;
    }
    .companies-heading{
        width: 100%;
    }
}