@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	outline: none;
}

a,
a:hover {
	text-decoration: none;
	list-style: none;
	transition: 0.5s;
}

a,
ul,
ol,
p,
input,
button {
	margin: 0;
	padding: 0;
	outline: none !important;
	box-shadow: none !important;
	font-family: 'Poppins', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	font-family: 'Poppins', sans-serif;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	font-weight: 400;
	color: #444444;
	line-height: 22px;
}

.wapper{
	overflow: hidden;
}

/* Header-Top css Start */

#topClose{
    background-color: #000;
    text-align: center;
}

#topClose p{
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}

#topClose .alert.alert-dismissible.fade.show {
    margin-bottom: 0px;
}

/* Header-Top css End */

/* MegaNavbar css Start */

#megaNavbar{
	box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
}

.megasubmenu{ padding:1rem; }

#megaNavbar .navbar-dark .navbar-nav .nav-link {
    color: #333333;
	font-size: 15px;
	font-weight: 500;
	padding: 16px;
}

#megaNavbar .dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: 20px;
}

#megaNavbar .dropdown-menu {
    padding: 10px;
    font-size: 15px;
    color: #333333;
	line-height: 28px;
	box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px !important;
}

#megaNavbar .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #c44a00;
}

#megaNavbar .list-unstyled li{
	line-height: 32px;
}

#megaNavbar .list-unstyled li a{
	color: #333333;
}

#megaNavbar .list-unstyled li a:hover{
	color: #c44a00;
}

.login-btn{
	border: 1px solid #333;
}

/* MegaNavbar css End */

/* Main Banner css Start */

#mainBanner{
	position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(https://d2mykap2k3ymwa.cloudfront.net/landingpage-images/banner_bg.jpg);
    background-size: cover;
    object-fit: contain;
    background-position: center;
    /* background-attachment: fixed; */
	padding: 60px 0px;
}

.banner-left-top{
	position: relative;
}

.banner-left-top span {
	position: absolute;
	top: 14px;
}

.banner-left-top span i{
	font-size: 24px;
	color: #fff;
}

.banner-left-top h1{
	color: #fff;
    font-size: 32px;
    font-weight: 600;
    line-height: 52px;
	padding-left: 32px;
}

.banner-left-btm{
	padding-left: 32px;
	padding-top: 30px;
}

.review-entrol{
	display: flex;
}

.entrol-right {
    display: flex;
}

.review-left{
	padding-right: 30px;
}

.review-left ul{
	list-style: none;
}

.review-left ul li a{
	color: #ffc439;
}

.entrol-course-left p{
	font-size: 15px;
	font-weight: 400;
	color: #fff;
	padding-right: 15px;
}

.entrol-course-left p i{
	margin-right: 5px;
}

.entrol-course-right p{
	font-size: 15px;
	font-weight: 400;
	color: #fff;
	padding-left: 15px;
}

.entrol-course-right p i{
	margin-right: 5px;
}

.banner-right {
    padding-top: 10px;
}

.banner-right-top{
	display: flex;
	align-items: baseline;
	justify-content: space-between;
}

.price-left h4{
	color: #fff;
	font-size: 24px;
	font-weight: 500;
}

.price-right{
	text-align: right;
}

.price-right h4{
	color: #afafaf;
	font-size: 24px;
	font-weight: 500;
}

.price-right p{
	color: #fff;
	font-size: 13px;
	font-weight: 400;
}

.add-buynow {
    display: flex;
    align-items: center;
    padding: 20px 0px;
}

