/* Large Deveice: 1280px. 
=======================================================================
=======================================================================
*/

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.section-padding {
		padding: 80px 10px;
	}
}

/* Tablet Layout: 768px. 
========================================================================
========================================================================
*/

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.section-padding {
		padding: 60px 60px;
	}
	.info-content-area {
		margin-bottom: 50px;
	}
	.sticky-wrapper.is-sticky button.navbar-toggler {
		top: -50px;
	}
	.main-menu{
		padding: 0
	}

	.header-area .navigation {
		padding: 10px 0px;
		margin-top: -65px;
		box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
		margin-top: 0;
		height: auto;
	}

	.header-area .main-btn {
		display: none;
	}

	.main-menu .navbar-nav .nav-link {
		padding: 15px;
		color: #000;
	}
	.main-menu .navbar-nav .nav-link.active{
		color: #000;
	}

	.navbar-toggler {
		padding: 5px 15px;
		font-size: 20px;
		line-height: 1;
		background-color: transparent;
		border: none;
		position: absolute;
		top: -75px;
		right: 24px;
		z-index: 99999;
	}


	.navbar-toggler-icon {
		display: block;
		width: 30px;
		height: 2px;
		background-color: #FCC741;
		margin: 6px 0;
		-webkit-transition: all 0.3s ease-out 0s;
		transition: all 0.3s ease-out 0s;
	}

	.active .navbar-toggler-icon:nth-of-type(1) {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		top: 7px;
	}

	.active .navbar-toggler-icon:nth-of-type(2) {
		opacity: 0;
	}

	.active .navbar-toggler-icon:nth-of-type(3) {
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
		position: absolute;
		top: 7px;
	}

	.main-menu .navbar .navbar-collapse {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		background-color: #fff;
		z-index: 999;
		padding: 10px 16px;
		/*-webkit-box-shadow: 0 26px 48px 0 rgba(0, 0, 0, 0.15);
		box-shadow: 0 26px 48px 0 rgba(0, 0, 0, 0.15);*/
		margin-top: 0px;
	}
	.sticky-wrapper.is-sticky .main-menu .navbar .navbar-collapse {
		margin-top: 10px;
	}

	.navigation .navbar .navbar-nav .nav-item .sub-nav-toggler {
		display: inline-block;
		position: absolute;
		top: 0;
		right: 0;
		padding: 10px 14px;
		font-size: 16px;
		background: none;
		border: 0;
		color: #094074;
	}

	.sub-menu {
		position: relative !important;
		width: 100% !important;
		left: 0 !important;
		top: auto !important;
		opacity: 1 !important;
		visibility: visible !important;
		display: none;
		right: auto;
		-webkit-box-shadow: none;
		box-shadow: none;
		text-align: left;
		border-top: 0;
		-webkit-transition: 0s;
		transition: 0s;
	}

	.main-menu .sub-menu li a {
		font-size: 14px;
		display: block;
		padding: 12px;
		padding-left: 12px;
		color: #191919;
		-webkit-transition: .3s;
		transition: .3s;
		padding-left: 30px;
	}

	.main-menu .navbar-toggler:focus,
	.navbar-toggler:hover {
		text-decoration: none;
		outline: 0;
		cursor: pointer !important;
	}

	.sub-menu::after {
		display: none;
	}

	.single-slide-item h1 {
		font-size: 65px;
		line-height: 75px;
	}

	.single-slide-item p {
		font-size: 15px;
		line-height: 25px;
	}

	.hero-area-content .main-btn {
		font-size: 15px;
	}

	.spacer-bg {
		height: 790px;
	}

	.testimonial-content-wrapper {
		margin-left: 50px;
		margin-top: -50px;
		margin-right: 50px;
	}

	.footer-area p {
		margin-top: 15px;
	}
	.blog-bg img{
		width: 100%;
	}
	.search-popup{
		z-index: 999999;
	}

}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.section-padding {
		padding: 50px 35px;
	}
	.header-area .navigation {
		padding: 0 20px;
		margin-top: -65px;
		margin-top: 0;
		height: 90px;
	}

	.main-menu .navbar-nav .nav-link {
		padding: 15px;
		color: #000;
	}
	
	.main-menu .navbar-nav .nav-link.active{
		color: #000;
	}

	.navbar-toggler {
		padding: 5px 15px;
		font-size: 20px;
		line-height: 1;
		background-color: transparent;
		border: none;
		position: absolute;
		top: -65px;
		right: 0;
		z-index: 99999;
	}

	.navbar-toggler-icon {
		display: block;
		width: 30px;
		height: 2px;
		background-color: #FCC741;
		margin: 6px 0;
		-webkit-transition: all 0.3s ease-out 0s;
		transition: all 0.3s ease-out 0s;
	}

	.active .navbar-toggler-icon:nth-of-type(1) {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		top: 7px;
	}

	.active .navbar-toggler-icon:nth-of-type(2) {
		opacity: 0;
	}

	.active .navbar-toggler-icon:nth-of-type(3) {
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
		position: absolute;
		top: 7px;
	}

	.main-menu .navbar .navbar-collapse {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		background-color: #fff;
		z-index: 999;
		padding: 10px 16px;
		/*-webkit-box-shadow: 0 26px 48px 0 rgba(0, 0, 0, 0.15);
		box-shadow: 0 26px 48px 0 rgba(0, 0, 0, 0.15);*/
		margin-top: 0px;
	}
	.navigation .navbar .navbar-nav .nav-item .sub-nav-toggler {
		display: inline-block;
		position: absolute;
		top: 0;
		right: 0;
		padding: 10px 14px;
		font-size: 16px;
		background: none;
		border: 0;
		color: #094074;
	}

	.sub-menu {
		position: relative !important;
		width: 100% !important;
		left: 0 !important;
		top: auto !important;
		opacity: 1 !important;
		visibility: visible !important;
		display: none;
		right: auto;
		-webkit-box-shadow: none;
		box-shadow: none;
		text-align: left;
		border-top: 0;
		-webkit-transition: 0s;
		transition: 0s;
	}

	.main-menu .sub-menu li a {
		font-size: 14px;
		display: block;
		padding: 12px;
		padding-left: 12px;
		color: #191919;
		-webkit-transition: .3s;
		transition: .3s;
		padding-left: 30px;
	}

	.main-menu .navbar-toggler:focus,
	.navbar-toggler:hover {
		text-decoration: none;
		outline: 0;
		cursor: pointer !important;
	}

	.sub-menu::after {
		display: none;
	}

	.section-title h2 {
		font-size: 32px;
		line-height: 42px;
	}

	.single-slide-item {
		text-align: center;
	}

	.single-slide-item h1 {
		font-size: 46px;
		line-height: 56px;
	}

	.single-slide-item h1::before {
		display: none;
	}

	.single-slide-item p {
		font-size: 17px;
		line-height: 27px;
	}

	p.highlight {
		font-size: 16px;
	}

	.spacer-bg {
		height: 1650px;
	}
	
	.testimonial-content-wrapper {
		margin-left: 50px;
		margin-top: -50px;
		margin-right: 50px;
	}

	.testimonial-area .section-title {
		padding-right: 0;
	}

	.single-carousel-item p {
		font-size: 14px;
		line-height: 26px;
	}

	.single-blog-item {
		margin-bottom: 40px;
	}

	.copyright-line {
		text-align: center;
	}

	input,
	textarea,
	select {
		height: 80%;
	}
}

