/* CSS Document */

/*########################################
## Body
########################################*/
body {padding: 0; margin: 0; width: 100%; font-family: 'Open Sans', sans-serif; font-size: 18px; font-weight: 400; color: #FFF; min-width: 320px;}

/*########################################
## Typography
########################################*/
h1, h2, h3, h4, h5, h6, p, ul, ol, li {padding: 0; margin:0;}
h1, h2, h3, h4, h5, h6 {font-family: 'Poppins', sans-serif; font-weight: 600; line-height: 1.2em;}
h1, h2 {font-size: 70px;}
h3 {font-size: 24px;}
ul, ol {padding-left: 20px;}
p, li {line-height: 1.8em;}
a {color: #FFF; text-decoration: none;}

/*########################################
## Layouts
########################################*/
.screen-reader-text {display: block; width: .1px; height: .1px; overflow: hidden; padding: 0 !important; margin: 0 !important;}
.container {width: 100%; max-width: 1620px; padding: 0 10px; box-sizing: border-box; margin: 0 auto;}
.block {display: block;}

/*########################################
## Forms
########################################*/
/*contact form messages*/
form .messages p {display: none; font-family: "Open Sans", sans-serif !important; font-weight: 400 !important; letter-spacing: 0 !important; font-size: 16px !important;}
form .loading {display: none;}
form .alert {padding: 15px !important; margin-bottom: 20px; border: 1px solid transparent !important; border-radius: 4px !important;}
form .alert-success {color: #3c763d !important; background-color: #dff0d8 !important; border-color: #d6e9c6 !important;}
form .alert-danger {color: #a94442 !important;background-color: #f2dede !important;border-color: #ebccd1 !important;}
form input:focus, form select:focus, form textarea:focus {outline: none;}

/*contact form*/
.ctc-form {text-align: center;}
.ctc-form input[type="text"],.ctc-form textarea {width: 100%; height: 45px; margin: 0 0 20px; border: 1px solid #D6D6D6; border-radius: 0; background: none; font-family: 'Montserrat', sans-serif; font-size: 15px; font-weight: 600; line-height: 120%; padding: 0 20px; box-sizing: border-box; display: block; color: #111;}
.ctc-form textarea {height: 111px; padding-top:10px; width: 100%;}
.ctc-form button {margin-top: 10px;}
.ctc-form .recap {display: inline-block;}
.ctc-hide, .hdMob {display: none;}
.g-recaptcha > div {margin: 20px auto 0;} 

/*########################################
## Button
########################################*/
.btn {font-family: 'Poppins', sans-serif; font-size: 16px; font-weight: 600; color: #FFF; background: #54B4D4; line-height: 1.2em; padding: 20px; display: block; width: 100%; max-width: 200px; text-align: center; box-sizing: border-box; transition: all 0.5s ease;}
.btn:hover {transform: scale(0.9);}

/*########################################
## Header
########################################*/
header {position: relative;}
#header {position: fixed; width: 100%; left: 0; right: 0; padding: 20px 0; z-index: 999; transition: all 0.5s ease;}
#header .container {max-width: 1870px; display: flex; align-items: flex-start;}
#header .logo {flex-grow: 1;}
#header .logo img {display: inline-block; transition: all 0.5s ease;}
#header .nav-phone {display: flex; align-items: center; gap: 40px; padding-right: 125px;}
#header nav #pull {display: none; cursor: pointer;}
#header nav ul {list-style: none; display: flex; gap: 35px; padding: 0;}
#header nav ul li {line-height: 1.2em;}
#header nav ul li a {font-size: 16px; font-weight: 700; display: block; transition: all 0.5s ease; position: relative;}
#header nav ul li a:before {content: ""; border-bottom: 4px solid; border-color: transparent; position: absolute; bottom: -25px; width: 100%;}
#header nav ul li a.active-menu::before, #header nav ul li a:hover::before {border-color: #349CD0;}
#header .phone {display: flex; gap: 10px; align-items: center;}
#header .phone i {font-size: 20px; background: #54B4D4; width: 50px; height: 50px; border-radius: 50%; display: flex; justify-content: center; align-items: center;}
#header .phone a {font-size: 16px; font-weight: 700; display: block;}
#header.sticky {background: rgba(0,0,0,0.8); padding: 10px 0;}
#header.sticky .logo img {max-width: 80px;}
#header.sticky .container {align-items: center;}
#header .navigation .mobile-phone {display: none; font-size: 12px; background: #54B4D4; width: 32px; height: 32px; border-radius: 50%; position: absolute; top: 7px; right: 55px; z-index: 9999;}

/*########################################
## Banner
########################################*/
#banner {position: relative;}
#banner .main-banner {background: linear-gradient(to right, rgba(36, 65, 89, 0.9), rgba(36, 65, 89, 0.2), transparent), url('../images/content/main-banner-background.webp') no-repeat; background-size: cover; background-blend-mode: multiply; min-height: 980px; padding-bottom: 100px; box-sizing: border-box; display: flex; flex-direction: column; justify-content: flex-end;}
#banner .main-banner h2 {margin-bottom: 30px;}
#banner .main-banner .btn {margin-top: 40px;}
#banner .inner-banner {background: linear-gradient(to right, rgba(36, 65, 89, 0.9), rgba(36, 65, 89, 0.2), transparent), url('../images/common/inner-banner-background.webp') no-repeat; background-size: cover; background-blend-mode: multiply; min-height: 450px; padding-bottom: 150px; box-sizing: border-box; display: flex; flex-direction: column; justify-content: flex-end;}
#banner .inner-banner h1 {text-align: center; position: relative; z-index: 999;}

/*########################################
## Home Page Content
########################################*/
#maintenance {background: #54B4D4; padding-top: 120px;}
#maintenance .container {display: flex; justify-content: space-between;}
#maintenance .video-left {width: 49.25%;}
#maintenance .video-left iframe {display: block; width: 100%; height: 100%;}
#maintenance .content-right {width: 45%;}
#maintenance .content-right h1 {font-size: 60px; margin-bottom: 20px;}
#maintenance .content-right p:not(:last-of-type) {margin-bottom: 40px;}
#why-choose {background: #54B4D4; padding: 110px 0;}
#why-choose .container {display: flex; justify-content: space-between;}
#why-choose .content-left {width: 31.25%;}
#why-choose .content-left h2 {margin-bottom: 30px;}
#why-choose .content-right {width: 61.25%; display: flex; justify-content: space-between; row-gap: 40px; flex-wrap: wrap;}
#why-choose .content-right .icon-title {width: 49.48%; display: flex; align-items: center; gap: 20px;}
#why-choose .content-right .icon-title p {font-size: 20px; font-weight: 600; line-height: 1.2em;}
#what-we-do {background: #244159; padding: 90px 0 80px;}
#what-we-do .container {max-width: 1386px;}
#what-we-do .top-section {margin-bottom: 65px; text-align: center;}
#what-we-do .top-section h2 {margin-bottom: 20px;}
#what-we-do .services {display: grid; grid-template-columns: repeat(3, 1fr); gap: 65px;}
#what-we-do .services .service {position: relative;}
#what-we-do .services .service:before {content: ""; background: linear-gradient(to bottom, rgba(12,28,45,0) 0%, rgba(12,28,45,0.05) 40%, rgba(12,28,45,0.15) 60%, rgba(12,28,45,0.35) 75%, rgba(12,28,45,0.7) 88%, rgba(6,12,20,0.95) 100%); position: absolute; top: 0; width: 100%; height: 100%;}
#what-we-do .services .title {padding: 0 0 30px 30px; position: absolute; width: 100%; bottom: 0; box-sizing: border-box;}
#what-we-do .services .service img {display: block; width: 100%;}
#what-we-do .bottom-section {margin-top: 60px; text-align: center;}
#what-we-do .bottom-section p {font-size: 25px; max-width: 750px; margin: 0 auto 35px;}
#what-we-do .bottom-section .btn {margin: 0 auto;}
#team {background: linear-gradient(to right, #244159 0%, #244159 36%, rgba(36,65,89,0.5) 38%, rgba(36,65,89,0) 40%), url('../images/content/team-background.webp') no-repeat right top; background-size: 100% 100%, 64.58% 100%; padding: 280px 0 160px; position: relative;}
#team:before {content: ""; position: absolute; inset: 0; background: linear-gradient(45deg,#244159 0%,#244159 30%,rgba(36, 65, 89, 0.5) 55%,rgba(36, 65, 89, 0) 80%); mix-blend-mode: multiply;}
#team .content {position: relative;}
#team .content h2 {margin-bottom: 20px;}
#team .content .btn {margin-top: 45px;}
#our-work {background: #54B4D4; padding: 90px 0 95px; text-align: center;}
#our-work p {max-width: 640px; margin: 25px auto 70px;}
#our-work .gallery-wrapper {display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px;}
#our-work .gallery-wrapper .gallery img {display: block; width: 100%;}
#our-work .btn {background: #244159; margin: 60px auto 0;}

/*########################################
## Footer
########################################*/
footer {position: relative;}
#footer {background: #244159;}
#footer .top-section {padding: 40px 0 60px;}
#footer .top-section .container {display: flex;}
#footer .top-section .logo {flex-grow: 1;}
#footer .top-section .logo img {display: block;}
#footer .top-section .contact-info {display: flex; gap: 90px;}
#footer .contact-info .wrapper {display: flex; flex-direction: column; gap: 50px;}
#footer .top-section .info h5 {font-size: 18px; color: #52B2D2; margin-bottom: 15px;}
#footer .info .icon-link {display: flex; align-items: center; gap: 10px;}
#footer .info .icon-link i {font-size: 16px; color: #53B3D3;}
#footer .info .icon-link a {font-size: 18px; line-height: 1.2em;}
#footer .copyright .container {padding: 30px 10px; border-top: 1px solid rgba(255,255,255,0.2);}
#footer .copyright p {font-size: 16px; line-height: 1.4em; text-align: center;}


/*########################################
## Inner Pages
########################################*/
.inner #content {background: #54B4D4;}
.inner #content h2 {font-size: 60px;}

/*########################################
## Services We Provide
########################################*/
.services-page #content .container {max-width: 1386px;}
.services-page #content ul {list-style-image: url('../images/content/bullet.webp'); padding-left: 28px; text-align: left;}
.services-page #content ul li:not(:last-of-type) {margin-bottom: 15px;}
.services-page .maintenance {padding: 95px 0 120px;}
.services-page .maintenance .container, .services-page .housekeeping .container, .services-page .unit-turn .container {display: flex; justify-content: space-between;}
.services-page .maintenance .content-left {width: 60.54%; padding-top: 25px;}
.services-page .maintenance .content-left h2 {margin-bottom: 30px;}
.services-page .maintenance .content-left p {margin-bottom: 25px;}
.services-page .maintenance .content-left strong {margin-bottom: 35px; display: block;}
.services-page .maintenance .service-wrapper {display: flex; gap: 90px;}
.services-page .maintenance .service-wrapper h3, .services-page .unit-turn .service-list h3 {font-size: 28px; margin-bottom: 20px;}
.services-page .maintenance .image-right, .services-page .housekeeping .image-left, .services-page .unit-turn .image-right {width: 34.4%;}
.services-page .maintenance .image-right img, .services-page .housekeeping .image-left img, .services-page .unit-turn .image-right img {display: block; width: 100%;}
.services-page .housekeeping .content-right {width: 60.54%;}
.services-page .housekeeping .content-right h2 {margin-bottom: 15px;}
.services-page .housekeeping .content-right p {margin-bottom: 30px;}
.services-page .housekeeping .service-wrapper {display: flex; flex-direction: column; gap: 40px;}
.services-page .housekeeping .service-wrapper strong {display: block; font-size: 28px; margin-bottom: 25px;}
.services-page .housekeeping .service-list ul, .services-page .unit-turn .service-list ul.column {display: grid; grid-template-columns: repeat(2, auto); justify-content: space-between; column-gap: 50px;}
.services-page .housekeeping .service-list ul li:not(:last-of-type), .services-page .unit-turn ul li:not(:last-of-type) {margin-bottom: 10px !important;}
.services-page .unit-turn {padding: 100px 0;}
.services-page .unit-turn .content-left {width: 53.66%;}
.services-page .unit-turn .content-left h2 {margin-bottom: 20px;}
.services-page .unit-turn .service-wrapper {display: flex; flex-direction: column; gap: 40px;}
.services-page .unit-turn .service-list p {margin-bottom: 20px;}
.services-page .unit-turn .service-list strong {display: block; margin-bottom: 30px;}
.services-page .unit-turn .bottom-content {margin-top: 30px;}

/*########################################
## About Us
########################################*/
.about-page .top-section {padding-top: 115px;}
.about-page .top-section .container {display: flex; justify-content: space-between; align-items: center;}
.about-page .top-section .image-left {width: 50%;}
.about-page .top-section .image-left img {display: block; width: 100%;}
.about-page .top-section .content-right {width: 45%;}
.about-page .top-section .content-right h2 {margin-bottom: 20px;}
.about-page .top-section .content-right p:not(:last-of-type) {margin-bottom: 40px;}
.about-page .mission {padding: 105px 0 90px;}
.about-page .mission .container {max-width: 1044px;}
.about-page .mission h2 {margin-bottom: 20px; text-align: center;}
.about-page .mission p {text-align: center;}
.about-page .mission .box-wrapper {margin: 60px 0; display: flex; flex-wrap: wrap;}
.about-page .box-wrapper .box {width: calc(50% - 1px); box-sizing: border-box;}
.about-page .box-wrapper .box:first-of-type, .about-page .box-wrapper .box:nth-of-type(3) {border-right: 1px solid rgba(255,255,255,0.3);}
.about-page .box-wrapper .box:first-of-type, .about-page .box-wrapper .box:nth-of-type(2) {border-bottom: 1px solid rgba(255,255,255,0.3);}
.about-page .box-wrapper .box:nth-of-type(2) .inner, .about-page .box-wrapper .box:last-of-type .inner {margin-left: auto;}
.about-page .box-wrapper .box:first-of-type {padding: 0 0 30px 55px;}
.about-page .box-wrapper .box:nth-of-type(2) {padding: 0 55px 30px 0;}
.about-page .box-wrapper .box:nth-of-type(3) {padding: 20px 0 20px 55px;}
.about-page .box-wrapper .box:last-of-type {padding: 20px 55px 20px 0;}
.about-page .box-wrapper .inner {width: 100%; max-width: 310px;}
.about-page .box-wrapper .inner img {display: block; margin: 0 auto;}
.about-page .box-wrapper .inner p {font-size: 20px; font-weight: 600; line-height: 1.6em; margin-top: 30px;}

/*########################################
## Meet The Team
########################################*/
.the-team-page #content {padding: 90px 0;}
.the-team-page .top-section {text-align: center; margin-bottom: 90px;}
.the-team-page .top-section .container {max-width: 1130px;}
.the-team-page .top-section h2 {margin-bottom: 20px;}
.the-team-page .top-section p:not(:last-of-type) {margin-bottom: 35px;}
.the-team-page .team-grid .container {display: grid; grid-template-columns: repeat(4, 1fr); gap: 60px 20px;}
.the-team-page .team-grid .member img {display: block; width: 100%;}
.the-team-page .team-grid .member h5 {font-size: 24px; margin-top: 15px;}
.the-team-page .team-grid .member p {line-height: 1.2em;}

/*########################################
## Our Work
########################################*/
.our-work-page #content {padding: 95px 0 105px;}
.our-work-page #content .container {max-width: 1386px; display: flex; justify-content: space-between;}
.our-work-page #content .content-left {width: 53.95%; padding-top: 10px;}
.our-work-page #content .content-left h2 {margin-bottom: 30px;}
.our-work-page #content .content-left ul {margin-top: 35px; list-style-image: url('../images/content/bullet.webp'); padding-left: 28px; text-align: left;}
.our-work-page #content .content-left ul li:not(:last-of-type) {margin-bottom: 20px;}
.our-work-page #content .image-right {width: 34.4%;}
.our-work-page #content .image-right img {display: block; width: 100%;}

/*########################################
## Contact Us Page
########################################*/
.contact-page #content {padding: 100px 0;}
.contact-page #content .top-section .container, .contact-page #content .bottom-section .container {max-width: 660px; text-align: center;}
.contact-page #content .top-section h2 {margin-bottom: 20px;}
.contact-page #content .info-section {margin: 60px 0;}
.contact-page #content .info-section .container {display: flex; gap: 30px; flex-wrap: wrap; justify-content: center; max-width: 1220px;}
.contact-page #content .info-section .info {width: 31%; background: #244159; padding: 50px 30px; box-sizing: border-box; text-align: center;}
.contact-page #content .info-section .info i {font-size: 40px; color: #52B2D2;}
.contact-page #content .info-section .info h5 {font-size: 20px; text-transform: uppercase; margin: 20px 0;}
.contact-page #content .info-section .info a {word-break: break-all;}

/*########################################
## Thank You Page
########################################*/
.thank-you-page #content {text-align: center; padding: 100px 0;}
.thank-you-page #content a {display: inline-block;}
.thank-you-page #content img {padding: 10px; background: #244159; display: block; margin: 0 auto 50px; max-width: 130px;}
.thank-you-page #content .btn {background: #244159; margin: 50px auto 0;}

/*########################################
## Responsive
########################################*/
@media screen and (max-width: 1600px) {
	h1, h2 {font-size: 60px;}
	#header .nav-phone {padding-right: 0;}
	#team {padding: 180px 0 100px;}
	.about-page .top-section .container {align-items: flex-start;}
}

@media screen and (max-width: 1366px) {
	h1, h2, #maintenance .content-right h1, .inner #content h2 {font-size: 50px;}
	h3 {font-size: 21px;}
	.btn {padding: 15px; max-width: 180px;}
	#header {padding: 15px 0;}
	#header .logo img {max-width: 180px;}
	#header nav ul {gap: 30px;}
	#header nav ul li a:before {bottom: -20px;}
	#header .nav-phone {gap: 30px;}
	#header .phone i {font-size: 16px; width: 40px; height: 40px;}
	#header.sticky .logo img {max-width: 65px;}
	#banner .main-banner {min-height: 760px;}
	#maintenance, .about-page .top-section {padding-top: 80px;}
	#maintenance .content-right h1, .about-page .top-section .content-right h2 {margin-bottom: 10px;}
	#maintenance .content-right p:not(:last-of-type) {margin-bottom: 15px;}
	#why-choose, #what-we-do, #our-work, .services-page .maintenance, .services-page .unit-turn, .about-page .mission, .the-team-page #content, .our-work-page #content, .contact-page #content,
	.thank-you-page #content {padding: 80px 0;}
	#why-choose .content-left h2, #what-we-do .top-section h2, .about-page .top-section .content-right p:not(:last-of-type) {margin-bottom: 15px;}
	#why-choose .content-right {row-gap: 30px;}
	#why-choose .content-right .icon-title p {font-size: 18px;}
	#what-we-do .top-section {margin-bottom: 50px;}
	#what-we-do .services {gap: 45px;}
	#what-we-do .services .title {padding: 0 0 25px 25px;}
	#what-we-do .bottom-section {margin-top: 50px;}
	#what-we-do .bottom-section p {font-size: 22px; max-width: 660px;}
	#team {padding: 160px 0 80px;}
	#our-work p {margin: 15px auto 50px;}
	#our-work .btn {margin: 50px auto 0;}
	#footer .top-section {padding: 30px 0 50px;}
	#footer .top-section .logo img {max-width: 150px;}
	#footer .top-section .contact-info {gap: 60px;}
	#footer .contact-info .wrapper {gap: 40px;}
	#footer .top-section .info h5 {font-size: 16px; margin-bottom: 10px;}
	#footer .info .icon-link i {font-size: 14px;}
	#footer .info .icon-link a {font-size: 16px;}
	#footer .copyright .container {padding: 25px 10px;}
	#footer .copyright p {font-size: 15px;}
	#banner .inner-banner {min-height: 400px;}
	.services-page .maintenance .content-left h2, .services-page .housekeeping .content-right p {margin-bottom: 25px;}
	.services-page .maintenance .service-wrapper h3 {font-size: 25px; margin-bottom: 15px;}
	.services-page .maintenance .content-left p {margin-bottom: 20px;}
	.services-page .maintenance .content-left strong {margin-bottom: 30px;}
	.services-page #content ul li:not(:last-of-type) {margin-bottom: 10px;}
	.services-page .housekeeping .service-wrapper {gap: 35px;}
	.services-page .housekeeping .service-wrapper strong {font-size: 25px; margin-bottom: 20px;}
	.services-page .unit-turn .service-wrapper {gap: 30px;}
	.services-page .unit-turn .service-list h3 {margin-bottom: 15px; font-size: 25px;}
	.services-page .unit-turn .bottom-content {margin-top: 20px;}
	.the-team-page .top-section {margin-bottom: 60px;}
	.the-team-page .top-section p:not(:last-of-type), .our-work-page #content .content-left h2 {margin-bottom: 25px;}
	.the-team-page .team-grid .container {gap: 50px 20px;}
	.the-team-page .team-grid .member h5 {font-size: 20px;}
	.our-work-page #content .content-left ul {margin-top: 30px;}
	.our-work-page #content .content-left ul li:not(:last-of-type), .contact-page #content .top-section h2 {margin-bottom: 15px;}
	.contact-page #content .info-section .container {gap: 20px;}
	.contact-page #content .info-section {margin: 50px 0;}
	.contact-page #content .info-section .info {padding: 40px 20px;}
	.contact-page #content .info-section .info i {font-size: 30px;}
	.contact-page #content .info-section .info h5 {font-size: 18px;}
}

@media screen and (max-width: 1200px) {
	h1, h2, #maintenance .content-right h1, .inner #content h2 {font-size: 45px;}
	#header .logo img {max-width: 145px;}
	#header nav ul {gap: 25px;}
	#header nav ul li a {font-size: 15px;}
	#header nav ul li a:before {bottom: -15px;}
	#header .phone i {font-size: 12px; width: 35px; height: 35px;}
	#header .phone a {font-size: 15px;}
	#banner .main-banner {min-height: 660px; padding-bottom: 80px;}
	#what-we-do .services {gap: 30px;}
	#footer .top-section .container {flex-wrap: wrap; gap: 40px;}
	#footer .top-section .logo {width: 100%;}
	#footer .top-section .logo img {margin: 0 auto;}
	#footer .top-section .contact-info {width: 100%; justify-content: center;}
	#footer .top-section .info {text-align: center;}
	#footer .info .icon-link {justify-content: center;}
	.services-page .maintenance .service-wrapper h3, .services-page .housekeeping .service-wrapper strong, .services-page .unit-turn .service-list h3 {font-size: 22px;}
}

@media screen and (max-width: 1024px) {
	h1, h2, #maintenance .content-right h1, .inner #content h2 {font-size: 40px;}
	h3 {font-size: 19px;}
	#header .logo img {max-width: 115px;}
	#header nav ul {gap: 20px;}
	#header nav ul li a {font-size: 14px;}
	#header .nav-phone {gap: 20px;}
	#header .phone i {font-size: 11px; width: 30px; height: 30px;}
	#header .phone a {font-size: 14px;}
	#header.sticky .logo img {max-width: 55px;}
	#banner .main-banner {min-height: 560px; padding-bottom: 50px;}
	#maintenance, .about-page .top-section {padding-top: 50px;}
	#why-choose, #what-we-do, #our-work, .services-page .maintenance, .services-page .unit-turn, .about-page .mission, .the-team-page #content, .our-work-page #content, .contact-page #content,
	.thank-you-page #content {padding: 50px 0;}
	#what-we-do .top-section {margin-bottom: 30px;}
	#what-we-do .services, .services-page .housekeeping .service-wrapper {gap: 20px;}
	#what-we-do .bottom-section {margin-top: 30px;}
	#team {padding: 80px 0 50px;}
	#our-work p {margin: 5px auto 30px;}
	#our-work .gallery-wrapper {gap: 20px;}
	#our-work .btn {margin: 30px auto 0;}
	#banner .inner-banner {min-height: 300px; padding-bottom: 100px;}
	.services-page .maintenance .content-left {padding-top: 0;}
	.services-page .housekeeping .content-right p {margin-bottom: 20px;}
	.services-page .unit-turn .content-left h2, .services-page .unit-turn .service-list p {margin-bottom: 15px;}
	.services-page .unit-turn .service-list strong {margin-bottom: 20px;}
	.services-page .unit-turn .service-wrapper {gap: 20px;}
	.about-page .mission h2 {margin-bottom: 10px;}
	.about-page .mission .box-wrapper {margin: 50px 0;}
	.the-team-page .top-section {margin-bottom: 30px;}
	.the-team-page .top-section h2 {margin-bottom: 10px;}
	.the-team-page .top-section p:not(:last-of-type) {margin-bottom: 20px;}
	.the-team-page .team-grid .container {grid-template-columns: repeat(3, 1fr); gap: 30px 20px;}
}

@media screen and (max-width: 980px) {
	h1, h2, #maintenance .content-right h1, .inner #content h2 {font-size: 35px;}
	#header .logo, #header .phone {display: none;}
	#header .navigation .mobile-phone {display: flex; justify-content: center; align-items: center;}
	#header nav {position: fixed; top: 0; left: 0; width: 100%; z-index: 999; box-shadow: 0 0 5px rgba(0, 0, 0, .8);}
	#header nav ul {max-width: 100%; display: none; height: auto; background: rgba(255, 255, 255, .9);}
	#header nav ul li {max-width: 100%; position: relative; text-align: left; padding: 0; display: block; border-bottom: 1px solid #EEE; margin-left: 0 !important;}
	#header nav ul li a {padding: 10px 0; font-size: 16px; margin: 0; color: #000; text-align: left; width: 100%; text-indent: 20px;}
	#header nav ul li a::after, #header nav ul li a.active-menu::before, #header nav ul li a:hover::before {display: none;}
	#header nav ul li a.active-menu, #header nav ul li a:hover {color: #FFF; background: #54B4D4;}
	#header nav #pull {display: block; background: #244159; width: 100%; position: relative; height: 45px; color: #fff; z-index: 999;}
	#header nav #pull img {max-height: 38px; display: block; position: relative; top: 3px; padding-left: 10px;}
	#header nav #pull:after {content:"\f0c9"; font-family: 'Font Awesome 5 Free'; font-size: 30px; display: inline-block; position: absolute; right: 15px; top: 7px; font-weight: 700; color: #FFF;}
	#header nav #pull strong{line-height: 45px;}
	#banner .main-banner {min-height: 460px;}
	#what-we-do .services {grid-template-columns: repeat(2, 1fr);}
	#footer .top-section .contact-info {flex-direction: column; gap: 30px;}
	#footer .contact-info .wrapper {gap: 30px;}
	#banner .inner-banner h1 {z-index: 10;}
	.services-page .maintenance .content-left p span.block, .services-page .unit-turn .content-left h2 span.block {display: inline;}
	.services-page .maintenance .service-wrapper {gap: 30px;}
	.services-page .housekeeping .service-list ul, .services-page .unit-turn .service-list ul.column {grid-template-columns: 1fr;}
	.services-page .housekeeping .service-wrapper strong span {display: inline;}
	.about-page .box-wrapper .box {padding: 20px !important;}
	.about-page .box-wrapper .inner {margin: 0 auto !important;}
	.contact-page #content .info-section .info {width: 48%;}
}

@media screen and (max-width: 767px) {
	h1, h2, #maintenance .content-right h1, .inner #content h2 {font-size: 30px;} 
	.btn {max-width: 160px;}
	#banner .main-banner {min-height: 0; padding: 85px 0 30px; text-align: center;}
	#banner .main-banner h2 {margin-bottom: 20px;}
	#banner .main-banner .btn {margin: 30px auto 0;}
	#banner .main-banner p span.block {display: inline;}
	#maintenance, .about-page .top-section {padding-top: 30px;}
	#maintenance .container, #why-choose .container, .about-page .top-section .container {flex-direction: column; gap: 30px;}
	#maintenance .video-left, #maintenance .content-right, #why-choose .content-left, #why-choose .content-right, .services-page .maintenance .image-right,
	.services-page .maintenance .content-left, .services-page .housekeeping .image-left, .services-page .housekeeping .content-right, .services-page .unit-turn .image-right, 
	.services-page .unit-turn .content-left, .about-page .top-section .image-left, .about-page .top-section .content-right, .about-page .box-wrapper .box, .our-work-page #content .image-right,
	.contact-page #content .info-section .info {width: 100%;}
	#maintenance .video-left iframe {height: 280px;}
	#maintenance .content-right, #why-choose .content-left, .about-page .top-section .content-right {text-align: center;}
	#why-choose, #what-we-do, #our-work, .services-page .maintenance, .services-page .unit-turn, .about-page .mission, .the-team-page #content, .our-work-page #content, .contact-page #content,
	.thank-you-page #content {padding: 30px 0;}
	#what-we-do .top-section {margin-bottom: 30px;}
	#what-we-do .top-section h2, #team .content h2, .contact-page #content .top-section h2 {margin-bottom: 10px;}
	#what-we-do .services {grid-template-columns: 1fr;}
	#what-we-do .bottom-section {margin-top: 30px;}
	#what-we-do .bottom-section p {font-size: 19px; margin: 0 auto 30px;}
	#team {padding: 40px 0; text-align: center;}
	#team .content .btn {margin: 30px auto 0;}
	#our-work p {margin: 0 auto 20px;}
	#our-work .gallery-wrapper {grid-template-columns: 1fr;}
	#our-work .btn {margin: 30px auto 0;}
	#footer .top-section {padding: 30px 0;}
	#footer .top-section .container {gap: 30px;}
	#banner .inner-banner {min-height: 0; padding: 125px 0 80px; background-position: center;}
	.services-page #content {text-align: center;}
	.services-page #content .container, .our-work-page #content .container {flex-direction: column-reverse; gap: 30px;}
	.services-page .maintenance .content-left h2, .services-page .maintenance .content-left strong {margin-bottom: 20px;}
	.services-page .maintenance .service-wrapper {flex-direction: column; gap: 20px;}
	.services-page .maintenance .service-wrapper h3 {margin-bottom: 10px; font-size: 20px;}
	.services-page .housekeeping .container {flex-direction: column !important;}
	.services-page .housekeeping .service-wrapper strong, .services-page .unit-turn .service-list h3 {font-size: 20px;}
	.about-page .mission .box-wrapper {margin: 10px 0 30px; flex-direction: column;}
	.about-page .box-wrapper .inner {max-width: 100%;}
	.about-page .box-wrapper .box {border: none !important; border-bottom: 1px solid rgba(255,255,255,0.3) !important;}
	.about-page .box-wrapper .inner p {margin-top: 15px; font-size: 18px;}
	.the-team-page .team-grid .container {grid-template-columns: repeat(2, 1fr); gap: 30px 20px;}
	.the-team-page .top-section {margin-bottom: 30px;}
	.the-team-page .top-section p:not(:last-of-type) {margin-bottom: 15px;}
	.our-work-page #content .content-left {width: 100%; padding-top: 0; text-align: center;}
	.our-work-page #content .content-left ul {margin-top: 25px;}
	.contact-page #content .info-section {margin: 30px 0;}
	.contact-page #content .info-section .info {padding: 30px 20px;}
	.contact-page #content .info-section .info i {font-size: 27px;}
	.thank-you-page #content img {margin-bottom: 30px;}
	.thank-you-page #content .btn {margin-top: 30px;}
}

@media screen and (max-width: 480px) {
	.inner #content h2 {font-size: 27px;}
	#why-choose .content-right {flex-direction: column;}
	#why-choose .content-right .icon-title {width: 100%;}
	#team {background: #244159;}
	.services-page .housekeeping .content-right h2 span.block {display: inline;}
	.the-team-page .team-grid .container {grid-template-columns: 1fr;}
	.the-team-page .team-grid .member {text-align: center;}
}