* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Poppins", sans-serif !important;
	font-weight: 400;
	/*font-family: 'Open Sans', sans-serif;*/
}

img {
	max-width: 100%;
}

h1 {
	font-size: 35px;
	font-weight: 500;
	color: #252525;
	margin: 0;
	padding: 0 0 0 0;
	font-family: "Poppins", sans-serif;
	line-height: 46px;
}

h2 {
	font-family: "Poppins", sans-serif;
	font-size: 40px;
	font-weight:600;
	color: #252525;
	line-height: 42px;
	margin: 0;
	padding: 0;
}


.card.dashboard-card {
  min-width: 20em;
  background-color: #f8f9fa; /* Light gray background */
  border: 1px solid #dee2e6; /* Subtle border */
  border-radius: 8px; /* Rounded corners */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Soft shadow */
  padding: 20px; /* Inner spacing */
  transition: transform 0.2s ease, box-shadow 0.2s ease; /* Smooth hover effect */
}

.card.dashboard-card:hover {
  transform: translateY(-5px); /* Slight lift on hover */
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15); /* Enhanced shadow on hover */
}

.card.dashboard-card h3 {
  font-size: 1.5rem; /* Title font size */
  color: #343a40; /* Dark gray text */
  margin-bottom: 10px; /* Space below title */
}
.dashboard-card img {
  border-radius: 8px; /* or any value you like, e.g., 12px */
}

.card.dashboard-card p {
  font-size: 1rem; /* Paragraph font size */
  color: #6c757d; /* Muted text color */
  line-height: 1.5; /* Better readability */
}

.card.dashboard-card a {
  color: #007bff; /* Link color */
  text-decoration: none; /* Remove underline */
}

.card.dashboard-card a:hover {
  text-decoration: underline; /* Underline on hover */
}

h3 {
	font-size: 25px;
	font-weight: 500;
	color: #252525;
	margin: 0;
	padding: 0;
	font-family: "Poppins", sans-serif;
}

h4 {
	font-size: 19px;
	font-weight: 400;
	color: #252525;
	font-family: "Poppins", sans-serif;
	margin: 0;
	padding: 0;
}
h4 {
	font-size: 19px8
	font-weight: 400;
	font-family: "Poppins", sans-serif;
	margin: 0;
	padding: 0;
}

p {
	font-size: 16px;
	font-weight: 500;
	line-height: 26px;
	font-family: "Poppins", sans-serif;
	color: #5a5a5a;
	margin: 0;
	padding: 0;
}
a:hover {
	text-decoration: none;
}

.container {
	max-width: 1230px !important;
	position: relative;
}
/*.row {
	max-width: 100%;
}*/

.header-banner-section {
	margin: 0;
	padding: 0;
}
.header-banner-section .nav-custom {
	background-color: inherit !important;
	padding: 0;
	display: block;
}
.header-banner-section .nav-custom .navbar-brand {
	padding: 0;
	float: left;
	margin: -37px 0 0 0;
}
.header-banner-section .nav-custom .collapse.navbar-collapse {
	float: left;
	margin: 35px 0 0 0;
	padding: 0 0 0 58px;
}
.b-opacity {
	position: absolute;
	left: -55px;
	top: -142px;
	width: 280px;
	height: 1060px;
	transform: rotate(30deg);
	content: "";
	background: rgba(0, 0, 0, 0.1);
}

.vector-part {
	position: absolute;
	width: 100%;
	height: 100%;
}

