@media all and (min-width: 1670px) {

}

@media (max-width: 1380px){

}

@media (max-width: 1200px){

	.navbar-dark .navbar-nav .nav-link{
		font-size: 13px;
	}

	.dropdown-menu li a{
		font-size: 14px;
	}

}

@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
	
}

@media all and (max-width: 992px){
	.navbar-dark .navbar-toggler{
		color: #fff;
		background-color: var(--theme-color-1);
		width: 50px;
		height: 50px;
		border-radius: 6px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.navbar-collapse{
		position: absolute;
		top: 77px;
		left: 0;
		width: 100%;
		background-color: #fff;
		z-index: 999;
		padding: 15px;
		height: calc(100vh - 79px);
		overflow: auto;
	}

	.navbar-dark .navbar-nav .nav-link{
		color: var(--heading-color);
	}

	.navbar-nav .dropdown-menu{
		box-shadow: none;
	}

	.navbar .nav-item:hover .dropdown-menu{
		box-shadow: none;
	}

	.dropdown .nav-link:after{
		float: right;
	}

	.nav-item.search{
		margin-top: 20px;
	}

	.banner-section-container{
		height: auto;
		padding: 4rem 0;
	}

	.pages.navbar-dark .navbar-nav .nav-link{
		color: var(--heading-color) !important;
	}

	.tm-img.big {
		width: 55%;
	}

	.cd-info-list{
		flex-direction: column;
	}

	.cd-info-author{
		width: 100%;
	}

	.cd-info-enroll{
		width: 100%;
	}

	.cd-info-duration{
		width: 100%;
	}

	.cd-info-price{
		width: 100%;
	}

	.cd-info-buy{
		width: 100%;
	}

	.authpage-form-login-wrapper{
		width: 100%;
	}

	.authpage-content-wrapper{
		padding: 2rem 2rem 2rem 2rem;
	}

	.facebook-login span {
		padding: 10px 10px;
	}

}

@media all and (max-width: 768px){
	.navbar-dark .navbar-toggler{
		color: #fff;
		background-color: var(--theme-color-1);
		width: 50px;
		height: 50px;
		border-radius: 6px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	.navbar-collapse{
		position: absolute;
		top: 66px;
		left: 0;
		width: 100%;
		background-color: #fff;
		z-index: 999;
		padding: 15px;
		height: calc(100vh - 66px);
		overflow: auto;
	}

	.navbar-dark .navbar-nav .nav-link{
		color: var(--heading-color);
	}

	.navbar-nav .dropdown-menu{
		box-shadow: none;
	}

	.navbar .nav-item:hover .dropdown-menu{
		box-shadow: none;
	}

	.dropdown .nav-link:after{
		float: right;
	}

	.section-main-heading{
		font-size: 34px;
    	line-height: 45px;
	}

	.banner-section{
		background-position: 25% 75%;
		height: 645px;
	}

	.section{
		padding: 40px 0px;
	}

	.btn-main{
		width: 100%;
		max-width: 100%;
	}

	.btn-border{
		width: 100%;
		max-width: 100%;
	}

	.navbar-nav{
		margin-bottom: 20px;
	}

	.soon-counter-list{
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
	}

	.pages.navbar-dark .navbar-nav .nav-link{
		color: var(--heading-color) !important;
	}

	/* home */

	.banner-section-container{
		height: auto;
		padding: 4rem 0;
	}

	.banner-heading{
		font-size: 38px;
	}

	.banner-section-wrapper{
		padding-right: 0;
	}

	.section-black-heading-wrapper{
		flex-direction: column;
		align-items: flex-start;
	}

	.section-black-heading-wrapper h3{
		font-size: 28px;
	}

	.secondary-heading{
		font-size: 24px;
	}

	.round-list-wrapper{
		padding-right: 0;
	}

	.subscribe{
		height: auto;
		width: 100%;
		background-color: #FFD168;
	}

	.subscribe-image-wrapper{
		height: 285px;
	}

	.subscribe-content-wrapper{
		padding: 2rem;
	}

	.yellow .cc-img {
		width: 30%;
	}

	.blue .cc-img {
		width: 30%;
	}

	.voilet .cc-img {
		width: 40%;
	}

	.pink .cc-img {
		width: 40%;
	}

	.tm-img.big {
		width: 45%;
	}

	.cd-info-list{
		flex-direction: column;
	}

	.cd-info-author{
		width: 100%;
	}

	.cd-info-enroll{
		width: 100%;
	}

	.cd-info-duration{
		width: 100%;
	}

	.cd-info-price{
		width: 100%;
	}

	.cd-info-buy{
		width: 100%;
	}

	.navbar-dark .navbar-nav .nav-item.active .nav-link::after{
		left: 0;
	}

	.nav-item.search{
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.theme-btn {
		width: 100%;
		max-width: 100%;
	}

	.authpage-form-login-wrapper{
		width: 100%;
	}

	.authpage-content-wrapper{
		padding: 2rem 2rem 2rem 2rem;
	}
	
}

@media all and (max-width: 480px){
	.navbar-dark .navbar-toggler{
		color: #fff;
		background-color: var(--theme-color-1);
		width: 50px;
		height: 50px;
		border-radius: 6px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	.navbar-collapse{
		position: absolute;
		top: 66px;
		left: 0;
		width: 100%;
		background-color: #fff;
		z-index: 999;
		padding: 15px;
		height: calc(100vh - 66px);
		overflow: auto;
	}

	.navbar-dark .navbar-nav .nav-link{
		color: var(--heading-color);
	}

	.navbar-nav .dropdown-menu{
		box-shadow: none;
	}

	.navbar .nav-item:hover .dropdown-menu{
		box-shadow: none;
	}

	.dropdown .nav-link:after{
		float: right;
	}

	.section-main-heading{
		font-size: 34px;
    	line-height: 45px;
	}

	.banner-section{
		background-position: 25% 75%;
		height: 645px;
	}

	.section{
		padding: 40px 0px;
	}

	.btn-main{
		width: 100%;
		max-width: 100%;
	}

	.btn-border{
		width: 100%;
		max-width: 100%;
	}

	.navbar-nav{
		margin-bottom: 20px;
	}

	.soon-counter-list{
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
	}

	.pages.navbar-dark .navbar-nav .nav-link{
		color: var(--heading-color) !important;
	}

	/* home */

	.banner-section-container{
		height: auto;
		padding: 4rem 0;
	}

	.banner-heading{
		font-size: 38px;
	}

	.banner-section-wrapper{
		padding-right: 0;
	}

	.section-black-heading-wrapper{
		flex-direction: column;
		align-items: flex-start;
	}

	.section-black-heading-wrapper h3{
		font-size: 28px;
	}

	.secondary-heading{
		font-size: 24px;
	}

	.round-list-wrapper{
		padding-right: 0;
	}

	.subscribe{
		height: auto;
		width: 100%;
		background-color: #FFD168;
	}

	.subscribe-image-wrapper{
		height: 195px;
	}

	.subscribe-content-wrapper{
		padding: 2rem;
	}

	.tm-img.big {
		width: 45%;
	}

	.cd-info-list{
		flex-direction: column;
	}

	.cd-info-author{
		width: 100%;
	}

	.cd-info-enroll{
		width: 100%;
	}

	.cd-info-duration{
		width: 100%;
	}

	.cd-info-price{
		width: 100%;
	}

	.cd-info-buy{
		width: 100%;
	}

	.authpage-form-login-wrapper{
		width: 100%;
	}

	.authpage-content-wrapper{
		padding: 2rem 2rem 2rem 2rem;
	}

}