@charset "utf-8";
.firstHomepageSection{
    background-color: #ffffff;
}

.firstHomepageSection .defaultBtn, .firstHomepageSection .defaultBtn:visited{
    color: #141414;
    border: 2px solid #141414;
}

.firstHomepageSection .defaultBtn:hover, .firstHomepageSection .defaultBtn:focus, .firstHomepageSection .defaultBtn:active{
    color: #ffffff;
    border: 2px solid #141414;
    background-color: #141414;
}

.youTubeSection{
    background-color: #1F3343;
    background-image: url('/webfiles/fck/image/headers/32049ccf794213dd083f99fd7f5a0e51.svg');
    padding: 40px;
    min-height: 530px;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.youTubeSection .mianText h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 500;
    padding-bottom: 30px;
}
.youTubeSection .mianText h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    padding-bottom: 30px;
}
.youTubeSection .mianText p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}
.youTubeSection .mianText ul {
    padding-left:18px;
}
.youTubeSection .mianText li {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}
.youTubeSection .mianText a {
    color:#fff;
    text-decoration: underline;
}
.actionsSection{
    padding: 40px;
    min-height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.thirdMianText{
    font-size: 40px;
    font-weight: 500;
    color: #1F3343;
    text-align: center;
    padding-bottom: 30px;
}

.branchSection{
    padding: 20px;
}
.ai-search-wrapper {
    background-color: #1F3343;
    padding: 40px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;;
}
main{
	padding: 0px;
}

/*tagline */
.tagline-wrapper {
    background-color: #1F3343;
    padding: 40px;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tagline-box {
    text-align: center;
    max-width: 800px;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    border: none;
}
.tagline-text {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}
.tagline-text h2 {
    color: #fff;
    font-size: 48px;
    margin-bottom: 0;
    line-height: normal;
    font-weight: 500;
}
.tagline-text h3 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 0;
    font-weight: 400;
}
.tagline-btn {
    background: #fff;
    border:2px solid #fff;
    font-size: 16px;
    border-radius:50px;
    padding: 10px;
    color: #1F3343;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 158px;
    height: 60px;;
    font-weight: 400;
    transition: all .5s ease-out;
}
.tagline-btn:hover {
    background: transparent;
    color:#fff;
}
/*course-list */
.course-list-wrapper {
    background-color: #fff;
    padding: 40px;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center center;
    background-repeat: no-repeat;
}
.course-list-box {
    text-align: center;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    border: none;
}
.course-list-text {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}
.course-list-text h2 {
    color: #1F3343;
    font-size: 48px;
    margin-bottom: 0;
    line-height: normal;
    font-weight: 500;
}
.course-list-text h3, .course-list-text h3 a {
    color: #1F3343;
    font-size: 24px;
    margin-bottom: 0;
    font-weight: 400;
}
.course-list-text h3 a:hover,.course-list-text h3 a:focus {
    color: #38B2E6;
}
.course-list-columns {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 35px;
}
.course-list-columns *{
    color: #1F3343;
    text-align: right;
    font-weight: 500;
    line-height: 26px;
    font-size: 16px;
}
.course-list-columns a:hover,.course-list-columns a:focus {
    color: #38B2E6;
}
.course-list-btn {
    background: #38B2E6;
    border:2px solid #38B2E6;
    font-size: 16px;
    border-radius:50px;
    padding: 10px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 158px;
    height: 60px;;
    font-weight: 400;
    transition: all .5s ease-out;
}
.course-list-btn:hover {
    background: transparent;
    color:#38B2E6;
}
/*end course list*/
@media (max-width:768px){
    .tagline-wrapper {
        padding:20px;
        background-size: contain;
    }
    .tagline-box {
        flex-direction:column;
        gap:10px;
    }
    .tagline-text {
        flex-direction:column;
    }
}
/*--------------------------  Laptop with HiDPI screen ( max 1440 ) --------------------------*/
@media (max-width:1440px){

}

/*--------------------------  MD ( max 1200 ) --------------------------*/
@media (max-width:1200px){
    
}

/*--------------------------  SM ( max 992 ) --------------------------*/
@media(max-width:992px){
    .youTubeSection{
	    padding: 40px 20px;
	    height: auto;
        background-position: right;
	}
	.partnersSection, .footerCols ,.FooterText{
		height: auto;
	}
    iframe {
        aspect-ratio: 16 / 9;
        height: auto !important;
    }
    .course-list-columns {
        flex-wrap: wrap;
    }
}

/*--------------------------  XS ( max 767 ) --------------------------*/
@media (max-width:767px){

}

/*--------------------------  max 480 --------------------------*/
@media (max-width:480px){
    
}