.items {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.items__inner {
	position: relative;
	width: 100%;
	height: 100%;
}

.items__layer .items__item {
	position: absolute;
}

.items__layer.layer {
	position: inherit !important;
}

.items__layer:nth-child(1) .items__item {
	top: 0;
	left: 0;
}

.items__layer:nth-child(2) .items__item {
	top: 105px;
	left: 205px;
	width: 22px;
}

.items__layer:nth-child(3) .items__item {
	top: 182px;
	left: 22px;
	width: 20px;
}

.items__layer:nth-child(4) .items__item {
	top: 182px;
	left: 61px;
	width: 20px;
}

.items__layer:nth-child(5) .items__item {
	top: 262px;
	left: 53px;
	width: 22px;
}

.items__layer:nth-child(6) .items__item {
	top: 480px;
	left: 271px;
	width: 22px;
}

.items__layer:nth-child(7) .items__item {
	top: 650px;
	left: 412px;
	width: 77px;
}

.items__layer:nth-child(8) .items__item {
	top: 426px;
	left: 440px;
	width: 28px;
}



/*----------banner-section-css-end----------*/
.banner-section {
	margin: 0;
	padding: 60px 0 153px;
	position: relative;
}
.banner-right-img {
	position: absolute;
    top: 0;
    right: 0;
    background-position: center right;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    background-size: auto 93%;
}
.banner-right-img img {
	padding: 0 0 0 152px;
    max-width: 942px;
    display: none;
}
.banner-left-content {
	margin: 105px 0 0;
	padding: 0;
	position: relative;
	z-index: 1;
}
.banner-left-content h3 {
	font-weight: 400;
	font-size: 20px;
	color: #333333;
}
.banner-left-content h1 {
	margin: 8px 0 19px 0;
    padding: 0;
    font-size: 45px;
    font-weight: 600;
    color: #333333;
}
.banner-left-content h4 {
	font-weight: 400;
	font-size: 20px;
	color: #333333;
	margin: 0;
}
.banner-left-content p {
	margin: 0;
	padding: 0 125px 0 0;
}
.banner-sign-up-btn-custom {
	margin: 41px 0 0;
    padding: 0;
    width: 200px;
    height: 50px;
    line-height: 48px;
    text-align: center;
    border-radius: 5px;
    background: #4dd2ff;
    font-size: 18px;
    color: #fff;
    text-rendering: none;
    float: left;
    font-weight: 700;
    border: 2px solid #4dd2ff;
    transition-duration: 0.6s;
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
}
.banner-sign-up-btn-custom:hover {
	color: #0073e6;
  	border: 2px solid #4dd2ff;
  	background: #fff;
}
.admission-now-btn:hover {
	color: #fff;
}

/*----------body-section-css-start----------*/

.tab-slider-section {
	margin: 0 0 95px;
	padding: 89px 0;
	background: #f0f0f0;
}
.tab-carousel-slider-custom {
	margin: 0;
	padding: 0;
}
.tab-carousel-slider-custom h2 {
	margin: 0;
	padding: 0;
	color: #333333;
	text-align: center;
}
.tab-carousel-slider-custom .nav.nav-tabs {
	border: 0;
	margin: 35px 0 60px 0;
}
.tab-carousel-slider-custom .nav.nav-tabs li:first-child {
	padding-left: 0;
}
.tab-carousel-slider-custom .nav.nav-tabs li {
	padding: 0 31px;
}
.tab-carousel-slider-custom .nav.nav-tabs li a {
	color: #333333;
	font-weight: 600;
	font-size: 15px;
	padding: 0px 0 8px;
}
.tab-carousel-slider-custom .nav.nav-tabs li a:hover {
	border-bottom: 2px solid #0073e6;
	color: #0073e6;
}
.tab-carousel-slider-custom .nav.nav-tabs li a.active {
	border-bottom: 2px solid #0073e6;
	color: #0073e6;
}
.tab-carousel-slider-custom .tab-content .owl-carousel .item {
	height: auto;
    background: inherit;
    padding: 0;
    margin: 0 10px;
}
.tab-slider-in-con {
	margin: 0;
	padding: 0;
	background-color: #fff;
	border-radius: 14px;
}
.tab-in-con-img {
	margin: 0;
	padding: 0;
	position: relative;
}
.tab-in-con-img img {
	margin: 0;
	padding: 0;
}
.tab-in-con-img h5 {
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	padding: 17px 27px;
}
.tab-in-text-con {
	margin: 0;
	padding: 25px 29px;
}
.tab-in-text-con h6 {
	margin: 0 0 11px;
	padding: 0;
	color: #333;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
}
.tab-in-text-con span {
	margin: 0;
	padding: 0;
	color: #717584;
	font-size: 16px;
	font-weight: 500;
}
.tab-carousel-slider-custom .owl-theme .owl-dots .owl-dot span {
	width: 15px;
    height: 15px;
    margin: 5px 5px;
    background: #dadada;
    border-radius: 50%;
}
.tab-carousel-slider-custom .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #0676e6;
}
.bd-in-con-logo {
	margin: -23px 0 0 0;
	padding: 0;
}
.bd-in-con-logo img {
	width: 120px;
    max-width: 120px;
}
.body-content-one-right-part .navbar-light .navbar-menu-custom .nav-link {
    padding: 0 13px;
    font-size: 14px;
    color: #fff !important;
}
.body-content-one-right-part .navbar-light .navbar-menu-custom {
    padding: 0 0 0 0px;
}
.body-content-one-right-part .navbar-light .navbar-dropdown-custom .nav-link {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    padding: 0 0 0 20px;
}
.body-content-one-right-part .bg-light {
    background-color: inherit !important;
    padding-left: 0;
}
.body-content-one-right-part .sing-in-part {
    float: right;
    margin: 0px 0 0;
    padding: 11px 0 0;
}
.body-content-one-right-part .sing-in-part .sign-in-btn-custom {
    border: 2px solid #fff;
    border-radius: 4px;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    background-color: #4dd2ff;
    width: 152px;
    height: 40px;
    text-transform: uppercase;
    transition-duration: 0.6s;
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
}
.body-content-one-right-part .sing-in-part .sign-in-btn-custom:hover {
	background-color: #fff;
	color: #0073e6;
	border: 2px solid #fff;
}
.body-content-one-right-part .nav.nav-tabs {
	border: 0;
}
.body-content-one-right-part .nav.nav-tabs li a {
	color: #4dd2ff;
	font-weight: 500;
	font-size: 14px;
	border: 0;
	padding: 0;
}
.body-content-one-right-part .nav.nav-tabs span {
	color: #4dd2ff;
	font-size: 14px;
	float: left;
    margin: 0px 12px 0;
}
.body-content-one-right-part .nav.nav-tabs li .nav-link.active {
	background-color: inherit;
	border: 0;
}
.body-content-one-right-part .bd-one-tab-in-con h3 {
	color: #fff;
	font-size: 25px;
	margin: 5px 0 6px;
	padding: 0;
	font-weight: 600;
}
.body-content-one-right-part .bd-one-tab-in-con span {
	color: #fff;
	font-size: 14px;
	margin: 0 0px 27px 0;
	padding: 0;
	font-weight: 400;
	float: left;
	width: 100%;
}
.bd-left-in-con-img {
	float: left;
	width: 60%;
	margin: 0;
	padding: 0;
}
.bd-right-in-con-text {
	float: left;
	width: 40%;
	margin: 0;
	padding: 0 0px 0 26px;

}
.bd-right-in-con-text p {
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	margin: 0;
	padding: 0 0 0 19px;
}
.bd-right-in-con-text ul {
	list-style: none;
	margin: 12px 0 0 0;
}
.bd-right-in-con-text ul li {
	font-size: 13px;
	font-weight: 400;
	color: #fff;
	margin: 0 0 9px 0;
	padding: 0;
}
button:focus {
	outline: none;
}
.body-content-one-section {
	position: relative;
	padding: 0 0 95px 0;
}
.position-con {
	position: absolute;
    top: 0;
    right: 0;
}
.body-content-one-right-part {
	/*background-color: #0073e6;*/
	padding: 0 10px 30px;
	float: left;
    width: 100%;
    border-radius: 14px;
}
.body-content-one-left-part {
	padding: 65px 0 0;
}
.body-content-one-left-part h2 {
	margin: 0 0 32px 0;
	padding: 0 0 35px 0;
	position: relative;
}
.body-content-one-left-part h2:after {
	position: absolute;
	content: "";
	width: 118px;
	height: 2px;
	background-color: #4dd2ff;
	bottom: 0;
	left: 0;
}
.body-content-one-left-part p {
	margin: 0;
	padding: 0;
	font-size: 15px;
	font-weight: 400;
}
.body-content-one-left-part .browse-btn-cls {
	margin: 32px 0 0;
	padding: 0;
	font-size: 16px;
	font-weight: 700;
	color: #0073e6;
	border: 2px solid #4dd2ff;
	width: 232px;
	height: 40px;
	float: left;
    text-align: center;
    line-height: 40px;
    border-radius: 4px;
    transition-duration: 0.6s;
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
}
.body-content-one-left-part .browse-btn-cls:hover {
	background-color: #4dd2ff;
  	border: 2px solid #4dd2ff;
  	color: #fff;
} 
.instructor-section {
	margin: 0;
	padding: 88px 0 93px;
	background: #003399;
}
.instructor-in-con-part {
	text-align: center;
}
.instructor-in-con-part h2 {
	margin: 0 0 10px 0;
	padding: 0;
	color: #fff;
	line-height: 48px;
}
.instructor-in-con-part h5 {
	margin: 0;
	padding: 0 240px;
	color: #fff;
	font-weight: 400;
	line-height: 32px;
}
.instructor-custom-slider {
	padding: 48px 0 0;
}
.instructor-custom-slider h5 {
	padding: 0;
}
.instructor-custom-slider .tab-slider-in-con {
    margin: 0;
    padding: 0;
    background-color: #fff;
    border-radius: 23px;
}
.instructor-custom-slider .tab-in-con-img img {
	border-radius: 20px 20px 0 0;
	height: 222px;
}
.instructor-custom-slider .tab-in-con-img h5 {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    padding: 17px 27px;
}
.instructor-custom-slider h4 {
	font-weight: 700;
	font-size: 20px;
	color: #333;
}
.instructor-custom-slider.owl-carousel .item {
	height: auto;
    background: inherit;
    padding: 0;
    margin: 0 10px;
}
.join-our-courses-section {
	margin: 0;
	padding: 95px 0;
}
.join-our-courses-left-con {
	margin: 0;
	padding: 51px 0 0 100px;
}
.join-our-courses-left-con h2 {
	margin: 0 0 32px 0;
    padding: 0 0 35px 0;
    position: relative;
}
.join-our-courses-left-con h2:after {
    position: absolute;
    content: "";
    width: 118px;
    height: 2px;
    background-color: #4dd2ff;
    bottom: 0;
    left: 0;
}
.join-our-courses-left-con p {
    margin: 0;
    padding: 0;
    font-size: 15px;
    font-weight: 400;
}
.join-our-courses-left-con .start-join-btn-cls {
    margin: 32px 0 0;
    padding: 0;
    font-size: 16px;
    font-weight: 700;
    color: #0073e6;
    border: 2px solid #4dd2ff;
    width: 232px;
    height: 40px;
    float: left;
    text-align: center;
    line-height: 40px;
    border-radius: 4px;
    transition-duration: 0.6s;
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
}
.join-our-courses-left-con .start-join-btn-cls:hover {
	background-color: #4dd2ff;
  	border: 2px solid #4dd2ff;
  	color: #fff;
}
.join-our-courses-right-con {
	margin: 0;
	padding: 0 0 0 100px;
}
.category-section {
	margin: 0;
	
	padding: 95px 0;
	background-color: #fafafa;
}
.category-in-con-heading-part {
	margin: 0 0 53px 0;
	padding: 0;
	text-align: center;
}
.category-in-con-heading-part h2 {
	margin: 0;
	padding: 0;
	color: #333;
}
.category-in-con-part {
min-width: 20em;
	margin: 0;
	padding: 0 0 0 70px;
}
.category-in-con-part p {
	margin: 0;
    padding: 0;
    margin-bottom:1em;
    font-size: 20px;
    text-align: center; 
    font-weight: 600;
    color: #333;
}
.category-in-con-part ul {
	list-style: none;
	margin: 20px 0 0;
	padding: 0;
}
.category-in-con-part ul li {
	margin: 0 0 9px 0;
	padding: 0;
}
.category-in-con-part ul li a {
	margin: 0;
	padding: 0;
	font-weight: 400;
	font-size: 13px;
	color: #333;
}

