/* custom css */

body{
	font-family: 'Poppins', sans-serif;
	height: 100%;
	font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: #444444;
	background: #ffffff;
}

html{
	height: 100%;
}

html {
  --top-spacing: 100px;
  // scroll-padding-top: var(--top-spacing);
}

h1,h2,h3,h4,h5,h6,p, .nav-link{
	font-family: 'Poppins', sans-serif;
}

h3{
   color: #4570B2;
}

.inquiry-form{
    margin-top: 80px;
    margin-bottom: 80px;
}



#request-call{
    margin-bottom: 165px;
}

select:required:invalid {
  color: #999999;
}

#request-call p{

    color: #4570B2;
}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

.text-muted {
    color: #777;
    margin-left: 15px;
}

h1 {
    font-size: 3.5rem;
    font-weight: 600;
}

#service{
    border-bottom: 1px solid #ccc;
}

.btn{
	display: inline-block;
    padding: 10px 16px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: bold;
}

.left-graphic h3{
    color: #ffffff;
}

.btn-blue{
	background: #33b8e5;
    color: #fff;
    width: 220px;
	border: none;
	box-shadow: -2px 0px 21px 0px rgba(0,0,0,0.06);
	font-size: 18px !important;
}

.btn-blue:hover{
	background: transparent;
    color: #33b8e5;
	border: 1px solid #33b8e5;
    width: 220px;
	
}

span.blue, .blue{
	color: #4570B2;
}

#contact, #contact a{
    background: #4570b2;
    color: #fff!important;
}

#about .bg-blue h1, #about .bg-blue p{
	color: #fff!important;
}
#about .card h1 {
    font-size: 5.5rem;
}
.navbar-brand img{
	width: 185px;
}
#about .card{
	background: #fff!important;
}

.carousel {
    position: relative;
    top: 0;
}

.carousel-item img{
	/* Full height 
  height: 100vh; */

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.5, 1.5);
  }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 5px 3px;
    margin-top: 0px;
    margin-right: 15px;
    margin-bottom: 1px;
    background-color: transparent;
    background-image: none;
    border: 1px solid #fff;
    border-radius: 4px;
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.5, 1.5);
  }
}

.carousel-inner .carousel-item > img {
  -webkit-animation: zoom 20s;
  animation: zoom 20s;
}

.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
    margin-right: 15px;
    margin-left: 15px;
}

.nav-top{
	padding-top: 0px;
    padding-bottom: 0px;
}

.navbar {
    top: 63px;
	position: absolute;
    z-index: 9999;
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 15px;
    padding-right: 15px;

}

.socials{
	margin-left: -12px;
}

.phone{
	margin-right: 0!important;
}

@media (min-width: 768px) and (max-width: 1025px){
    .slide-text {
    left: 0;
    right: 0;
    margin: auto;
    padding: 10px;
    position: absolute;
    text-align: left;
    top:38%;
}

.slide-text > h1 {
    padding: 0;
    color: #ffffff;
    font-size: 35px;
    font-style: normal;
    line-height: 1.2;
    margin-bottom: 12px;
    letter-spacing: 1px;
    display: inline-block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
.slide-text > p {
    padding: 0;
    color: #ffffff;
    font-size: 20px;
    line-height: 28px;
    font-weight: 300;
    margin-bottom: 15px;
    letter-spacing: 1px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

    
}

@media (min-width: 768px){
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: -30px;
}
.tel{
	pointer-events: none;
}
}

@media (max-width: 1024px){
.bs-slider > .carousel-inner > .item > img, .bs-slider > .carousel-inner > .item > a > img {
    height: 460px;
    }
}

@media (min-width: 1025px){
    .navbar{
        position: fixed!important;

    }
    #about:before, #services:before, #contact:before, #request-call:before {
   content: "";
   display: block;
   height: 150px;
   margin: -130px 0 0;
    }
  /*  #about, #services, #contact {
        padding-top: 180px!important;
    }
*/
}

@media (min-width: 375px){

.call li a {
    float: right;
}



}

@media (min-width: 768px){
.nav-top .navbar-right {
    float: right!important;
    margin-right: 10px;
    margin-top: -10px;
	
}
}

.nav-top {
    border-bottom: 1px solid #fff !important;
    top: 0;
    padding-right: 30px;
}


.navbar-brand {
    float: left;
    height: 62px;
    padding: 0;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #33b8e5;
    background-color: transparent;
}

.bg-dark{
	background-color: rgba(0,0,0,0.5)!important;
}

.navbar-default {
    background-color: #000000!important;
    border: none;
    border-radius: 0;
}




