/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1366px) {
	.container {
		max-width: 1320px;
	}
}

@media (min-width: 1200px) and (max-width: 1365.98px) {
	.container {
		max-width: 1140px;
	}

}

@media (min-width: 992px) and (max-width: 1199.98px) {
	#menu li a {
	    font-size: 15px;
	    padding: 0 15px;
	}
	.section_title h2 {
	    font-size: 32px;
	}
}

@media (max-width: 991.98px) {
	#menu {
		display: none;
		position: fixed;
		left: 0;
		top: 75px;
		width: 100%;
		text-align: center;
		background-color: #fff;
		padding: 30px 0;
	}
	body {
	    font-size: 15px;
	}
	#menu li {
		display: block;
		margin: 16px 0;
	}
	#menu li:last-child a {
		padding-right: 20px;
	}
	.hamburger-menu {
		display: block;
	}
	.banner_content h1 {
	    font-size: 40px;
	    max-width: 555px;
	}
	.banner_content p {
	    max-width: 555px;
	}
	.how_sec,
	.why_sec,
	.testimonials,
	.cta_sec,
	.occation_area,
	.secure_area{
		padding: 60px 0;
	}

	.section_title h2 {
		font-size: 35px;
	}
	.foot_link a {
	    font-size: 15px;
	}
	.foot_link h4 {
	    margin-top: 30px;
	}
	.home_wrapper{
		min-height: auto;
		max-height: 100%;
		text-align: center;
		padding-top: 100px;
	}
	.banner_img{
		position: relative;
		right: auto;
		bottom: auto;
		margin-bottom: -110px;
		margin-top: 40px;
	}
	.home_wrapper h1,
	.home_wrapper p{
		margin-left: auto;
		margin-right: auto;
	}
}

/*Medium devices (tablets, 767px and down)*/
@media (max-width: 767px) {
	
	body{
		font-size: 14px;
	}
	.section_title h2 {
	    font-size: 35px;
	}
}
/*Small devices (landscape phones, 575px and down)*/
@media (max-width: 575px) {
	.home_wrapper {
	    padding-top: 60px;
	}
	.banner_content p {
	    font-size: 16px;
	}
	.banner_content h1 {
		font-size: 38px;
	}
	.button {
	    font-size: 14px;
	}
	.section_title h2 {
		font-size: 32px;
	}
	.banner_img img {
		margin-top: 40px;
	}
	.cta_content h1 {
		font-size: 36px;
	}
	.cta_content p {
		font-size: 18px;
	}
	footer {
		padding: 40px 0 25px 0;
	}
	.foot_link {
		margin-bottom: 30px;
	}
	.inner-slider {
	    margin-top: 20px;
	}
	.banner_img {
	    margin-bottom: -90px;
	    margin-top: 0px;
	}
	.foot_link h4{
		margin-top: 10px;
	}
	.button {
	    padding: 12px 15px;
	}
}