input {
	outline: none;
}


.courses-categories-section {
	margin: 0;
	padding: 157px 0 166px;
}
.courses-categories-tab-main-content {
	margin: 0 0 35px 0;
	padding: 0;
	text-align: center;
}
.courses-categories-tab-main-content h2 {
	margin: 0 0 15px 0;
	padding: 0;
}
.courses-categories-tab-main-content p {
	margin: 0;
	padding: 0 215px;
}
.courses-categories-tab-section {
	margin: 0;
	padding: 0;
}
.courses-categories-tab-section .nav-tabs .nav-link {
	border: 0;
}
.courses-categories-tab-section .nav-tabs .nav-link.active {
	border-bottom: 2px solid #ea5984;
	color: #ea5984;
}

.courses-categories-tab-section .nav-tabs .nav-link:hover {
	border-bottom: 2px solid #ea5984;
	color: #ea5984;
}
.courses-categories-tab-section .nav-tabs .nav-item {
	display: inline-block;
	margin: 0 15px;
}
.courses-categories-tab-section ul li a {
	color: #7d7d7d;
	font-size: 16px;
	font-weight: 600;
	padding: 10px 0;
}

.courses-categories-section .nav-tabs {
    display:none;
    margin: 0 0 46px 0;
}

.custom-tab-in-content {
	float: left;
	width: 25%;
	padding: 0 15px;
	margin: 0 0 37px;
}
.custom-tab-in-content img {
	margin: 0;
	padding: 0;
	height: 41px;
}
.custom-tab-in-content h4 {
	margin: 14px 0 10px 0;
	padding: 0;
}
.custom-tab-in-content p {
	margin: 0 0 20px 0;
	padding: 0;
	color: #5a5a5a;
	font-weight: 400;
}
.tab-show-all-categories-btn {
	display: block;
	margin: 48px auto;
	padding: 0;
	width: 220px;
	height: 54px;
	line-height: 54px;
	text-align: center;
	border-radius: 5px;
	background: #f56e96;
	font-size: 16px;
	color: #fff;
	text-rendering: none;
	font-weight: 500;
}