.quantity-field {
	display: flex;
	height: 40px;  
  }
  
  .quantity-field .value-button{ 
	border: 1px solid #ddd;
	margin: 0px;
	width: 40px;
	height: 100%;   
	padding: 0;
	background: #eee; 
	outline: none;
	cursor: pointer;
  }
  
  .quantity-field .value-button:hover {
	background: rgb(230, 230, 230);
  }
  
  .quantity-field .value-button:active{
	background: rgb(210, 210, 210);
  }
  
  .quantity-field .decrease-button {
	margin-right: -4px;
	border-radius: 8px 0 0 8px;
  }
  
  .quantity-field .increase-button {
	margin-left: -4px;
	border-radius: 0 8px 8px 0;
  }
   
  .quantity-field .number{
	display: inline-block;
	text-align: center;
	border: none;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 0px;
	width: 40px;
	height: 100%;
	line-height: 40px;
	font-size: 11pt;
	box-sizing: border-box; 
	background: white;
	font-family: calibri;
  }
  
  .quantity-field .number::selection{
	background: none;
  }

  .buy-now {
    width: 98%;
	margin-left: 2%;
	padding: 15px 0px;
}

  .btn-buynow{
	background-color: #000;
	color: #fff !important;
	font-size: 16px;
	font-weight: 500;
	border-radius: 30px;
	line-height: 30px;
  }

  .btn-buynow:hover{
	background-color: #c44a00;
	color: #fff !important;
  }

  .btn-paypal{
	background-color: #ffc439;
	color: #000;
	border-radius: 30px;
	font-size: 16px;
	font-weight: 600;
	padding: 10px;
}


.btn-paypal span{
	font-size: 18px;
}

.btn-paypal i{
	margin: 0px 5px;
}

.btn-paypal:hover{
	background-color: #3c3762;
	color: #fff;
}

.paypal-item p span{
	color: #fff;
	font-size: 12px;
	padding-left: 10px;
}

.paypal-item p a{
	color: #fff;
	border-bottom: 1px solid #fff;
}

.paypal-item p{
	padding-top: 10px;
}

/* Main Banner css End */

/* Accoudian css Start */

#accordianNavbar{
	padding: 80px 0px;
}

#accordianNavbar .accordion-item{
	margin-bottom: 15px;
	border: 1px solid #eaebeb;
}

.main-tittle h2{
	font-size: 24px;
	font-weight: 600;
	color: #000;
	padding-bottom: 30px;
}

#accordianNavbar .accordion-button:not(.collapsed) {
    color: #000;
    background-color: #fff;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
	border-bottom: none !important;
}

#accordianNavbar .accordion-button{
	padding: 0px;
}

#accordianNavbar .accordion-button:not(.collapsed)::after {
    background-image: url(https://d2mykap2k3ymwa.cloudfront.net/landingpage-images/arrow-down.png);
	position: relative;
	right: 20px;
}

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
	background-image: url(https://d2mykap2k3ymwa.cloudfront.net/landingpage-images/arrow-down.png);
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
	position: relative;
	right: 20px;
}


#accordianNavbar .accordion-header {
    margin-bottom: 0;
    border-bottom: 1px solid #eaebeb;
}

.comptia-top{
	display: flex;
	align-items: center;
}

.comptia-left img{
	margin-right: 30px;
}

.comptia-left-mobile img{
	display: none !important;
}

.comptia-right h5 {
    font-size: 16px !important;
    font-weight: 500;
    color: #1a1a1a;
}

.comptia-right h3 {
    font-size: 20px !important;
    font-weight: 600;
    padding: 15px 0px;
    color: #000b21;
}

.comptia-course-one{
	padding: 30px 0px 10px 0px;
}

.comptia-course-one img{
	border-radius: 10px;
}

.comptia-list ul{
	display: flex;
	list-style: none;
}

.comptia-list ul li {
    padding-right: 14px;
    color: #575757;
    font-size: 14px;
    font-weight: 500;
}

.comptia-list ul li i{
	margin-right: 5px;
	color: #575757;
}

.comptia-course-list{
	padding-top: 20px;
}

.comptia-course-list h5{
	font-size: 16px;
	font-weight: 600;
	color: #000;
	padding-bottom: 10px;
}

.comptia-course-list ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.comptia-course-list ul li{
	font-size: 15px;
	font-weight: 500;
	line-height: 32px;
}

.comptia-course-list ul li i{
	margin-right: 8px;
}

.comptia-course-security{
	text-align: center;
	padding: 30px 0px;
}

.comptia-course-security h3{
	font-size: 22px;
}

.icollege{
	background-color: #ECF2FF;
	padding: 30px 0px;
	text-align: center;
}

.icollege-item{
	text-align: center;
}

.icollege-item i{
	font-size: 48px;
}

.icollege-item h3{
	font-size: 24px;
	font-weight: 600;
	padding: 20px 0px;
}

