@charset "utf-8";
/* CSS Document */

/******************************

[Table of Contents]

1. 1600px
2. 1440px
3. 1280px
4. 1199px
5. 1024px
6. 991px
7. 959px
8. 880px
9. 768px
10. 767px
11. 539px
12. 479px
13. 400px

******************************/

/************
1. 1600px
************/

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

/************
2. 1440px
************/

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

/************
3. 1380px
************/

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

/************
3. 1280px
************/

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

/************
4. 1199px
************/

@media only screen and (max-width: 1199px)
{
	.course_info:first-child
	{
		margin-right: 12px;
	}
	.course_col:nth-child(odd)
	{
		padding-right: 15px;
	}
	.course_col:nth-child(even)
	{
		padding-left: 15px;
	}
	.sidebar
	{
		padding-left: 20px;
	}
	.gallery_item
	{
	    width: calc((100% - 24px) / 3);
	    margin-bottom: 12px;
	}
}

/************
4. 1100px
************/

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

/************
5. 1024px
************/

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

/************
6. 991px
************/

@media only screen and (max-width: 991px)
{
	.main_nav,
	.search_button
	{
		display: none;
	}
	.top_bar_contact_list li i,
	.top_bar_contact_list li > div,
	.login_button a
	{
		font-size: 12px;
	}
	.login_button
	{
		width: 140px;
	}
	.hamburger
	{
		display: inline-block;
		margin-left: 33px;
	}
	.course_col:not(:last-child)
	{
		margin-bottom: 40px;
	}
	.sidebar
	{
		margin-top: 100px;
		padding-left: 0;
	}
	.newsletter_container
	{
		height: auto;
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.newsletter_form_container
	{
		margin-top: 19px;
	}
}

@media only screen and (max-width: 991px) {
    .footer_col:not(:last-child) {
        margin-bottom: 40px; /* Reduced spacing for better alignment */
    }

     footer_links
     {
        padding-left: 0; /* Remove extra left padding for smaller screens */
        text-align: center; /* Center-align content for better readability */
    }

    .footer_links_container ul {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
    }

    .footer_logo_container {
        margin-top: 0; /* Ensure logo aligns with content */
        text-align: center; /* Center-align logo for smaller screens */
    }

    .footer_about_text,
    .footer_links_container ul {
        text-align: center; /* Center-align all footer text */
    }

    .footer_social ul {
        justify-content: center; /* Center-align social icons */
        display: flex;
        padding: 0;
        list-style: none;
    }

    .footer_social ul li {
        margin: 0 10px; /* Add spacing between icons */
    }

    .copyright {
        height: auto;
        padding: 20px 10px; /* Add padding for touch devices */
        text-align: center; /* Center-align copyright text */
        border-top: solid 1px #353a49;
    }

    .cr_list {
        margin-top: 20px;
        display: flex;
        justify-content: center; /* Align links in the center */
        flex-wrap: wrap; /* Allow wrapping for better spacing */
    }

    .cr_list li {
        margin-right: 15px; /* Reduce space between links */
    }

    .cr_list li:last-child {
        margin-right: 0; /* Remove margin for the last item */
    }

    .copyright div,
    .cr_list li a {
        font-size: 14px; /* Adjust font size for smaller screens */
    }

    .footer_title {
        text-align: center; /* Center-align section titles */
        margin-bottom: 10px; /* Add spacing below titles */
    }
}

/************
7. 959px
************/

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

/************
8. 880px
************/

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

/************
9. 768px
************/

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

/************
10. 767px
************/

@media only screen and (max-width: 767px)
{
	.top_bar
	{
		display: none;
	}
	.home
	{
		height: 140px;
	}
	.header.scrolled
	{
		top: 0px;
	}
}

/************
11. 575px
************/

@media only screen and (max-width: 575px)
{
	h2
	{
		font-size: 24px;
	}
	p
	{
		font-size: 13px;
	}
	.menu
	{
		width: 100%;
		right: -100%;
	}
	.dropdown_item_select,
	.home_search_button
	{
		font-size: 12px;
	}
	.newsletter_form_container
	{
		width: 100%;
		padding-left: 0;
	}
}

/************
11. 539px
************/

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

/************
12. 480px
************/

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

/************
13. 479px
************/

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

/************
14. 400px
************/

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