@media(min-width:768px) {
    .courses-categories-section .nav-tabs {
    	display: block;
		text-align: center;
    }
  .card.dashboard-card.mb-3 {
    width: 20em; /* makes featured courses be wide enough to view - may need to check for mobile? - AAP*/
   padding: 0;
    }
    
  
    .courses-categories-section .card {
        border: none;
    }

    .courses-categories-section .card .card-header {
        display:none;
    }  

   .courses-categories-section .card .collapse{
        display:block;
    }
}

@media(max-width:767px){
    .courses-categories-section .tab-content > .tab-pane {
        display: block !important;
        opacity: 1;
    }
}



input::-webkit-input-placeholder {
	/* Edge */
	color: #48596D;
}

input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #48596D;
}

input::placeholder {
	color: #48596D;
	opacity: 1;
}


@media only screen and (max-width: 2100px) {
	
}

@media only screen and (max-width: 1700px) {
}

@media (max-width:1250px) {

}

@media (max-width:1199px) {
	container {
  		max-width: 100% !important;
  		position: relative;
	}
	.body-content-one-right-part .navbar-expand-lg .navbar-toggler {
    	display: block;
    	margin: 15px 0 0;
    	float: left;
    	background-color: #fff;
    	padding: 2px 8px;
  	}
	.body-content-one-right-part .collapse:not(.show) {
    	display: none !important;
  	}
  	.body-content-one-right-part .bg-light {
  		padding: 0;
  		display: block;
	}
	.bd-in-con-logo {
	  	margin: -15px 0 0 0px;
	  	padding: 0;
	  	float: left;
	}
	.body-content-one-right-part .py-4 {
		float: left;
  		width: 100%;
	}
	.body-content-one-right-part .sing-in-part {
  		float: right;
  		margin: 18px 0 0;
	}
	.body-content-one-right-part .collapse.navbar-collapse.show {
	    margin: 0;
	    position: absolute;
	    width: 100%;
	    background: #4dd2ff;
	    top: 80px;
	    transition-duration: 1s;
	    z-index: 12;
	    display: inherit !important;
	    padding: 10px 15px 15px;
  	}
  	.body-content-one-right-part .collapsing {
  		position: absolute !important;
  		left: 0;
  		height: auto !important;
  		transition-duration: 0s;
  		top: 80px;
  	}
  	.body-content-one-right-part .navbar-light .navbar-menu-custom {
  		display: block;
	}
	.body-content-one-right-part .navbar-light .navbar-menu-custom .nav-link {
	  	padding: 4px 0;
	  	font-size: 14px;
	  	color: #212529 !important;
	}
	.body-content-one-right-part .navbar-light .navbar-dropdown-custom .nav-link {
  		padding: 4px 0;
  		color: #212529;
	}
	.body-content-one-right-part .navbar-expand-lg .navbar-nav {
    	display: block;
  	}
  	.body-content-one-right-part .nav-custom .dropdown-menu.show {
	    display: block;
	    background-color: rgba(51, 51, 51, 0.1 ); 
	    border: 0;
  	}
}