.icollege-item-left{
	text-align: left;
}

.icollege-item-left p{
	padding: 10px 0px;
	font-size: 14px;
	font-weight: 500;
	line-height: 28px;
}

.comptia-pad{
	padding: 40px 0px;
	border-bottom: 1px solid #575757;
}

.comptia-pad-two{
	padding: 40px 0px;
	border-bottom: 1px solid #575757;
}

.comptia-description h3{
	font-size: 24px;
	font-weight: 600;
}

.comptia-description-right h5{
	font-size: 16px;
	padding-bottom: 10px;
	color: #000;
	font-weight: 600;
}

.comptia-description-right p{
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
	padding-bottom: 15px;
}

.comptia-description-right ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.comptia-description-right ul li{
	font-size: 14px;
	font-weight: 500;
	line-height: 28px;
}

.comptia-description-right ul li i{
	font-size: 8px;
	margin-right: 8px;
}

.comptia-head-list{
	padding: 15px 0px;
}

.comptia-head-list h5{
	font-size: 16px;
	font-weight: 500;
	color: #000;
	padding-bottom: 10px;
}

.comptia-head-list p{
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
	padding-bottom: 10px;
}

.comptia-head-list ul li{
	font-size: 14px;
	font-weight: 500;
	line-height: 28px;
}

.comptia-head-list ul li i{
	font-size: 8px;
	margin-right: 8px;
}
/* Accoudian css End */

.money-back {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.money-left img{
	margin-right: 20px;
}

/* Review css Start */

#allReviews{
	padding-bottom: 60px;
}

.review-tops{
	border-bottom: 1px solid #dadada;
}

.review-tops p{
	font-size: 15px;
	font-weight: 500;
	color: #333333;
	padding-bottom: 10px;
}

.review-tops ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.review-tops ul li i{
	font-size: 24px;
	color: #ffaf23;
}

.review-tops ul li span{
	font-size: 14px;
	padding-left: 15px;
}

.review-tops ul li span strong{
	font-size: 34px;
	padding-left: 15px;
}

.review-tops h5{
	font-size: 16px;
	font-weight: 400;
	padding: 30px 0px 20px 0px;
}

.review-pad{
	padding: 20px 0px;
	border-bottom: 1px solid #dadada;
}

.review-person-content{
	display: flex;
	align-items: center;
}

.review-content{
	margin-left: 15px;
}

.review-content h6{
	font-size: 15px;
	font-weight: 500;
	color: #000;
	padding-bottom: 5px;
}

.review-content p{
	font-size: 14px;
	font-weight: 400;
}

.review-person-right h5{
	font-size: 15px;
	font-weight: 600;
	padding-bottom: 10px;
	color: #000;
}

.review-person-right p{
	font-size: 13px;
	font-weight: 500;
	color: #545454;
	padding-bottom: 10px;
	line-height: 24px;
}

.review-person-right p span{
	color: #575757;
}

/* Review css End */

/* People Viewd css Start */

#peopleView{
	padding: 60px 0px;
	border-top: 1px solid #dadada;
}

.viewed-course{
	border:1px solid #dadada;
	border-radius: 5px;
}

.viewed-course-cnt{
	padding: 15px;
}

.custom-btn{
	background-color: #e7e7e7;
	padding: 5px 20px;
	color: #747474;
	border-radius: 20px;
	font-size: 12px;
	font-weight: 500;
}

.viewed-course-cnt h5{
	font-size: 15px;
	font-weight: 500;
	padding: 10px 0px 20px 0px;
	color: #000;
}

.viewed-course-cnt p{
	font-size: 14px;
	font-weight: 500;
	color: #575757;
}

.viewed-course-cnt ul{
	list-style: none;
}

.viewed-course-img img {
    width: 100%;
    height: auto;
}

/* People Viewd css End */

/* Recent Viewd css Start */

#recentlyView{
	padding: 60px;
}

.recent-left img{
	margin-right: 15px;
}

.recent-viewing {
    display: flex;
    align-items: center;
}

.recent-right p{
	font-size: 15px;
	font-weight: 500;
}

/* Recent Viewd css End */

/* Footer css Start */

