@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

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


@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)
{
	.super_container
	{
		padding-left: 0px;
		padding-right: 0px;
	}
}

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

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

/************
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)
{
	h1{font-size: 48px;}
	.main_nav
	{
		display: none;
	}
	.hamburger_container
	{
		display: block;
	}
	.discover_button
	{
		margin-top: 37px;
	}
	.home_social_container
	{
		right: 0;
	}
	.blog_sidebar
	{
		margin-top: 120px;
	}
	.sidebar_slider
	{
		height: 450px;
	}
}

/************
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)
{
	.footer_social li
	{
		margin-left: 4px;
	}
	.footer_social li i
	{
		font-size: 13px;
	}
	.sidebar_slider
	{
		height: 333px;
	}
	.reply_form_name,
	.reply_form_email
	{
		display: block;
		width: 100%;
	}
	.reply_form_name
	{
		margin-right: 0px;
	}
	.reply_form_email
	{
		margin-left: 0px;
	}
}

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

@media only screen and (max-width: 575px)
{
	h2{font-size:24px;}
	p{font-size:14px;}
	.header
	{
		padding-left: 15px;
		padding-right: 15px;
	}
	.logo
	{
		margin-left: 4px;
	}
	.fs_menu_shapes
	{
		width: 30%;
		bottom: 35px;
		left: -30px;
	}
	.fs_menu_list li a
	{
		font-size: 48px;
	}
	.fs_menu_container
	{
		padding-right: 30px;
	}
	.fs_social_container
	{
		right: 20px;
	}
	.home_social_container
	{
		display: none !important;
	}
	.sidebar_slider
	{
		height: calc((100vw - 30px) / 1.42);
	}
	.footer
	{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.footer_content
	{
		height: auto;
	}
	.cr p
	{
		font-size: 13px;
		margin-bottom: 15px;
	}
}

/************
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)
{
	h1{font-size: 24px;}
	h2{font-size: 16px;}
	h3{font-size: 16px;}
	p{font-size: 13px;}
	.fs_menu_container.active
	{
		padding-top: 100px;
	}
	.fs_menu_list li a
	{
		font-size: 24px;
	}
	.fs_menu_list li a > span::after
	{
		bottom: 0px;
		height: 2px;
	}
	.fs_menu_list li a span span
	{
		top: 0;
		left: -2px;
	}
	.fs_social li
	{
		margin-left: 5px;
	}
	.main_slider_content p
	{
		font-size: 13px;
	}
	.button
	{
		width: 170px;
		height: 50px;
	}
	.button a
	{
		font-size: 9px;
		line-height: 50px;
	}
	.discover_button
	{
		margin-top: 28px;
	}
	.home
	{
		height: 266px;
	}
	.home_content
	{
		margin-top: 114px;
	}
	.home_content h1
	{
		margin-bottom: 0px;
	}
	.home_content span
	{
		font-size: 10px;
		letter-spacing: 0.5em;
	}
	.header
	{
		height: 90px;
	}
	.section_title h2::before
	{
		bottom: 51px;
	}
	.icon_container
	{
		margin-bottom: 25px;
	}
	.contact_button
	{
		margin-top: 45px;
	}
}

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

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

.header {
	z-index: 1110;
}

.bs-canvas-overlay {
   		opacity: 0.85;
		z-index: 1111;
	}
	
	.bs-canvas {
		top: 0;
		z-index: 1112;
		overflow-x: hidden;
		overflow-y: auto;
		width: 330px;
		transition: margin .4s ease-out;
		-webkit-transition: margin .4s ease-out;
		-moz-transition: margin .4s ease-out;
		-ms-transition: margin .4s ease-out;
	}
	
	.bs-canvas-left {
		left: 0;
		margin-left: -330px;
	}
	
	.bs-canvas-right {
		right: 0;
		margin-right: -330px;
	}
	
	.bs-canvas header {
		background-color:#1557c5!important;
		overflow: auto !important;
	}
	
	.bs-canvas header h4 {
		font-weight:bold;
		font-size: 1.5rem;
	}
	
	.bs-canvas button.close {
		cursor:pointer;
	}
	
	.mnmini {
		    font-size: 11px;
    color: #000000;
    margin-bottom: 0;
    margin-left: 5px;
    line-height: 24px;
    float: right;
	}
	
	.bs-canvas .list-group a {
		font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #0b1033;
    letter-spacing: 0px;
	line-height:16px;
	}
	
	.bs-canvas .list-group a:hover {
		color:#ffffff;
		background-color:#1557c5;
	}