@media (max-width:1150px) {

}

@media (max-width:1100px) {
	.header-banner-section .nav-custom .collapse.navbar-collapse {
  		padding: 0 0 0 20px;
  	}
  	.tab-carousel-slider-custom .nav.nav-tabs li {
  		padding: 0 20px;
	}
	.tab-carousel-slider-custom .nav.nav-tabs li:first-child {
  		padding-left: 0;
	}
}
@media (max-width:1050px) {

}

@media (max-width:1023px) {

}

@media (max-width:991px) {
  	.navbar-expand-lg .navbar-collapse {
    	display: flex !important;
  	}	
  	.navbar-expand-lg .navbar-toggler {
    	display: none;
  	}
  	.navbar-expand-lg .navbar-nav {
    	-ms-flex-direction: row;
    	flex-direction: row;
  	}
	.header-banner-section .nav-custom .collapse.navbar-collapse {
	  	padding: 0 0 0 10px;
	}
  	
  	.header-banner-section .nav-custom .navbar-brand {
  		width: 154px;
	}
	.collapse:not(.show) {
  		display: block;
	}
	.banner-left-content h1 {
		font-size: 37px;
	}
	.tab-carousel-slider-custom .nav.nav-tabs li {
  		padding: 0 15px;
	}
	.tab-carousel-slider-custom .nav.nav-tabs li:first-child {
  		padding-left: 0;
	}
}

