@charset "UTF-8";
/* Reset */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}



html {
	scroll-behavior: smooth;
	font-family: 'Raleway', sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
}
/* Body */
body {
	background-color: #fff;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Poppins', serif;
	font-style: normal;
	color: #01133c;
	font-weight: 700;
	line-height: 1.2em;
	margin-bottom: 30px;
}
h1 {
	font-size: 5em;
}
h2 {
	font-size: 4.2em;
	color:#78c400;
	margin-bottom: 10px;
}
h3 {
	font-size: 2.6em;
}
h4 {
	font-size: 1.8em;
	color: #11b4f5;	
}
h5 /* Special style 1 */ {
	text-align: center;
	font-size: 2em;
	line-height: 1.3em;
	font-weight: 400;
	
}

p {
	font-family: 'Raleway', sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	margin-bottom: 20px;	
	line-height: 1.6em;
}
/* Container */
.container {
	position: relative;
    background-color: #fff;
	width: 100%;
	max-width: 100vw;
	display: block;
	box-sizing: border-box;
	z-index: 1;
	padding: 0px;
	margin: 0px;
}
section, header, footer {
	position: relative;
	width: 100%;
	margin: 0px;
}
section {
	min-height: 50vh;
	padding: 75px 0px;
}
.inner {
	display: flex;
	position: relative;
	max-width: 1280px;
	margin: 0vh auto;
}
.inner.style1 {
	background: #78c400;
	margin: 40px auto;
	color: #fff !important;
}
.inner.style1 h4 {
    color: #00133C;
    font-size: 5em;
    font-weight: 600;
    margin-bottom: 0px;
}
.inner.style1 h4>img {
	width: 20%;
}
.inner.style1>.column {
	padding: 0px;
}
.inner.style1 .video1 {
	background: url(../images/mtc-cleaning-services-video-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
	background-position: center;
}
.inner.style1 .col2>.col2 {
	padding-top:100px; 
	padding-bottom:100px; 
}

.column {
	padding: 40px;
	position: relative;
	display: table-cell;
}
.col1 {
	flex: 100%;
}
.col2 {
	flex: 50%;
}
.col3 {
	flex: 33%;
}
img.circle {
	width: 95%;
	border-radius:50%;
	border: 8px #011343 solid;
	box-shadow: 0px 5px 50px 0px rgba(17,180,245,0.3);
}
img.circle.corner {
	position: absolute;
    right: 8%;
    bottom: 10%;
    width: 30%;
    border: 8px #fff solid;
}
/* Navigation */
header {
	min-height: 5vh;
	/* background-color: rgba(0,0,0,0.2); */
	z-index: 99;	
	position: absolute; 
	top:0px;
}
header .logo-wraper {
	max-width:  400px;
	width: 25%;
	float:left;
	padding:10px 50px;
}
header .main-menu {
	margin:0px;
	max-width: 100vw;
	padding: 0px 50px;
	display: block;
}
header .top-menu {
	margin: 0px auto;
	width: 50%;
	padding: 0px 50px;
	display: inline-block;
	float: right;
    background-color: #11b4f5;
    border-bottom-left-radius: 100px;
    color: #fff;
}
header .top-menu {
	float: right;
}
.logo {
	height: 95px;
	float: left;
	margin: 15px 0px;
}
nav {
	float: right;
	width: 50%;
	text-align: right;
	margin: 15px 0px 15px 25px;
}
header nav ul, .top-menu ul {
	list-style: none;
	float: right;
	margin: 10px auto;
}
header .top-info {
    float: left;
    width: auto;
    margin: 10px auto;
    font-weight: 600;
	color: #fff;
}
header .top-info a {
	color: #fff;
	text-decoration: none;
}
header .top-menu ul li {
	float: left;
	font-size: 14px;
	text-align: left;
	margin-right: 15px;
	transition: all 0.3s linear;
}
header .top-menu ul li a {
	color: #ffffff;
	font-weight: 600;
}
header .header-icon {
height: 19px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
    margin-left: 12px;
}
.top-menu ul .header-icon {
	height: 18px;
	margin-left:0px;
}
nav ul li {
	float: left;
	font-size: 18px;
	text-align: left;
	margin-right: 30px;
	letter-spacing: 5px;
	font-weight: 600;
	transition: all 0.3s linear;
}
nav ul li a {
	color: #ffffff;
}
nav ul li a:hover {
	color:#11b4f5;
}
nav ul li:last-child {
	margin-right: 0px;
}
	

ul li a {
	text-decoration: none;
}
ul li:hover a {
	color: #2C9AB7;
}

/* Sections */


/* Home Section */
.home {
	height: 135vh;
	background-color: #01133c;
	background: url(../images/mct-services-home-section-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
	background-position: bottom;
}
.home .inner {
	margin: 150px auto;
}
.home h1, .home p {
	color: #FFFFFF;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	letter-spacing: 4px;
}
.light {
	font-weight: bold;
	color: #fdb406; /*#11b4f5; */
}
.home h1 {
	font-size: 5em;
	font-family: "Montserrat", Cambria, Times, "Times New Roman", serif;
}
.home p {
	text-align: center;
	font-size: 1.4em;
	line-height: 1.6em;
	color: #f2f2f2;
	padding-top: 20px;
	font-weight: 300;
	letter-spacing: 0px;
	width: 75%;
	margin:auto;
}
.home p.subheader {
	text-align: center;
	font-size: 2em;
	color: #11b4f5;
	margin-top: 4px;
	font-weight: lighter;
	text-transform: uppercase;
	letter-spacing: 1px;
}

/* About Section */
.about {
	background-color: #fff;
	min-height: 90vh;
	background: url(../images/section-1-bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
	background-position: bottom;
}


/* Services Section */
.services {
	padding-top: 0px;
	padding-bottom: 100px;
	/* background-color: #eefaff; */
	background: #eefaff url(../images/section-2-bg.svg);
    background-repeat: no-repeat;
    background-size: contain;
	background-position: bottom;
}
.contact {
	padding-top: 0px;
	background-color: #fff; 
}

/* .text_column {
	width: 29%;
	text-align: justify;
	font-weight: lighter;
	line-height: 25px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	color: #A3A3A3;
} */
/* Parallax Section */
.banner {
	background-color: #2D9AB7;
	background-image: url(../images/parallax.png);
	height: 400px;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}
.parallax {
	color: #FFFFFF;
	text-align: right;
	padding-right: 100px;
	padding-top: 110px;
	letter-spacing: 2px;
	margin-top: 0px;
}
.parallax_description {
	color: #FFFFFF;
	text-align: right;
	padding-right: 100px;
	width: 30%;
	float: right;
	font-weight: lighter;
	line-height: 23px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/* button */
.button {
	width: 200px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 2px;
	transition: all ease 0.4s;
	display: inline-block;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    overflow: hidden;
	border: 2px #11b4f5 solid;
	border-radius: 50px;
	
}
.button.blue {
    background-color: #11b4f5;
    color: #fff;
    box-shadow: 0px 5px 50px 0px rgba(17,180,245,0.3);
}
.button.blue:hover {
	background-color: #FEFEFE;
	color: #11b4f5;
	cursor: pointer;
}
/* .button {
	
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: bold;
	
	border: 3px solid #FFFFFF;
	color: #FFFFFF;
	transition: all 0.3s linear;
}
 */
/* Go TOP */

.go-top {
	display: inline-block;
	position: fixed;
	bottom: 50px;
	right: 30px;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	background-color: aqua;
	color: #fff;
}

/* Footer */
footer {
	background: #01133c;
}
.footer_column {
	width: 50%;
	text-align: center;
	padding-top: 30px;
	float: left;
}
footer .footer_column h3 {
	color: #B3B3B3;
	text-align: center;
}
footer .footer_column p {
	color: #717070;
	background-color: #FFFFFF;
}
.cards {
	width: 100%;
	height: auto;
	max-width: 400px;
	max-height: 200px;
}
footer .footer_column p {
	padding-left: 30px;
	padding-right: 30px;
	text-align: justify;
	line-height: 25px;
	font-weight: lighter;
	margin-left: 20px;
	margin-right: 20px;
}

.copyright {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	/* background-color: #717070; */
	color: #FFFFFF;
	font-size: 0.9em;
	/* text-transform: uppercase; */
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
}
.copyright p {
	color: #11b4f5;
	font-size: 14px !important;
	font-weight: 300;
}
.copyright a {
	color: #fff;
	text-decoration: none;
	font-weight: 700;
}
.footer_banner {
	/* background-color: #B3B3B3; */
	padding-top: 60px;
	padding-bottom: 60PX;
	margin-bottom: 0px;
	background-image: url(../images/pattern.png);
	background-repeat: repeat;
}

.hidden {
	display: none;
}

/* Mobile */
@media (max-width: 320px) {
.logo {
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.container header nav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	float: none;
	display: none;
}
header nav ul {
}
nav ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	text-align: center;
}
.text_column {
	width: 100%;
	text-align: justify;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thumbnail {
	width: 100%;
}
.footer_column {
	width: 100%;
	margin-top: 0px;
}
.parallax {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 40%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	font-size: 18px;
}
.parallax_description {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 90%;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
	float: none;
	text-align: center;
}
.banner {
	background-color: #2D9AB7;
	background-image: none;
}
.tagline {
	margin-top: 20px;
	line-height: 22px;
}
.hero_header {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 22px;
	text-align: center;
}
}

/* Small Tablets */
@media (min-width: 321px)and (max-width: 767px) {
.logo {
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #043745;
}
.container header nav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	float: none;
	overflow: auto;
	display: inline-block;
	background: #52bad5;
}
header nav ul {
	padding: 0px;
	float: none;
}
nav ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}
.text_column {
	width: 100%;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thumbnail {
	width: 100%;
}
.footer_column {
	width: 100%;
	margin-top: 0px;
}
.parallax {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 40%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	font-size: 18px;
}
.parallax_description {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 30%;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: none;
	width: 100%;
	text-align: center;
}
.thumbnail {
	width: 50%;
}
.parallax {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 20%;
}
.parallax_description {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	padding-top: 30px;
}
.banner {
	padding-left: 20px;
	padding-right: 20px;
}
.footer_column {
	width: 100%;
}
}

/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) {
.text_column {
	width: 100%;
}
.thumbnail {
	width: 50%;
}
.text_column {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.banner {
	margin-top: 0px;
	padding-top: 0px;
}
}