#footerPart{
	padding: 40px 0px;
	background-color: #121212;
}

.foot-tittle h3{
	font-size: 18px;
	color: #fff;
	font-weight: 500;
	padding-bottom: 20px;
}

.welcome p{
	font-size: 15px;
	font-weight: 400;
	color: #fff;
}

.help ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.help ul li{
	display: inline-block;
	margin: 10px 10px 30px 0px;
}

.help ul li a{
	background-color: none;
	border-radius: 30px;
	padding: 10px 20px;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	border: 2px solid #fff;
}

.moreinfo-list ul{
	list-style: none;
}

.moreinfo-list ul li a{
	color: #adadad;
	font-size: 13px;
	font-weight: normal;
}

.footer-center{
	text-align: center;
	border-top: 1px solid #333333;
	padding: 30px 0px 0px 0px;
}

.footer-center p{
	font-size: 14px;
	color: #575757;
}

.welcome ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.welcome ul li a{
	font-size: 13px;
	font-weight: 400;
	line-height: 32px;
	color: #f1f2f2;
}

.more-info img{
	margin-bottom: 10px;
}

.card {
	background-color: #222222;
	border-radius: 10px;
	font-family: 'Manrope', sans-serif;
}

.fa{
	color: #d9d5d5;
}

#inp1{
	background-color: #222222;
	border: 1px solid #636161;
	font-size: 0.75rem;
}

#inp1:focus{
	outline: none;
	box-shadow: none;
}

.btn-new{
	background-color: #c44a00;
	font-size: 0.78rem;
	border: 0px;
	line-height: 36px;
}

.btn-new:focus{
	outline: none;
	box-shadow: none;
}

*:focus{
	outline: none;
}

.welcome-one{
	padding-top: 10px;
}

.welcome-one ul{
	display: flex;
	list-style: none;
}

.welcome-one ul li{
	background-color: #fff;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 50%;
	text-align: center;
	margin-right: 5px;
}

.btn-news{
	background-color: #c44a00;
	color: #fff;
}

.welcome-one .fa-facebook-f {
    color: #006ee5;
}

.welcome-one .fa-twitter {
    color: #179cf0;
}

.welcome-one .fa-youtube {
    color: #f60002;
}

.welcome-one .fa-instagram {
    color: #ce0152;
}

.welcome-one .fa-linkedin-in {
    color: #006faa;
}

input,
input::placeholder {
    font: 14px/3 sans-serif;
}

/* Footer css End */

.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,.55);
    border-color: rgba(255,255,255,.1);
    background: #7a7a7a;
}

.qty-btn{
	background-color: #fff;
	color: #000;
	width: 70px;
	font-size: 14px;
	font-weight: 600;
}

.money-right-mobile{
	display: none;
}

#accordianNavbar .accordion-body {
    padding: 1rem 1.25rem;
    position: relative !important;
    top: 0;
	bottom: 0;
}


/* Checkout css start */

.checkout-left{
	padding: 10px 0px 20px 0px;
}

.express-design{
	text-align: center;
	padding: 20px;
}

.express-design h4{
	font-size: 18px;
	font-weight: 600;
	color: #000;
}

.learner-detail h4{
	font-size: 20px;
	font-weight: 600;
	color: #000;
	border-bottom: 2px solid #000;
	padding-bottom: 10px;
}

.learner-detail h5{
	font-size: 16px;
	font-weight: 500;
	color: #191919;
	padding: 10px 0px;
}

.learner-account-details{
	margin: 20px 0px;
	border: 1px solid #bfbfbf;
	padding: 20px;
	border-radius: 6px;
}

.btn-check-list{
	background-color: #1e1e1e;
	color: #fff;
	border-radius: 30px;
}

.btn-check-list:hover{
	background-color: #c44a00;
	color: #fff;
	border-radius: 30px;
}

.bg-new{
	background-color: #f8f8f8;
	border-left: 1px solid #cdcdcd;
}

.checkout-right{
	padding: 80px 0px;
}

.checkout-right button.accordion-button.collapsed {
    font-size: 15px;
    font-weight: 500;
	background-color: #eeeeee;
}

.checkout-right button.accordion-button.collapsed i{
    margin-right: 8px;
}