@media (max-width:950px) {
	
}

@media (max-width:900px) {
	.header-banner-section .nav-custom .navbar-brand {
  		width: 135px;
	}
	.banner-left-content h1 {
		font-size: 30px;
	}
	.tab-carousel-slider-custom .nav.nav-tabs li a {
  		font-size: 14px;
	}
	.tab-carousel-slider-custom .nav.nav-tabs li {
  		padding: 0 10px;
	}
	.tab-carousel-slider-custom .nav.nav-tabs li:first-child {
  		padding-left: 0;
	}
	.join-our-courses-left-con {
  		margin: 0;
  		padding: 51px 0 0 27px;
	}
	.join-our-courses-left-con {
    	margin: 0;
    	padding: 0px 0 0 0;
  	}
  	.join-our-courses-section {
  		margin: 0;
  		padding: 50px 0;
	}
}

@media only screen and (max-width: 850px) {

}

@media only screen and (max-width: 801px) {
	.header-banner-section .nav-custom .navbar-brand {
  		width: 125px;
	}
	.banner-left-content h1 {
		font-size: 29px;
	}
	.tab-carousel-slider-custom .nav.nav-tabs li {
  		padding: 0 8px;
	}
	.tab-carousel-slider-custom .nav.nav-tabs li:first-child {
  		padding-left: 0;
	}
	.body-content-one-right-part .sing-in-part {
    	float: right;
    	margin: 14px 0 0;
  	}
  	.body-content-one-right-part .sing-in-part .sign-in-btn-custom {
  		font-size: 15px;
  		width: 105px;
	}
}

.navbar.navbar-expand .navbar-toggler.aabtn {
         background-color: #FFFFFF; 
    } /*added to make background of menu seeable otherwise too dark -AAP */
    