/* Mobile Layout: 320px. 
=====================================================================
=====================================================================
*/

@media only screen and (max-width: 767px) {
	.header-area .navigation{
		height: auto;
	}
	.main-menu{
		padding: 0
	}
	.top-header-right-col ul li ul li.color-selected ul li {
		border-right: 1px solid #fff;
	}
	.search-popup{
		z-index: 999999;
	}
	.device-top-header-container .d-flex {
		flex-direction: column;
		text-align: center;
	}
	.device-top-header-container .device-top-header-right{
		margin: 5px auto 0;
	}
	.top-header{
		padding: 5px 0;
	}
	.top-header-left-col ul li, 
	.top-header-right-col ul li{
		padding: 0px 10px;
	}
	.top-header-right-col ul li ul li{
		padding: 0 10px 0 0px;
	}

	.header-area .navigation {
		padding: 0 20px;
		margin-top: -65px;
		margin-top: 0;
		height: 90px;
	}

	.main-menu .navbar-nav .nav-link {
		padding: 15px;
		color: #000;
	}
	.main-menu .navbar-nav .nav-link.active{
		color:#000;
	}


	.navbar-toggler {
		padding: 5px 15px;
		font-size: 20px;
		line-height: 1;
		background-color: transparent;
		border: none;
		position: absolute;
		top: -55px;
		right: 0;
		z-index: 99999;
	}

	.navbar-toggler-icon {
		display: block;
		width: 30px;
		height: 2px;
		background-color: #FCC741;
		margin: 6px 0;
		-webkit-transition: all 0.3s ease-out 0s;
		transition: all 0.3s ease-out 0s;
	}

	.active .navbar-toggler-icon:nth-of-type(1) {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		top: 7px;
	}

	.active .navbar-toggler-icon:nth-of-type(2) {
		opacity: 0;
	}

	.active .navbar-toggler-icon:nth-of-type(3) {
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
		position: absolute;
		top: 7px;
	}

	.main-menu .navbar .navbar-collapse {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		background-color: #fff;
		z-index: 999;
		padding: 10px 16px;
		/*-webkit-box-shadow: 0 26px 48px 0 rgba(0, 0, 0, 0.15);
		box-shadow: 0 26px 48px 0 rgba(0, 0, 0, 0.15);*/
		margin-top: 0px;
	}

	.navigation .navbar .navbar-nav .nav-item .sub-nav-toggler {
		display: inline-block;
		position: absolute;
		top: 0;
		right: 0;
		padding: 10px 14px;
		font-size: 16px;
		background: none;
		border: 0;
		color: #094074;
	}

	.sub-menu {
		position: relative !important;
		width: 100% !important;
		left: 0 !important;
		top: auto !important;
		opacity: 1 !important;
		visibility: visible !important;
		display: none;
		right: auto;
		-webkit-box-shadow: none;
		box-shadow: none;
		text-align: left;
		border-top: 0;
		-webkit-transition: 0s;
		transition: 0s;
	}

	.main-menu .sub-menu li a {
		font-size: 14px;
		display: block;
		padding: 12px;
		padding-left: 12px;
		color: #191919;
		-webkit-transition: .3s;
		transition: .3s;
		padding-left: 30px;
	}

	.main-menu .navbar-toggler:focus,
	.navbar-toggler:hover {
		text-decoration: none;
		outline: 0;
		cursor: pointer !important;
	}

	.sub-menu::after {
		display: none;
	}

	.section-title h2 {
		font-size: 26px;
		line-height: 36px;
	}

	.single-slide-item {
		text-align: center;
	}

	.single-slide-item h1 {
		font-size: 36px;
		line-height: 46px;
	}

	.single-slide-item h1::before {
		display: none;
	}

	.single-slide-item p {
		font-size: 16px;
		line-height: 26px;
	}
	
	p.highlight {
		font-size: 16px;
	}

	.spacer-bg {
		height: 1750px;
	}

	.testimonial-content-wrapper {
		margin-left: 25px;
		margin-right: 25px;
		margin-top: -50px;
	}

	.testimonial-area .section-title {
		padding-right: 0;
	}

	.single-carousel-item p {
		font-size: 14px;
		line-height: 26px;
	}

	.single-blog-item {
		margin-bottom: 40px;
	}

	.copyright-line {
		text-align: center;
	}
	.header-btns {
		display: none;
	}

}
@media only screen and (max-width: 575px) {
	.section-padding {
		padding: 50px 20px;
	}
}


@media only screen and (max-width: 440px) {
	.logo a img{
		height: 58px;
	}
	.logo .logo-title h3 {
		font-size: 20px;
	}
	.logo .logo-title span{
		font-size: 12px;
	}
	.header-area .is-sticky .navigation{
		padding-left: 0;
		padding-right: 0;
	}
	.navbar-toggler{
		top: -55px;
	}
	.navbar-brand{
		padding: 16px 0;
	}
	.spacer-bg {
		height: 1800px;
	}
	.testimonial-carousel,
	.testimonial-area .section-title{
		padding: 30px;
	}
	.testimonial-area .section-title h2{
		margin-bottom: 0;
		
	}
	.header-area .navigation{
		padding: 0
	}
}
