/* Large Deveice: 1280px. */
@media only screen and (min-width: 992px) and (max-width: 1200px) {}
/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header-area .navigation {
		padding: 0 30px;
		background: #fff;
		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;
	}
	.header-area .main-btn {
		display: none;
	}
	.main-menu .navbar-nav .nav-link {
		padding: 15px;
	}
	.header-area .is-sticky .main-menu .navbar-nav .nav-link {
		padding: 15px;
	}
	.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: #fff;
		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: -7px;
		left: 0;
		width: 100%;
		background-color: #111;
		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: 15px;
	}
	.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 h2 {
		font-size: 60px;
		line-height: 75px;
	}
	.single-slide-item p {
		font-size: 15px;
		line-height: 25px;
	}
	.hero-area-content .main-btn {
		font-size: 16px;
	}
	.info-bg.bg-cover {
		height: 212px;
	}
	.info-content {
		padding: 20px;
	}
	.info-content h5 {
		font-size: 25px;
		line-height: 34px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.about-bg:after {
		width: 60%;
	}
	.footer-area p {
		margin-top: 15px;
	}
	.text {
		padding-left: 15px;
		margin-top: 30px;
	}
	.info-content-area {
		margin-top: 40px;
	}
	#info-2 .info-content-area {
		padding-left: 10px;
	}
	.spacer {
		margin-top: 350px;
	}
	#style-3.header-area .main-menu .navbar-nav .nav-link {
		color: #fff;
	}
	.single-project-item.bg-cover {
		margin-bottom: 30px;
	}
	#home-3 .single-slide-item h2 {
		font-size: 75px;
		line-height: 85px;
	}
	.hero-area-content .shape-one {
		height: 60px;
		width: 60px;
	}
	.hero-area-content .shape-two {
		height: 60px;
		width: 60px;
	}
	.intro-inner {
		border: 1px solid #eee;
	}
	#about-3 .about-bg {
		margin-top: 50px;
	}
	.hero-area-content .main-btn {
		padding: 15px 30px;
	}
}
/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
	.section-title h2, .section-title h1 {
		font-size: 30px;
		line-height: 40px;
	}
	.header-top {
		text-align: center;
	}
	.header-area .navigation {
		padding: 0 30px;
		background: #fff;
		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;
	}
	.header-area .main-btn {
		display: none;
	}
	.main-menu .navbar-nav .nav-link {
		padding: 15px;
	}
	.header-area .is-sticky .main-menu .navbar-nav .nav-link {
		padding: 15px;
	}
	.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: #fff;
		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: -7px;
		left: 0;
		width: 100%;
		background-color: #111;
		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: 15px;
	}
	.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 {
		text-align: center;
	}
	.single-slide-item h2 {
		font-size: 40px;
		line-height: 50px;
	}
	.single-slide-item p {
		font-size: 14px;
		line-height: 20px;
	}
	.hero-area-content .main-btn {
		font-size: 14px;
	}
	.info-content h5 {
		font-size: 30px;
		line-height: 40px;
	}
	.about-bg:after {
		width: 60%;
	}
	ul.port-menu li {
		margin-bottom: 0;
	}
	.footer-up {
		padding-top: 60px;
	}
	.footer-area {
		text-align: center;
	}
	.footer-area p {
		margin-top: 10px;
	}
	.text {
		padding-left: 15px;
		margin-top: 30px;
	}
	.spacer {
		margin-bottom: 800px;
	}
	.copyright-line {
		text-align: center;
	}
	p.privacy {
		text-align: center;
	}
	.info-content-area {
		margin-top: 40px;
	}
	.contact-form {
		margin-top: 20px;
	}
	#style-3.header-area .main-menu .navbar-nav .nav-link {
		color: #fff;
	}
	.single-project-item.bg-cover {
		margin-bottom: 30px;
	}
	.about-certify {
		margin-bottom: 50px;
	}
	#home-3 .single-slide-item h2 {
		font-size: 50px;
		line-height: 60px;
		margin-bottom: 0;
	}
	.hero-area-content .shape-one, .hero-area-content .shape-two {
		display: none;
	}
	.intro-inner {
		border: 1px solid #eee;
	}
	#about-3 .about-bg {
		margin-top: 50px;
	}
	.hero-area-content .main-btn {
		padding: 15px 30px;
	}
}
/* Wide Mobile Layout: 480px. */
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.section-title h2, .section-title h1 {
		font-size: 35px;
		line-height: 45px;
	}
	.header-top {
		text-align: center;
	}
	.header-area .navigation {
		padding: 0 30px;
		background: #fff;
		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;
	}
	.header-area .main-btn {
		display: none;
	}
	.main-menu .navbar-nav .nav-link {
		padding: 15px;
	}
	.header-area .is-sticky .main-menu .navbar-nav .nav-link {
		padding: 15px;
	}
	.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: #fff;
		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: -7px;
		left: 0;
		width: 100%;
		background-color: #111;
		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: 15px;
	}
	.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 {
		text-align: center;
	}
	.single-slide-item h1 {
		font-size: 45px;
		line-height: 55px;
	}
	.single-slide-item p {
		font-size: 14px;
		line-height: 20px;
	}
	.hero-area-content .main-btn {
		font-size: 14px;
	}
	.info-content h5 {
		font-size: 35px;
		line-height: 45px;
	}
	.about-bg:after {
		width: 60%;
	}
	ul.port-menu li {
		margin-bottom: 0;
	}
	.footer-up {
		padding-top: 60px;
	}
	.footer-area {
		text-align: center;
	}
	.footer-area p {
		margin-top: 10px;
	}
	.text {
		padding-left: 15px;
		margin-top: 30px;
	}
	.spacer {
		margin-bottom: 800px;
	}
	.copyright-line {
		text-align: center;
	}
	.footer-bottom .copyright, .footer-bottom .design p {
		text-align: center;
	}
	.info-content-area {
		margin-top: 40px;
	}
	.contact-form {
		margin-top: 20px;
	}
	#style-3.header-area .main-menu .navbar-nav .nav-link {
		color: #fff;
	}
	.single-project-item.bg-cover {
		margin-bottom: 30px;
	}
	.about-certify {
		margin-bottom: 50px;
	}
	#home-3 .single-slide-item h2 {
		font-size: 50px;
		line-height: 60px;
	}
	.hero-area-content .shape-one, .hero-area-content .shape-two {
		display: none;
	}
	.intro-inner {
		border: 1px solid #eee;
	}
	#about-3 .about-bg {
		margin-top: 50px;
	}
	.hero-area-content .main-btn {
		padding: 15px 30px;
	}
}
@media only screen and (min-width: 1px) and (max-width: 576px) {
	.footer-bottom .copyright, .footer-bottom .design p {
		text-align: center;
	}
}