@media only screen and (max-width: 767px) {
	.navbar-expand-lg .navbar-toggler {
    	display: block;
    	margin: 15px 0 0;
    	float: left;
  	}
  	.navbar-expand-lg .navbar-collapse {
        display: inherit !important;
    }
  	.collapse:not(.show) {
  		display: none !important;
	}
	.header-banner-section .nav-custom .collapse.navbar-collapse {
    	margin: 0;
    	position: absolute;
    	width: 100%;
    	left: 0;
    	top: 80px;
    	transition-duration: 1s;
    	padding: 10px 15px 15px;
  	}
  	.header-banner-section .collapsing {
  		position: absolute !important;
  		left: 0;
  		height: auto !important;
  		transition-duration: 0s;
  		top: 80px;
  	}
  	.header-banner-section .nav-custom .collapse.navbar-collapse.show {
	    margin: 0;
	    position: absolute;
	    width: 100%;
	    background: #4dd2ff;
	    top: 80px;
	    transition-duration: 1s;
	    z-index: 12;
  	}
  	.header-section .col-xl-12.col-md-12.col-sm-12 {
  		padding: 0;
  	}
  	.header-banner-section .nav-custom .navbar-brand {
    	width: 110px;
    	margin-left: 11px;
  	}
  	.navbar-expand-lg .navbar-nav {
    	display: block;
  	}
  	.header-banner-section .nav-custom .dropdown-menu.show {
  		display: block;
  		background-color: rgba(51, 51, 51, 0.1 );
  		border: 0;
  	}
  	.banner-right-img {
	  	position: inherit;
	  	height: auto;
	  	width: 100%;
	  	background-image: inherit;
  	}
	.banner-right-img img {
		padding: 0;
		max-width: 100%;
		display: block;
	}
  	.tab-slider-section {
	  margin: 25px 0 95px;
	}
	.banner-left-content {
	  margin: 25px 0 0;
	  text-align: center;
	}
	.tab-carousel-slider-custom .nav.nav-tabs {
  		text-align: center;
  		display: block;
  		width: 100%;
	}
	.tab-carousel-slider-custom .nav.nav-tabs li {
    	padding: 0 8px;
    	display: inline-block;
    	margin: 6px 0;
  	}
  	h2 {
  		font-size: 33px;
  	}
  	.instructor-in-con-part h5 {
  		padding: 0 15px;
  	}
  	.banner-sign-up-btn-custom {
  		margin: 41px auto 0;
  		float: none;
  		display: block;
  	}
  	.banner-left-content h1 {
    	font-size: 30px;
  	}
  	h1 {
  		line-height: 38px;
  	}
  	.tab-carousel-slider-custom .nav.nav-tabs li {
  		padding: 0 5px;
  	}
  	.tab-slider-section {
  		margin: 0px 0 0;
  		padding: 50px 0;
	}
	h2 {
    	font-size: 29px;
  	}
  	.tab-carousel-slider-custom .nav.nav-tabs {
  		margin: 25px 0 40px 0;
	}
	.tab-in-text-con {
  		padding: 21px 18px;
	}
	.tab-in-text-con h6 {
		font-size: 15px;
	}
	.tab-in-con-img h5 {
  		padding: 17px 18px;
	}
	.body-content-one-left-part {
		padding: 55px 0 60px;
		text-align: center;
		float: left;
		width: 100%;
	}
	.body-content-one-left-part h2::after {
		left: 0;
		margin: 0 auto;
		right: 0;
	}
	.body-content-one-left-part h2 {
		padding: 0 0 26px 0;
	}
	.body-content-one-left-part .browse-btn-cls {
		margin: 32px auto 0;
		display: block;
		float: none;
	}
	.bd-left-in-con-img {
		width: 100%;
	}
	.bd-right-in-con-text {
	  	float: left;
	  	width: 100%;
	  	margin: 0;
	  	padding: 25px 0px 0 0;
	}
	.body-content-one-right-part .bd-one-tab-in-con h3 {
		font-size: 22px;
	}
	.body-content-one-section {
  		padding: 0 0 60px 0;
	}
	.instructor-section {
		padding: 50px 0 55px;
	}
	.join-our-courses-left-con {
	    margin: 0 0 50px;
	    padding: 0px 0 0 0;
	    text-align: center;
	    float: left;
	    width: 100%;
  	}
  	.join-our-courses-left-con h2::after {
  		left: 0;
  		right: 0;
  		margin: 0 auto;
  	}
  	.join-our-courses-left-con .start-join-btn-cls {
  		margin: 32px auto 0;
  		display: block;
  		float: none;
  	}
  	.join-our-courses-left-con h2 {
  		margin: 0 0 32px 0;
  		padding: 0 0 25px 0;
	}
	.join-our-courses-right-con {
  		margin: 0;
  		padding: 0;
  		text-align: center;
	}
	.category-section {
  		margin: 0;
  		padding: 50px 0;
  		background-color: #fafafa;
	}
	.category-in-con-heading-part {
		margin: 0 0 15px 0;
		padding: 0;
		text-align: center;
	}
	.category-in-con-part {
  		margin: 28px 0 0;
  		padding: 0;
  		text-align: center;
	}
	.category-in-con-part ul {
  		margin: 14px 0 0;
  		padding: 0;
	}
	.app-cls a {
  		margin: 15px 7px 0;
	}
		
}

@media only screen and (max-width: 700px) {
	
}

@media only screen and (max-width: 640px) {
	
}

@media only screen and (max-width: 575px) {
	h2 {
  		font-size: 27px;
  		line-height: 40px !important;
  	}
  	.social a {
  		margin: 0 2px;
	}
}

@media only screen and (max-width: 479px) {

}

@media only screen and (max-width: 440px) {
	
}

@media only screen and (max-width: 400px) {
	
}

@media only screen and (max-width: 375px) {
  	.banner-left-content h1 {
    	font-size: 25px;
    	line-height: 35px;
  	}
}

@media only screen and (max-width: 355px) {
	.body-content-one-right-part .sing-in-part .sign-in-btn-custom {
    	font-size: 15px;
    	width: 88px;
  	}	
}
 