.cyber-three-list {
    display: flex;
    justify-content: space-between;
}

.cyber-left-ctr ul{
	list-style: none;
}

.cyber-left-ctr ul li{
	font-weight: 500;
}

.cyber-left-right ul{
	list-style: none;
}

.cyber-left-right ul li{
	font-weight: 600;
}

.checkout-right .accordion-button:not(.collapsed) {
    color: #000;
	font-size: 15px;
    font-weight: 500;
    background-color: #e7f1ff;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}

.checkout-right .accordion-button:not(.collapsed) i{
    margin-right: 8px;
}

.prizing-table{
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
	padding: 20px 20px;
}

.prizing-table-left ul{
	list-style: none;
}

.prizing-table-left ul li{
	font-size: 14px;
	font-weight: 500;
	line-height: 28px;
	color: #000;
}

.prizing-table-right ul{
	list-style: none;
	text-align: right;
}

.prizing-table-right ul li{
	font-size: 14px;
	font-weight: 500;
	line-height: 28px;
	color: #000;
}

.total-price{
	padding: 20px;
	display: flex;
	justify-content: space-between;
}

.total-price p{
	font-size: 16px;
	font-weight: 600;
	color: #000;
}

.checkout-left-footer{
	text-align: center;
	border-top: 1px solid #c2c2c2;
	padding-top: 10px;
	margin-top: 60px;
}

.checkout-left-footer ul{
	list-style: none;
	display: flex;
}

.checkout-left-footer ul li a{
	color: #000;
	font-weight: 500;
	font-size: 14px;
	padding: 0px 15px;
}

.reviews-design{
	margin: 20px 0px;
	border: 1px solid #adadad;
	padding: 20px;
}

.testimonials h4{
	font-size: 18px;
	font-weight: 500;
	color: #c44a00;
	padding-bottom: 10px;
}

.customer-one{
	margin-bottom: 10px;
}

.customer-one h5{
	font-size: 14px;
	font-weight: 500;
	color: #000;
	padding-bottom: 5px;
}

.customer-one p{
	font-size: 11px;
}

.customer-one h6{
	font-size: 12px;
	font-weight: 500;
	color: #000;
}

.customer-one ul{
	list-style: none;
	display: flex;
}

.customer-one ul li i{
	color: #ffc000;
}

.customer-one p span{
	font-size: 14px;
	font-weight: 500;
	color: #000;
	padding: 10px 0px;
}

.stripe a i{
	font-size: 30px;
	color: #635bff;

}

.stripe a  {
	font-size: 15px;
	color: #000;
}

/* Checkout css end */

/* MY STYLE START */

.top-header-style-four .top-header-social {
	border-left: none;
	float: right;
  }
  
  .top-header-btn .default-btn {
	background-color: #e86613;
	color: #fff;
	border-color: #ffffff;
  }
  
  .how-it-works-area-new{
	background-color: #0E2742 !important;
  }
  
  .plus-text{
	font-size: 32px;
	color: #fff;
	font-weight: 600;
  }
  
  .training-overview-content h3{
	text-align: center;
  }
  
  .training-overview-btn-new{
	text-align: left !important;
  }
  
  .free-big{
	color: #000;
  }
  
  .big-font{
	font-size: 28px;
  }
  
  .big-clr-ft{
	font-size: 34px !important;
	color: #ffd867;
  }
  
  .big-font .icon-arrow {
	top: 29px;
  }
  
  .login-image{
	position: relative;
  }
  
  .login-text-left{
	position: absolute;
	content: "";
	background: rgba(15, 22, 42, .4);
	bottom: 50%;
	left: 0;
	padding: 20px;
	transform: translateY(-50%)
  }
  
  .login-text-left h4{
	text-align: center;
	color: #e8b82e;
	font-weight: 700;
  }
  
  .login-text-left h5{
	 color: #fff !important;
	 font-size: 20px;
	 line-height: 30px;
	 text-align: center;
  }
  
  .connect-with-social p{
	text-align: left;
	font-size: 16px;
	font-weight: 600;
  }
  
  .connect-with-social p a{
	color: #e86613;
  }
  
  label.lable-size{
	font-size: 13px;
	margin-bottom: 10px;
  }
  
  .page-title-content h5{
	color: #fff;
	margin-top: 20px;
  }
  
  .top-header-btn-newly{
	text-align: center;
  }
  
  .courses-area-new{
  background-color: #0E2742;
  padding: 60px 0px;
  }
  
  .subscribe-left h2{
	color: #fff;
	border-bottom: 4px solid #fff;
	padding-bottom: 10px;
  }
  
  .subscribe-book{
	text-align: center;
  }
  
  .subscribe-book h3{
	color: #fff;
	padding: 20px 0px;
  }
  
  .subscribe-book img{
	border: 4px solid #fff;
	border-radius: 6px;
  }
  
  .prize-value{
	background-color: #fff;
	text-align: center;
	padding: 20px;
	margin: 10px 0px;
  }
  
  .prize-value h4{
	color: #e86613;
  }
  
  .money-back {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 30PX 0PX;
  }
  
  .money-left {
	min-width: 200px;
	min-height: 224px;
	margin-right: 20px;
  }
  
  .money-left img{
	border: none !important;
  }
  
  .money-right {
	text-align: left;
  }
  
  .money-right h4{
	color: #fff;
  }
  
  .money-right p{
	color: #fff;
  }
  
  .subscribe-right{
	background-color: #fff;
	border: 4px dotted #e86613;
	padding: 40px;
	text-align: center;
  }
  
  .subscribe-right-top h2{
	padding-bottom: 30px;
	border-bottom: 2px solid #000;
  }
  
  .subscribe-ctr{
	padding: 20px 0px;
  }
  
  .subscribe-ctr h3{
	font-size: 48px;
	color: #e86613;
	font-weight: 600;
  }
  
  .subscribe-ctr p{
	font-size: 24px;
	color: #e86613;
	font-weight: 400;
	padding: 10px 0px;
  }
  
  .subscribe-ctr h4{
	font-size: 36px;
	color: #e86613;
	font-weight: 600;
	padding-bottom: 10px;
  }
  
  .subscribe-ctr h5{
	font-size: 32px;
	color: #e86613;
	font-weight: 600;
  }
  
  #SubscribeForm ul#myTab {
	background-color: #e86613;
	padding: 20px;
	display: flex;
	justify-content: space-around;
	align-items: center;
  }
  
  #SubscribeForm .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color: #000;
  }
  
  #SubscribeForm .nav-link {
	color: #000;
  }
  
  #SubscribeForm .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
	isolation: isolate;
	border-color: #000;
  }
  
  #SubscribeForm label {
	display: flex;
  }
  
  #SubscribeForm .form-check {
	padding: 15px 35px;
  }
  
  #SubscribeForm .col-sm-4.form-group {
	padding: 0px;
  }
  
  #SubscribeForm .col-sm-8.form-group {
	padding: 0;
  }
  
  #SubscribeForm span.current {
  
	position: absolute;
	margin-top: 12px;
  }
  
  #SubscribeForm button#home-tab {
	font-size: 18px;
	font-weight: 600;
  }
  
  #SubscribeForm button#profile-tab {
	font-size: 18px;
	font-weight: 600;
  }
  
  #SubscribeForm .col-sm-12.form-group {
	padding: 10px 0px;
  }
  
  #SubscribeForm .single-partner-item-new a img{
	padding: 10px;
	border-radius: 50%;
	border: 2px dotted #000;
  }
  
  .subscribe-bottom {
	background: #f9f9f9;
	padding: 20px;
	border: 2px solid #dddddd;
  }
  
  .payment-method{
	text-align: center;
	padding-top: 20px;
  }
  
  .course-train-list ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
  }
  
  .course-train-list ul li{
	line-height: 26px;
	padding-bottom: 10px;
  }
  
  .course-train-list ul li span{
	font-size: 18px;
	font-weight: 500;
	color: #e86613;
  }
  
  .course-train-list ul li i{
	font-size: 18px;
	position: relative;
	top: 3px;
  }
  
  #coursesArea .owl-dots{
	display: none;
  }
  
  #teamArea{
	background-color: #f9f9f9;
  }
  
  .pb-10{
	padding-bottom: 10px;
  }
  
  #quqlityManagement{
	background-color: #f9f9f9;
  }
  
  #quqlityManagement .owl-dots{
	display: none;
  }
  
  .products-details-tab h2{
	padding: 20px 0px;
  }
  
  .products-details-tab-content h4{
	padding: 20px 0px;
  }
  
  .products-details-tab-content h5{
	padding-top: 20px;
  }
  
  #trainingSection{
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	padding: 30px;
  }
  
  #trainingNav{
	width: 25%;
	background-color: #f9f9f9;
	margin-right: 30px;
	padding-bottom: 20px;
  }
  
  #trainingNav button.nav-link{
	color: #000;
	font-weight: 500;
	text-align: left;
	font-size: 16px;
  }
  
  #trainingNav button.nav-link.active{
	background-color: #fff !important;
	color: #e86613;
  }
  
  #trainingNav .nav-link i{
	font-size: 24px;
	position: relative;
	top: 4px;
	margin-right: 5px;
  }
  
  #trainingNav h4 {
	padding: 20px;
	line-height: 36px;
	font-weight: 500;
  }
  
  #trainingDetail{
	width: 75%;
  }
  
  .describtion{
	padding: 20px 0px;
  }
  
  .all-course-video{
	background-color: #fcfcfc;
	padding: 10px;
  }
  
  .video-icon{
	padding: 10px;
  }
  
  .video-icon a{
	font-size: 18px;
	font-weight: 600;
  }
  
  .progress-space{
	margin-top: 10px;
  }
  
  .video-btn{
	padding-bottom: 10px;
  }
  
  .mock-test {
	background: #f9f9f9;
	padding: 10px;
	border: 1px dotted #f2f2f2;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  }
  
  .train-step{
	padding-bottom: 70px;
  }
  
  .certificate-step{
	text-align: center;
	padding: 20px;
  }
  
  .cerficate-step-three{
	background-color: #fbfbfb;
	border-left: 6px solid #e86613;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	padding: 20px;
  }
  
  .steps-following{
	padding: 20px 0px;
	border-bottom: 1px dotted #7c8289;
  }
  
  .steps-following h4{
	padding-bottom: 10px;
  }
  
  .steps-following ul{
	list-style: none;
  }
  
  .steps-following ul li{
	line-height: 30px;
	font-size: 16px;
  }
  
  .resend-btn{
	margin: 20px 0px;
  }
  
  #widgetCategory nav.sidebar.card.py-2.mb-4 {
	border: none !important;
	background-color: #fbfbfb;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  }
  
  #nav_accordion ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
  }
  
  #menu_item1 li a.nav-link i{
	font-size: 20px;
	position: relative;
	top: 8px;
	color: red;
  }
  
  #widgetCategory .nav-item a.nav-link i{
	font-size: 30px;
	color: red;
	position: relative;
	top: 8px;
  }
  
  #widgetCategory .nav-item a.nav-link{
	color: #000;
	font-size: 16px;
	font-weight: 500;
  }
  
  .boxing-nav{
	background-color: #ebebeb;
	padding-bottom: 10px;
  }
  
  .progress-mar{
	margin: 0px 10px;
  }
  
  .nav-item .submenu li{
	background-color: #ebebeb;
	padding-bottom: 10px;
	margin-bottom: 3px;
  }
  
  .startup-detail{
	background-color: #fcfcfc;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	padding: 15px;
	margin-bottom: 30px;
  }
  
  .edit-account{
	padding: 10px;
	border-bottom: 1px solid #ccc;
  }
  
  .edit-account ul{
	display: flex;
	align-items: center;
	justify-content: space-between;
	list-style: none;
	margin: 0;
	padding: 0;
  }
  
  .item-info ul{
	display: flex;
	align-items: center;
	justify-content: space-between;
	list-style: none;
	margin: 0;
	padding: 0;
  }
  
  .plan-description{
	border: 2px dotted #fd6c28;
	padding: 10px;
	margin-top: 35px;
  }
  
  .plan-description p{
	font-size: 13px;
	line-height: 24px;
  }
  
  /* .mar-left-right{
	margin: 0px 5px;
  } */
  
  .card-btm p{
	text-align: left;
	font-size: 13px;
	list-style: 22px !important;
	padding-top: 15px;
	color: #000;
  }
  
  .btn-with-style {
	padding: 13px 35px 12px 75px;
	font-size: 18px;
	font-weight: 600;
  }
  
  .btn-with-style .icon-arrow.before {
	left: 35px !important;
  }
  
  .default-btn .icon-arrow {
	top: 16px !important;
  }
  
  .free-clr{
	color: #000;
	font-size: 20px;
	font-weight: 600;
  }

  img {
    max-width: 100%;
    height: auto;
}