.navbar-default .navbar-nav>li>a{
    color: #ffffff!important;
	cursor: default;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a.active{
	color: #33b8e5!important;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #33b8e5!important;
    background-color: transparent;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #33b8e5;
    text-decoration: none;
    background-color: transparent;
}

.nav-top i{
	font-size: 15px;
}

.nav-top{
	padding-bottom:0;
}

.phone i{
	font-size: 23px;
    margin-top: 0px;
}

.phone li a{
	cursor: text;
	padding-top: 0px;
    padding-bottom: 0px;
    line-height: 0px;
    margin-top: 20px;
}

.phone li a:hover{
	color: #ffffff!important;
}

.carousel-caption {
    position: absolute;
    left: 15%;
    top: 35%;
    left: 2%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
}

.carousel-indicators li{
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 15%;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    transition: opacity .6s ease;
	border: none;
    border-radius: 0;
	text-align: center;
}

.carousel-indicators .active {
	width: 15%;
	height: 3px;
	margin-right: 3px;
    margin-left: 3px;
}

.indicators-line > .carousel-indicators {
    left: 4%;
    width: 90%;
    height: 25px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
    text-align: center;
}

.carousel-indicators li{
	text-indent: 0px;
	width: 13%;
	color: #fff;
	height: 2px;
	font-size: 15px;
	text-align: center;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 2rem;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.card-title {
    margin-bottom: .75rem;
}

.features i{
	color: #33b8e5;
	font-weight: 600;
}

.features i:hover, .card i:hover{
	color: #245790;
}

.card i:hover{
	
}

.card h4{
    font-weight: bold;
    line-height: 30px;
    font-size: 18px;
}

.get-quote{
	width: 267px;
    background: #4570B2;
    color: #fff;
    z-index: 9999;
    padding: 20px;
    height: 170px;
    margin: 0 auto;
    top: -80px;
    position: relative;
}


.cta-button{
	background: #fff;
    color: #4570B2;
    border: none;
    padding: 10px 16px;
    font-size: 20px;
    font-weight: bold;
    border-radius: 7px;
    top: 20px;
    position: relative;
}

.cta-button:hover{
	
    text-decoration: none;
}

.container{
	clear: both;
}



.f-header{
	margin-bottom: 40px;
}

.card{
	box-shadow: -2px 0px 21px 0px rgba(0,0,0,0.06);
	border: none;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: #33b8e5;
}

.zoom {
  transition: transform .2s; /* Animation */
}

.zoom:hover {
  transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

@media screen and (max-width: 767px) {

    .right-image, .right-image-1, .right-image-2, .map{
    height: 100vh !important;
    
}



}


@media (max-width: 768px){
    .module{
        paddding: 30px;
    }   

    #cookieConsent a.cookieConsentOK {
    background-color: #F1D600;
    color: #000;
    display: inline-block;
    border-radius: 5px;
    padding: 0 10px;
    cursor: pointer;
    float: right;
    margin: 0 10px 0 10px!important;
}

    #cookieConsent {
    padding: 8px 0 8px 8px!important;
}
    

}

@media (max-width: 767px){
  

    .call li a {
    padding: 3px 10px!important;
    display: grid;
}

}

@media screen and (max-width: 767px) {
	

	
.nav-top .nav>li {
    position: relative;
    display: table-cell;
}

.nav-top{
	display: block;
    text-align: center;
}
.get-quote{
	margin: 0px auto;
    
}
.phone li a {
    margin-top: 18px;
}
.phone{
	margin: 0;
	float: right;
}
.socials{
	margin-left: 0;
	float: left;
	position: relative;
    top: 7px;
}
.navbar-nav {
    margin: 0 auto;
}
.nav-top{
	padding: 0;
	top: 0 !important;
}
.navbar{
	top: 51px;
	padding-left: 0;
    padding-right: 0;
	height: 50px;
	font-size: 12px;
}
.navbar-brand img{
	width: 95px;
}
.phone i {
    font-size: 15px;
    position: relative;
    top: -8px;
    left: 20px;
}
.navbar-toggle{
	margin-right: 0;
}
.container>.navbar-header {
   
}

.bs-slider {
    overflow: initial;
}
.carousel-indicators {
    bottom: 13px;
}
.indicators-line > .carousel-indicators {
    left: 20%;
    width: 100%;
    height: 0px;
    font-size: 0;
    overflow-x: initial; 
    text-align: right;
    overflow-y: initial; 
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
    text-align: center;
}
.carousel-indicators li {
    text-indent: 0px;
    width: 32%;
    color: #fff;
    height: 2px;
    font-size: 12px;
    text-align: center;
}
.carousel-indicators .active {
    width: 32%;
    height: 4px;
    margin-right: 3px;
    margin-left: 7px;
}
.navbar-collapse .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 8px;
	font-size: 13px;
}
.navbar-collapse {
     padding-right: 0px; 
     padding-left: 0px; 
    overflow-x: initial;
    -webkit-overflow-scrolling: touch;
    border: none;
    
    background: #000;
    overflow-y: initial;
    margin-top: -10px;
    z-index: 9999;
}
.dropdown-menu{
	font-size: 13px;
}

.navbar-collapse.in {
    overflow-y: initial;
}
.navbar-default .navbar-toggle {
    border-color: #fff;
    opacity: 1;
}
.socials li a{
	padding-right: 5px;
    padding-left: 2px;
}


}

.contact{
    display: flex;
}

.bg-gray {
    background-color: #f8f8f8 !important;
}
/*.module, .module-cover {
    background-position: 50%;
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: cover;
    padding: 120px 0 100px;
}*/
/*
.module, .module-cover {
    padding: 50px;
}*/

.module{
    margin-top: 50px;
    margin-bottom: 50px;
    padding-left: 50px;
    padding-right: 50px;
}

.shadow{
	box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.40);
	width: 100%;
}

.parallax{
    background-image: url("../image/mcs-group-services.jpg");
    min-height: 500px; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
	color: #fff;
}

.features{
    background: #fff;
    color: #4570B2;
}

.left-graphic{
    background-image: url("../image/left-graphic.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    color: #fff;
    padding: 70px;
    height: 100%;
}

.request-quote-strap{
    color: #ffffff;
    margin-top: 35%;
    background: #4570B2;
}

.right-image{
    background-image: url("../image/mcs-group-services.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    color: #fff;
    height: 512px;
}

.map{
    background-image: url("../image/map.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    color: #fff;
    height:686px;
}



.left-image{
    background-image: url("../image/classroom.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    color: #fff;
    height: 686px;
}


.left-image-1{
    background-image: url("../image/lady-cleaning-hospital.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    color: #fff;
    height: 686px;
}

.right-image-1{
    background-image: url("../image/students-walking-in-college.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    color: #fff;
    height: 686px;
}

.gallery-set img{
    margin: 0 auto;
}

.right-image-2{
    background-image: url("../image/lady-cleaning-hospital-with-vaccum-cleaner.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    color: #fff;
    height: 686px;
}

.parallax .card{
    box-shadow: -2px 0px 21px 0px rgba(0,0,0,0.4);
}

.careers{
	background-image: url("../image/careers.jpg")!important;
}

media only screen and (max-device-width: 1024px) {

    .parallax {
        background-attachment: scroll;
    }
   

}

footer{
	padding: 30px;
	background: #222222;
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	padding-bottom: 25px;
}

footer h6{
	font-weight: bold;
}

footer a, footer p, footer a:hover{
	color: #ffffff!important;
	text-decoration: none!important;
	outline: none!important;
}

footer a:visit, footer a:focus{
	color: #33b8e5;
	text-decoration: none!important;
	outline: none!important;
}

@media (max-width: 767px){
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #fff;
}
.navbar-nav .open .dropdown-menu>li>a {
    line-height: 13px;
}

}
 /* About */
 
#about .navbar-default{
	background-color: rgba(0,0,0,1)!important; 
}
.about{
	text-align: center;
}
.about .card-body{
	
}
.about hr{
	margin-top: 5px;
	margin-bottom: 5px;
}
.about .f-header{
	margin-top: 80px;
	margin-bottom: 80px;
}
label {
    font-weight: 300;
}

.bg-blue{
	background: #33b8e5 !important;
    padding: 30px 0 30px;
    color: #fff;
}
.fa-award{
	font-size: 42px;
	margin-top: 5px;
}
#about .parallax{
    background-image: url("../image/mcs-group-request-quote.jpg");
    min-height: 500px; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
	color: #fff;
}

.alert-success {
    color: #449d44;
    background-color: #fff;
    border: none;
    font-weight: bold;
    clear: both;
}

.close {
    color: #449d44;
    opacity: 1;
}

.close:focus, .close:hover {
    color: #449d44;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5;
}

.lead {
    margin-top: 80px;
}

form{
	margin-left: 50px;
    margin-right: 50px;
}
.about-text{
    font-size: 25px;
    font-weight: 300;
    line-height: 1.4;
    color: #4570B2;
	}

.about-text-image-title{
    font-size: 25px;
    font-weight: 300;
    line-height: 1.4;
    padding: 50px 50px 0px 50px;
    color: #4570B2;
}

.about-text-image{
    padding: 0px 50px 50px 50px;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 32px;
  border: none;
  outline: none;
  background-color: #000000;
  color: #ffffff;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}

.page-footer .mb-4{
	margin-bottom: 30px;
}

/*Cookie Consent Begin*/
#cookieConsent {
    background-color: rgba(20,20,20,0.8);
    min-height: 26px;
    font-size: 14px;
    color: #ccc;
    line-height: 26px;
    padding: 8px 0 8px 30px;
    font-family: "Trebuchet MS",Helvetica,sans-serif;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
}
#cookieConsent a {
    color: #4B8EE7;
    text-decoration: none;
}
#closeCookieConsent {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: 0px 0 0 0;
    font-weight: bold;
}
#closeCookieConsent:hover {
    color: #FFF;
}
#cookieConsent a.cookieConsentOK {
    background-color: #F1D600;
    color: #000;
    display: inline-block;
    border-radius: 5px;
    padding: 0 20px;
    cursor: pointer;
    float: right;
    margin: 0 60px 0 10px;
}
#cookieConsent a.cookieConsentOK:hover {
    background-color: #E0C91F;
}
/*Cookie Consent End*/