.subscribe-ctr ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.subscribe-ctr ul li{
	text-align: left !important;
	font-size: 16px;
	font-weight: 500;
	line-height: 30px;
}

.subscribe-left i{
	color: #FFD700;
}

.pad-tblr{
	padding: 10px;
}

.select-width{
	width: 98%;
}


  
  /* MY STYLE END */


  /*form-control*/
.form-control {
	height: 48px;
	padding: 0 0 0 12px;
	line-height: initial;
	color: #252525;
	background-color: #ffffff;
	border: 1px solid #e6e9fc;
	border-radius: 3px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	font-size: 14px;
	font-weight: 400;
  }
  
  .form-control::-webkit-input-placeholder {
	color: #c4c5d0;
  }
  
  .form-control:-ms-input-placeholder {
	color: #c4c5d0;
  }
  
  .form-control::-ms-input-placeholder {
	color: #c4c5d0;
  }
  
  .form-control::placeholder {
	color: #c4c5d0;
  }
  
  .form-control:focus {
	-webkit-box-shadow: unset;
			box-shadow: unset;
	border-color: #d7d9eb;
  }
  
  textarea.form-control {
	height: auto !important;
	padding-top: 12px;
  }

  /*default-btn*/
.default-btn {
	-webkit-transition: 0.5s;
	transition: 0.5s;
	display: inline-block;
	padding: 13px 25px 12px 55px;
	position: relative;
	background-color: #e86613;
	color: #ffffff;
	border-width: 2px;
	border-style: solid;
	border-color: #e86613;
	border-radius: 1px;
	font-size: 14.5px;
	font-weight: 700;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  }
  
  .default-btn-new-one{
	background-color: #e8b82e;
	border-color: #e8b82e;
  }
  
  .default-btn .label, .default-btn .icon-arrow {
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
	-webkit-transform: translateZ(0);
			transform: translateZ(0);
	-webkit-perspective: 1000;
			perspective: 1000;
  }
  
  .default-btn .label {
	display: inline-block;
	-webkit-transition: -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
	transition: -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
	transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
	transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  }
  
  .default-btn .icon-arrow {
	color: #ffffff;
	top: 11px;
	-webkit-transition: opacity 0.4s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
	transition: opacity 0.4s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
	transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1), opacity 0.4s cubic-bezier(0.86, 0, 0.07, 1);
	transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1), opacity 0.4s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
	font-size: 25px;
  }
  
  .default-btn .icon-arrow.before {
	left: 20px;
	position: absolute;
	-webkit-transform-origin: left center;
			transform-origin: left center;
  }
  
  .default-btn .icon-arrow.after {
	opacity: 0;
	position: absolute;
	right: 20px;
	-webkit-transform: translateX(75%) scaleX(0.1);
			transform: translateX(75%) scaleX(0.1);
	-webkit-transform-origin: right center;
			transform-origin: right center;
  }
  
  .default-btn:hover, .default-btn:focus {
	background-color: #0eb582;
	color: #ffffff;
	border-color: #0eb582;
  }
  
  .default-btn:hover .label, .default-btn:focus .label {
	-webkit-transform: translateX(-32px);
			transform: translateX(-32px);
  }
  
  .default-btn:hover .icon-arrow.before, .default-btn:focus .icon-arrow.before {
	opacity: 0;
	-webkit-transform: translateX(-75%) scaleX(0.1);
			transform: translateX(-75%) scaleX(0.1);
  }
  
  .default-btn:hover .icon-arrow.after, .default-btn:focus .icon-arrow.after {
	opacity: 1;
	-webkit-transform: translateX(0) scaleX(1);
			transform: translateX(0) scaleX(1);
  }